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

add ufw rule from

sudo ufw allow from 203.0.113.4 to any port 22
Comment

PREVIOUS NEXT
Code Example
Shell :: git ammend commit 
Shell :: install kubenertes using chocolatey 
Shell :: how to enable hibernate windows 11 via cmd 
Shell :: git discard untracked 
Shell :: redis start stop commands 
Shell :: alpine add user 
Shell :: how to download from git branch 
Shell :: install php on wsl2 
Shell :: make a commit with past date 
Shell :: update all snap packages 
Shell :: uninstall package from ubuntu 
Shell :: dpkg: error processing package gitweb (--configure): installed gitweb package post-instal 
Shell :: bash get timestamp 
Shell :: download wine for ubuntu 
Shell :: install pip3.9 
Shell :: git commit disable hooks 
Shell :: error: src refspec master does not match any error: failed to push some refs to android studio 
Shell :: errno 2 no such file or directory less 
Shell :: force delete a branch in git 
Shell :: cmd stop process on port 
Shell :: Update your Dart SDK 
Shell :: free up ram in linux ubuntu 
Shell :: yarn create chrome extension with react and typescript 
Shell :: git track lfs 
Shell :: get folder size linux 
Shell :: wondershaper 
Shell :: how to install npm 
Shell :: find which process is using port mac 
Shell :: git tag last 
Shell :: ssh timeout option 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =