-
-
Save mehmetbebek/9079845 to your computer and use it in GitHub Desktop.
Ubuntu Open 8080 Port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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