remove iptables rule
#find line number of rule
$ sudo iptables -L INPUT --line-numbers
## delete rule by number
$ sudo iptables -D INPUT 1
. . .# flag -D for delete
sudo iptables -D INPUT -i eth0 -p tcp --dport 22 -j ACCEPTsudo iptables -F
Also in C++:
- Unable to find a valid SQLite command
- install angular fire
- how to install podman in ubuntu
- install composer ubuntu 18.04
- install ubuntu deb
- rm recursive file pattern
- sed from start to match
- linux reove alias
- yarn
- count number of lines files .cpp .h
- how to create new repository in github
- linux cut
- create zip file terminal linux
- linux command to cut file and paste somewhere else
- deletes lines including regex match
- sudo gem install cocoapods-deintegrate cocoapods-clean
- git same as origin master
- find in windows
- how to install keras ocr
- generate 6 digit random number ruby
- anaconda clean uninstall everything
- upload react project to github
- install dotnet core ubuntu
- list apt installed programs