Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux get port usage

# Linux (tested on Kali & Ubuntu)
sudo ss -tulpn | grep LISTEN
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

PREVIOUS NEXT
Code Example
Shell :: remove mongodb from mac 
Shell :: ubuntu install htop 
Shell :: remote origin already exist error 
Shell :: install imagemagick mac 
Shell :: git ignore not working 
Shell :: how to close port 3000 running 
Shell :: install chrome on linux 
Shell :: check ububtu version 
Shell :: install terminator in ubuntu 
Shell :: install intellij ubuntu 
Shell :: list users in linux 
Shell :: git cancel last commit 
Shell :: linux install figlet 
Shell :: errors were encountered while processing: mysql-server-5.7 mysql-server e: sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: hardhat install 
Shell :: flask login install 
Shell :: how to clone from heroku 
Shell :: ubuntu list all disks 
Shell :: disable ufw 
Shell :: remove systemd service 
Shell :: restart wsl2 
Shell :: install dropbox ubuntu 
Shell :: how to unzip in gitbash 
Shell :: how to run flutter on google chrome 
Shell :: set hostname debian 10 
Shell :: number of files in subdirectories linux 
Shell :: install virtualenv 
Shell :: kubectl change namespace 
Shell :: how to install parcel globally 
Shell :: install c++ ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =