Tags


All MacOS Posts

When using the macOS to connect to network file shares that do not support extended attributes, such as Samba on Linux, the Mac instead creates files prefixed with a dot-underscore ._ to hold that metadata. Read on to learn how to block these files from Samba on Linux....
I recently migrated to a new MacBook Pro and discovered that searching in Outlook for Mac 2019 stopped working. I tried the various solutions people have suggested on the Internet, including creating ...
I recently attempted to execute a Bash script in Terminal on my Mac but received an error message: /bin/bash: bad interpreter: Operation not permitted It turns out that this is often due to the ...
I'm a big fan of using [Things by Cultured Code](https://culturedcode.com/things/) as my To-Do manager, as it's very easy to use and allows for the quick creation and management of my To-Dos. Since...
By default, the FileVault 2 Login Screen comes up before the OS boots, preventing you from accessing it remotely via SSL or Screen Sharing. Apple provides a utility that, when executed, will save you...
Use the following `diskutil` syntax to encrypt a partition on MacOS from the Terminal: diskutil cs convert /Volumes/MyDrive -passphrase You do not enter a passphrase on the command line, but rat...