From 2c2e365895d585e809350104af42bffb389cfbab Mon Sep 17 00:00:00 2001 From: DavidB <68934166+DavidBrightSparc@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:36:20 +0930 Subject: [PATCH] Update README.md Decided that the wisdom of "It's always DNS" deserves to be rule 1. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92b03b9..51538f1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Tenets of IT *It is a good reminder to not overthink some problems. These tenets have been created over decades as a way of reminding ourselves of the things sometimes overlooked.* -1. Reboot, reinstall, replace. -2. Rebooting is a band aid. Figure out why you had to. -3. It's always DNS. -4. When it’s not DNS, it’s MTU. -5. When it’s not MTU, it’s BGP. -6. When it’s not BGP, it’s LACP. +1. It's always DNS. +2. When it’s not DNS, it’s MTU. +3. When it’s not MTU, it’s BGP. +4. When it’s not BGP, it’s LACP. +5. Reboot, reinstall, replace. +6. Rebooting is a band aid. Figure out why you had to. 7. Under-promise, over-deliver. 8. Plan for the worst, hope for the best. 9. Always implement two-factor-authentication, no matter how loudly the users complain.