Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uvicorn ERROR: [Errno 98] Address already in use

#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id
Comment

PREVIOUS NEXT
Code Example
Shell :: debian install openjdk 
Shell :: where is wsl folder in windows 
Shell :: shell script get arguments 
Shell :: install wordpress on ubuntu 20.04 
Shell :: docker image convert to tar 
Shell :: google-chrome in ubuntu 
Shell :: how to install openai gym in ubuntu 
Shell :: filter npm audit only high 
Shell :: windows 10 install wsl2 
Shell :: Git marge branch into master 
Shell :: arch pacman remove 
Shell :: cannot install ngx-toastr in angular 13 
Shell :: install rollup locally 
Shell :: my shell bash scripting practice 
Shell :: echo to file 
Shell :: bash show contents of file 
Shell :: check ssh connection history linux 
Shell :: linux find files ending with 
Shell :: git how to undo a pushed commit 
Shell :: edit crontab daily 
Shell :: nvm command node not found 
Shell :: powershell get aliases 
Shell :: git view differences between commits 
Shell :: check git username 
Shell :: ImportError: No module named alsaaudio 
Shell :: tar file linux 
Shell :: mv all files in directory to parent 
Shell :: set java home path 
Shell :: git merge develop to feature 
Shell :: reload fstab 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =