Skip to content

Instantly share code, notes, and snippets.

@kusakusakusa
Last active August 29, 2015 14:05
Show Gist options
  • Save kusakusakusa/d7bae9cd3fd6b468ac04 to your computer and use it in GitHub Desktop.
Save kusakusakusa/d7bae9cd3fd6b468ac04 to your computer and use it in GitHub Desktop.
kill already running 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