Last active
August 30, 2021 15:55
-
-
Save coulterpeterson/b6bd2bb863bf584690d8baf0c7347513 to your computer and use it in GitHub Desktop.
Ubuntu Server Common Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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