Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check open port linux

netstat -lntu
Comment

open port on linux

sudo ufw allow <PORT_NUMBER>
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

Linux port

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

PREVIOUS NEXT
Code Example
Shell :: remove root permission from folder 
Shell :: how to install .deb file on termux 
Shell :: ubuntu echo create file 
Shell :: docker run ubuntu image 
Shell :: clear history linux 
Shell :: how to remove git history for a file 
Shell :: install nuxt 
Shell :: wsl cannot read realtime clock 
Shell :: linux opened ports 
Shell :: bash for loop one line 
Shell :: gitk install 
Shell :: adb tap screen 
Shell :: for loop batch 
Shell :: git remove all local changes 
Shell :: list changed files git 
Shell :: git remote add origin gitlab 
Shell :: make zsh for all users 
Shell :: linux get all env variables 
Shell :: list of software installed linux 
Shell :: how to update powershell version 
Shell :: bily-101 github 
Shell :: cannot find module time stamp 
Shell :: add angular universal to specifc project name 
Shell :: expo react native init 
Shell :: rust in linux 
Shell :: accessing settings through cmd 
Shell :: git stash apply 
Shell :: install torch2trt nvidia jetson 
Shell :: Verificação de acesso de escrita [/srv/moodle/lib/editor/atto/plugins] Instalação abortada devido a falha de validação 
Shell :: upgrade dart in flutter 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =