Skip to content

Instantly share code, notes, and snippets.

@danieldram
Created December 29, 2022 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldram/a55f74d0d1609c027c370556c53781e8 to your computer and use it in GitHub Desktop.
Save danieldram/a55f74d0d1609c027c370556c53781e8 to your computer and use it in GitHub Desktop.
Kill Ports - Mac OSX Terminal
netstat -vanp tcp | grep 7203 <--- Port Number
Kill -9 7203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment