Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check if a port is working

# On the server itself:
netstat -an

# From outside
telnet host port  #Windows 
telnet host:port  #Unix systems
Comment

how to check if port is open

// for mac
lsof -i :PORT_NUMBER
Comment

PREVIOUS NEXT
Code Example
Shell :: how to switch branch 
Shell :: debian apt log 
Shell :: install memcache di linux 
Shell :: how to check installed apps in ubuntu 
Shell :: docker compose up specific yml 
Shell :: git amend commit message after push 
Shell :: create xampp shortcut ubuntu 
Shell :: bash hide file 
Shell :: move from commit to stage 
Shell :: my apache is not running ubuntu 
Shell :: linux install docker 
Shell :: get git config username and email 
Shell :: install vnc server pi 
Shell :: One command to create a directory and file inside it linux command 
Shell :: edit git config file 
Shell :: add a cookie to curl 
Shell :: how to reboot kali linux with commands 
Shell :: give permission to user in ubuntu 
Shell :: how to run verilog files in linux 
Shell :: how to delete unstaged files that were recently added locally 
Shell :: linux tar command 
Shell :: how to show extensions on files win 11 
Shell :: powershell function 
Shell :: git code push 
Shell :: ubuntu setting not showing 
Shell :: find command in unix 
Shell :: loop over array of strings bash 
Shell :: how to install anything on kali linux 
Shell :: configure meld as git mergetool ubuntu 
Shell :: how to create a group in linux 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =