sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y
sudo apt-get install git build-essential dkms ssh curl bash snapd lvm2 diodon apt-transport-https audacity keepass2 kodi gimp vlc gnome-shell-extension-prefs putty putty-tools neofetch -y
sudo apt-get install nmap iperf iperf3 gufw linssid net-tools cifs-utils snmp snmpd samba -y
sudo apt-get install smplayer smtube smplayer-themes
sudo snap install code --classic
sudo apt update && sudo apt install libreoffice
sudo apt update && sudo apt install ubuntu-restricted-extras
sudo apt install linux-generic-hwe-20.04
sudo reboot
sudo ifconfig
sudo uname -a
 

Enable root SSH login

 
                    sudo -i
                    sudo nano /etc/ssh/sshd_config
                    Update PermitRootLogin yes
                    sudo /etc/init.d/ssh restart
                    sudo -i passwd