Harden your Ubuntu 20.04 hosting server

We will look at some general server steps to harden your Ubuntu 20.04. 1. Set Auto-update On Ubuntu 20.04 # sudo apt install unattended-upgrades Now open the below file and edit # vim /etc/apt/apt.conf.d/50unattended-upgrades Uncomment this line :...

Secure Apache with Lets Encrypt – Ubuntu 20

With Ubuntu 20 released and available, many would be going to host the websites on it. How do you secure Apache with a free SSL ? Lets take a look. First make sure your domain has its A recorded pointed to the Ubuntu 20 server. Once that is made sure, lets install the...