How to delete binded port from cmd in Windows ?
To kill process on windows run below command to find port and pid
netstat -ano
to kill a process
taskkill /F /PID 1448
netstat -ano
taskkill /F /PID 1448
Python Basics How to check the version of Python interpreter mac terminal
No comments:
Post a Comment