OSX Snippets: Create an ecrypted sparse disk image to store private stuff (via cli)
admin on October 22nd, 2007
hdiutil create Private -type SPARSE -encryption -fs HFS+J -volname Private
admin on October 22nd, 2007
hdiutil create Private -type SPARSE -encryption -fs HFS+J -volname Private
admin on October 22nd, 2007
You don’t NEED them, you may not WANT them, but if you have trouble finding what you can and cannot stick in sysctl.conf, this list may help:
Click to continue reading “OSX Snippets: /etc/sysctl.conf extra settings”
admin on October 22nd, 2007
This will really power off your displays, not turn to the dimmest setting:
Click to continue reading “OSX Snippets: Really power off your displays”
admin on October 22nd, 2007
Copy this into your favorite editor, save and run for the commandline:
Click to continue reading “OSX Snippets: fast user switch from the command line”
admin on October 22nd, 2007
Found some code snippets for OS X the other day, heres one about the iSight.
Click to continue reading “OSX Snippets: iSight disable and restore”