By default, every Google device uses the following configured DNS-servers: 8.8.8.8 8.8.4.4 But I don’t want my guests, who can use my WiFi, to let Google phone home and give information about who visits my network. I use iptables to block those DNS-requests. The firewall rejects all the DNS-requests that would be sent to Google. […]
Author Archives: MvandeK
Handige PowerShell commando’s voor mezelf
Het toevoegen van lange DKIM sleutels met dnscmd Probleem met PowerShell: het kan geen strings aan die langer zijn dan 255 tekens. Mijn DKIM-key is langer dan dat, en ondanks allerlei pogingen is het niet gelukt om deze met PowerShell toe te voegen aan de DNS-zone. Gelukkig werkt dnscmd nog wel in PowerShell, dus kan […]
Telfort Glasvezel met ASUS RT-AC68U router
Na twee jaar met de Experiabox v8 te hebben gewerkt in combinatie met een Telfort Glasvezel abonnement, is het tijd om deze te vervangen. Ter vervanging van de Experiabox v8 heb ik de ASUS RT-AC68U aangeschaft. Het belangrijkste is dat internet en IPTV blijven werken. Ik maak geen gebruik van telefonie, waardoor VOIP niet in […]
Quote from the Netflix movie Anon
It’s not that I have something to hide… I have nothing I want you to see. From the movie Anon
Switch from Certbot to acme.sh
I normally use Certbot to issue and install the free Let’s Encrypt certificates. But I haven’t found a, or there is no, convenient way to issue ECC-certificates with Certbot. For that reason I switched from Certbot to acme.sh. With acme.sh I can generate ECC certificates, without having to generate all kinds of extra files before […]
Certbot: Renew certificate in standalone mode with nginx
When you use the Standalone mode for the validation of your certificate, you cannot use your normal webserver (Apache or, in this case, nginx). You have to use the built in webserver from Certbot. If you want to renew your certificate and you forget to shutdown your webserver, you will get the following error during […]
Flash Sonoff Basic met Arduino IDE
Benodigde software: Arduino IDE ESPEasy Stappenplan Arduino IDE installeren en configureren Installeer Arduino IDE van Arduino.cc (kan .exe of .zip. Laatste optie betekent een standalone installatie.) Download de stable release van ESPEasy Unzip ESPEasy Kopieer de inhoud van de map Libraries in de map Source, uit de geünzipte map van ESPEasy, naar de map libraries […]
Remove expired WordPress Transients with WP-CLI
WP-CLI can be used to perform all kinds of tasks on your WordPress website. I use it to regularly clean my database of expired transients via a Linux cronjob. By using WP-CLI, I can perform this task safely and automatically! Note: this can only be done when you have shell-access to the webserver you are […]
Bye Bye Google AMP
Toen Google AMP geïntroduceerd werd leek het heel mooi. Snelle laadtijden voor lichte pagina’s waardoor er misschien meer mensen naar de website zouden komen. Ook ik deed eraan mee met www.maartenvandekamp.nl. Tot vandaag, want ik heb besloten om Google AMP niet meer te ondersteunen. De belangrijkste reden is omdat de pagina’s door Google gecached worden, […]
Windows 10 – beperk inlogtijden voor lokale accounts
In voorgaande Windows versies was Ouderlijk Toezicht een prachtig programma waarin per account kon worden aangegeven wanneer wel en niet mocht worden ingelogd. In Windows 10 is dat aangepast. Nu moet elk account inloggen met een Microsoft-account, en zijn de mogelijkheden beperkter dan bij het gebruik van Ouderlijk Toezicht. Het is gelukkig mogelijk om de […]