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"
port 443, in this example
lsof -i:443
export MY_NEW_VAR="My New Var"