stop a process running on a port ubuntu
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:9001`
Also in C++:
- alphabetically order text file
- doskey permanent
- git how to roll back to a commit
- install httpie linux
- ls | wc -l in other directory
- git merge branch to another branch
- bash how to change the permissions on all directories and subdirectories
- git clone specific branch
- github readme stats
- install graphene federation
- filter npm audit only high
- how to execute a bash script in terminal
- pip uninstall virtualenv bash: /usr/bin/pip: /usr/bin/python: bad interpreter: No such file or directory
- difference git fetch vs pull
- bash message partial match
- git delete merged branches
- Permissions 0644 for '/root/.ssh/id_rsa' are too open.
- linux check which app is using network
- important linux command
- The following packages have unmet dependencies: nginx : Depends: libssl1.0.0 (>= 1.0.2~beta3)
- laravel installer
- git update submodule recursive
- npm install directly fron github
- how to update mongodb in ubuntu 18.04