Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open port on linux

sudo ufw allow <PORT_NUMBER>
Comment

port running linux

sudo lsof +M -i4
Comment

used port linux

# Linux
ss -ltn

# windows
netstat -a -p -n tcp | findstr LISTENING

# SOURCE 
https://solace.community/discussion/26/how-to-find-a-free-tcp-port-for-testing-pubsub-with-docker
Comment

what com port linux

dmesg | grep tty
Comment

Linux port

# to kill port 80 simply use
sudo fuser 80/tcp -k
Comment

port running linux

sudo nmap -T Aggressive -A -v 127.0.0.1 -p 1-65000
Comment

PREVIOUS NEXT
Code Example
Shell :: how to see how big a file is ubuntu terminal 
Shell :: how to get rid of activate windows watermark 2021 
Shell :: microsoft todo for linux 
Shell :: git revert merge 
Shell :: error: cannot run ssh: No such file or directory 
Shell :: vim wnd of file 
Shell :: how to install sublime text in kali linux 
Shell :: install font awesome linux 
Shell :: node-sass run 
Shell :: update submodule git 
Shell :: apt search installed package 
Shell :: adonis make migration 
Shell :: bash script getopts no argument 
Shell :: yarn start --reset-cache 
Shell :: bash initialize array 
Shell :: read last line file bash 
Shell :: vue command not found 
Shell :: git remove cached 
Shell :: install ionic 
Shell :: grep show lines above and below 
Shell :: git submodule remove 
Shell :: linux install nvm 
Shell :: bash array of strings 
Shell :: start kafka cmd 
Shell :: git update ignore local changes 
Shell :: uid : unable to do port forwarding: socat not found 
Shell :: git clean fdx 
Shell :: ng command not found 
Shell :: unable to snap ubuntu software 
Shell :: format partition linux 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =