Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux test port

# Nice and verbose! From the man pages.
# Single port:
nc -zv 127.0.0.1 80

# Multiple ports:
nc -zv 127.0.0.1 22 80 8080

# Range of ports:
nc -zv 127.0.0.1 20-30
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter run emulator command line 
Shell :: nvm newest version 
Shell :: install yfinance 
Shell :: linux windows use ssh with github 
Shell :: git clear remote branch 
Shell :: npm save as dev dependency 
Shell :: bash replace symlinks files 
Shell :: how to check for tmp 
Shell :: Deploy all file and subfolder git cpanel 
Shell :: stop docker container 
Shell :: apply gitignore to current commit 
Shell :: Could not load project management plugin KDevCMakeManager. 
Shell :: install elasticsearch ubuntu 20.04 
Shell :: kill process at a port ubuntu 
Shell :: firebase deploy only hosting command 
Shell :: composer require laravel/ui app.css empty 
Shell :: bash view system log info 
Shell :: git status just shows directory and not files 
Shell :: kubectl delete pods 
Shell :: remove or undo last merge git 
Shell :: osx copy output to clipboard terminal 
Shell :: add directory to path windows 10 
Shell :: Error: Fetching /usr/local/Homebrew/Library/Taps/commands/homebrew-pup failed! 
Shell :: git clone branch from repo 
Shell :: list files on hadoop file system 
Shell :: add address to path cmd windows 
Shell :: windows get hostname from ip 
Shell :: saml2aws logout 
Shell :: git commit -m author identity unknown 
Shell :: how to access adb globally on mac 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =