From 3b226d19bb19a87eb565f3e1d16e14f446b56e76 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 27 Aug 2024 22:25:00 +0000 Subject: deploy: 9b47b98b7c5efce0bf50d57aa5d7e374bcbabf23 --- 404.html | 2 +- arch/arm64.html | 2 +- arch/armv7.html | 2 +- arch/armv8.html | 2 +- arch/index.html | 2 +- arch/riscv.html | 2 +- arch/x86_64.html | 21 ++- binary/index.html | 2 +- binary/nm.html | 2 +- binary/objdump.html | 2 +- binary/od.html | 2 +- binary/readelf.html | 2 +- binary/xxd.html | 2 +- cli/awk.html | 2 +- cli/column.html | 2 +- cli/index.html | 4 +- cli/paste.html | 247 +++++++++++++++++++++++++++++++ cli/sed.html | 2 +- cli/sort.html | 2 +- cli/tac.html | 240 ++++++++++++++++++++++++++++++ cli/tr.html | 6 +- debug/gdb.html | 2 +- debug/gdbserver.html | 2 +- debug/index.html | 2 +- development/c++.html | 2 +- development/c++filt.html | 2 +- development/cmake.html | 2 +- development/gcc.html | 2 +- development/gcov.html | 2 +- development/git.html | 2 +- development/glibc.html | 2 +- development/index.html | 2 +- development/ld.so.html | 2 +- development/make.html | 2 +- development/pgo.html | 2 +- development/python.html | 2 +- development/symbolver.html | 2 +- index.html | 2 +- intro.html | 2 +- linux/acl.html | 2 +- linux/coredump.html | 2 +- linux/cpufreq.html | 252 ++++++++++++++++++++++++++++++++ linux/cryptsetup.html | 2 +- linux/cups.html | 291 ++++++++++++++++++++++++++++++++++++ linux/index.html | 4 +- linux/input.html | 2 +- linux/ptrace_scope.html | 2 +- linux/swap.html | 2 +- linux/systemd.html | 2 +- linux/zfs.html | 6 +- monitor/index.html | 239 ------------------------------ monitor/lsof.html | 286 ------------------------------------ monitor/pgrep.html | 242 ------------------------------ monitor/pidstat.html | 253 -------------------------------- monitor/pmap.html | 238 ------------------------------ monitor/ps.html | 282 ----------------------------------- monitor/pstack.html | 234 ----------------------------- network/firewall-cmd.html | 2 +- network/index.html | 11 +- network/nftables.html | 2 +- network/ss.html | 6 +- network/ssh.html | 329 +++++++++++++++++++++++++++++++++++++++++ network/tcpdump.html | 4 +- network/tshark.html | 2 +- print.html | 341 ++++++++++++++++++++++++++++++++++++++++--- process/index.html | 241 ++++++++++++++++++++++++++++++ process/lsof.html | 286 ++++++++++++++++++++++++++++++++++++ process/nice.html | 243 ++++++++++++++++++++++++++++++ process/pgrep.html | 242 ++++++++++++++++++++++++++++++ process/pidstat.html | 253 ++++++++++++++++++++++++++++++++ process/pmap.html | 238 ++++++++++++++++++++++++++++++ process/ps.html | 283 +++++++++++++++++++++++++++++++++++ process/pstack.html | 234 +++++++++++++++++++++++++++++ process/taskset.html | 271 ++++++++++++++++++++++++++++++++++ searchindex.js | 2 +- searchindex.json | 2 +- shells/bash.html | 2 +- shells/fish.html | 2 +- shells/index.html | 2 +- shells/zsh.html | 2 +- tools/dot.html | 2 +- tools/emacs.html | 2 +- tools/ffmpeg.html | 2 +- tools/gnuplot.html | 5 +- tools/gpg.html | 2 +- tools/index.html | 6 +- tools/pacman.html | 2 +- tools/qemu.html | 2 +- tools/qrencode.html | 6 +- tools/radare2.html | 2 +- tools/restic.html | 2 +- tools/tmux.html | 2 +- trace_profile/callgrind.html | 2 +- trace_profile/index.html | 6 +- trace_profile/ltrace.html | 2 +- trace_profile/oprofile.html | 2 +- trace_profile/perf.html | 4 +- trace_profile/strace.html | 2 +- trace_profile/time.html | 2 +- web/chartjs.html | 2 +- web/css.html | 2 +- web/html.html | 2 +- web/index.html | 2 +- 103 files changed, 4093 insertions(+), 1897 deletions(-) create mode 100644 cli/paste.html create mode 100644 cli/tac.html create mode 100644 linux/cpufreq.html create mode 100644 linux/cups.html delete mode 100644 monitor/index.html delete mode 100644 monitor/lsof.html delete mode 100644 monitor/pgrep.html delete mode 100644 monitor/pidstat.html delete mode 100644 monitor/pmap.html delete mode 100644 monitor/ps.html delete mode 100644 monitor/pstack.html create mode 100644 network/ssh.html create mode 100644 process/index.html create mode 100644 process/lsof.html create mode 100644 process/nice.html create mode 100644 process/pgrep.html create mode 100644 process/pidstat.html create mode 100644 process/pmap.html create mode 100644 process/ps.html create mode 100644 process/pstack.html create mode 100644 process/taskset.html diff --git a/404.html b/404.html index a7bbc77..c43b40a 100644 --- a/404.html +++ b/404.html @@ -89,7 +89,7 @@