Skip to content

Latest commit

History

History
19 lines (13 loc) 路 726 Bytes

File metadata and controls

19 lines (13 loc) 路 726 Bytes

Cheat Sheet

This cheat sheet helps us manage our DevOps fast.

Update & Reboot Ubuntu Server

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean -y && sudo apt autoclean -y && sudo reboot

The alias for this command on our servers is upr ("update and reboot").

Note: We have tons of quick commands in a shared (private) Google Doc.
If you would like to help extending this public file, please dive in!
Share the server admin commands that you have found useful. Thanks! 馃檹

HitCount