I’m having a lot of fun with VMware on this 64 GB Mac: My main OS, obviously, is macOS running work-related stuff.Then, I have Ubuntu Linux for development.I have Kali Linux for doing security work.I have Windows 10 for practicing exploit development.And, finally, I have macOS running in a VM for my personal stuff.I could probably get Android and iOS ...
Read More »Home »
macOS: Notes app tips that may improve your daily workflow
After switching from Windows to macOS in 2019 I also changed my default note-taking app from OneNote to macOS build-in Notes.app. I wasn’t sure this is the right move, so I switched gradually with carefully selected topics only. But after several weeks of using both OneNote and Notes app, I switched fully, and after using Notes for several months now ...
Read More »macOS: sync files between two volumes using launchd and rsync
Backing up and syncing files and directories between drives is pretty common use case for many users. In this quick tutorial you will learn how to use launchd and rsync to synchronize files between different volumnes in macOS. Problem Synchronize a (KeePass) file between two drives in macOS in both directions. Solution Watch for file changes in both locationsSynchronize the file between locations and ...
Read More »macOS: essential tools for (Java) developer
Are you considering macOS as your next operating system? Are switching from Windows or Linux to macOS? Do you want to develop in Java on macOS? Or maybe you are looking for tools to help you being more productive? Read about tools that are essential to me (after switching from Windows to macOS). Development Homebrew iTerm2 SDKMAN! Git Docker IntelliJ ...
Read More »macOS: Preview source code files in Finder with Quick Look plugins
macOS Finder offers a possibility to preview the files of any type without opening them with Quick Look. By default Quick Look supports most commonly used file formats which may not be enough if you are a developer and you want to preview source code files i.e. Java or Python or any other un-common file types. Quick Look plugins Quick ...
Read More »Synchronising two external hard drives with rsync on a mac
This is more of a reminder for myself so I don’t need to keep googling or looking at man when I need to look up the syntax. Let’s assume you have two hard drives, ones called PHOTOS the other other PHOTOS_BACKUP. You can use the following command to sychronise photos (including removing all files that were deleted on PHOTOS to ...
Read More »Changing Mac’s Default Location for Screenshots
For pedantic people like myself, who like to keep their Desktop tidy, I came across this tip to save screenshots to a different location automatically. Create a folder (mine is called Screenshots)Open a Terminal windowType the following: defaults write com.apple.screencapture locationDrag and drop the folder into terminal. You’ll end up something like the following: defaults write com.apple.screencapture location /Users/pkua/Desktop/ScreenshotsHit enter! ...
Read More »Annotate – simple yet productive screenshots tool for macOS
After switching from Windows to macOS I was looking for a simple screenshots taking tool to support my daily workflow. The built-in tools offered by macOS are not sufficient for me, mainly because of the image annotating tools and limited keyboard shortcuts support. For couple of days I used Skitch, but then I found Annotate, a light-weight and simple app ...
Read More »Solution for: “macOS, Dovecot and setgroups() failed: Too many extra groups”
I upgraded my home server to macOS 10.14 after the upgrade on my laptop went very smooth. Also here the upgrade went smooth, but in the evening I discovered that I did not get any new email. I started investigating. First I saw that Dovecot did not correctly start because an very old pid file said it has pid 104 ...
Read More »