Here are the 10 most recent posts, listed with an image, publication date, headline, text excerpt, and hashtags. Older posts can be accessed via the search function, the archive links, and the tags on the right-hand side.
Anyone who regularly administers Linux servers will find themselves repeatedly performing the same tasks to ensure the system is running as intended. When dealing with only a few systems, this is usually done directly via SSH, as the effort of maintaining dedicated remote management tools is rarely worthwhile. So why not simply create a script that executes quick commands and filters the output to...
Debian maintainers have long worked on Year 2038 compatibility and announced its completion with the release of Debian 13 (Trixie). This is based on the fact that Linux stores system time—and all date fields derived from it—as a signed 32-bit integer representing the number of seconds elapsed since January 1, 1970, at 00:00: 231 - 1 = 2.147.483.647
This works until January 19, 2038, at 03:14:0...