-
META
Migrating a Ghost blog to Jekyll on GitHub Pages
A small Python toolkit that exports a whole Ghost blog through the Admin API and turns it into a static Jekyll site that GitHub...
-
LINUX
Linux Disk Cleanup: Quick Commands to Free Up Space
Running low on disk space? It happens to the best of us. Whether it's accumulated cache files, forgotten Docker images, or orph...
-
KNX
My 15-Day KNX Home Automation Journey
Welcome to My 15-Day KNX Home Automation Journey with Home Assistant! Hello, home automation enthusiasts! I'm thrilled to anno...
-
Crypto trading with freqtrade
Some snippets/notes on how to use freqtrade. https://www.freqtrade.io/en/latest/ https://github.com/freqtrade/freqtrade $ sud...
-
My Home Assistant Setup - Part 1
I use Home Assistant for quite some years now, started to run it on a Raspberry Pi, a NUC, later went for Home Assistant Blue, ...
-
Quick webserver for Toon Home Assistant development
import http.server import socketserver from http import HTTPStatus class MyServer(http.server.SimpleHTTPRequestHandler): ...
-
How to install Wallabag on Debian
Was looking for a tool to store my bookmarks and items to read. Did this by sending myself e-mails which was not very clean... ...
-
Hosting a Ghost blog on Google Cloud
I switched from the paid (although cheap) AWS Lightsail to Google Compute Engine for hosting this blog. NOTE: I bought the sup...
-
Geigercounter with KNX IP
Having a KNX IP backbone with IP routers working I wanted to see if I can build some DIY sensors using it, and check if this is...