kill a port in ubuntu
sudo kill -9 `sudo lsof -t -i:9001`
kill -9 $(sudo lsof -t -i:'portName')
//Ex. if portname is 3000
//then we will execute "kill -9 $(sudo lsof -t -i:3000)"sudo kill -9 `sudo lsof -t -i:9001`sudo kill -9 `sudo lsof -t -i:3002`sudo kill -9 `sudo lsof -t -i:{PORT_NUMBER}`sudo kill -9 $(sudo lsof -t -i:4000)
Also in C++:
- error: snap "gimp" has "install-snap" change in progress
- prittier download ubuntu
- make a symlink windows
- linux how to display current time with timezone
- ffmpeg override
- windows give an ip address a name
- command to remove a program linux
- install pip for python 2.7 linux
- how to install vscode into ubuntu
- git unrelated histories
- git list all global aliases
- command line windows find file
- xampp the installer requires root privileges
- how to install zip file in linux
- angular install firebase tools
- will bash script use alias
- update node version debian
- less in linux
- how to wget on windows
- install kubernetes plg
- how to clear a port in linux
- Error: Fetching /usr/local/Homebrew/Library/Taps/commands/homebrew-pup failed!
- where are chocolatey packages installed
- force remove directory windows