Update README.md

Decided that the wisdom of "It's always DNS" deserves to be rule 1.
Dieser Commit ist enthalten in:
DavidB 2022-07-21 12:36:20 +09:30 committet von GitHub
Ursprung a5b5d93b5b
Commit 2c2e365895
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -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 its not DNS, its MTU.
5. When its not MTU, its BGP.
6. When its not BGP, its LACP.
1. It's always DNS.
2. When its not DNS, its MTU.
3. When its not MTU, its BGP.
4. When its not BGP, its 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.