Created
October 19, 2012 20:15
-
-
Save dnsfdv/3920435 to your computer and use it in GitHub Desktop.
fresh apples
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
disable swap | |
sudo defaults write /Library/Preferences/com.apple.virtualMemory UseEncryptedSwap -boolean no | |
sudo defaults write /Library/Preferences/com.apple.virtualMemory DisableEncryptedSwap -boolean yes | |
create bundle for backup | |
hdiutil create -size 300g -library SPUD -fs HFS+J -type SPARSEBUNDLE -volname "Backup" | |
add remote disk as time machine backup storage | |
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment