kill process on port windows
netstat -ano | findstr "PORT_NUMBER"
taskkill /PID PORT_NUMBER /f:8080.
C:\Users\psmith>netstat -ano|findstr "PID :8080"
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:8081 0.0.0.0:0 LISTENING 18264
taskkill /pid 18264 /fkill $(lsof -t -i:8080)
//kill port 8080netstat -ano | findstr :PORT_NUMBER
taskkill /PID PORT_NUMBER /Ftaskkill /F /PID PORT_NUMBERnetstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
Also in Shell:
- git log graph
- convert excel to csv command line linux
- make an angular app installable*
- linux see when file created
- how to image an entire disk on linux
- git log one line
- git config --global credential.helper osxkeychain
- git return from detached head
- install nginx on ubuntu 18.04
- moodle update cli
- install brew on raspberry pi
- checking if a substring exists in a string bash
- git delete branch after merge
- linux list
- npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli
- git reset in gitlab
- task manager ubuntu
- install deno
- server information in powershell
- install pybind ubuntu
- dns_probe_finished_nxdomain linux ubuntu
- install express globally
- git diff two commits one file
- how to check if pygame is installed in ubuntu