Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ufw add rule

# from anywhere
ufw allow 22
# specific client addr
ufw allow from 15.15.15.0/24 to any port 22
Comment

ufw add rule with comment

ufw rule comment 'my cool comment here'

# Example
ufw allow from 123.456.78 to any port 22 comment 'My Colleague'
Comment

PREVIOUS NEXT
Code Example
Shell :: store result of command in variable bash 
Shell :: Related to anydesk not opening in ubuntu 
Shell :: how to install moment in vuejs 
Shell :: git create a new branch from current branch 
Shell :: install yup in vue 
Shell :: git template fetch 
Shell :: git commit single file 
Shell :: Hello, World! 
Shell :: install synergy ubuntu 
Shell :: raspberry pi connect to wifi via terminal 
Shell :: echo new line 
Shell :: bedrock linux 
Shell :: install.packages( tidyverse ) not working 
Shell :: ubuntu upgrade certbot acme v2 
Shell :: Command to install tailwind plugin in vue 
Shell :: linux script as background process 
Shell :: create virtualenv for python project 
Shell :: check litespeed version command 
Shell :: batch fork bomb 
Shell :: set email and name which gets baked into the every git commit in the local config file found in ./.git/config 
Shell :: kde 144hz 
Shell :: git clone syntax 
Shell :: how to open teminal pycharm 
Shell :: user.signingkey git 
Shell :: bash stderr null 
Shell :: comprimir directorio linux 
Shell :: powershell sharepoint copy file to other site collection 
Shell :: spotify combo chercker 
Shell :: powershell convert to json 
Shell :: docker-compose logs path 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =