Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

telnet test port udp

# nc -z -v [hostname/IP address] [port number]  
nc -z -v -u 192.168.10.12 123 

#Out
Connection to 192.118.20.95 123 port [udp/ntp] succeeded!
Comment

telnet test port udp

# nc -z -v -u [hostname/IP address] [port number]
nc -z -v 192.168.10.12 22
#out
Connection to 192.118.20.95 22 port [tcp/ssh] succeeded! 
Comment

PREVIOUS NEXT
Code Example
Shell :: batch copy and replace code 
Shell :: On Debian and Ubuntu systems stop all apache2 processes 
Shell :: how to revert force push git 
Shell :: rkunter after get ubuntu new release 
Shell :: change webmail user password 
Shell :: install sinusbot docker 
Shell :: uWSGI reload when code changes 
Shell :: Setup docker official repository 
Shell :: powershell disable password complexity 
Shell :: k8s install rabbitmq 
Shell :: raspbian buster mit uv4l 
Shell :: login to linux server from windows putty 
Shell :: linux paragraph grep 
Shell :: set windows transaparancy linux 
Shell :: caddy default tls folder 
Shell :: pip install audioread 
Shell :: sharepoint list password column 
Shell :: install chef client centos 
Shell :: import local varibles inside .sh file 
Shell :: windows 7 build 7601 not genuine permanent fix 
Shell :: Running setup.py install for pyahocorasick ... error 
Shell :: start when start windows 
Shell :: make[1]: [scripts/Makefile.lib:196: scripts/kconfig/zconf.tab.c] Error 127 make: *** [Makefile:534: bb.org_defconfig] Error 2 root@192.168.4.89:/usr/src/linux-4.19.94-ti-rt-r61# 
Shell :: example of renaming multiple files on linux 
Shell :: dash_install 
Shell :: fix errors occurred when installing a file in linux 
Shell :: how to delete tempory folder in hpc bash 
Shell :: how to reove bash varible from memory 
Shell :: add line in yaml file using sed 
Shell :: grep global configuration 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =