Skip to content

Instantly share code, notes, and snippets.

@beelarr
Last active December 31, 2017 18:19
Show Gist options
  • Save beelarr/8e0649a4fa17d08a58c4bd5a05fc47b1 to your computer and use it in GitHub Desktop.
Save beelarr/8e0649a4fa17d08a58c4bd5a05fc47b1 to your computer and use it in GitHub Desktop.
Seeing what servers are running
lsof -wni tcp:3000
kill -9 <server #>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment