How to restore local notes from backup on macOS

I will explain in this post how to restore local notes from a backup to Apple’s Notes app on macOS. 1. Quit Notes 2. Temporarily disable Notes in iCloud settings in System Preferences 3. Open Finder. Go to your home folder. Copy the folder in the following path to a safe location, just in case […]

How to verify SHA or MD5 checksum on macOS

For sha256: $ shasum -a 256 MacPass-0.7.9.zip -c MacPass-0.7.9.sha256 For sha1: $ shasum -a 1 MacPass-0.7.9.zip -c MacPass-0.7.9.sha1 For sha512: $ shasum -a 512 MacPass-0.7.9.zip -c MacPass-0.7.9.sha512 For md5: $ md5 MacPass-0.7.9.zip -c MacPass-0.7.9.md5