Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

address already in use 0.0.0.0:8080

//To find the process id (PID) associated with the port

⇒ lsof -i tcp:3000
COMMAND PID   USER  FD  TYPE DEVICE             SIZE/OFF NODE NAME
node    44475 chen5 31u IPv4 0x8b1721168764e4bf 0t0 TCP *:strexec-s (LISTEN)

//Then to kill the process (Use -9 option to make sure the process dies immediately)

kill -9 44475
Comment

PREVIOUS NEXT
Code Example
Shell :: pm2 ressurect 
Shell :: ffmpeg rotate video 
Shell :: stop apache service 
Shell :: remove module and clear cache and install npm w expo 
Shell :: installing vs code in ubuntu 
Shell :: scrcpy install 
Shell :: flutter create new project 
Shell :: apache default config 
Shell :: linux tail colorful 
Shell :: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 
Shell :: how to move unstaged changes to different branch 
Shell :: android studio licenses 
Shell :: ubuntu notes install 
Shell :: unistall openshot ubuntu 20.04 
Shell :: how know linux version 
Shell :: videos mais antigos do youtube 
Shell :: netsh wlan command for wifi password 
Shell :: settings not showing in ubuntu 
Shell :: notebook 
Shell :: installation of package ‘openssl’ had non-zero exit status 
Shell :: xcode path mac 
Shell :: reconnaissance in cyber security 
Shell :: mac delete node_modules 
Shell :: linux shell script print environment variables 
Shell :: get powershell version 
Shell :: convert crt to pem 
Shell :: mate-polkit-bin for ubuntu 
Shell :: add angular universal to specifc project name 
Shell :: how to check prime number in shell script 
Shell :: force delete a folder in linux 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =