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 »

ALOM: ILOM: diag_level /HOST/diag level diag_mode /HOST/diag mode diag_trigger /HOST/diag trigger diag_verbosity /HOST/diag verbosity if_connection /SP/services/ssh state if_emailalerts /SP/clients/smtp state if_network /SP/network state if_snmp /SP/services/snmp mgt_mailalert /SP/alertmgmt/rules mgt_mailhost /SP/clients/smtp address mgt_snmptraps /SP/sevices/snmp v1|v2c|v3 mgt_traphost /SP/alertmgmt/rules /SP/services/snmp port netsc_dhcp /SP/network pendingipdiscovery …

ALOM CMT Variable Comparison Read more »