Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu iptables open ssh output port

//add rule
sudo iptables -A OUTPUT -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT
//check rules
sudo iptables -S
Comment

PREVIOUS NEXT
Code Example
Shell :: oh my zsh highlight 
Shell :: run a command x number of times linux 
Shell :: command to check what version of django is installed 
Shell :: how to install git on ubuntu 20.04 
Shell :: uninstall cheese ubuntu 
Shell :: git apply stash 
Shell :: ssh-add could not open a connection to your authentication agent centos 
Shell :: you must sign up for private packages 
Shell :: remove dotnet sdk ubuntu 
Shell :: open firewall port in ububut 
Shell :: install zsh debian 
Shell :: aws cli list all profiles 
Shell :: error: Pulling is not possible because you have unmerged files. 
Shell :: sed remove empty lines 
Shell :: delete all unstaged files git 
Shell :: how to change swap space on ubuntu 
Shell :: installing hinterland for jupyter without anaconda 
Shell :: gnome 3 show seconds 
Shell :: install vm guest additions ubuntu 
Shell :: git commit no message 
Shell :: install pypy3 ubuntu 
Shell :: yarn: command not found 
Shell :: echo to file permission denied 
Shell :: open avd manager linux 
Shell :: Clear powershell console history 
Shell :: how to install g++ in fedora 
Shell :: bash display items in array 
Shell :: how to uninstall iredmail 
Shell :: how to know version of tensorflow in linux command line 
Shell :: install material ui lab 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =