TL, DR If you’ve ever tried running an AppImage on Ubuntu only to be greeted with a frustrating error message, you’re not alone. The error about the “SUID sandbox helper binary” has become increasingly common, especially with newer Ubuntu versions like 24.04. Today, I’ll walk you through the best solution to fix this issue while… Continue reading Fixing AppImage Sandbox Errors on Ubuntu: A Complete System-Wide Solution
Month: August 2025
Reverse fn key on a Dell laptop keyboard
TL, DR Laptop keyboards have dual-function keys. For instance, on my Dell G15 laptop, which I use with Ubuntu, the F1 key doubles down as mute for audio output. In some cases you may want to reverse the working of the fn key. The simple and easy way to do it is to press fn… Continue reading Reverse fn key on a Dell laptop keyboard
Commit code for MicroPython
TL, DR MicroPython is a fantastic framework to write code for micro controllers. The procedure to contribute code on GitHub has a few bureaucratic steps which may be hard to get right first. Here the steps you need to follow. MicroPython MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a… Continue reading Commit code for MicroPython
A MicroPython client for MinIO
TL, DR MicroPython is a fantastic framework to write code for micro controllers. I just created a very simple library to enable those devices uploading files into a MinIO object storage. MinIO object storage I already wrote a couple of blog posts about MinIO (you can check them here), a great self-hosted object storage software.… Continue reading A MicroPython client for MinIO