blog.waldmeisda.com

PiHole on Docker

Hi, in order to execute a pihole within a docker environment, I found this script from pi-hole repo very usefull. All you have to do is to adjust the ServerIP option I’ve modified the ./etc-pihole/pyhole-FTL.conf and configured the following: DBFILE=MAXDBDAYS=0DBINTERVAL=0PRIVACYLEVEL=0 This is to ensure the db file doesnt grow to gigabytes and slowdown your DNS…

Ubuntu 18.04 LTS upgrade finished. with still some time left from support point of view, I decided to upgrade to next LTS release. Upgrade went in smoothly with only a few changes required to the sshd conf. Reminder to myself, next time remove the TLS1.3 apache ppa before starting the upgrade.

Ubuntu 17.10 and VMWare Workstation 12.5

Und wieder funktioniert VMware nicht out of the box :/ sudo -s cd /usr/lib/vmware/modules/source tar xvf vmmon.tar tar xvf vmnet.tar wget -O ./vmmon-only/linux/hostif.c https://raw.githubusercontent.com/mkubecek/vmware-host-modules/b50848c985f1a6c0a341187346d77f0119d0a835/vmmon-only/linux/hostif.c vim vmnet-only/bridge.c ——————————————————————– 639c639 < atomic_inc(&clone->users); — > atomic_inc((atomic_t*)&clone->users); ——————————————————————– cd vmmon-only/ make cd ../vmnet-only/ make cd .. mkdir /lib/modules/4.13.0-16-generic/misc cp *.o /lib/modules/4.13.0-16-generic/misc insmod /lib/modules/4.13.0-16-generic/misc/vmmon.o insmod /lib/modules/4.13.0-16-generic/misc/vmnet.o rm /usr/lib/vmware/lib/libz.so.1/libz.so.1 ln -s…

prime!

485650789657397829309841894694286137707442087351357924019652073668698513401047237446968797439926117510973777701027447528049058831384037549709987909653955227011712157025974666993240226834596619606034851742497735846851885567457025712547499964821941846557100841190862597169479707991520048667099759235960613207259737979936188606316914473588300245336972781813914797955513399949394882899846917836100182597890103160196183503434489568705384520853804584241565482488933380474758711283395989685223254460840897111977127694120795862440547161321005006459820176961771809478113622002723448272249323259547234688002927776497906148129840428345720146348968547169082354737835661972186224969431622716663939055430241564732924855248991225739466548627140482117138124388217717602984125524464744505583462814488335631902725319590439283873764073916891257924055015620889787163375999107887084908159097548019285768451988596305323823490558092032999603234471140776019847163531161713078576084862236370283570104961259568184678596533310077017991614674472549272833486916000647585917462781212690073518309241530106302893295665843662000800476778967984382090797619859493646309380586336721469695975027968771205724996666980561453382074120315933770309949152746918356593762102220068126798273445760938020304479122774980917955938387121000588766689258448700470772552497060444652127130404321182610103591186476662963858495087448497373476861420880529443

openHAB + SMA WebBox

Hi, hab neulich gesehen das man die SAM Webbox (Welche leider  mittlerweile abgekündigt ist. Heutzutage geht alles nur noch in die Cloud der Hersteller) ganz gut per RPC abfragen kann. Also nix leichter als das: 2x neue Items in der openHAB config eingebracht: Number GriEgyTot “Gesamtertrag” (Solar) {exec=”<[scripts/webbox.sh:300000:JSONPATH($.result.overview[?(@.meta==’GriEgyTot’)][0].value)]”} Number GriEgyTdy “Tagesertrag” (Solar) {exec=”<[scripts/webbox.sh:300000:JSONPATH($.result.overview[?(@.meta==’GriEgyTdy’)][0].value)]”} und damit…

Wifi trotz Stahlbetondecke?

Da ich trotz Fritz.box und Repeater kein vernünftiges Wifi im Haus hatte (Die Betondecke zwischen den Etagen frisst einfach alles ) habe ich mir ein 3er Pack Dualband Accesspoints von Ubiquiti besorgt. Und siehe da, alle Devices bis auf ein altes SAMSUNG Pad roamen zwischen den Etagen ohne Verbindungsabrüche.

Quick & Dirty KVM?

I’m using caldav/carddav since years to keep my contacts and calendar data always shared across my devices and more important: keep it private. For the well known reasons, I keep it in a few virtual machines. To have it rather simply I’m using this shell commands (its more a shell script that is executed at…