$ SOLVED // it worked

All fixes

12 problems with a documented fix. Filter by platform or status, or type to search.

Solved Android Google Pixel 7 (any USB-C phone)
Phone only charges when the cable sits at the perfect angle

A USB-C phone that charges intermittently, needs the cable wedged just so, or won't click in fully usually isn't a bad port or battery — it's compressed pocket lint at the bottom of the connector. Two minutes with a toothpick fixed it.

2026-07-05 easy verified
Solved cross-platform npm registry account
npm publish fails because 2FA is a passkey and there's no OTP to enter

Your npm account uses a WebAuthn/Touch ID passkey for 2FA, so interactive npm publish can't prompt for a 6-digit OTP and the publish stalls or 401s. Publish with a Classic Automation token, which bypasses the 2FA prompt.

2026-06-21 moderate verified
Solved Linux Caddy web server (Linux VPS)
Caddy reload hangs forever after adding a new domain

Adding a vhost for a brand-new domain and running caddy reload hangs indefinitely. Caddy is blocking on an ACME certificate for a domain whose DNS doesn't point at the box yet. Point DNS first, or reload — never restart — a shared Caddy.

2026-06-18 moderate verified
Solved Windows Windows 11 PC (WSL2 + Ubuntu, Docker Desktop)
WSL2 ate 80 GB of disk and deleting files doesn't get it back

The ext4.vhdx behind a WSL2 distro grows on demand but never shrinks on its own — deleting files inside Linux frees nothing on the Windows side. Trim inside the distro, shut WSL down, then compact the virtual disk with Optimize-VHD or diskpart.

2026-06-18 moderate verified
Solved iOS iPhone / iPad (Safari)
Website icon is blank when saved to iPhone Home Screen

"Add to Home Screen" on iOS shows a blank or screenshot icon instead of your app icon, even though the favicon works in the browser tab. iOS ignores SVG apple-touch-icons — you must serve a 180×180 PNG.

2026-06-15 easy verified
Solved Linux Sunshine host (headless Linux, RTX GPU) + Moonlight client
Moonlight won't connect to a headless PC (RTSP Error 60)

Moonlight pairs but fails to start the stream with "RTSP Error 60" on a headless Sunshine host. A zombie session or a hit start-limit is wedging the Sunshine service — clear the stuck session and restart it.

2026-06-05 moderate verified
Workaround Windows Sony WH-1000XM4 (any classic Bluetooth headset)
Bluetooth headphones suddenly sound like a phone call on Windows 11

Music drops to muffled, mono, telephone-grade audio the moment any app touches the microphone. That's the Bluetooth hands-free profile taking over — classic Bluetooth can't do hi-fi audio and mic at once. Disabling the hands-free service keeps stereo quality, at the cost of the headset mic.

2026-06-02 easy verified
Solved macOS USB / network printer
Printer prints one line of gibberish ("%PDF-1.4") then nothing

macOS sends a job and the printer ejects a single line of garbage characters — often the literal "%PDF-1.4" header — then stops. The CUPS queue fell back to a "Local Raw Printer" with no driver. Rebuild the queue with everywhere driver.

2026-05-30 moderate verified
Solved Windows Windows 10/11 PC
Can't SSH into Windows — ping works but port 22 is closed

A Windows PC is reachable (ping succeeds) but SSH connections are refused because OpenSSH Server isn't installed/running and the firewall has no port-22 rule. Install the OpenSSH Server capability, start sshd, and open the firewall.

2026-05-16 easy verified
Solved macOS MacBook Air (USB Time Machine drive)
Time Machine stuck on "Preparing backup…" for hours

After an interrupted backup, Time Machine sat on "Preparing backup…" indefinitely. A leftover .inProgress bundle on the backup drive was the culprit — delete it and the next backup runs normally.

2026-05-14 easy verified
Solved macOS Seagate Backup Plus (USB NTFS)
External NTFS drive won't mount on macOS ("Volume is corrupt")

A USB NTFS drive with a 64 KB cluster size throws $MFT I/O errors and "unrecoverable error" on a Mac, but is perfectly healthy — the macFUSE/ntfs-3g driver just chokes on the large clusters. Repair it on Windows with chkdsk.

2026-04-22 moderate verified
Solved Windows NVIDIA RTX 5090 (applies to any modern GPU)
GPU artifacts only occasionally — how to reproduce it on demand for a warranty claim

A high-end GPU artifacts just rarely enough that a technician will never catch it, so the warranty claim stalls. Force the fault to appear on camera with a targeted VRAM/power stress test, and rule out the look-alikes first.

2026-04-09 moderate verified