Horje
mac error that port is already in use Code Example
mac error that port is already in use
sudo lsof -t -i tcp:8000 | xargs kill -9
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




Shell

Related
Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd Code Example Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd Code Example
ubuntu uninstall redis Code Example ubuntu uninstall redis Code Example
install docker nvidia 2 Code Example install docker nvidia 2 Code Example
upgrade plotly version Code Example upgrade plotly version Code Example
Could not install packages due to an OSError: [WinError 5] Access is denied: Code Example Could not install packages due to an OSError: [WinError 5] Access is denied: Code Example

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