Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

disable iptables debian

iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install a library in anaconda 
Shell :: flutter android sdk manager not found 
Shell :: use local image with minikube 
Shell :: how to delete command from terminal history 
Shell :: how to check command history in linux with date and time 
Shell :: bash multiline ech 
Shell :: chkconfig: command not found 
Shell :: check if a command exists 
Shell :: tree process linux commnad 
Shell :: how to kill process 
Shell :: add user via drush drupal 8 
Shell :: curl download file without output 
Shell :: remove composer package 
Shell :: shell script if input is empty 
Shell :: bash command substitution 
Shell :: upgrade ubuntu command line 
Shell :: search git history 
Shell :: add python to path zsh 
Shell :: how do I run a container in docker using a dockerfile 
Shell :: vim reverse lines 
Shell :: git pull from template repository 
Shell :: omv install script 
Shell :: change time linux 
Shell :: git ignore updates to file 
Shell :: bash function arguments 
Shell :: github api fetch 
Shell :: ubuntu install gnote 
Shell :: bash script to clean up log files in /var/log 
Shell :: Powershell TLS 
Shell :: vagrant box remove version 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =