Recent posts

A Podman Pod as a systemd Service

11 minute read

Ever wanted to run a container, or pod, as a systemd service on Linux? This allows the container to be started automatically and even restarted on failure. ...

Automatically Update Podman Containers

9 minute read

Podman can automatically update your containers and hopefully make you’re life easier at the same time. Setting this up for Podman is actually pretty ...

Unattended Upgrades

17 minute read

Suffering from obsessive updating syndrome? Are you making frequent trips to the App Center or terminal to apply updates? Do update notifications haunt you ...

Automate Flatpak Updates With systemd

7 minute read

elementary OS 5.1 doesn’t automatically update Flatpak applications. Given the arbitrary appearance of updates, it’s a bit bothersome to be nagg...

Podman Compose

8 minute read

Podman supports the Kubernetes YAML format for configuring pods. Unfortunately, I’m coming to the Podman scene from Docker where the Docker Compose fo...

Btrfs Scrub

27 minute read

You probably want to take advantage of the data integrity checking offered by Btrfs. Btrfs calculates checksums for all data written to disk. These checksum...