Hafen töten
sudo kill -9 `sudo lsof -t -i:9001`
Duck Duck Go-ogle
sudo kill -9 `sudo lsof -t -i:9001`
npx kill-port 3000
netstat -ano | findstr :3001
taskkill /PID <yourid> /F
npx kill-port 8080
kill -9 $(sudo lsof -t -i:8080)
netstat -ano | findstr :<PORT>
taskkill /PID <PID> /F