summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2017-11-21 15:55:19 -0800
committerBryan Newbold <bnewbold@archive.org>2017-11-21 16:07:17 -0800
commit13c62422a63ad6ed33f13d4775105710c0707744 (patch)
tree885c8f47fc7483a3902e650096108006c1214ebe
parentc559989f75eeae3e405440502b311552c02d0ee9 (diff)
downloadknowledge-13c62422a63ad6ed33f13d4775105710c0707744.tar.gz
knowledge-13c62422a63ad6ed33f13d4775105710c0707744.zip
debugging checklist
-rw-r--r--software/debugging.page7
1 files changed, 7 insertions, 0 deletions
diff --git a/software/debugging.page b/software/debugging.page
new file mode 100644
index 0000000..0d01763
--- /dev/null
+++ b/software/debugging.page
@@ -0,0 +1,7 @@
+
+Did you try...
+
+- network (hosts and all switches and routers) MTU
+- null bytes and non-printing characters
+ (with grep: `--text` to ignore, or with cat: `-v` to print visually with
+ escaping)