Skip to content
daniel@cosenza:~/blog
WindowsFix July 7, 2026 2 min read

Fixing a Windows Update Stuck Downloading

The progress bar hasn't moved in hours and Windows Update reports it's still downloading. Distinct from an update stuck installing — here's how to reset the download-side components specifically.

#fix#windows-update#troubleshooting
Read more
SRE & DevOpsFix July 6, 2026 2 min read

Fixing a Kubernetes Node Stuck NotReady

kubectl get nodes shows a node stuck in NotReady state, and pods are being evicted from it. Here's how to check kubelet, container runtime, and network plugin health in the right order.

#fix#kubernetes#nodes
Read more
FreeDOSFix July 6, 2026 3 min read

Fixing USB Drive Detection Issues on FreeDOS

A USB flash drive doesn't show up as a drive letter under FreeDOS. Since there's no native USB support, this comes down to getting USBASPI's driver chain correctly configured, or falling back to BIOS-level access.

#fix#usb#hardware
Read more
FreeBSDHow-To July 6, 2026 2 min read

How to Harden Services on FreeBSD with Capsicum

A practical walkthrough of Capsicum's capability mode — how to check if a program supports it, and how sandboxed services actually differ from ordinary ones at the syscall level.

#howto#capsicum#security
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
macOSFix July 6, 2026 2 min read

Fixing Bluetooth Connectivity Issues on macOS

A Bluetooth device won't connect, keeps dropping, or macOS doesn't see it at all. Here's a systematic path through the most common causes before resorting to a full reset.

#fix#bluetooth#hardware
Read more
WindowsFix July 6, 2026 3 min read

Fixing INACCESSIBLE_BOOT_DEVICE on Windows

Windows blue-screens with INACCESSIBLE_BOOT_DEVICE right at startup, before the desktop ever loads. Here's how to diagnose whether it's a driver, disk, or boot configuration problem from Recovery.

#fix#bsod#boot
Read more