From 13c62422a63ad6ed33f13d4775105710c0707744 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 21 Nov 2017 15:55:19 -0800 Subject: debugging checklist --- software/debugging.page | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 software/debugging.page (limited to 'software') 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) -- cgit v1.2.3