kill port linux
sudo kill -9 `sudo lsof -t -i:9001`
#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)sudo kill -9 `sudo lsof -t -i:{PORT_NUMBER}`kill -9 $(lsof -t -i:8080)kill -9 $(sudo lsof -t -i:8080)
kill -9 $(lsof -t -i:8080)
Also in C++:
- config git editor vim
- anaconda clean uninstall everything
- remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
- check arp cache linux
- nginx E: Sub-process /usr/bin/dpkg returned an error code (1)
- how to open directory in linux using command
- convert x-ray dicom to png
- find java home
- git remove proxy settings
- linux install toilet
- git push origin cannot be resolved to branch
- vim replace multiple lines
- git diff between branches file
- linux watchers limit
- ubuntu install blender
- see detail of pid
- The "@angular/compiler-cli" package was not properly installed.
- linux change azert
- git rename remote branch
- install dot-prop
- sed from start to match
- assign home directory to user linux
- slack text substitution mac does not work
- 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'