Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

stop port 3000 mac

sudo lsof -i :3000
kill -9 PID
Comment

kill process on port 3000 mac

kill $(lsof -ti:3000,3001,8080)
Comment

PREVIOUS NEXT
Code Example
Shell :: Failed to start gunicorn daemon ubuntu 
Shell :: android gradle signing report 
Shell :: uninstalling eclipse from ubuntu 
Shell :: reinit gitignore 
Shell :: nginx stop commands 
Shell :: ubuntu 14 apache2 graceful restart 
Shell :: m1 pod install 
Shell :: install ngrok ubuntu 20.04 
Shell :: git reset all submodules 
Shell :: command to update vlc in ubuntu 
Shell :: ubuntu 18 ffmpeg install 
Shell :: how to stop docker in ubuntu 
Shell :: find text terminal filees 
Shell :: how check status docker in ubuntu 
Shell :: flush dns ubuntu 18.04 
Shell :: uninstall wps 
Shell :: check if service in running to a port in linux 
Shell :: conda install librosa 
Shell :: telnet install on mac 
Shell :: where is the crontab log 
Shell :: adb reverse tcp 8081 
Shell :: zoom download linux 
Shell :: install tkinter conda 
Shell :: git config username and password 
Shell :: figma download linux 
Shell :: start docker service on windows 
Shell :: (‘08001’, ‘[08001] [Microsoft][ODBC Driver 17 for SQL Server]Client unable to establish connection (0) (SQLDriverConnect)’) 
Shell :: install angular 9.1.7 
Shell :: powershell read json file 
Shell :: how to delete a remote branch in git 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =