Tag
This article advocates for using systemd timers over traditional cron jobs for scheduled tasks on Linux, highlighting their better integration, logging, and clearer syntax.
This GitHub repository provides a guide and tools for building fully customized Ubuntu Live ISOs from scratch, allowing users to pre-install packages and configure the system.
An explanatory article detailing how BusyBox functions as a multi-call binary in Alpine Linux, providing a single executable for various command-line utilities through symlinks and applet configuration.
A new Linux kernel patch proposes a 'killswitch' primitive that allows admins to immediately disable vulnerable kernel functions (e.g., af_alg_sendmsg) by making them return -EPERM, providing a rapid temporary mitigation for security issues without requiring a reboot or kernel rebuild.
A guide on declaratively installing NixOS over the network using tools like nixos-anywhere, with an emphasis on managing configuration files under version control.