From 778bfdc57102816b1234d13ed022447a983942ee Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 00:01:12 -0400 Subject: Markdown support. This accomplishes two things: 1. The og cards and page title no longer contain half-baked markup. Instead, they show the markdown equivalent, which is generally pretty friendly. In other words, the page title is "Have you checked `resolv.conf`?" and not "Have you checked resolve.conf?" 2. Phrases can now start with terms other than "Have you checked". --- src/things-to-check.yml | 68 ++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'src/things-to-check.yml') diff --git a/src/things-to-check.yml b/src/things-to-check.yml index 6147971..a352535 100644 --- a/src/things-to-check.yml +++ b/src/things-to-check.yml @@ -3,37 +3,37 @@ # permalink. # # Yes, this is HTML and no, I don't care about injection. -- permissions -- cabling -- for a full disk -- the cache -- for a version conflict -- for a duplex mismatch -- the firewall rules -- resolv.conf -- /etc/hosts -- DNS -- CR/LF -- setuid/setgid bits -- the default gateway -- for IP conflicts -- the logs -- the port number -- for a zonefile dot -- I/O dammit -- the mounts -- the power -- for the wrong whitespace -- if it reloaded into bad config -- IP forwarding -- the trailing slash -- the MAC address -- if the filesystem is out of inodes -- the line length -- if you're on the wrong wifi network -- if the vpn timed out -- if that's the wrong host -- the security groups -- the fucking binlogs -- the documentation -- the manpages +- Have you checked permissions? +- Have you checked cabling? +- Have you checked for a full disk? +- Have you checked the cache? +- Have you checked for a version conflict? +- Have you checked for a duplex mismatch? +- Have you checked the firewall rules? +- Have you checked `resolv.conf`? +- Have you checked `/etc/hosts`? +- Have you checked DNS? +- Have you checked `CR/LF`? +- Have you checked setuid/setgid bits? +- Have you checked the default gateway? +- Have you checked for IP conflicts? +- Have you checked the logs? +- Have you checked the port number? +- Have you checked for a zonefile dot? +- Have you checked I/O dammit? +- Have you checked the mounts? +- Have you checked the power? +- Have you checked for the wrong whitespace? +- Have you checked if it reloaded into bad config? +- Have you checked IP forwarding? +- Have you checked the trailing slash? +- Have you checked the MAC address? +- Have you checked if the filesystem is out of inodes? +- Have you checked the line length? +- Have you checked if you're on the wrong wifi network? +- Have you checked if the vpn timed out? +- Have you checked if that's the wrong host? +- Have you checked the security groups? +- Have you checked the fucking binlogs? +- Have you checked the documentation? +- Have you checked the manpages? -- cgit v1.2.3