Instantly share code, notes, and snippets.
Find processes listening on a port:
$ lsof -i :3000
Kill process:
$ kill -9 <PID>