Skip to content
daniel@cosenza:~/blog

Fix

You have a specific problem. Here's how to diagnose and resolve it.

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
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
SRE & DevOpsFix July 5, 2026 3 min read

Fixing Terraform Provider Version Conflicts

terraform init fails with incompatible provider version constraints, or plan produces unexpected changes after an update. Here's how to read the constraint error and pin versions correctly across a team.

#fix#terraform#providers
Read more
FreeDOSFix July 5, 2026 2 min read

Fixing DOSLFN Long Filename Problems on FreeDOS

Long filenames show up truncated to 8.3 format in some programs but not others, even with DOSLFN loaded. This is expected, driver-specific behavior — here's how to tell which programs actually support it.

#fix#doslfn#filenames
Read more
WindowsFix July 5, 2026 2 min read

Fixing Windows Activation Errors

Windows reports it isn't activated, or a specific error code appears after a hardware change or reinstall. Here's how to read the error code and apply the right fix instead of guessing.

#fix#activation#licensing
Read more