Skip to content

Instantly share code, notes, and snippets.

@63phc
Created December 17, 2018 13:03
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 63phc/4bc9cd842fd91dc07d721cdfa765bb4d to your computer and use it in GitHub Desktop.
Save 63phc/4bc9cd842fd91dc07d721cdfa765bb4d to your computer and use it in GitHub Desktop.
kill 8000 port
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