Frequently Used Commands

Frequently Used Commands

Collection of commands and code snippets I frequently use but don’t want to commit to memory.

  1. Jekyll Blog

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

© 2024. knznsmn. All rights reserved.