Switch to root su – Password: xxxxx Download and install dependencies required by dmg2img yum -y install zlib-devel* bzip2* openssl-devel* Download, unzip, and untar the dmg2img package: wget http://vu1tur.eu.org/tools/dmg2img-1.6.5.tar.gz gunzip dmg2img-1.6.5.tar.gz tar -xvf dmg2img-1.6.5.tar.gz cd dmg2img* Build the package and …

[HOWTO] Convert Macintosh dmg files to iso in Linux Read more »

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 »

This will download and install the brother driver suite, CUPS printer library, and all dependencies.  Tested in Fedora 16, 17, 18, and 19 sudo yum -y install http://www.brother.com/pub/bsc/linux/dlf/cupswrapperHL2270DW-2.0.4-2.i386.rpm http://www.brother.com/pub/bsc/linux/dlf/hl2270dwlpr-2.1.0-1.i386.rpm   Post created by: David Gregory Medina