One of my daily companions is sway. sway is a tiling window manager that best meets my daily needs https://github.com/swaywm.A really good introduction to the world of Tiling Window Managers is this video:


Unfortunately, I have an Nvidia graphics card installed in my current...

After the successful Setup of our Elasticsearch Cluster we noticed that the logs of the bind nameserver are not really stored in the index of the filebeat agent in a meaningful way.

so what can you do to solve this problem?

Filebeat rwbind Module

First for the Insiders the Module can be donwlo...

I am often asked "how do you make sure your SSL certificates are valid?" My simple answer: I have built an icinga2 check for it :-)

it is a simple Bashscript that gets triggerd once a day.

 #!/bin/bash
 #Created by ♞ Raffael Willems@im-c.de

 echo "Raffis SSL Cert Checker running..."
 if printf...