Updating libseccomp2 on Raspberry Pi OS

Older 32-bit versions of Raspberry Pi OS may be incompatible with docker images based on Alpine 3.13 and older. This is due to the bug in the libseccomp2 library, which docker depends on. The issue has been discussed in GitHub and fixed since then. Unfortunately, the fix has not…

Disable WiFi and Bluetooth on Raspberry Pi

Device Tree Overlays provide a way to modify the device tree without re-compiling the complete device tree. Overlays are small pieces, or fragments of a complete device tree, and can be added or removed as needed, often enabling/disabling hardware components in the system. Using overlays we can easily disable…