Skip to content

Instantly share code, notes, and snippets.

View TimB87's full-sized avatar
🚲
Already on my way!

Tim Biermann TimB87

🚲
Already on my way!
View GitHub Profile
$ opkg update
$ opkg install stubby
$ /etc/init.d/stubby enable
$ nano /etc/config/dhcp
# add to dnsmasq section:
option noresolv '1'
list server '127.0.0.1#5453'
$ /etc/init.d/stubby start
@goll
goll / README.md
Last active July 7, 2024 10:49
Docker nftables configuration for Debian 10
@worker8
worker8 / sed 101
Last active January 30, 2024 18:11
Useful sed regex collection
http://sed.sourceforge.net/sed1line.txt
-------------------------------------------------------------------------
USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) Dec. 29, 2005
Compiled by Eric Pement - pemente[at]northpark[dot]edu version 5.5
Latest version of this file (in English) is usually at:
http://sed.sourceforge.net/sed1line.txt
http://www.pement.org/sed/sed1line.txt