Quick List of Debian Linux Commands
Shutdown Computer shutdown -r now restart the computer shutdown -h now shutdown the computer Switch to Root User su exit = go back to normal user Install Programs apt-get update updates the package list apt-get upgrade upgrades the packages that are installed apt-get install [package name] apt-get remove [package name] apt-get –purge remove (permanently deletes package) dpkg -l lists all […]
Read More