Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu open port

sudo ufw allow 1191/tcp
Comment

ubuntu open all port

sudo ufw allow 1:9999/tcp
Comment

how to open all port ubuntu

This Will Open All Ports 
sudo ufw allow 1:65535/tcp
Comment

PREVIOUS NEXT
Code Example
Shell :: whats home directory variable linux 
Shell :: remove remote 
Shell :: install docker ec2 
Shell :: How to start a service with systemctl command 
Shell :: how to install windows command line installer scoop 
Shell :: revert last commit git 
Shell :: git commit message 
Shell :: chmod 400 in powershell 
Shell :: how to use xampp localhost 
Shell :: cp folders 
Shell :: linux change permission 
Shell :: how to paste in git bash 
Shell :: redis remove key 
Shell :: create virtual environment ubuntu 
Shell :: batch multiline command 
Shell :: List files and sort by date and time in Linux 
Shell :: git template fetch 
Shell :: clock skew detected 
Shell :: tr unix use 
Shell :: install mongo ubuntu 20.04 
Shell :: active ssh users in ubuntu 
Shell :: Conditional variables in gitlab-ci.yml 
Shell :: enter user root linux 
Shell :: ubuntu install gnote 
Shell :: git change file case windows 
Shell :: how to remove large file from github repo history 
Shell :: ssh for github 
Shell :: anaconda install package 
Shell :: user.signingkey git 
Shell :: git use ssh instead of https 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =