[[{“value”:”
Windows
1. Find process using port
netstat -ano | findstr :<port>
2. Kill process
taskkill /PID <pid> /F
“}]]
[[{“value”:”Windows
1. Find process using port
netstat -ano | findstr :<port>
2. Kill process
taskkill /PID <pid> /FContinue reading on Medium »”}]] Read More Linux on Medium
#linux