Quick Update Script for Your Docker Containers

Raspberry Pi – Docker

From time to time, you need to update your docker containers. And when built with docker-compose I have a little update-script for you. Nothing incredibly magical here, just a script that runs through the update commands and restarts the container afterwards. However, I assume your docker container is defined through a docker-compose.yaml file and built… Read more

SearXNG – Build Your Own Search Engine

Raspberry Pi - SearXNG

Well, I have to admit, the title is a bit clickbait. You don’t build your own search engine per se, instead, you use an already-built open-source solution. All you need is your own server, VPS, Raspberry Pi or whatever you have. Heck, you can even run this locally on your Linux machine. Reasons for hosting… Read more

Lego – Automatic SSL Certificates and HTTPS for Everyone and Everywhere

Lego Logo

Lego is a Let’s Encrypt client written in Go, hence the name. It serves as an alternative to Let’s Encrypt’s own client certbot which can be found in many Linux distribution repositories to install. It is relatively simple to handle and manages SSL certificates just fine, as long as the domain is publically reachable, meaning… Read more

Raspberry Pi – Disable Bluetooth and WiFi

Raspberry Pi-4 Model-B

By default, when setting up a Raspberry PI, Bluetooth and WiFi are enabled. This is not always what you want, especially when you don’t need either of them. So, time to disable them, because having them enabled and probably unsecured is a potential attack vector into your network. Change Boot Configuration First, we need to… Read more

Git/SVN Repository Information Displayed in the Console

Repository Information in Console

For someone who works a lot with Git repositories, it is interesting to see some basic information in the console while working on the repo. Stuff like which branch or tag is currently active. Sure, there are commands to show that kind of information, but after a while, it becomes tedious to have to put… Read more