Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to kill port in linux

sudo kill -9 `sudo lsof -t -i:4000`
sudo kill -9 `sudo lsof -t -i:3000`
Comment

how to close port in linux

sudo ufw deny PORT
Comment

how to close port in linux

sudo ufw allow PORT
Comment

Kill a port in linux

sudo fuser -k 3000/tcp
Comment

kill a port in linux

kill -9 port_id
Comment

command to kill port in linux

npx kill-port (port number)
Comment

PREVIOUS NEXT
Code Example
Shell :: how to create a JAR 
Shell :: grep capture group 
Shell :: chown 
Shell :: Minercraft set night command 
Shell :: git copy folder from another branch 
Shell :: how to get un merged branch git 
Shell :: tinymce yarn 
Shell :: ionic capacitor video player install 
Shell :: delete from transfer.sh 
Shell :: remove all local changes git 
Shell :: insert text before cursor in vi 
Shell :: delete missing files from svn 
Shell :: SQLite browser in linux 
Shell :: how to run pkg file on mac terminal 
Shell :: cht sht zsh completion 
Shell :: export to path linux (pipenv) 
Shell :: checkout remote git branch 
Shell :: linux run .sh in terminal 
Shell :: linux keyboard layout cli 
Shell :: default .gitignore file 
Shell :: powershell or command prompt 
Shell :: how to change my default branch in git 
Shell :: doskey permanent 
Shell :: npm install from github 
Shell :: github branch to master 
Shell :: git squase to rename author 
Shell :: git pull with username and password linux 
Shell :: pip install django invalid syntax 
Shell :: disable heroku router logs 
Shell :: wsl2 curl localhost 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =