http://support.google.com/mail/bin/answer.py?hl=en&answer=12096
Gmail doesn't offer traditional aliases, but you can receive messages sent to your.username+any.alias@gmail.com. For example, messages sent to jane.doe+notes@gmail.com are delivered to jane.doe@gmail.com.
Showing posts with label Misc. Show all posts
Showing posts with label Misc. Show all posts
Wednesday, November 14, 2012
Thursday, November 8, 2012
Create a bootable USB stick on Mac
references:
http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx
http://renevanbelzen.wordpress.com/2009/10/14/creating-a-bootable-usb-stick-with-mac-os-x-in-10-easy-steps/
$ diskutil list
$ diskutil unmountDisk /dev/diskN (where diskN is the USB drive)
$ mv ...../clonezilla-live-1.2.12-67-amd64.iso ..../clonezilla-live-1.2.12-67-amd64.dmg
$ su
$ dd if=/Users/myself/isoDisks/clonezilla-live-1.2.12-67-amd64.dmg of=/dev/disk5 bs=1m
$ diskutil list
$ diskutil eject /dev/disk5
http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx
http://renevanbelzen.wordpress.com/2009/10/14/creating-a-bootable-usb-stick-with-mac-os-x-in-10-easy-steps/
$ diskutil list
$ diskutil unmountDisk /dev/diskN (where diskN is the USB drive)
$ mv ...../clonezilla-live-1.2.12-67-amd64.iso ..../clonezilla-live-1.2.12-67-amd64.dmg
$ su
$ dd if=/Users/myself/isoDisks/clonezilla-live-1.2.12-67-amd64.dmg of=/dev/disk5 bs=1m
$ diskutil list
$ diskutil eject /dev/disk5
Wednesday, November 7, 2012
Clone hard disk
http://www.techmixer.com/free-clone-hard-disk-software-to-clone-your-hard-disk-data/
Tried Clonezilla, works great!
Tried Clonezilla, works great!
Friday, September 21, 2012
Subscribe to:
Posts (Atom)