Setting up my first Lightsail on AWS
The commands I used: apt update = "Check what new versions are available" apt upgrade = "Actually install those new versions" sudo apt install apache2 -y sudo systemctl status apache2…
The commands I used: apt update = "Check what new versions are available" apt upgrade = "Actually install those new versions" sudo apt install apache2 -y sudo systemctl status apache2…