pmmap
- :brain: Personal Mind Map, aka ramp-up doc on certain functionality
Search
- Search is done, via a janky tagging system and using grep to find topics
To search for a tag, do:
```sh
# The implication that you run this command at the / dir, on a *nix-based OS (or have grep running)
# template
grep -R '' .
# ex
grep -ER '^' .
```
To add a tag, do:
```txt
# creating a html comment
```
:card_file_box: Directory Explanation
.
├── awk ; getting *`awk`y
├── bash-buffoonery ; fun little bash command stuff
├── emacs ; emacs shortcuts and how to be more productive
├── oscp ; reference guide and (hopefully some explanations)
├── perf ; `perf` profiling
├── qemu ; qemu commands and tips
└── r2 ; radare2
; to update use: `tree -d -L1 --noreport`
:warning: Disclaimer
- Personal Notes on how-to-, accuracy might not 100% up-to-scruff