Skip to content

Instantly share code, notes, and snippets.

@krisarmstrong
Last active September 12, 2022 13:50
Show Gist options
  • Select an option

  • Save krisarmstrong/f552ad5db9221c3405c1b858234e98aa to your computer and use it in GitHub Desktop.

Select an option

Save krisarmstrong/f552ad5db9221c3405c1b858234e98aa to your computer and use it in GitHub Desktop.
OSX Command Line Tips & Tricks
#!/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