20130913

redhat disable ipv6

* /etc/sysconfig/network - add "NETWORKING_IPV6=no"
* /etc/sysctl.conf - add "net.ipv6.conf.all.disable_ipv6 = 1"

20130911

# hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso
# diskutil list
# diskutil unmountDisk /dev/diskN
# sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m
# diskutil eject /dev/diskN