Last active
September 12, 2022 13:50
-
-
Save krisarmstrong/f552ad5db9221c3405c1b858234e98aa to your computer and use it in GitHub Desktop.
OSX Command Line Tips & Tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Disable DMG integrity verification process | |
| defaults write com.apple.frameworks.diskimages skip-verify true | |
| # Speed up Time machine backups | |
| sudo sysctl debug.lowpri_throttle_enabled=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment