Introduction
1.
Tools
1.1.
zsh
1.2.
bash
1.3.
fish
1.4.
tmux
1.5.
git
1.6.
awk
1.7.
emacs
1.8.
gpg
1.9.
gdb
1.10.
gdbserver
1.11.
radare2
1.12.
qemu
1.13.
pacman
1.14.
dot
1.15.
ffmpeg
1.16.
column
1.17.
sort
1.18.
sed
2.
Resource analysis & monitor
2.1.
lsof
2.2.
ss
2.3.
pidstat
2.4.
pgrep
2.5.
pmap
2.6.
pstack
3.
Trace and Profile
3.1.
time
3.2.
strace
3.3.
ltrace
3.4.
perf
3.5.
OProfile
3.6.
callgrind
4.
Binary
4.1.
od
4.2.
xxd
4.3.
readelf
4.4.
objdump
4.5.
nm
5.
Development
5.1.
c++filt
5.2.
c++
5.3.
glibc
5.4.
gcc
5.5.
cmake
5.6.
make
5.7.
ld.so
5.8.
symbol versioning
5.9.
python
5.10.
gcov
5.11.
pgo
6.
Linux
6.1.
systemd
6.2.
coredump
6.3.
ptrace_scope
6.4.
cryptsetup
6.5.
swap
6.6.
input
6.7.
acl
6.8.
zfs
7.
Network
7.1.
tcpdump
7.2.
tshark
7.3.
firewall-cmd
7.4.
nftables
8.
Web
8.1.
html
8.2.
css
8.3.
chartjs
9.
Arch
9.1.
x86_64
9.2.
arm64
9.3.
armv7
9.4.
riscv
Light
Rust
Coal
Navy
Ayu
Notes
pstack(1)
pstack <pid> Dump stack for all threads of process.