Skip to content

Instantly share code, notes, and snippets.

@jolosantos
Last active September 5, 2016 08:38
Show Gist options
  • Save jolosantos/e6f68d020a9ce8caab42 to your computer and use it in GitHub Desktop.
Save jolosantos/e6f68d020a9ce8caab42 to your computer and use it in GitHub Desktop.
Kill Active Port (Sample)
ps aux | grep 8090
kill -9 <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment