zabija proces w porcie

sudo kill -9 `sudo lsof -t -i:9001`

// kills a process on port 9001
// it can be any port
Doubtful Dugong