Skip to content
daniel@cosenza:~/blog

Fix

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

WindowsFix April 3, 2026 3 min read

Fixing Slow Windows Startup Times

Boot times creeping up over time usually trace to a specific, identifiable cause — too many startup programs, a failing drive, or a driver delaying boot — not general 'Windows rot.'

#fix#startup#performance
Read more
macOSFix March 26, 2026 3 min read

Fixing Slow Time Machine Backups on macOS

A Time Machine backup that takes hours, or seems to hang at 'Preparing Backup,' usually has an identifiable cause — here's how to find whether it's the first backup, local snapshots, or something else.

#fix#time-machine#backup
Read more
macOSFix March 24, 2026 2 min read

Fixing 'App Is Damaged and Can't Be Opened' on macOS

The app isn't actually damaged in most cases — this is Gatekeeper's quarantine flag reacting to how the file was downloaded, and there's a legitimate, safe way to override it for software you trust.

#fix#gatekeeper#security
Read more
LinuxFix March 16, 2026 2 min read

Fixing DNS Resolution Failures on Linux

Ping by IP works but hostnames don't resolve. Here's a systematic path through resolv.conf, systemd-resolved, and nsswitch.conf to find where resolution is actually breaking.

#fix#dns#networking
Read more
LinuxFix March 15, 2026 3 min read

Fixing 'Too Many Open Files' Errors on Linux

An application errors out with EMFILE or ENFILE, even though the system clearly isn't out of resources in any obvious sense. Here's how to find and raise the actual limit involved.

#fix#ulimit#file-descriptors
Read more