Skip to content

Instantly share code, notes, and snippets.

@jirkapenzes
Created July 8, 2015 13:12
Show Gist options
  • Save jirkapenzes/6b828cc900fd797d1bad to your computer and use it in GitHub Desktop.
Save jirkapenzes/6b828cc900fd797d1bad to your computer and use it in GitHub Desktop.
netstat -anp tcp | grep 8080
lsof -i :8080
kill -9 34334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment