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

Gentoo Linux – kernel_update script, a Quick Helper to Update Your Kernel

make menuconfig

Keeping your kernel up to date on Gentoo can be a bit daunting, especially when you are running the “keyworded” kernel, meaning not the stable version, but the “always latest” version by keyword ~amd64. There’s a new version almost every week and updating it manually can be quite annoying over time. At least it felt… Read more