From 25b609d0c70d49dd62479ce03578704e62712bd8 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 23 Aug 2022 19:48:10 +0000 Subject: deploy: 6f6fef7bb61712038220a7607447d38689ad6978 --- .nojekyll | 2 +- 404.html | 170 +++++ arch/arm64.html | 160 ++-- arch/armv7.html | 156 ++-- arch/index.html | 126 +--- arch/riscv.html | 126 ++-- arch/x86_64.html | 158 ++-- ayu-highlight.css | 5 +- binary/index.html | 126 +--- binary/nm.html | 126 +--- binary/objdump.html | 128 ++-- binary/od.html | 126 +--- binary/readelf.html | 126 +--- binary/xxd.html | 134 ++-- book.js | 216 ++++-- css/chrome.css | 86 ++- css/general.css | 56 +- css/variables.css | 22 +- development/c++.html | 249 ++++--- development/c++filt.html | 130 ++-- development/gcc.html | 134 ++-- development/glibc.html | 130 ++-- development/index.html | 128 ++-- development/ld.so.html | 128 ++-- development/make.html | 140 ++-- development/python.html | 136 ++-- development/symbolver.html | 130 ++-- favicon.svg | 22 + fonts/OPEN-SANS-LICENSE.txt | 202 +++++ fonts/SOURCE-CODE-PRO-LICENSE.txt | 93 +++ fonts/fonts.css | 100 +++ fonts/open-sans-v17-all-charsets-300.woff2 | Bin 0 -> 44352 bytes fonts/open-sans-v17-all-charsets-300italic.woff2 | Bin 0 -> 40656 bytes fonts/open-sans-v17-all-charsets-600.woff2 | Bin 0 -> 44936 bytes fonts/open-sans-v17-all-charsets-600italic.woff2 | Bin 0 -> 42120 bytes fonts/open-sans-v17-all-charsets-700.woff2 | Bin 0 -> 44988 bytes fonts/open-sans-v17-all-charsets-700italic.woff2 | Bin 0 -> 40800 bytes fonts/open-sans-v17-all-charsets-800.woff2 | Bin 0 -> 44536 bytes fonts/open-sans-v17-all-charsets-800italic.woff2 | Bin 0 -> 40812 bytes fonts/open-sans-v17-all-charsets-italic.woff2 | Bin 0 -> 41076 bytes fonts/open-sans-v17-all-charsets-regular.woff2 | Bin 0 -> 43236 bytes fonts/source-code-pro-v11-all-charsets-500.woff2 | Bin 0 -> 59140 bytes highlight.css | 39 +- highlight.js | 8 +- index.html | 122 +-- intro.html | 122 +-- linux/coredump.html | 132 ++-- linux/index.html | 126 +--- linux/ptrace_scope.html | 126 +--- linux/systemd.html | 130 ++-- monitor/index.html | 126 +--- monitor/lsof.html | 134 ++-- monitor/pgrep.html | 128 ++-- monitor/pidstat.html | 130 ++-- monitor/pmap.html | 126 +--- monitor/pstack.html | 126 +--- monitor/ss.html | 128 ++-- network/index.html | 126 +--- network/tcpdump.html | 132 ++-- print.html | 913 ++++++++++++----------- searcher.js | 10 +- searchindex.js | 2 +- searchindex.json | 2 +- tomorrow-night.css | 2 - tools/awk.html | 142 ++-- tools/bash.html | 148 ++-- tools/dot.html | 126 +--- tools/emacs.html | 164 ++-- tools/fish.html | 162 ++-- tools/gdb.html | 164 ++-- tools/gdbserver.html | 130 ++-- tools/git.html | 146 ++-- tools/gpg.html | 144 ++-- tools/index.html | 126 +--- tools/pacman.html | 132 ++-- tools/qemu.html | 166 ++--- tools/radare2.html | 136 ++-- tools/tmux.html | 130 ++-- tools/zsh.html | 154 ++-- trace_profile/index.html | 126 +--- trace_profile/ltrace.html | 128 ++-- trace_profile/oprofile.html | 126 +--- trace_profile/perf.html | 128 ++-- trace_profile/strace.html | 128 ++-- trace_profile/time.html | 126 +--- 85 files changed, 4035 insertions(+), 5558 deletions(-) create mode 100644 404.html create mode 100644 favicon.svg create mode 100644 fonts/OPEN-SANS-LICENSE.txt create mode 100644 fonts/SOURCE-CODE-PRO-LICENSE.txt create mode 100644 fonts/fonts.css create mode 100644 fonts/open-sans-v17-all-charsets-300.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-300italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-600.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-600italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-700.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-700italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-800.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-800italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-italic.woff2 create mode 100644 fonts/open-sans-v17-all-charsets-regular.woff2 create mode 100644 fonts/source-code-pro-v11-all-charsets-500.woff2 diff --git a/.nojekyll b/.nojekyll index 8631215..f173110 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -This file makes sure that Github Pages doesn't process mdBook's output. \ No newline at end of file +This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/404.html b/404.html new file mode 100644 index 0000000..5a1d2c5 --- /dev/null +++ b/404.html @@ -0,0 +1,170 @@ + + + + + + Page not found - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+

Document not found (404)

+

This URL is invalid, sorry. Please use the navigation bar or search to continue.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + diff --git a/arch/arm64.html b/arch/arm64.html index 0c43702..d708511 100644 --- a/arch/arm64.html +++ b/arch/arm64.html @@ -4,39 +4,33 @@ arm64 - Notes - - + + - - - - + - - - @@ -80,8 +74,8 @@ @@ -89,49 +83,42 @@
- -