Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to stop a port from listening

# if you have node installed do:
npx kill-port 8888
Comment

stop port

kill -9 $(sudo lsof -t -i:'portName')
//Ex. if portname is 3000
//then we will execute "kill -9 $(sudo lsof -t -i:3000)"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to know my ros version 
Shell :: change all crlf to lf vscode 
Shell :: pitivi download ubuntu 
Shell :: linux enable scroll lock 
Shell :: powershell print to console 
Shell :: powershell get all environment variables 
Shell :: how to uninstall wps office in ubuntu 
Shell :: run a command x number of times linux 
Shell :: install node ubuntu 
Shell :: git apply stash 
Shell :: ammend last commit 
Shell :: no console pyinstaller 
Shell :: how to download workbench for linux 
Shell :: clear ubuntu logs 
Shell :: git remove repository local 
Shell :: how to install minecraft to ubuntu 
Shell :: how to install git lfs on mac 
Shell :: how to change swap space on ubuntu 
Shell :: bash remove extension 
Shell :: mac os terminal bash command not found 
Shell :: ubuntu boot slow 
Shell :: deno install ubuntu 
Shell :: error failed to launch the browser process puppeteer 
Shell :: chromium for linux 
Shell :: purge apache 2 
Shell :: ubuntu software not opening 
Shell :: ubuntu unable to write file 
Shell :: reload restart bashrc 
Shell :: upgrade php 8 ubuntu 20.04 
Shell :: pop last commit git 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =