Shell
All things unix shell: commands, bash/zsh, config, etc.
Some search terms: unix,bash,zsh,sh,shell,cli,command line,terminal
Shell Config
# Custom aliases by yours truly! alias sudo="sudo " # this makes aliases useable with sudo alias ...
Shell Commands & Tools
find exposed ports: netstat -lntu ss -lntu find process on port lsof -nP -iTCP -sTCP:LISTEN | gr...
Bash
bash scripting reference: https://www.gnu.org/software/bash/manual/bash.html Cursor position/outp...
Zsh
Theme: apple