Tag Archives: Mac

Migrating Only Apple Mail to a New Mac (Monterey)

When you buy a new Mac there is an easy way to migrate all of you data, programs, settings, logins: Just use the Migration Assistant. Most of the times it works magically. You basically end up with a 1:1 system … Continue reading

Posted in Uncategorized | Tagged , , , , | Comments Off on Migrating Only Apple Mail to a New Mac (Monterey)

Docker Secrets without Swarm on a Mac

Say you want to use credentials to communicate to a protected API from a Docker container on your local machine. You don’t want to put them into your code, of course. On Kubernetes and Docker we have secrets. But we … Continue reading

Posted in Uncategorized | Tagged , , , , | Comments Off on Docker Secrets without Swarm on a Mac

Universal Clipboard Fix for Mac and iPhone Quick Fix

If your handoff between two devices suddenly doesn’t work, check if this helps. Run in Terminal: defaults delete com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled Explanation: For some reason I found ClipboardSharingEnabled = 0 setting in my defaults. defaults read com.apple.coreservices.useractivityd.plist

Posted in Computers, Operating systems | Tagged , , , , , | Comments Off on Universal Clipboard Fix for Mac and iPhone Quick Fix

Terminal: Copying Long Text Lines Without Newline Breaks

If you copy long wrapped lines of shell code in Mac Terminal.app you want the pasted line to be broken down into multiple lines exactly where they were in the original script. When you are using more, less or any … Continue reading

Posted in DevOps | Tagged , | Comments Off on Terminal: Copying Long Text Lines Without Newline Breaks