|
LinuxFocus January 2001 issue |
Happy new millennium! [again :-) ]
World domination? What does it mean? Most people would probably say that this goal is reached when more than 50% of all computers are running on Linux. Which computers? Desktops, servers, embedded systems, all?
Another approach would be to say that the dominating Operating System is
the standard Operating System. Hmmm, what is now a standard in this context?
How about: A standard is a set of characteristics that everybody tries to implement
in order to be standard compliant. Recently I heard a windows fanatic
say that there are more similarities between Win2000 and Linux than
between Win98 and Win2000. For Linux it could mean that competition has become
tougher but it means also that Microsoft is trying to implement features
that were previously only attributes of Linux and Unix in general.
Apple's OS X is very similar to Linux, not only from a conceptual
point of view.
Last but not least there is this statement from Sun CEO
Scott McNealy saying that "Solaris is our implementation of
Linux". Think about it! A year ago nobody would have dreamed about
such a statement. What is now world domination? I don't know, but I have
the feeling that we are on the right track.
You might have noticed the PDA converter buttons in the corner of every new article. This makes it easy to read LinuxFocus at the bus stop, in the Underground, in the bathroom. The generated output should work with most PDA document readers (e.g Freeware iSilo, Open Source Gutenpalm). The converted pages should work on most PDAs, not only with Palm Pilots. Happy reading.
You want convert your old analog audio tapes into an audio CD?
....or just record your sister playing piano on audio CD-rom?
Here is how to do that under Linux. All you need is a recordable CD, a
CDRW-drive, a sound card and the programs nrecord and cdrecord. nrecord is a utility to record
analog sound to WAV files at a sample rate of 44100 in 16 bit stereo.
This is exactly the format you need to make audio CD-ROMs. nrecord
is part of a software package called wavnorm and is available
from the author's home page (www.zog.net.au/computers/wavnorm) or from the LinuxFocus server
(wavnorm-0.4.tar.gz was at print time the latest version).
With the help of nrecord you record each song into an own WAV file
(e.g song01.wav, song02.wav ... etc). It is a good idea to give the files
names which sort alphabetically in right order (the order in which
you want them on the CD).
Next you just burn an audio CD-ROM using cdrecord. SCSI CDRW-drives are
the best and the most easiest to use under Linux. IDE CDRW-drives work as well
but the installation is a bit more complicated.
The command to write the CD is:
cdrecord -v dev=0,4,0 speed=2 -pad -audio song*.wavThe dev= parameter describes the SCSI device (or virtual SCSI device in case of IDE) where your cdburner is located. You can obtain this parameter by running:
cdrecord -scanbus
© 2001
LinuxFocus Go to the LinuxFocus Contact Person Page |