Skip to content

Instantly share code, notes, and snippets.

@koungkub
Created August 28, 2022 17:13
Show Gist options
  • Save koungkub/baa537bb5229dec44c46562e375275ba to your computer and use it in GitHub Desktop.
Save koungkub/baa537bb5229dec44c46562e375275ba to your computer and use it in GitHub Desktop.
# linux-based
netstat -lnptu
# mac-based
lsof -i 8080 | grep LISTEN
ps -ef | grep 1029
kill -9 1029
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment