cli check what is listening on port
# 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-Herelsof -i tcp:53 #Check what is listening on port 53
lsof -t -i tcp:53 #Return the process PID listening on port 53 netstat -aon | findstr<port_number>
tasklist | findstr 9260
Also in C++:
- styled components props typescript
- bash run all commands in a file
- copy all files from a folder to another ubuntu
- linux show last modified time of file
- kill a port in ubuntu
- awk get last field
- shell substring last characters
- ash if statment
- browse for folder powershell
- if float less than bash
- not digitally signed
- how to completely remove haproxy from ubuntu
- delete a folder then git push
- djanog shell change password
- Ram usage in linux
- bash loop over files with extension
- how to create a zip in ubuntu
- bash break if
- add submodule
- linux amouse activity emulate
- install babel core
- bash colors
- command for open new terminal linux
- undo git reset HEAD~1