Skip to content

Instantly share code, notes, and snippets.

@afsardo
Created June 30, 2017 15:24
Show Gist options
  • Save afsardo/32a232e3f460739ef111c833f7ba9c61 to your computer and use it in GitHub Desktop.
Save afsardo/32a232e3f460739ef111c833f7ba9c61 to your computer and use it in GitHub Desktop.
Port in USE, KILL Infinite loop server
# Command to find the process running on port 8000
$ lsof -i tcp:8000
# CAREFULL, command to kill the process make sure you are absolutely right
$ kill [PID]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment