I have a really fast burner at the office. I used to download ISOs there and burn KNOPPIX CDs all the time. Now my office has blocked a ton of sites so I can't download most ISOs anymore.

Can I burn one CD at home and make my own ISO at work? Can I use 'cat' or 'dd' for this?

For example, how about:

Code:
dd if=/dev/cdrom of=/dev/hda2/home/misterG/my.iso
Any other ideas out there?

TIA,
AJG[/code]