Skip to content

Instantly share code, notes, and snippets.

@toioski
Last active January 9, 2017 19:45
Show Gist options
  • Save toioski/ee97cb7b0d139d75b046 to your computer and use it in GitHub Desktop.
Save toioski/ee97cb7b0d139d75b046 to your computer and use it in GitHub Desktop.
OSX command tips
#!/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