How to Install Ubuntu 26.04 on a Raspberry PI
This is an easy one, don’t really know why I am spending the time to write an article about it. There are several ways to do this but probably the easiest way is to use the Raspberry Pi Imager. First…

Tutorials for Web Developers and more. Easy and fun!

Tutorials for Web Developers and more. Easy and fun!
This is an easy one, don’t really know why I am spending the time to write an article about it. There are several ways to do this but probably the easiest way is to use the Raspberry Pi Imager. First…
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…
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,…
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: …