Tutorials for Web Developers and more. Easy and fun!
Tutorials for Web Developers and more. Easy and fun!
Tag ubuntu
How to Install Pure-FTPd on Ubuntu
How to Minify CSS and JS in Linux
Manage Pure-FTPd Users with MySQL
Install PHP 8 on Ubuntu 20.04
In Ubuntu 20.04 the standard version of PHP is 7.4. You might want to install the newest version which is 8.0 (as of April 2021). Before installing it, you need to update your repository to get the packages: Now let’s…
Create a Virtual Host for Apache on Ubuntu
After you installed Apache you can start hosting websites. For each website (domain or subdomain) you will need a Virtual Host. This requires a file that conatins information for Apache to find where the website’s files are on your server,…
Change PHP Upload Size
To change the PHP maximum upload size, you need to edit the php.ini file and then restart the webserver. Depending on your Linux distribution, the php.ini will be located at a different location:CentOS / Red Hat: / Debian: …
Install Apache 2 on Ubuntu 20.04
Install MySQL 8 on Ubuntu 20.04
This is really easy. 1. Update UbuntuAn update is always a good thing 2. Install MySQL 3. Secure it (remove some test users, etc.) 4. And test it That’s it.