Skip to content
daniel@MacBookPro:~

Fix

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

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
FreeBSDFix July 4, 2026 2 min read

Fixing pf State Table Exhaustion on FreeBSD

New connections start silently failing on a busy firewall, and pfctl reports the state table is full. Here's how to confirm it and size the table correctly for real traffic levels.

#fix#pf#firewall
Read more