Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: add --name-only | Johannes Stoelp | 2024-04-05 | 1 | -0/+1 |
| | |||||
* | gpg: key usage flags | Johannes Stoelp | 2024-03-30 | 1 | -0/+6 |
| | |||||
* | gpg: fix key output comment pub -> private | Johannes Stoelp | 2024-03-30 | 1 | -1/+1 |
| | |||||
* | gdb: log overwrite + shell commands | Johannes Stoelp | 2024-03-27 | 1 | -0/+32 |
| | |||||
* | c++filt: note to demangle type | Johannes Stoelp | 2024-03-27 | 1 | -1/+35 |
| | |||||
* | make: add call,eval,foreach & multi-line var | Johannes Stoelp | 2024-03-27 | 1 | -1/+95 |
| | |||||
* | make: config based example | Johannes Stoelp | 2024-03-23 | 1 | -0/+35 |
| | |||||
* | html: add viewport meta to tags example | Johannes Stoelp | 2024-03-20 | 3 | -2/+6 |
| | |||||
* | html: add example with multiple filter tags | Johannes Stoelp | 2024-03-20 | 2 | -0/+81 |
| | |||||
* | html: fix comment | Johannes Stoelp | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | html: add example with floating figures | Johannes Stoelp | 2024-03-20 | 3 | -0/+105 |
| | |||||
* | gdb: fix typo | Johannes Stoelp | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | html: fix quote consistency | Johannes Stoelp | 2024-02-17 | 1 | -1/+1 |
| | |||||
* | html: tag filter example | Johannes Stoelp | 2024-02-17 | 2 | -0/+66 |
| | |||||
* | awk: split on multiple tokens | Johannes Stoelp | 2024-02-16 | 1 | -0/+6 |
| | |||||
* | abi: update link to x86_64 sysv abi | Johannes Stoelp | 2024-02-15 | 2 | -3/+3 |
| | |||||
* | bash: cmd grouping | Johannes Stoelp | 2024-02-13 | 1 | -0/+16 |
| | |||||
* | sed: insert pattern + follow symlinks | Johannes Stoelp | 2024-02-07 | 1 | -0/+24 |
| | |||||
* | perf: add output, disasm flavor, intel sdm | Johannes Stoelp | 2024-01-31 | 1 | -4/+11 |
| | |||||
* | gnuplot: initial notes | Johannes Stoelp | 2024-01-31 | 6 | -0/+161 |
| | |||||
* | ps: add thcount,ppid,signal output flags and examples | Johannes Stoelp | 2024-01-31 | 1 | -0/+24 |
| | |||||
* | ps: add notes | Johannes Stoelp | 2024-01-27 | 3 | -0/+38 |
| | |||||
* | fish: add fish_pid var | Johannes Stoelp | 2024-01-27 | 1 | -0/+3 |
| | |||||
* | perf: add pmu event doc + callee vs caller graph example | Johannes Stoelp | 2024-01-27 | 3 | -10/+200 |
| | |||||
* | git: add clean and fetch/pull note | Johannes Stoelp | 2024-01-26 | 1 | -0/+19 |
| | |||||
* | bash/zsh/fish: add process substitution | Johannes Stoelp | 2024-01-25 | 3 | -0/+27 |
| | |||||
* | git: add merge commands | Johannes Stoelp | 2024-01-23 | 1 | -1/+19 |
| | |||||
* | callgrind: initial notes | Johannes Stoelp | 2024-01-23 | 5 | -2/+130 |
| | |||||
* | sed: delete matching lines | Johannes Stoelp | 2024-01-23 | 1 | -0/+10 |
| | |||||
* | pgrep: exact match cmd name | Johannes Stoelp | 2024-01-23 | 1 | -0/+1 |
| | |||||
* | objdump: disasm specific sym, visualize jumps | Johannes Stoelp | 2024-01-23 | 1 | -7/+20 |
| | |||||
* | x86_64: add initial windows abi notes | Johannes Stoelp | 2024-01-18 | 1 | -1/+61 |
| | |||||
* | sed: add initial examples | Johannes Stoelp | 2024-01-18 | 3 | -0/+70 |
| | |||||
* | sort: add initial examples | Johannes Stoelp | 2024-01-17 | 3 | -0/+37 |
| | |||||
* | column: add example to format data as table | Johannes Stoelp | 2024-01-17 | 3 | -0/+12 |
| | |||||
* | git: add worktree notes | Johannes Stoelp | 2024-01-17 | 1 | -0/+13 |
| | |||||
* | 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 |
| |