Skip to content

Instantly share code, notes, and snippets.

@fdocr
Created February 10, 2021 14:45
Show Gist options
  • Save fdocr/9839709e977a57376b04cf3c9bbb6e07 to your computer and use it in GitHub Desktop.
Save fdocr/9839709e977a57376b04cf3c9bbb6e07 to your computer and use it in GitHub Desktop.
# https://superuser.com/q/451032
lsof -nti:XXXX | xargs kill -9
# Rails
lsof -nti:3000 | xargs kill -9
# Webpacker dev server
lsof -nti:3035 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment