Add shutdown tldr

This commit is contained in:
Joey Hafner 2022-10-22 01:14:48 -07:00
parent 8bdd32c1a4
commit b46324040c

View File

@ -1,3 +1,9 @@
# Shutdown TL;DR
1. Shut down the server: `docker stop $(docker ps -aq) && sudo shutdown now`
2. Shut down the NAS: `shutdown -p now`
3. Shut down the router: `sudo shutdown now`susu
# About # About
"Rackdown" is AWS slang for turning a rack of hosts off and on again. In this case, the "rack" refers to practically all components of the DC. Server, NAS, disk shelf, switches, router, PiHole, modem, APs, and desktops. This doc will consolidate previous docs and provide an overall shutdown and reboot procedure. "Rackdown" is AWS slang for turning a rack of hosts off and on again. In this case, the "rack" refers to practically all components of the DC. Server, NAS, disk shelf, switches, router, PiHole, modem, APs, and desktops. This doc will consolidate previous docs and provide an overall shutdown and reboot procedure.