Skip to content

Instantly share code, notes, and snippets.

@light9
Last active December 22, 2015 01:39
Show Gist options
  • Save light9/6398156 to your computer and use it in GitHub Desktop.
Save light9/6398156 to your computer and use it in GitHub Desktop.
check&kill node.js
ps ax | grep node | grep meteor
netstat -lpn |grep :8090
pkill -9 -f nodejs
sudo kill -15 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment