Update October 2022 In the article I am using InfluxDB in version 1.*. The setup has recently been upgraded to version 2.*. If the setup should be used in this version then the following files should be used instead of the ones referenced in the article: docker-compose.yml (nur InfluxDB ohne Grafana) Grafana Dashboard with new […]
Continue ReadingUpgrading to a bigger SD card in a Raspberry Pi (without losing data)
I have been using a Raspberry Pi for some time as a server which provides several services (Backups, Power consumption monitoring, CUPS, and so on). Until now I have been using a Pi 3B which I was willing to replace because of missing features such as USB 3.0 and gigabit ethernet. Not too long ago […]
Continue ReadingThinkPad T450s Full HD screen replacement
Some time ago I bought a very basic configured ThinkPad T450s. It came with a TN Display with a resolution of 1600*900. Since the T450s could also be configured with a Full HD screen I decided to do that upgrade by myself. In order to do so I ordered a fitting screen on Ebay and […]
Continue ReadingUpdating dockerized Check_MK
If you are running the official Check_MK Docker image you will sooner or later have to implement a newer version of Check_MK. In this short article I will describe the procedure to update a Check_MK system which is running with docker and is described by Docker Compose. Before beginning the actual update, you should create […]
Continue ReadingConverting pictures in a Docker container using Guetzli
If you want to convert pictures using Guetzli but you don’t want to install all progams and libraries, you can use the following script. The script will execute a Docker container in which Guetzli and all it’s dependencies are installed. All pictures that are handed over while executing the script will be processed and put […]
Continue ReadingHow to access an iPhone in Linux
Connecting an Android phone in Linux is straight forward and easy. To connect an iPhone you have to go through the following procedure. Prerequisites The following packages have to be installed on the system, in this case by using the package manager “dnf”. dnf install ifuse libplist libplist-python libimobiledevice-utils libimobiledevice-devel libimobiledevice usbmuxd The package names […]
Continue Reading