From b46324040c9618729442e7b8554fd1392f060e4d Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 22 Oct 2022 01:14:48 -0700 Subject: [PATCH] Add shutdown tldr --- docs/Complete and Partial Rackdown.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Complete and Partial Rackdown.md b/docs/Complete and Partial Rackdown.md index ba41758..f36401f 100644 --- a/docs/Complete and Partial Rackdown.md +++ b/docs/Complete and Partial Rackdown.md @@ -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 "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.