aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2021-03-29 15:16:14 +0000
committerjohannst <johannst@users.noreply.github.com>2021-03-29 15:16:14 +0000
commitc6ae65a3f9c9f1d393291dbb7c1c741676664825 (patch)
treede71f5029b2173c8d3e674dcc4c6943a951b4e17
parentfe84155562f3e6d51b94155197ab5606f2e3bebe (diff)
downloadnotes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.tar.gz
notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.zip
deploy: 6e82f44415534b31b683006bbeca4379d43d9d0d
-rw-r--r--arch/arm64.html4
-rw-r--r--arch/armv7.html4
-rw-r--r--arch/index.html4
-rw-r--r--arch/x86_64.html4
-rw-r--r--binary/index.html4
-rw-r--r--binary/nm.html4
-rw-r--r--binary/objdump.html4
-rw-r--r--binary/od.html4
-rw-r--r--binary/readelf.html4
-rw-r--r--binary/xxd.html4
-rw-r--r--development/c++.html4
-rw-r--r--development/c++filt.html4
-rw-r--r--development/gcc.html4
-rw-r--r--development/glibc.html4
-rw-r--r--development/index.html4
-rw-r--r--development/ld.so.html4
-rw-r--r--development/make.html4
-rw-r--r--index.html4
-rw-r--r--intro.html4
-rw-r--r--monitor/index.html4
-rw-r--r--monitor/lsof.html4
-rw-r--r--monitor/pgrep.html4
-rw-r--r--monitor/pidstat.html4
-rw-r--r--monitor/pmap.html4
-rw-r--r--monitor/pstack.html4
-rw-r--r--monitor/ss.html4
-rw-r--r--print.html4
-rw-r--r--tools/awk.html4
-rw-r--r--tools/bash.html4
-rw-r--r--tools/emacs.html4
-rw-r--r--tools/fish.html4
-rw-r--r--tools/gdb.html4
-rw-r--r--tools/git.html4
-rw-r--r--tools/gpg.html4
-rw-r--r--tools/index.html4
-rw-r--r--tools/qemu.html4
-rw-r--r--tools/radare2.html4
-rw-r--r--tools/tmux.html4
-rw-r--r--tools/zsh.html4
-rw-r--r--trace_profile/index.html4
-rw-r--r--trace_profile/ltrace.html4
-rw-r--r--trace_profile/oprofile.html4
-rw-r--r--trace_profile/perf.html4
-rw-r--r--trace_profile/strace.html4
-rw-r--r--trace_profile/time.html4
45 files changed, 180 insertions, 0 deletions
diff --git a/arch/arm64.html b/arch/arm64.html
index 580ea20..d9ae7a4 100644
--- a/arch/arm64.html
+++ b/arch/arm64.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/arch/armv7.html b/arch/armv7.html
index 940d518..a749404 100644
--- a/arch/armv7.html
+++ b/arch/armv7.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/arch/index.html b/arch/index.html
index 29ef281..42dbcef 100644
--- a/arch/index.html
+++ b/arch/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/arch/x86_64.html b/arch/x86_64.html
index efc8c60..9797dd3 100644
--- a/arch/x86_64.html
+++ b/arch/x86_64.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/index.html b/binary/index.html
index de60b84..cdd019e 100644
--- a/binary/index.html
+++ b/binary/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/nm.html b/binary/nm.html
index 5743690..ab0965e 100644
--- a/binary/nm.html
+++ b/binary/nm.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/objdump.html b/binary/objdump.html
index 09832f7..c4620c8 100644
--- a/binary/objdump.html
+++ b/binary/objdump.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/od.html b/binary/od.html
index 1b7c26e..c940261 100644
--- a/binary/od.html
+++ b/binary/od.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/readelf.html b/binary/readelf.html
index 07f6ef1..beb5ee4 100644
--- a/binary/readelf.html
+++ b/binary/readelf.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/binary/xxd.html b/binary/xxd.html
index 8a82b8d..4830aed 100644
--- a/binary/xxd.html
+++ b/binary/xxd.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/c++.html b/development/c++.html
index 61c1146..5655b3a 100644
--- a/development/c++.html
+++ b/development/c++.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/c++filt.html b/development/c++filt.html
index 1b6f037..2d5fcdd 100644
--- a/development/c++filt.html
+++ b/development/c++filt.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/gcc.html b/development/gcc.html
index 7fcbe85..202d46e 100644
--- a/development/gcc.html
+++ b/development/gcc.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/glibc.html b/development/glibc.html
index 8b05f97..7c42a20 100644
--- a/development/glibc.html
+++ b/development/glibc.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/index.html b/development/index.html
index 329aa60..4082e1e 100644
--- a/development/index.html
+++ b/development/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/ld.so.html b/development/ld.so.html
index 9a096e3..ae1e562 100644
--- a/development/ld.so.html
+++ b/development/ld.so.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/development/make.html b/development/make.html
index 9311786..f4cbf08 100644
--- a/development/make.html
+++ b/development/make.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/index.html b/index.html
index cd812ed..0c7c7a9 100644
--- a/index.html
+++ b/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/intro.html b/intro.html
index 75beb54..0cf7503 100644
--- a/intro.html
+++ b/intro.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/index.html b/monitor/index.html
index 3811700..6bcd1a6 100644
--- a/monitor/index.html
+++ b/monitor/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/lsof.html b/monitor/lsof.html
index c6214ae..29631e5 100644
--- a/monitor/lsof.html
+++ b/monitor/lsof.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/pgrep.html b/monitor/pgrep.html
index a6f2f38..01627b7 100644
--- a/monitor/pgrep.html
+++ b/monitor/pgrep.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/pidstat.html b/monitor/pidstat.html
index 5457382..b679e61 100644
--- a/monitor/pidstat.html
+++ b/monitor/pidstat.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/pmap.html b/monitor/pmap.html
index ccf7331..e6b7fd9 100644
--- a/monitor/pmap.html
+++ b/monitor/pmap.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/pstack.html b/monitor/pstack.html
index 59ca4b5..c6f0eb6 100644
--- a/monitor/pstack.html
+++ b/monitor/pstack.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/monitor/ss.html b/monitor/ss.html
index eb6cff6..de3d4cf 100644
--- a/monitor/ss.html
+++ b/monitor/ss.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/print.html b/print.html
index 512c1c5..6cb20d1 100644
--- a/print.html
+++ b/print.html
@@ -122,6 +122,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/awk.html b/tools/awk.html
index 41b854f..139ec07 100644
--- a/tools/awk.html
+++ b/tools/awk.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/bash.html b/tools/bash.html
index 9b65e85..3827059 100644
--- a/tools/bash.html
+++ b/tools/bash.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/emacs.html b/tools/emacs.html
index b71d28c..7d7f957 100644
--- a/tools/emacs.html
+++ b/tools/emacs.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/fish.html b/tools/fish.html
index 793459e..65732aa 100644
--- a/tools/fish.html
+++ b/tools/fish.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/gdb.html b/tools/gdb.html
index 507e9cc..a9d36d4 100644
--- a/tools/gdb.html
+++ b/tools/gdb.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/git.html b/tools/git.html
index 478b78b..a1871cd 100644
--- a/tools/git.html
+++ b/tools/git.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/gpg.html b/tools/gpg.html
index 2ed857c..65bfaec 100644
--- a/tools/gpg.html
+++ b/tools/gpg.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/index.html b/tools/index.html
index 6dc20fd..4ae4881 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/qemu.html b/tools/qemu.html
index 19902a8..418a9fe 100644
--- a/tools/qemu.html
+++ b/tools/qemu.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/radare2.html b/tools/radare2.html
index 59af210..a33cbaa 100644
--- a/tools/radare2.html
+++ b/tools/radare2.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/tmux.html b/tools/tmux.html
index 72264fb..0348842 100644
--- a/tools/tmux.html
+++ b/tools/tmux.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/tools/zsh.html b/tools/zsh.html
index e75f975..eff4a16 100644
--- a/tools/zsh.html
+++ b/tools/zsh.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/index.html b/trace_profile/index.html
index 8c4ae05..8370732 100644
--- a/trace_profile/index.html
+++ b/trace_profile/index.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/ltrace.html b/trace_profile/ltrace.html
index f3989e7..872c444 100644
--- a/trace_profile/ltrace.html
+++ b/trace_profile/ltrace.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/oprofile.html b/trace_profile/oprofile.html
index 2fe4ccc..1b168fd 100644
--- a/trace_profile/oprofile.html
+++ b/trace_profile/oprofile.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/perf.html b/trace_profile/perf.html
index 2a5e155..79247d2 100644
--- a/trace_profile/perf.html
+++ b/trace_profile/perf.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/strace.html b/trace_profile/strace.html
index b6e5ffa..3c7b33d 100644
--- a/trace_profile/strace.html
+++ b/trace_profile/strace.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>
diff --git a/trace_profile/time.html b/trace_profile/time.html
index ed661ac..cbf3f71 100644
--- a/trace_profile/time.html
+++ b/trace_profile/time.html
@@ -120,6 +120,10 @@
<i id="print-button" class="fa fa-print"></i>
</a>
+ <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository">
+ <i id="git-repository-button" class="fa fa-github"></i>
+ </a>
+
</div>
</div>
</div>