Process Munin RRD files with Python

Today I wanted to process an Munin RRD file with Python, in order to create an Plotly chart. The result can be found here. The use-case doesn't really matter, it could also be an export to JSON or any other sort of post-processing. It also doesn't matter which Munin database is used, they all contain ... Weiterlesen

DejaVu Webfont Download

I wanted to use the DejaVu Sans Mono font for the new code boxes of the blog, because it was the default console font for many Linux distributions a while ago and still has a solid layout with very good functionality for coding purposes. It turned out that it's unnecessarily hard to find the latest ... Weiterlesen

GeneratePress Customizing

Recently I switched to the modern and clean GeneratePress Theme. It has a great documentation and development spirit as well. If you want to customize your theme and e.g. edit the functions.php or use some add_shortcode() functionality for your WordPress installation, the first thing you have to do is to create a child theme. Otherwise ... Weiterlesen

GoLive Version 3.0

Heute war es endlich an der Zeit Version 3.0 des Blogs online zu nehmen.Endlich mit Responsive Webdesign und einem neuen Farbkonzept sowie Pinguin :) Im Jahr 2020 werden selbst Blogs wie dieser erstaunlich oft vom Smartphone abgerufen, sodass dieser Schritt längst überfällig war. 10 Jahre ein einziges WordPress Theme, es war an der Zeit Goodbye ... Weiterlesen

Die aktuelle Uhrzeit

Ich habe die letzten Tage zum Spaß ein kleine Website geschrieben, welche die aktuelle Uhrzeit inklusive Sekunden direkt im Browser anzeigt. Die Uhrzeit wird initial per HTTPS von meinem NTP Server bezogen und anschließend in der lokalen Zeitzone angezeigt. Eigentlich gibt es schon genügend solcher Websites, aber mir sind hier ein paar Dinge aufgefallen als ... Weiterlesen