Backing up an iPhone to a non-iCloud destination: libimobiledevice + idevicebackup2 from a Linux box

iPhone with home screen visible beside a laptop keyboard on a wooden desk — photo by Fotios Photos on Pexels

iCloud backup “just works” until it doesn’t — until your iCloud quota fills, or you decide that storing the unencrypted contents of your iPhone at Apple is a posture you don’t love, or your Mac dies and you want a …

Apple Notes for code snippets without the “smart quotes” mangling: the System Settings change that fixes it once

Hands typing CSS code on a MacBook on a wooden desk — photo by goumbik on Pexels

You paste a Bash one-liner into Apple Notes for safekeeping. An hour later you copy it back, paste into Terminal, hit Enter, and bash blows up: command not found: 'curl'. The reason: Apple Notes silently turned your straight quotes …

Self-hosting a read-it-later inbox: Wallabag on a $5 VPS, with the iOS share-sheet integration that actually works

Hands holding a coffee mug and a smartphone — photo by Mart Production on Pexels

Pocket announced its shutdown in 2025. Instapaper still exists but is third-handed and feels frozen. Reader-by-Readwise is good but it’s a $10/month subscription. The self-hosted answer is Wallabag — PHP+MySQL, runs on a $5 VPS, has clean iOS / Android …

Standalone calendar + contacts via Radicale on a NAS, syncing to iOS Calendar / Contacts over CalDAV and CardDAV (without iCloud)

Weekly planner notepad with smartphone, charging cable and pen on a beige desk — photo by ann-h-45017 on Pexels

You’ve spent enough years watching iCloud quietly rewrite your contact data, randomly de-syncing one device, “merging” the same family member into three different cards. The fix is leaving iCloud and running your own CalDAV/CardDAV server. Apple’s Calendar and Contacts apps …