Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to close port 3000 running

### For Linux/Mac OS search (sudo) run this in the terminal:
$ lsof -i tcp:3000
$ kill -9 PID

### On Windows:
netstat -ano | findstr :3000
tskill typeyourPIDhere 

### change tskill for taskkill in git bash
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu stop php 
Shell :: vim nerdtree always show hidden files 
Shell :: ubuntu install certbot 
Shell :: magento bin install 
Shell :: install mailspring ubuntu 
Shell :: vim wsl copy to windows system clipboard 
Shell :: install docker on debian 
Shell :: extract tar.gz mac command line 
Shell :: tqdm install 
Shell :: git eliminar rama local 
Shell :: install helm ubuntu 
Shell :: install node ubuntu 
Shell :: linux ip forwarding 
Shell :: cmd command to install xlrd version 1.2.0 
Shell :: checksum command windows 
Shell :: docker runlike 
Shell :: powershell scoop 
Shell :: poetry not found 
Shell :: how to start xampp in ubuntu 
Shell :: git abort REVERTING 
Shell :: w: some index files failed to download kali linux 
Shell :: serial key aida 64 
Shell :: how to uninstall miniconda ubuntu 
Shell :: install pypy3 ubuntu 
Shell :: uninstall cordova plugin 
Shell :: apt install openssh 
Shell :: list all users linux 
Shell :: install ngrok ubuntu 
Shell :: git push tags 
Shell :: pm2 run next js 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =