Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: Ripeando CDs pseudoprotegidos

An even easier solution (Score:5, Interesting)
by pla (258480) on Wednesday September 24, @06:02PM (#7049264)
(Last Journal: Sunday December 08, @06:40PM)
Its just a shame that all this technology will be beaten by simply swapping the sessions

I've posted this before, and no doubt I'll post it again...

Rip your CDs to an ISO with CDRWin or BlindRead, with C2 error correction disabled (but leave jitter correction turned on). Then mount the disk image via Daemon Tools or the like, and use any normal CD audio ripper (in its fastest mode, since no errors or jitter can occur this way) such as CDex to extract the audio tracks from the virtual drive.

Works on every "defective" CD on the market, gives a perfect rip every time (for which reason I even use this method to rip non-defective CDs), and in many cases, it even takes less total time than using the CD audio ripper (assuming a non-defective CD) directly on the physical CD.

You'll only have a problem if your drive doesn't support turning off C2 correction, in which case, spring the fifty bucks to get a cheap older Plextor drive from Blindwrite's "supported drives" list.

Disclaimer - I have never even heard of the artist mentioned in the FP, and haven't tried this method on that particular CD. As I said, though, I have yet to fail to rip a CD this way, and have little doubt it would work in this case as well (sounds like just another cheesy multi-session standards violation hack, with the added "bonus" of running a trojan on your machine if you have unwisely left autorun turned on).

User Journal

Journal Journal: Notas de usabilidad

Suscribiendome a MandrakeOnline. El cartel dice press CANCEL or NEXT. En realidad se ve:
QUIT y NEXT 5/6.

MDK ONLINE:mensajes del X en la terminal

Linux

Journal Journal: Fuentes de Windows en Linux

I use slackware, with the and the fonts look just fine. What you could try doing is this:

1) copy c:\windows\fonts\*.ttf into (say) /usr/share/fonts/ttf
2) get ttmkfdir (search freshmeat) and do ttmkfdir > fonts.dir; cp fonts.dir fonts.scale
3) add the line FontPath "/usr/share/fonts/ttf" to the files section of /etc/X11/XF86Config
4) restart X
5) if it's Profit!!! then I'm missing out on something.

Linux

Journal Journal: How to make a System Restore CD-ROM

All computer hardware has a life expectancy, and sometimes that lifetime ends at the worst moments possible. Fortunately we are going to show you a way to backup your entire system to a bootable CD-ROM (or CD-ROMs depending on size of installation) for easy restore. We are going to do this using a nice little utility called 'Mkcdrec'. So let's get started.

Requirements

First you need to download the latest version of 'Mkcdrec' at:

http://mkcdrec.ota.be/project/download.html

NOTE: In this tutorial we are going to cover installation of the tar.gz file.

In addition, The bootable CD-ROM has some prerequisites that must be fulfilled for it to boot correctly. These include:

        * SCSI or IDE based CD-ROM
        * Kernel Source installed
        * Check to see if the following drivers are compiled into the kernel (Usually the case on kernels bundled with newer distributions). If this is not the case you may need to re-compile your kernel.
                    o CONFIG_BLK_DEV_IDECD=y (or m)
                    o CONFIG_BLK_DEV_LOOP=y (or m)
                    o CONFIG_ISO9660_FS=y (or m)
                    o CONFIG_JOLIET=y
                    o CONFIG_BLK_DEV_RAM=y
                    o CONFIG_BLK_DEV_RAM_SIZE=4096 (or 8192)
                    o CONFIG_BLK_DEV_INITRD=y
                    o CONFIG_MSDOS_FS=y (or m)
        * Or for SCSI based CD-ROM systems:
                    o CONFIG_SCSI=y (or m)
                    o CONFIG_BLK_DEV_SR=y (or m)
        * Mtools installed
        * CD-ROM burner. (Note: A CD-ROM burner does not need to be on the system you are backing up. ISO files are generated during the backup procedure, which then can be transferred to another system to burn to CD.)
        * Root access

Configuration

After downloading the mkcdrec software, go into the directory you downloaded it to and type:
# tar -xzvf mkCDrec_vx.x.x.tar.gz

Next, go into the mkcdrec directory and type the following:
# make test

This will run the mkcdrec software test to make sure you have all needed software installed. If this test fails to detect a required software package, please install these packages before continuing.

Then we need to edit the 'Config.sh' file found in the mkcdrec directory. The configuration file is well documented with comments and the mkcdrec website has a page describing each variable thoroughly. For most system you just need to edit the following variables:

        * ISOFS_DIR=/tmp/backup - This is the locations used to store files collected during the backup procedure for writing to the ISO CD image. This can become quite large and a location with about 800mb or more is recommended.
        * SCSI_MODULES="" - If your system requires external modules to be loaded by the kernel for your SCSI controller to function you must include them here.
        * OTHER_MODULES="" - If your system requires any additional modules to be loaded by the kernel include them here.
        * BURNCDR=n - If you want mkcdrec to burn the CD-ROM images upon completion make this yes, but you may not if you need to burn those images on another machine.

Running mkcdrec

Now we need to run the backup procedure, to do this type the following:
# make

You will be given a menu. I recommend first trying out your configuration by choosing option 1 which creates just a boot CD-ROM and then burning a CD-ROM with the generated CD image. Then boot you system with the CD to see if it works.

After you have tested your configuration, run 'make' and choose option 2.

Mkcdrec will start the backup procedure. It took about 40 minutes on my system to complete so you may not want to sit and watch.

After the CD images is generated simply burn it to CD.

Running a restore

To restore a system from CD, simply boot your system with the generated system restore CD and type the following:

# cd /etc/recovery
# ./start-restore.sh

You can also clone a disk to another system by typing the following:

# cd /etc/recovery
# ./clone-dsk.sh

It will then prompt for a source disk and target disk to start the clone restore too.

Conclusion

Since all hardware dies someday back up plans are always good. I hope you enjoyed this article on creating a restore disk and please check back for our next article.

X

Journal Journal: Firewall y VPN

El firewall de proxyserver tiene que estar desconectado para que funcione la VPN y todos los que programas q se comuniquen directamente a Internet.

Slashdot Top Deals

"I may be synthetic, but I'm not stupid" -- the artificial person, from _Aliens_

Working...