Skip to content

Instantly share code, notes, and snippets.

@qguv
Created September 2, 2014 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qguv/9b9c0fb45d5124dd641a to your computer and use it in GitHub Desktop.
Save qguv/9b9c0fb45d5124dd641a to your computer and use it in GitHub Desktop.
kill a process running on port 8000 (or any other port)
sudo kill `sudo lsof -t -i:8000`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment