Skip to content

Instantly share code, notes, and snippets.

@ChaelCodes
Created August 8, 2019 12:59
Show Gist options
  • Save ChaelCodes/96d4a76731297ff09d62de7651520d6a to your computer and use it in GitHub Desktop.
Save ChaelCodes/96d4a76731297ff09d62de7651520d6a to your computer and use it in GitHub Desktop.
Kill Unterminated Rails Server
lsof -wni tcp:3000
kill -9 <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment