1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
This commit is contained in:
Aiko Mastboom 2016-11-06 11:34:24 +01:00
parent b5e3d15501
commit 585778d04a
3 changed files with 31 additions and 4 deletions

View File

@ -0,0 +1,13 @@
created: 20161101113820494
creator: user
modified: 20161101113933747
modifier: user
tags: docker [[raspberry pi]]
title: Ad blocking
type: text/vnd.tiddlywiki
; NETWORK-WIDE, HARDWARE AD BLOCKING
: https://pi-hole.net
; Running Pi-Hole Docker
: https://hub.docker.com/r/diginc/pi-hole/

View File

@ -0,0 +1,16 @@
created: 20161101113334491
creator: user
modified: 20161101113516238
modifier: user
tags:
title: ReCom Calenta
type: text/vnd.tiddlywiki
; Monitoring the Remeha Calenta
: http://blog.hekkers.net/2010/10/03/monitoring-the-remeha-calenta/
; Recom over ethernet
: https://ijohan.nl/recom-via-ethernet/
; Raspberry Pi Serial Console With MAX3232CPE
: http://codeandlife.com/2012/07/01/raspberry-pi-serial-console-with-max3232cpe/

View File

@ -1,6 +1,6 @@
created: 20150511071117085
creator: user
modified: 20160906194802130
modified: 20161106103317792
modifier: user
tags:
title: use usb stick with docker
@ -34,9 +34,7 @@ $ cat /etc/default/docker
#DOCKER="/usr/local/bin/docker"
# Use DOCKER_OPTS to modify the daemon startup options.
#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
DOCKER_OPTS="--storage-driver=overlay -D --graph=/mnt/usb/docker --log-driver=syslog --log-opt syslog-address=udp://nas.aiko.sh:514 --log-opt syslog-format=rfc5424"
#DOCKER_OPTS="--storage-driver=overlay -D"
DOCKER_OPTS="--storage-driver=overlay -D --dns 192.168.22.22 --graph=/mnt/usb/docker --log-driver=syslog --log-opt syslog-address=udp://192.168.22.22:514 --log-opt syslog-format=rfc5424"
# If you need Docker to use an HTTP proxy, it can also be specified here.
export http_proxy="http://192.168.2.1:3128/"