Aug 22, 2024
ping <website>
sudo apt update
sudo
: Grants root privilegesapt
: Package managerupdate
: Updates the list of available packages and their versions.sudo apt upgrade
sudo apt update
before this command to have the latest package information.sudo apt install <application_name>
sudo apt install git
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
sudo systemctl status ssh
192.168.64.4132