Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check application using port linux

sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo ss -tulpn | grep LISTEN
sudo lsof -i:22 ## see a specific port such as 22 ##
sudo nmap -sTU -O IP-address-Here
Comment

PREVIOUS NEXT
Code Example
Shell :: jest vscode autocomplete 
Shell :: git rm cached gitignore 
Shell :: linux screen kill attached session 
Shell :: delete .git folder 
Shell :: unix:///var/run/supervisor.sock no such file 
Shell :: linux loop over all arguments one by one 
Shell :: give 777 permission folder and subfolders in linux 
Shell :: linux remove java 11 
Shell :: hardhat shorthand 
Shell :: git config ssl verify false 
Shell :: bash date yesterday format 
Shell :: inkscape ubuntu ppa 
Shell :: cmd add to path 
Shell :: install networkx python 
Shell :: change hostname ubuntu 20.04 
Shell :: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 
Shell :: remove a folder from git tracking 
Shell :: how to uninstall ngrok 
Shell :: CAPACITOR_ANDROID_STUDIO_PATH 
Shell :: view host entires mac terminal 
Shell :: how to change a commit message after push 
Shell :: force git to use ssh 
Shell :: obs manjaro install 
Shell :: install jq on ubunut 
Shell :: enable setting in ubuntu 
Shell :: how to enable scroll lock in ubuntu 20 
Shell :: Add the following lines to your $HOME/.bash_profile 
Shell :: kill xcode from command line 
Shell :: conda install scipy 
Shell :: git stash history 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =