Current Stories
Wednesday 1st, October 2025
Smarte Pumpenpflege mit dem Shelly – Stillstand vermeiden und Heizungssteuerung respektieren01-10-2025 14:47 Viele Heizungsanlagen besitzen Umwälzpumpen, die außerhalb der Heizsaison oft über Monate hinweg stillstehen. Dieses lange Stillstehen kann zum Problem werden: Rotoren verkleben, Lager setzen sich fest und die Pumpe läuft bei Beginn der Heizsaison nicht mehr zuverlässig an.
Monday 29th, September 2025
CrowdSec auf der E.F.A. — Erfahrungen, Zertifizierungen und eigene Szenarien29-09-2025 19:26 In diesem Beitrag beschreibe ich kurz, was CrowdSec ist, welche Zertifizierungen ich abgeschlossen habe, wie ich CrowdSec auf der E.F.A. (Email Filter Appliance) integriert habe, welche Filter out-of-the-box funktionieren — und wie ich fehlende Unterstützung (z. B. für MailScanner) durch eigene Parser und Szenarios ergänze.
Was ist CrowdSec?
CrowdSec ist eine Open-Source-Plattform zur Erkennung und Abwehr von bösartigen Aktivitäten anhand von Log-Analysen. Der Kern besteht aus einem lokalen Agenten, der Logs einliest, Ereignisse korreliert und auf Basis von Signalen (sogenannte scenarios) Entscheidungen trifft. Erkenntnisse können lokal genutzt oder an die Community-Sharing-Plattform gesendet werden, um die Reputationen von IPs zu teilen.
Meine Zertifizierungen
Ich habe mehrere Zertifizierungen rund um CrowdSec durchlaufen, die mir geholfen haben:
- Verständnis der Architektur (agent, bouncer, hub)
- Erstellung eigener Parser und Szenarios
- Integration mit externen Diensten (z. B. Firewalls, API-basierte Bouncer)
Thursday 27th, January 2022
Visualized SSH login failures27-01-2022 17:53 When running a Linux server, which is accessible from the Internet, you will see a lot of failed SSH authentication attemtps.
This article is not about securing your server (ssh-port-change, fail2ban, private/public-key-auth only, ...) but about visualizing these attacks.
Friday 21st, January 2022
ISC BIND - enabling query statistics on CentOS21-01-2022 10:03 ISC BIND allows for export of statistics using a web UI. This artice can help you avoid a common pitfall on CentOS.
Sunday 2nd, January 2022
VMware ESXi mount a NFS share on a Synology Diskstation02-01-2022 14:43 Mounting a NFS share should be an easy task, however you might fail to mount the NFS share.
The ESXi vmkernel.log might show this error:
WARNING: NFS41: NFS41ExidNFSProcess:2054: Server doesn't support the NFS 4.1 protocol
Wednesday 15th, January 2020
How to recover a lost certifier file15-01-2020 12:52
Monday 8th, February 2016
Installing HomeBridge as Docker Image on Synology08-02-2016 20:29 This article explains how to install and omeBridge, an opensource implementation of Apples HomeKit API, on a Synology Diskstation.
This tutorial requires that you own a Synology Diskstation with an Intel CPU that can run Docker.
(0) Thursday 26th, December 2013
Fun with Eclipse Browser Settings in IBM Notes26-12-2013 13:30 
Just because we can, you can play around with some settings in IBM Notes on Windows.
Instead of using the Internet Explorer engine to render websites in Notes you can use XULrunner, the engine from the popular Firefox browser.
First check which engine Notes is currently using by opening a browser window within Notes (Open - Web), you may have to check your preferences to use the internal browser.
Go to
https://www.whatismybrowser.com/
Now edit the file [notesprogramdir]/framework/rcp/plugin_customization.ini and add the two lines:
com.ibm.rcp.ui.browser/embeddedBrowser=Mozilla
com.ibm.rcp.rte/RTEBasedBrowser=XULRunner
Now close all browser windows and restart Notes.
(0)