Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove iptables rule

#find line number of rule
$ sudo iptables -L INPUT --line-numbers
## delete rule by number
$ sudo iptables -D INPUT 1
. . .
Comment

PREVIOUS NEXT
Code Example
Shell :: How to remove (uninstall) AnyDesk app in Modicia Linux 
Shell :: install ng cli npm 
Shell :: remove the last commit git without losing changes 
Shell :: check flutter version of project from command line 
Shell :: pip upgrade stramlit 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6 letsencrypt 
Shell :: configure git 
Shell :: linux recursively find directory by name 
Shell :: compare two folders recursively linux 
Shell :: get the last exit code cmd 
Shell :: ssh key mac 
Shell :: computer running linux 
Shell :: jupyterlab 
Shell :: npm vercel 
Shell :: install wireshark on ubuntu 
Shell :: see my dns server linux 
Shell :: wireshark brew 
Shell :: install autopep8 
Shell :: pc specs linux command 
Shell :: enable telnet using cmd 
Shell :: npm fix deprecated packages globally 
Shell :: reverse an array in bash scripting 
Shell :: bash: lsb_release: command not found 
Shell :: git update all submodules 
Shell :: upgrade tensorflow version 
Shell :: mac httpd stop 
Shell :: reinstall angular core 
Shell :: pip install django-heroku error 
Shell :: linux show groups 
Shell :: conda install scipy 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =