Linux Command Line & System Tips

Install vsftpd via Terminal
Posted on: 29/07/2026 12:02
Terminal Window
sudo apt update
sudo apt install vsftpd -y
How to set up SSH on Ubuntu Desktop
Posted on: 29/07/2026 12:58
Open Terminal and enter the commands
Terminal Window
sudo apt install openssh-server -y 
sudo systemctl enable ssh 
sudo systemctl start ssh
GO TO LINUX ADMIN CONTROL PANEL