Tag Archives: MacOS

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

Using Roland XV-5050 via USB MIDI on MacOS

If you want to use your XV-5050 with a newer version of MacOS, you don’t have to install a driver. The driver supplied by Roland in 2000 will not work, of course! We will use the generic class compliant USB … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on Using Roland XV-5050 via USB MIDI on MacOS

Enter Docker VM on MacOS Catalina (SSH, xhyve)

EDIT 2022: The best way to enter the Docker VM as of 2022 is to use: Deprecated: As you might know, Docker containers need a Linux kernel in order to run (for Linux containers that is). So how does this … Continue reading

Posted in Development, DevOps, Operating systems | Tagged , , , | Comments Off on Enter Docker VM on MacOS Catalina (SSH, xhyve)

Lost Web Passwords After Migrating to New Mac

After migrating to a new Mac, I found out that a ton of my web site passwords were gone or were out of date (I haven’t been using iCloud passwords or any other password app). The Migration Assistant seems to … Continue reading

Posted in Operating systems | Tagged , , , | Comments Off on Lost Web Passwords After Migrating to New Mac