linux how to see ports in use
# Any of the following
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:22 # see a specific port such as 22
sudo nmap -sTU -O IP-address-Here
Also in Shell:
- install django
- how to stop a port in macos
- install macos on vmware ubuntu
- git delete tag name
- ubuntu tweak
- how to reset git branch to a certain commit.
- ubuntu terminal find file recursive
- ubuntu crop pdf
- pip install opencv version
- grepper shortcut key
- how to manage github repository
- linux start mongodb
- how to download a git repository
- free port in linux
- ubuntu 16.04 bluetooth not detecting devices
- Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS
- ogv to gif linux
- git bring your changes to a new branch
- git return from detached head
- delete local branch git
- git bash upstream branch change
- git rebase vs merge
- ubuntu chmod codes
- undercover mode kali