Turn of Disk Eject Notifications on MacOS

If you don’t care about being notified each and EVERY time a disk is ejected from MacOS, run the following command. sudo defaults write DADisableEjectNotification -bool YES;sudo pkill diskarbitrationd

Running Docker on a M2 MacBook

I’ve had relative success running Docker x86-64 containers on my M2 MacBook with the following procedure: Run docker on Apple Silcon with hacks Prerequisite /bin/bash -c “$(curl -fsSL )” Install Steps Single Command brew install docker; brew install docker-compose; brew…