This article explains how to tweak MPV launch parameters so that local subtitle files are loaded when playing remote videos.
This article introduces how to elegantly solve the problem of containers being unable to access directories managed by group permissions on the host in Podman Rootless mode by using the --group-add keep-groups parameter when starting containers.
This article provides some Dolphin context menu files for reference.
This article introduces how to create a Git server using Gitolite.
This article introduces how to activate Jetbrains series software.
This article explains how to configure Podman to use Nvidia GPU acceleration in WSL2 Arch Linux environment.
This article explains why containers might get stuck during startup when using Podman and systemd (especially Quadlet), and provides corresponding solutions. The issue is usually related to systemd’s network-online.target not being activated.
This article analyzes through real cases why you might encounter Permission denied issues when mounting host directories to containers using Podman, even when running as root inside the container. It explains in detail how SELinux security mechanisms affect container access to mounted directories and provides troubleshooting and solution approaches to help readers understand and address similar permission dilemmas.
This tutorial builds upon “Setting up Your Private Git Server with Caddy and Containers”. It integrates cgit into an existing Git server to provide a feature-rich web interface for browsing repositories.
This article explains how to configure Midnight Commander (mc) to open files with a custom editor (like $EDITOR) when double-clicking or pressing Enter, improving file management efficiency.