Linux setup on my computer

linux,linux mint,ubuntu Linux compilation is meanly for me to remember a few step when I install linux mint 8 and ubuntu 9.10 into my Asus laptop. This blog contain all step I did installing and troubleshoot when using Linux.

Before this I'm using ubuntu 9.10 but after trying linux mint 8 I found out it easy on me. Maybe later I will change to other distro...well still this blog will be added all the step I do in that distro.

Sunday, June 27, 2010

How can I burn a .img file to a USB?

by using this command

dd if=file.img of=/dev/sdb1 (my usb device)

0 comments:

Post a Comment