blog.ktz.me
Open in
urlscan Pro
2a06:98c1:3121::3
Public Scan
Submitted URL: http://blog.ktz.me/
Effective URL: https://blog.ktz.me/
Submission: On December 02 via api from US — Scanned from NL
Effective URL: https://blog.ktz.me/
Submission: On December 02 via api from US — Scanned from NL
Form analysis
1 forms found in the DOM<form>
<div class="search-fields">
<input placeholder="Search..." id="search-field">
<i class="fa fa-times-circle" id="clear-search"></i>
</div>
</form>
Text Content
Facebook icon GitHub icon LinkedIn icon LinkedIn icon YouTube icon Twitter icon Microphone icon ktz. * About * Technical * Travel * * * * * KTZ. PODCASTER. MUSICIAN. PHOTOGRAPHER. TAILSCALAR. technical A CHEAP NO-FRILLS OPNSENSE BOX If you're looking to build a small, quiet and cheap box to run OPNsense on then I have a build you might be interested in. This box has been happily * Alex Kretzschmar Alex Kretzschmar 15 Nov 2023 • 2 min read technical I NEED YOUR HELP WITH INTEL QUICK SYNC BENCHMARKING! Please help me benchmark as many Intel CPUs Quick Sync transcoding performance as possible! * Alex Kretzschmar Alex Kretzschmar 8 Sep 2023 • 3 min read electronics X32 RACK MIXER PSU REPLACEMENT I bought a used unit off of Reverb and after about 75 days the unit began exhibiting these symptoms in the video. Neither Reverb nor the seller cared any so I began the hunt for a fix. * Alex Kretzschmar Alex Kretzschmar 12 Aug 2023 • 2 min read tailscale SPLITDNS MAGIC WITH TAILSCALE Today, we're going to take a deep dive into the world of DNS. Specifically looking at Tailscale's magicDNS feature which allows us to do neat things like refer to our Tailnet devices by name or configure splitDNS to query remote DNS servers. * Alex Kretzschmar Alex Kretzschmar 8 May 2023 • 7 min read technical I HAVE A YOUTUBE CHANNEL NOW. This week I launched a YouTube channel. After many years of saying I would and not, I finally have. So here goes nothing! I'll be covering topics ranging such as * Alex Kretzschmar Alex Kretzschmar 25 Mar 2023 • 1 min read technical MAPPING SENSORS OUTPUT TO PHYSICAL DRIVES IN LINUX Whilst building out some new Grafana dashboards over the weekend I made the switch from InfluxDB to Promtheus node exporters for scraping metrics from Linux servers. But how do you marry up the drivetemp-scsi-0-10 value output from sensors to a physical disk? * Alex Kretzschmar Alex Kretzschmar 13 Mar 2023 • 2 min read technical USE 1 PIKVM INSTANCE TO CONTROL 4 SYSTEMS And there we have it. One PiKVM able to control and view up to 4 systems at once. And with the addition of a USB thumb drive to the KVM we can even boot any ISO we want! * Alex Kretzschmar Alex Kretzschmar 25 Feb 2023 • 4 min read technical RESTRICTING ASROCK RACK BMC TO DEDICATED IPMI_LAN PORT ONLY During this process I came across a frustrating "bug" in the Asrock Rack BMC implementation. No matter the settings I gave the BMC it was getting two IP addresses. One on the IPMI_LAN port as expected in my management VLAN, and another on eth0 which is undesirable. * Alex Kretzschmar Alex Kretzschmar 14 Feb 2023 • 2 min read FULLY AUTOMATED DNS AND DHCP WITH ANSIBLE, DNSMASQ AND PIHOLE You do like declarative configurations don't you? Good! For the longest time I've made do with clicking through the Opnsense UI to add static IP reservations via MAC address mapping. * Alex Kretzschmar Alex Kretzschmar 10 Feb 2023 • 8 min read ansible CHECK FOR DUPLICATE ITEMS IN A LIST WITH ANSIBLE USING A CUSTOM FILTER I expected writing a custom filter was going to be difficult and cumbersome but it was very simple and in the end, much faster than trying to turn YAML into a programming language! * Alex Kretzschmar Alex Kretzschmar 23 Jan 2023 • 2 min read 2022 IN REVIEW A wedding. Lots of travel. And lots of friends. * Alex Kretzschmar Alex Kretzschmar 31 Dec 2022 • 1 min read photography DEATH VALLEY These desert vistas absolutely boggle my little mind. Most people come to Las Vegas for the brash, expensive and over the top spectacle. Indeed, it is fun for a night or two. But given the choice between a night in Vegas or another night on those dunes, there's simply no contest. * Alex Kretzschmar Alex Kretzschmar 3 Dec 2022 • 7 min read technical DUMP DISQUS FOR GISCUS This is an easy project. Sure it will probably take an hour or two to get your head around but don't put it off. The end result is great and means no ads or tracking are insidiously injected into your content anymore. * Alex Kretzschmar Alex Kretzschmar 2 Dec 2022 • 2 min read docker CONFIGURING TRAEFIK ON SYNOLOGY DSM7 USING DOCKER MACVLANS Recent changes in DSM7 have made guaranteeing being able to free up ports 80/443 for use by traefik rather difficult. Using a combination of several advanced techniques with docker networking we can circumvent this requirement once and for all with the macvlan driver. * Alex Kretzschmar Alex Kretzschmar 14 Aug 2022 • 5 min read cars VW GOLF MK4 R32 - FRONT AXLES REPLACEMENT I recently acquired a VW Golf Mk4 R32 from 2004 with 136k miles on the clock. All things considered it's in great shape but there are a few spots which * Alex Kretzschmar Alex Kretzschmar 4 Jul 2022 • 6 min read technical GITEA WEBHOOK CHANGE A while back I wrote about deploying DroneCI and Gitea together to build projects automatically. A few months ago my CI broke and I've only just now gotten around to * Alex Kretzschmar Alex Kretzschmar 1 Jun 2022 • 1 min read technical ELIMINATING 3D PRINTER VIBRATION NOISE TRANSMISSION If you've been wanting to make your 3D printer quieter then these Sorbothane feet are the best way to do this. Using 6 of these little squash ball like rubber * Alex Kretzschmar Alex Kretzschmar 24 Mar 2022 • 2 min read mkdocs MAKING MKDOCS TABLES LOOK LIKE GITHUB MARKDOWN TABLES Adding custom CSS to the mkdocs material theme is straightforward. Follow the docs and you can make tweaks to the CSS of the theme as you need. I'm a big * Alex Kretzschmar Alex Kretzschmar 18 Nov 2021 • 2 min read docker MONOLITHIC DOCKER-COMPOSE FILES FILTERED WITH PROFILES Those of us who use docker-compose to manage our fleets of containers generally fall into two camps. Camp A prefers one monolithic docker-compose file per host using docker-compose <command& * Alex Kretzschmar Alex Kretzschmar 29 Oct 2021 • 1 min read docker DEPLOYING MKDOCS USING DRONECI AND GITEA Todays post will discuss the steps required to deploy a fully self-hosted, automatically updating documentation stack using Gitea, mkdocs, nginx, traefik and Drone CI. * Alex Kretzschmar Alex Kretzschmar 7 Sep 2021 • 6 min read synology ACCESS A SYNOLOGY NAS WITH TRAEFIK ON DSM7 With the recent update to DSM7 my Synology NAS has been transformed. It now runs a recent version of docker, I can use Ansible to manage docker-compose like I do * Alex Kretzschmar Alex Kretzschmar 1 Sep 2021 • 4 min read networking PUNCHING THROUGH TRICKY NAT WITH NEBULA MESH VPN AND OPNSENSE OPNsense rewrites all outgoing UDP traffic by default - here's how to make Nebula work whilst traversing NAT which does this. * Alex Kretzschmar Alex Kretzschmar 30 Aug 2021 • 2 min read technical ASROCK RACK E3C246D4U - THE PERFECT MEDIA SERVER MOTHERBOARD? The board only arrived today but I've gotten it working in a couple of hours exactly the way I wanted. It really is about as close to perfect as we're going to get in this space. Should you buy one? Yes, if you need it - you should! * Alex Kretzschmar Alex Kretzschmar 28 Aug 2021 • 6 min read technical ROBOROCK S5 ZONED CLEANUP FOR VALETUDO 2021.06 Here's how to configure segment based cleanup for Valetudo based Robovacs. * Alex Kretzschmar Alex Kretzschmar 14 Jul 2021 • 1 min read technical PIKVM - CONTROL UP TO 4 SERVERS SIMULTANEOUSLY This is every homelabbers dream isn't it? Controlling multiple systems that don't have IPMI natively, remotely. Thanks to PiKVM, now we can. * Alex Kretzschmar Alex Kretzschmar 1 Jul 2021 • 3 min read ktz. * About * Technical * Travel * * * * * ktz. © 2023 Latest Posts Ghost undefined