I plan to add to this as I find some handy linux commands:

Kill all Chrome pcoesses: pgrep -f chrome | xargs kill
Find the process using a port: netstat -tulpn | grep [port]