Shutdown

CommandDescription
shutdownShutdown after 1min
shutdown -h 20Shutdown after 20mins
shutdown -h 10:09Shutdown in 10:09
shutdown -cCancel the specified time shutdown
shutdown -h nowShutdown now
init 0Shutdown now
poweroffShutdown and cut power
haltShutdown

Reboot

CommandDescription
rebootReboot now
init 6Reboot now and keep data
shutdown -r nowReboot now
shutdown -r 10:09reboot in 10:09

LogOut

CommandDescription
logoutquit system


APT software tools

CommandDescription
sudo apt updateUpdating package index
sudo apt upgradeUpgrading packages
sudo apt full-upgradeFull Upgrading
sudo apt install package_nameInstalling packages
sudo apt install package1 package2Installing muti packages
sudo apt remove package_nameRemoving Packages
sudo apt remove package1 package2Removing muti packages
sudo apt purge package_nameRemoving muti packages and file
sudo apt autoremoveRemove the unneeded dependencies
sudo apt cleanClean cache
sudo apt listList all available packages
sudo apt-get autocleanClean up the old software cache
sudo apt list --installedlist only the installed packages
sudo apt list --upgradeablelist of the upgradeable packages
sudo apt search package_nameSearching Packages
sudo apt show package_nameRetrieve information about a given package

Continuously updated