Skip to content

Instantly share code, notes, and snippets.

View JonathanLT's full-sized avatar
:electron:

Jonathan LOQUET JonathanLT

:electron:
View GitHub Profile
@JonathanLT
JonathanLT / iptables-persistent no input
Last active June 12, 2017 23:33 — forked from alonisser/iptables-persistent no input
Installing iptables-persistent on ubuntu without manual input
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections
sudo apt-get update
sudo apt-get -y install iptables-persistent