Skip to content

Instantly share code, notes, and snippets.

@coulterpeterson
Last active August 30, 2021 15:55
Show Gist options
  • Save coulterpeterson/b6bd2bb863bf584690d8baf0c7347513 to your computer and use it in GitHub Desktop.
Save coulterpeterson/b6bd2bb863bf584690d8baf0c7347513 to your computer and use it in GitHub Desktop.
Ubuntu Server Common Commands
# Install Updates: Thanks https://askubuntu.com/a/196777 for the concise list
sudo apt update # Fetches the list of available updates
sudo apt upgrade # Installs some updates; does not remove packages
sudo apt full-upgrade # Installs updates; may also remove some packages, if needed
sudo apt autoremove # Removes any old packages that are no longer needed
# Power
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment