Configure VPS with details & LAMP
Essentials: setup new user & ufw Install LetsEncrypt Free SSL: LE on ubuntu 24 – for apache – for-nginx – (if different ports needed: here or here) Fail2ban: sudo apt-get install fail2ban Disable(Continue Reading)
Essentials: setup new user & ufw Install LetsEncrypt Free SSL: LE on ubuntu 24 – for apache – for-nginx – (if different ports needed: here or here) Fail2ban: sudo apt-get install fail2ban Disable(Continue Reading)
Don’t miss any of the following concepts, otherwise you can’t reach the overall goal of having a secure computer. Most people use & memorize passwords in mind, however, that is
If you have just setup VPS (i.e ubuntu 20.04 or any) and want to add new user with its own SSH key, then do: username=myuser adduser $username usermod -aG sudo