Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

windows how to kill localhost:3000

Windows:
netstat -ano | findstr :<PORT>
#see which one is has the correct port number, 
then the pid needed is the rightmost value.
taskkill /PID <PID> /F
Comment

PREVIOUS NEXT
Code Example
Shell :: rename file powershell 
Shell :: how to zip folder on linux 
Shell :: kill task linux ubuntu 
Shell :: rename all file extention terminal 
Shell :: git merge a branch to master/main 
Shell :: Failed to connect to repository : Error performing git command: git ls-remote -h 
Shell :: mkdir -p shell 
Shell :: cargo test specific test 
Shell :: git pull in another branch 
Shell :: bash while 
Shell :: install pug angular 
Shell :: kubectl describe to yaml 
Shell :: remove a file in ubuntu 
Shell :: static ip wsl2 
Shell :: debian change default kernel 
Shell :: jenkins execute shell script on remote host using ssh 
Shell :: npm install postgresql 
Shell :: move linux 
Shell :: how to delete files in linux 
Shell :: wsl 2 installation 
Shell :: how disabled cors in chrome 
Shell :: neovim install wsl vim-plug 
Shell :: how to make ubuntu use all available disk 
Shell :: terminal show running processes tree mac os 
Shell :: change commit branch after push 
Shell :: atom vs sublime 
Shell :: show hidden files mac 
Shell :: git revert remote branch 
Shell :: ansible Permission denied (publickey,password). 
Shell :: curl get structured content 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =