Horje
kill process running on port in windows Code Example
kill process running on port in windows
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
kill service by port number on windows
taskkill /F /PID PORT_NUMBER
close all localhost connections
netstat -ano | findstr :yourPortNumber

taskkill /PID typeyourPIDhere /F




Shell

Related
install ruby on wsl Code Example install ruby on wsl Code Example
create tar gz file from directory Code Example create tar gz file from directory Code Example
brew install slack Code Example brew install slack Code Example
dconf editor ubuntu 20.04 Code Example dconf editor ubuntu 20.04 Code Example
ubuntu install certbot Code Example ubuntu install certbot Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12