Ubuntu Kill -Prozess an einem Port
sudo kill -9 $(sudo lsof -t -i:4000)
Disturbed Dragonfly
sudo kill -9 $(sudo lsof -t -i:4000)