Bash It
Some bash scripts I always find myself looking for
Check all ports in use
Kill a specific port
Check what’s running on a specific port
port 443, in this example
lsof -i:443
Misc
Write a new environment variable
export MY_NEW_VAR="My New Var"