Archive for September 26th, 2007

Linux - Parted Magic Live CD 1.9

Wednesday, September 26th, 2007

It’s a big improvement over the GParted Live CD, with partimage included along with a host of other programs, and it works a lot better to

Programs included here:

http://partedmagic.com/programs.html

Download it from here:

http://partedmagic.com/downloads.html

Santana back with Chad Kroeger!

Wednesday, September 26th, 2007

Great sound, latin rock

Santana ft Chad Kroeger - Into The Night

Ubuntu - How to create Image (ISO) file from CD/DVD

Wednesday, September 26th, 2007

Here is an easy one to get started. No fancy software needed, just a couple of simple CLI commands:

(assumes that /dev/cdrom is the location of CD/DVD-ROM, if not replace as necessary)

Insert your CD/DVD and open a Terminal

sudo umount /dev/cdrom

(This unmounts the CD ready for action)

dd if=/dev/cdrom of=file.iso bs=1024

(replacing file.iso with the name you want to give)

Wait a while, the CLI will remain blank until finished, then you have your ISO