Skip to content

Instantly share code, notes, and snippets.

@mehmetbebek
Created February 18, 2014 20:53
Show Gist options
  • Save mehmetbebek/9079845 to your computer and use it in GitHub Desktop.
Save mehmetbebek/9079845 to your computer and use it in GitHub Desktop.
Ubuntu Open 8080 Port
netstat -anp | grep 8080
Linux:
kill -9 248
Windows:
taskkill /f /pid 248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment