Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kill port 3000

kill $(lsof -t -i:3000)
Comment

kill processes on port 80

sudo lsof -t -i tcp:80 -s tcp:listen | sudo xargs kill
Comment

stop processes on port 3000

sudo kill -9 $(sudo lsof -t -i:3000)
Comment

PREVIOUS NEXT
Code Example
Shell :: android check if package is installed 
Shell :: list 
Shell :: extract tgz from ubuntu terminal 
Shell :: git stash unstage cahnges 
Shell :: how to install node js in ubuntu 
Shell :: ubuntu export path 
Shell :: pm2 typescript 
Shell :: catkin_make single package 
Shell :: linux install qt5widgets 
Shell :: create anaconda environment in shell 
Shell :: how to delete a commit in git remotely 
Shell :: sqlmap POST request injection 
Shell :: how to add new origin in git 
Shell :: diskpart assign letter 
Shell :: remove from staging git 
Shell :: aws eks update-kubeconfig 
Shell :: bash cut first column 
Shell :: npm install custom registry 
Shell :: jest 
Shell :: postgres install mac 
Shell :: git log show branch of commit 
Shell :: remove ds_store git 
Shell :: update metsploit kali linux 
Shell :: extract rpm in linux 
Shell :: install tailwind expressjs 
Shell :: how to update google chrome in ubuntu 20.04 
Shell :: docker remove all images windows 
Shell :: install oh my zsh 
Shell :: debian apt log 
Shell :: string to array bash 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =