Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove entry in iptables

#Run:
iptables -S  # add  following for adding filter -> | grep {filter}

# find entry

sudo iptables -D {ip table entry without the -A}

# Ex, to filter command:
# -A ufw-user-input -s 127.0.0.1/32 -j DROP 
# we will run:
sudo iptables -D ufw-user-input -s 127.0.0.1/32 -j DROP 
Comment

PREVIOUS NEXT
Code Example
Shell :: Git merge submodule into parent tree and preserving commit history 
Shell :: lst conflit files gt 
Shell :: check salt version 
Shell :: get git output to terminal instead of less editor 
Shell :: Automatically run program on Linux startup via rc.local 
Shell :: i cant update snapstore app 
Shell :: hidden files filsize in linux 
Shell :: virtual machine linux error several modules to compile 
Shell :: pip3 or pip? 
Shell :: kubectl run ubuntu 
Shell :: grep print next line after match 
Shell :: set upstream git 
Shell :: git remove keep local 
Shell :: fatal error: jansson.h: Aucun fichier ou dossier de ce type 
Shell :: install freepbx on ubuntu 18.04 
Shell :: azure devops checkout pr 
Shell :: sol-merger command 
Shell :: msiexec wait until finished powershell 
Shell :: Commit Changes With a Single Line Message or Through an Editor in git command 
Shell :: pipeline in shell 
Shell :: linux .filename meaning 
Shell :: git cli 
Shell :: cloning gist 
Shell :: getcap 
Shell :: install chromedriver in jenkins container 
Shell :: linux short prompt 
Shell :: Check servers availability using bash script 
Shell :: fstab path 
Shell :: volatility 3 imageinfo 
Shell :: cmd create fgile 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =