| < Day Day Up > |
Hack 2 Get Knoppix
Knoppix can be downloaded from the Knoppix mirrors or purchased from an online site .
This book includes a copy of Knoppix 3.4 from 2004-05-17 (KNOPPIX_V3.4-2004-05-17-EN), which was the last release in the 3.4 series. All of the hacks have been
1.3.1 Get the Latest Version
Even though new, major versions of Knoppix are released every year or so, new, incremental releases occur as often as twice a month. These incremental CDs have the latest updates to all the software on the CD, the latest Linux
1.3.2 Download Knoppix
To obtain the latest version of Knoppix, download the CD image from one of Knoppix's mirrors or send away for a CD. If you have an unmetered broadband Internet connection and a CDR/RW drive, simply download the CD image; it's the best way to get Knoppix. A collection of mirrors listed at http://www.knopper.net/knoppix-mirrors/index-en.html provides CD images in ISO form over http, ftp, or rsync. If you use Bittorrent (a peer-to-peer
When trying to decide which CD to choose, it helps to understand the scheme Knoppix uses for naming CD images. Here is an example ISO filename: KNOPPIX_V3.4-2004-05-17-EN.iso
Deciphering the filename isn't tricky and can be quite informative. In the aforementioned example, KNOPPIX is followed by the current version, in this case 3.4. Following the version is a date stamp, which indicates the CD image's release date; in our example, the CD was released on May 17, 2004. These date stamps
Select the latest version of Knoppix by clicking on the filename. The 700 MB file can take
Once the image is downloaded, you might want to confirm that the full file has been downloaded correctly and is an exact copy of the original file. An
MD5sum
is a checksum created from a large stream of data using the MD5 algorithm and is often used to verify that large files downloaded correctly. Practically speaking, an MD5sum-generating program takes your Knoppix ISO file and creates a
There are a number of utilities to create an MD5sum under Windows. One such tool can be found at http://www.md5summer.org. Once you install this program, run it and navigate to the Knoppix ISO you wish to verify, and click OK. On your Linux machine you will probably find that the md5sum utility is already installed. You'll need to install it if it is not. Once md5sum is installed, make sure the .md5 file from the mirror is in the same directory as the image, and then type:
greenfly@clover:~$
md5sum -cv
KNOPPIX_V3.4-2004-05-17-EN.iso.md5
KNOPPIX_V3.4-2004-05-17-EN.iso OK
greenfly@clover:~$
If the md5sums match, you are dropped back to a prompt;
greenfly@clover:~$
md5sum -cv
KNOPPIX_V3.4-2004-05-17-EN.iso.md5
KNOPPIX_V3.4-2004-05-17-EN.iso FAILED
md5sum: 1 of 1 file(s) failed MD5 check
greenfly@clover:~$
You can also generate an MD5sum from the command line by typing:
greenfly@clover:~$
md5sum
KNOPPIX_V3.4-2004-05-17-EN.iso
7ee0382655abf194aa300a98100cacde KNOPPIX_V3.4-2004-05-17-EN.iso
Compare the MD5sum you generate to the corresponding .md5 file from the mirror. If both match, you have a complete ISO and are ready to create a CD. You can burn the Knoppix ISO to a CD using your favorite CD-burning software. It is important that you select the Burn Image or an equivalent option on your CD-burning software. Do not select the option to burn a data CD; you will end up with a CD containing a single ISO file, which will not boot. 1.3.3 Buy a Knoppix CD
If you don't have an unmetered broadband Internet connection, or you don't have a CD writer, or you simply don't want to bother with downloading and burning a CD, you can receive a Knoppix CD through the mail from a number of third-party vendors. There is a list of vendors to choose from at http://www.knopper.net/knoppix-vendors/index-en.html. These
|
| < Day Day Up > |