Frequently Used Commands
Collection of commands and code snippets I frequently use but don’t want to commit to memory.
Jekyll Blog
To kill the running local server:
sudo lsof -wni tcp:4000
This command outputs some text, including the process’ PID.
sudo kill -9 PID