Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ufw allow port range

sudo ufw allow 6000:6500/tcp
Comment

open new port on ufw

#replace "${port}" with desired port
sudo ufw allow "${port}"
Comment

ufw allow port from ip

sudo ufw allow from 134.243.212.34 to any port 22
Comment

allow port on ufw

sudo ufw allow PORT  comment "COMENT"
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh login using rsa 
Shell :: clone branch git 
Shell :: Run shell script with typescript 
Shell :: Update in fedora before installs 
Shell :: git copy file from another branch 
Shell :: Minercraft set night command 
Shell :: How to install LAMP in CentOs? 
Shell :: how to set two wallpaper in ubuntu 
Shell :: install rust cargo 
Shell :: ffmpeg mp4 to webm 
Shell :: github clone submodules 
Shell :: git exclude folder 
Shell :: install version 3.9 conda environment 
Shell :: how to use ssh to connect to a remote server in linux 
Shell :: ubuntu vs lubuntu 
Shell :: get current path unix 
Shell :: keytool check for keys in keystore 
Shell :: how to connect your repo to your vscode 
Shell :: aws s3 ls wildcard 
Shell :: install docker machine 
Shell :: symfony gitignore 
Shell :: how to run a .sh file 
Shell :: ubuntu install unzip 
Shell :: how to expose external ip in kubernetes 
Shell :: error when installing package in react 18 
Shell :: move file in terminal 
Shell :: install insomnia in ubuntu 
Shell :: linux switch user 
Shell :: git get back to most recent commit 
Shell :: remove untracked files git 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =