Switch up to root su – Password: xxxxx Create a keyfile containing random data, make it readable onlly to root dd if=/dev/urandom of=/root/keyfile bs=1024 count=4 chmod 0400 /root/keyfile The following requires the crypto drive partition, X being the drive and …

[HOWTO] Automatically Unlock and Automount LUKS Encrypted Drives Read more »

Provide VirtualBox with alternative screen resolutions On the host run: vboxmanage setextradata “OSX-ML” “CustomVideoMode1” “1920x1080x32” vboxmanage setextradata “OSX-ML” “GUI/CustomVideoMode1” “1920x1080x32” vboxmanage setextradata “OSX-ML” “CustomVideoMode2” “1600x900x32” vboxmanage setextradata “OSX-ML” “GUI/CustomVideoMode2” “1600x900x32” On the Mac Guest, open this file in Terminal: sudo …

Custom VirtualBox Video Modes for Mac OS X Guests Read more »