ubuntu stop process on port

Shell
sudo kill -9 `sudo lsof -t -i:{PORT_NUMBER}`
Source

Also in Shell: