diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-11-21 15:55:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-11-21 16:07:17 -0800 |
commit | 13c62422a63ad6ed33f13d4775105710c0707744 (patch) | |
tree | 885c8f47fc7483a3902e650096108006c1214ebe /software | |
parent | c559989f75eeae3e405440502b311552c02d0ee9 (diff) | |
download | knowledge-13c62422a63ad6ed33f13d4775105710c0707744.tar.gz knowledge-13c62422a63ad6ed33f13d4775105710c0707744.zip |
debugging checklist
Diffstat (limited to 'software')
-rw-r--r-- | software/debugging.page | 7 |
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) |