Showing posts with label Misc. Show all posts
Showing posts with label Misc. Show all posts

Wednesday, November 14, 2012

Gmail alias

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.

Thursday, November 8, 2012

Data Erasure - Darik's Boot And Nuke

http://www.dban.org/

Keywords: Harddisk, Earse, Clean, Hard, disk, disc

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

Friday, September 21, 2012