Skip to content
daniel@cosenza:~/blog
LinuxHow-To July 8, 2026 2 min read

How to Use systemd-nspawn Containers on Linux

A complete walkthrough creating and running a lightweight systemd-nspawn container — useful for isolated testing environments without the overhead of a full container runtime.

#howto#systemd-nspawn#containers
Read more
RetrogamingHow-To July 8, 2026 3 min read

How to Reduce Input Lag with Run-Ahead

A step-by-step guide to enabling RetroArch's run-ahead feature correctly — including the one prerequisite that determines whether it will work at all for a given core.

#howto#input-lag#run-ahead
Read more
SRE & DevOpsFix July 7, 2026 3 min read

Fixing OOMKilled Containers with Correct Resource Limits

A container gets killed repeatedly with reason OOMKilled, even though the application 'shouldn't' need that much memory. Here's how to find its actual peak usage and set limits that reflect reality instead of guesses.

#fix#kubernetes#memory
Read more
FreeDOSFix July 7, 2026 3 min read

Fixing Incorrect Date and Time on FreeDOS

FreeDOS boots with the wrong date or time every session, or DATE/TIME commands don't stick. Here's how to distinguish a dying CMOS battery from a software configuration issue.

#fix#rtc#date-time
Read more
LinuxFix July 7, 2026 2 min read

Fixing 'start-limit-hit' Errors in systemd

A service refuses to start at all, and systemctl reports start-limit-hit — this is systemd's own crash-loop protection, and it requires clearing the rate limit as a distinct step after fixing the real cause.

#fix#systemd#services
Read more