AOrps / pmmap

:brain: Personal Mind Map, aka ramp-up doc on certain functionality (:cherry_blossom:special-giggle)
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link
knowledge-base

pmmap

Search

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