Skip to content
daniel@cosenza:~/blog
Linux

Linux posts

The kernel primitives, init systems, and tooling behind the world's most-deployed OS.

LinuxHow-To July 11, 2026 2 min read

How to Set Up Automatic Security Updates on Linux

A complete walkthrough configuring unattended-upgrades (Debian/Ubuntu) and dnf-automatic (RHEL/Fedora) to apply security patches automatically, with sane limits on what gets updated unattended.

#howto#security#updates
Read more
LinuxHow-To July 10, 2026 2 min read

How to Configure Network Bonding on Linux

A complete walkthrough combining two or more network interfaces into a single bonded interface using NetworkManager — for redundancy, throughput, or both, depending on the mode you choose.

#howto#networking#bonding
Read more
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
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
LinuxFix July 6, 2026 2 min read

Fixing SELinux Denials Blocking a Legitimate Service

A service that works fine with SELinux disabled fails mysteriously with it enforcing. Here's how to read audit.log, generate a targeted policy module, and fix the actual denial instead of disabling protection.

#fix#selinux#security
Read more
LinuxNews July 3, 2026 2 min read

IBM Completes Its $34 Billion Acquisition of Red Hat

Announced October 28, 2018 and closed July 9, 2019, IBM's purchase of Red Hat was the largest software acquisition in history at the time — and a direct bet on hybrid cloud built around Linux and open source.

#news#red-hat#ibm
Read more