Forgejo Runner on nested, rootless Podman
The official Forgejo Runner Docker installation guide recommends running a privileged Docker-in-Docker container for the runner’s Docker host. This is well-intentioned, as it provides the runner wi...
The official Forgejo Runner Docker installation guide recommends running a privileged Docker-in-Docker container for the runner’s Docker host. This is well-intentioned, as it provides the runner wi...
Flatpak isolates applications by design. While great for security, this isolation breaks native messaging between applications. If you run both Brave and KeePassXC as Flatpaks, the browser extensio...
Context According to the Chrome for developers documentation: Settings overrides are a way for extensions to override selected Chrome settings. The API is available on Windows and Mac in all c...
Setting up NVIDIA drivers on an atomic desktop like Fedora Silverblue can be daunting, especially with Secure Boot enabled. In reality, it’s a straightforward, one-time process. Originally publishe...
I use Visual Studio Code Dev Containers to work on my projects in a clean environment where there’s no possibility of breaking my system or polluting it with unnecessary packages. Setting them up ...