Burn a SD image

write an image to sd card via linux

Transfer the img file to the linux machine

Determine micro SD drive name with df command

unmount the drive: ie sudo umount /dev/sdb

execute:

sudo dd bs=4M if=/2012-12-16-wheezy-raspbian.img of=/dev/sdb

substituting the actual file and device names