Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kill a port

kill $(lsof -ti:3000) 
Comment

kill a port

kill $(lsof -t -i:8080)
//kill port 8080
Comment

kill port mac terminal

sudo lsof -i <Port>
sudo kill -9 <PID>
Comment

kill port cli

➜  ~ taskkill /PID <process_id> /F
Comment

Kill a Port

npx kill-port <port#>
Comment

kill a server port in terminal

/*
if you have ran a code that uses a server or server port you can easily
kill the server port, and the just created server i think, simply typing: 

(ctrl + c) or (cmd + c) for MAC
*/
Comment

PREVIOUS NEXT
Code Example
Shell :: install mavros on ubuntu/debian 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: multiple-gits 
Shell :: use environment secret variable in helm 
Shell :: dpkg: error processing archive /var/cache/apt/archives/influxdb_1.8.10-1_amd64.deb (--unpack): 
Shell :: cashier paddle installation 
Shell :: archlinux Unable to install Yay, Paru and Endeavouros Keyring 
Shell :: chow install cal inlunix 
Shell :: papermc no gui 
Shell :: git create rempote branch 
Shell :: git ssh how to add identity 
Shell :: error: no se puede abrir .git/FETCH_HEAD: Permiso denegado 
Shell :: condition expected: grep 
Shell :: intergrete $var in the middle of a file name bash 
Shell :: msg="could not create cluster: could not create pod disruption budget: poddisruptionbudgets.policy "postgres-fx-postgres-pdb" already exists" 
Shell :: Authenticate with a GitHub host. 
Shell :: uninstall maps 
Shell :: get file from branch git 
Shell :: fugitive select branch 
Shell :: change directory in linux 
Shell :: touch equivalent in windows 
Shell :: how to change home directory of git bash 
Shell :: bash loggin as root 
Shell :: auto start application ubuntu 18.04 
Shell :: windows command line connect to bluetooth device 
Shell :: linux record camera 
Shell :: brew install kubectl specific version 
Shell :: wsl linux compress siez 
Shell :: annullare i cambiamenti git 
Shell :: https://cloud.google.com/shell/docs/using-web-preview#previewing_the_application 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =