Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tshark: add simple capture + filter example | Johannes Stoelp | 2024-01-09 | 3 | -0/+42 | |
| | ||||||
* | tcpdump: add link to pcap-filter(7) | Johannes Stoelp | 2024-01-09 | 1 | -1/+1 | |
| | ||||||
* | ffmpeg: record x11 window | Johannes Stoelp | 2024-01-09 | 3 | -0/+28 | |
| | ||||||
* | awk: range pattern example, regex cmp operator | Johannes Stoelp | 2023-12-13 | 1 | -2/+17 | |
| | ||||||
* | awk: add range pattern example inclusive/exclusive | Johannes Stoelp | 2023-12-13 | 1 | -0/+15 | |
| | ||||||
* | fish: add argparse/complete example + minor updates | Johannes Stoelp | 2023-11-18 | 1 | -32/+118 | |
| | ||||||
* | css: selector notes | Johannes Stoelp | 2023-11-09 | 3 | -0/+56 | |
| | ||||||
* | cmake: update PUBLIC description | Johannes Stoelp | 2023-11-04 | 1 | -1/+2 | |
| | ||||||
* | cmake: add note about PRIVATE/PUBLIC/INTERFACE | Johannes Stoelp | 2023-11-04 | 3 | -0/+41 | |
| | ||||||
* | arm: link to instruction browser | Johannes Stoelp | 2023-09-25 | 1 | -0/+2 | |
| | ||||||
* | gdb: fix conditional bp and add note to remove condition | Johannes Stoelp | 2023-09-21 | 1 | -1/+4 | |
| | ||||||
* | lsof: add note about checking mnt points | Johannes Stoelp | 2023-09-09 | 1 | -0/+7 | |
| | ||||||
* | zfs: add note about lsof and minor fixes in encrytion notes | Johannes Stoelp | 2023-09-09 | 1 | -2/+5 | |
| | ||||||
* | gdbserver: add exec wrapper example | Johannes Stoelp | 2023-09-08 | 1 | -1/+10 | |
| | ||||||
* | gdb: add watch -l in watchpoint example | Johannes Stoelp | 2023-09-08 | 1 | -1/+7 | |
| | ||||||
* | c++: strict aliasing | Johannes Stoelp | 2023-08-22 | 1 | -1/+203 | |
| | ||||||
* | add pgo notes | Johannes Stoelp | 2023-08-22 | 3 | -0/+160 | |
| | ||||||
* | input: fix links and typos | Johannes Stoelp | 2023-08-22 | 1 | -4/+4 | |
| | ||||||
* | symver: link to general elf spec | Johannes Stoelp | 2023-08-22 | 1 | -0/+2 | |
| | ||||||
* | systemd: add state/type query examples | Johannes Stoelp | 2023-08-22 | 1 | -0/+12 | |
| | ||||||
* | arch: link juicebox and rv64i nostd | Johannes Stoelp | 2023-08-22 | 2 | -0/+4 | |
| | ||||||
* | git: fix typo | Johannes Stoelp | 2023-08-22 | 1 | -1/+1 | |
| | ||||||
* | c++: fix option example by laundering returned ptr | Johannes Stoelp | 2023-08-01 | 1 | -1/+5 | |
| | ||||||
* | strace: extend useful options | Johannes Stoelp | 2023-07-24 | 1 | -0/+8 | |
| | ||||||
* | gdb: add catchpoint, threading, multi-process, tui | Johannes Stoelp | 2023-07-24 | 1 | -4/+74 | |
| | ||||||
* | fish: fix error in product expansion | Johannes Stoelp | 2023-07-02 | 1 | -1/+1 | |
| | ||||||
* | make: add patsubst example | Johannes Stoelp | 2023-07-02 | 1 | -0/+10 | |
| | ||||||
* | zsh: add completion example for positional args | Johannes Stoelp | 2023-06-26 | 1 | -2/+23 | |
| | ||||||
* | gdb: example to set bp on all threads but one, show convenience vars | Johannes Stoelp | 2023-06-26 | 1 | -0/+10 | |
| | ||||||
* | zfs: add initial zfs notes | Johannes Stoelp | 2023-06-21 | 3 | -0/+251 | |
| | ||||||
* | acl: notes on posix access control list | Johannes Stoelp | 2023-06-11 | 3 | -0/+80 | |
| | ||||||
* | ld.so: note about dlopen and LD_LIBRARY_PATH | Johannes Stoelp | 2023-06-10 | 1 | -0/+15 | |
| | ||||||
* | gcc: list warn/opt | Johannes Stoelp | 2023-05-29 | 1 | -0/+13 | |
| | ||||||
* | c++: change clang-fmt | Johannes Stoelp | 2023-05-29 | 3 | -5/+13 | |
| | ||||||
* | c++: perfect fwd example | Johannes Stoelp | 2023-05-29 | 3 | -1/+88 | |
| | ||||||
* | c++: fwd referene + perfect fwd | Johannes Stoelp | 2023-05-28 | 3 | -1/+85 | |
| | ||||||
* | gcov: example to generate coverage | Johannes Stoelp | 2023-05-28 | 5 | -0/+103 | |
| | ||||||
* | make: add comment about cmdline args | Johannes Stoelp | 2023-05-17 | 1 | -1/+22 | |
| | ||||||
* | pacman: install pkg into different root | Johannes Stoelp | 2023-04-30 | 1 | -0/+6 | |
| | ||||||
* | c++: improve void_t explanation | Johannes Stoelp | 2023-04-12 | 3 | -9/+52 | |
| | ||||||
* | c++: add example for picking template with partial specialzations | Johannes Stoelp | 2023-04-12 | 4 | -3/+82 | |
| | ||||||
* | qemu: cheap insn trace example | Johannes Stoelp | 2023-02-05 | 3 | -0/+33 | |
| | ||||||
* | objdump: disasm raw binary | Johannes Stoelp | 2023-02-05 | 1 | -0/+38 | |
| | ||||||
* | tcpdump: mention "any" interface | Johannes Stoelp | 2023-01-16 | 1 | -1/+2 | |
| | ||||||
* | dot: move assets and remove hard-coded github pages link | Johannes Stoelp | 2023-01-11 | 2 | -1/+1 | |
| | ||||||
* | x86: add lea example | Johannes Stoelp | 2023-01-11 | 1 | -0/+6 | |
| | ||||||
* | firewalld: add rich rule example | Johannes Stoelp | 2023-01-11 | 1 | -0/+4 | |
| | ||||||
* | nftables: add notes | Johannes Stoelp | 2023-01-11 | 5 | -1/+110 | |
| | ||||||
* | gpg: add not to extend key lifetime | Johannes Stoelp | 2022-12-30 | 1 | -0/+22 | |
| | ||||||
* | pacman: fix orphaned package trick | Johannes Stoelp | 2022-12-21 | 1 | -1/+1 | |
| |