Tag
The article explains how to transfer files directly between two computers using an Ethernet patch cable with simple IP configuration and tools like socat, achieving speeds up to 900 Mbits/second.
A shell script that wraps macOS's caffeinate command to keep the laptop awake when the lid is closed, allowing agents to continue running without interruption.
A developer shares a script that creates a temporary shell with a clangd wrapper pointing to a project-specific compilation database, allowing multiple firmware projects in one repository to use separate clangd configurations simultaneously.
A blog post describing a minimal CI system using Git hooks and nq, a lightweight job queue, for personal git repositories.
ModuleJail is a POSIX shell script that shrinks a Linux host's kernel-module attack surface by blacklisting every module not currently in use, helping sysadmins reduce risk from upcoming kernel module vulnerabilities.