Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mac error that port is already in use

sudo lsof -t -i tcp:8000 | xargs kill -9
Comment

Error: That port is already in use.

# list the running ports
$ netstat -ltnp
# kill specific port in my case for django 8000. kill using PID
$ kill -9 31434
Comment

PREVIOUS NEXT
Code Example
Shell :: setremotelogin: Turning Remote Login on or off requires Full Disk Access privileges. 
Shell :: apache enable mod reqrite 
Shell :: install selenium python 
Shell :: download pip for python in linux 
Shell :: bash shebang 
Shell :: free port in linux 
Shell :: linux show version 
Shell :: install amplify cli mac 
Shell :: stop all docker images 
Shell :: .ps1 is not digitally signed. You cannot run this script on the current system. 
Shell :: install jsdoc 
Shell :: artisan rollback one migration 
Shell :: uninstall scikit learn 
Shell :: port finding in macos 
Shell :: delete nginx 
Shell :: terminal get number of files in dir 
Shell :: bash: pip: command not found 
Shell :: necessary tools to install on kali linux WSL 
Shell :: upgrade django version 
Shell :: How do I check my WSL version? 
Shell :: install telnet linux ubuntu 
Shell :: install java in kali linux 
Shell :: choco upgrade all 
Shell :: pycharm ubuntu 20.04 
Shell :: un innstall dot net ubuntu 
Shell :: docker remove all containers 
Shell :: cat ~/.ssh/id_rsa.pub 
Shell :: firefox settings 
Shell :: find directory ubuntu 
Shell :: Failed to start cron.service: Unit not found. in centos7 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =