stop kill network connection using cmd line
FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :8080') DO TaskKill.exe /PID %%P
findstr :8080
TaskKill.exe /PID <value>
%%P instead of %P
FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :8080') DO @ECHO TaskKill.exe /PID %%P
"tokens=4 delims= "
FOR /F ... %variable IN ('command') DO otherCommand %variable...
Also in C++:
- remove windows folder from old drive
- git unstage a file
- linux set python 3 as default
- how to copy file to another directory in linux
- print scipy version
- linux high load send mail
- linux version
- check if docker is installed ubuntu
- sqlite3 attempt to write a readonly database
- git add commit push one command
- find jpg or png
- windows execute powershell script define user
- cmdchange directory with space
- copying folders in git bash
- shell script to reindex elasticsearch
- docker run ubuntu container
- pwa install
- sudo gem install cocoapods-deintegrate cocoapods-clean
- aws-sdk npm
- verify large directory after copy files
- react-native 6 digit code
- python3 GIVINGSTORM.py -n Windows-Upgrade -p b64 encoded payload -c amazon.com/c2/domain HTA Example
- how to wait until a triggered pipeline completed gitlabci
- remove iptables rule