manjaro kill port 3000
kill -9 $(lsof -t -i tcp:8080)
#To list any process listening to the port 8080:
lsof -i:8080
#To kill any process listening to the port 8080:
kill $(lsof -t -i:8080)
#or more violently:
kill -9 $(lsof -t -i:8080)
Also in C++:
- git rename remote branch
- ssh run single command
- linux search for files larger than
- git change email
- sudo gem install cocoapods-deintegrate cocoapods-clean
- Bash add pause prompt in a shell script with bash pause command
- join two files horizontally unix
- bcftools extract information
- upgrade all content database sharepoint 2013 powershell
- git commit --amend choose editor
- open visual studio code from terminal mac
- git pull vs rebase
- batch file drive
- install iptables centos 7
- centos selinux set permissive
- docker compose install centos 8
- Failed to start firewalld - dynamic firewall daemon.
- linux change user shell /bin/false
- delete all files smaller than a certain size linux
- anaconda opencv install
- find next greater number with same digits
- what is linux
- how to download pip3 in kali linux
- how to check os version