howdo I kill the process currently using a port on localhost in ubuntu code example Example: windows kill port netstat -ano | findstr :3001 taskkill /PID <yourid> /F