Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete iptable rule linux

# check the line number of your rule
sudo iptables -L -nv --line-numbers

# delete it, you can change INPUT to OUTPUT & FORWARD
sudo iptables -D INPUT <line_number>
Comment

PREVIOUS NEXT
Code Example
Shell :: journalctl max log size 
Shell :: firewalld redhat 
Shell :: Install SWAY on debin ubuntu 
Shell :: tgz terminal 
Shell :: how to install ndiswrapper on ubuntu 
Shell :: override r--r--r-- 
Shell :: wc - l command in linux 
Shell :: gitlab backups paths 
Shell :: clang format linux 
Shell :: extract tar.zst zst linux ubnutu 
Shell :: git init git remote add origin git pull 
Shell :: how to install graphql client on manjaro linux 
Shell :: .net core upgrade 
Shell :: hot corner ubuntu 20.04 
Shell :: replace spaces with hypen in file names linux 
Shell :: cannot find module is-doker 
Shell :: cmd command pipe file to clipboard 
Shell :: remove a folder in linux command 
Shell :: get count lines in file using cat 
Shell :: pecl install specific version 
Shell :: get serial number for server using powreshell 
Shell :: Shell Script to Install Ansible AWX on centos 7 
Shell :: change line endings script for directory 
Shell :: getCityNameByLatitudeLongitude 
Shell :: shell basename 
Shell :: how to install python using windows command prompt 
Shell :: vs code remote branch not showing 
Shell :: install jellyfin docker 
Shell :: import bjson mongodb 
Shell :: create repo with name 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =