Skip to content

Instantly share code, notes, and snippets.

@ivan-kleshnin
Created March 21, 2016 08:16
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 ivan-kleshnin/8719d59562dde1cd6984 to your computer and use it in GitHub Desktop.
Save ivan-kleshnin/8719d59562dde1cd6984 to your computer and use it in GitHub Desktop.

Free port after manual kill

$ lsof -i :$PORT -- set desired port, e.g. 3000
$ kill $PID -- set discovered PID, e.g. 2227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment