Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vladimirmyshkovski/8678c5a6ce5b5e37eba64608f81fa72a to your computer and use it in GitHub Desktop.
Save vladimirmyshkovski/8678c5a6ce5b5e37eba64608f81fa72a to your computer and use it in GitHub Desktop.
kill programs which ran an 8000 port (Django)
sudo lsof -t -i tcp:8000 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment