Installing Apache and PHP 8.1 on Ubuntu 21.10
Installing Apache and PHP 8.1 on Ubuntu 21.10 x64. This post covers creating an HTTP web server using Apache with the new PHP 8.1 version. You will need sudo permissions…
Installing Apache and PHP 8.1 on Ubuntu 21.10 x64. This post covers creating an HTTP web server using Apache with the new PHP 8.1 version. You will need sudo permissions…
Choosing and enabling multiple PHP versions with the selector in the Directadmin panel. Directadmin allows up to 4 active PHP versions to be used and chosen from. The first listed…
Installing Directadmin web hosting control panel on a Centos 8 VPS. Directadmin is becoming ever popular due to its affordability and simple to use interface, you can also get a…
An easy to follow guide on uploading and installing a Windows Server 2022 ISO with Vultr. Vultr is a reliable cloud computing provider with a massive range of locations, features…
The basics of copying files and whole directories on Linux. Copying files on a Linux OS can be done with cp this is obviously short for “copy”. The syntax for…
Apache alias is the method to use the filesystem other than under the document root. Setting an alias directory with Apache means that when going to the specified URL path…
A simple method and guide to attaching BuyVM storage disk slabs to your VPS. This post uses a 3TB disk slab and VPS running Ubuntu 20.04. Firstly make sure your…
How to disable normal username/password login authentication to your Ubuntu server, only allowing SSH key authentication. This gives you the advantages of SSH’s whilst securing your server that little bit…
How to ping an address and return the min, max and average results with PHP on both Windows and Linux. The reason the operating system matters is because the ping…
Installing and setting up a LAMP stack on Ubuntu 20.04 x64. This post covers installing Apache with the brand new PHP 8, a MySQL server and finally enabling SSL with…