Knoppix is a Perl distribution that can boot and run off of CD. It's a good way to play around with a Debian-based Linux without actually installing it. And it's got Perl 5.6.1 and Apache.
I downloaded a .iso image from one of the Knoppix mirrors and burned it onto a CDR. It booted on my Dell laptop without any problem. (The laptop is skimpy on RAM, and Knoppix recommended against trying to run KDE.) It creates a ramdisk while booting, and copies a minimal amount of stuff onto it.
mkdir /ramdisk/c
mount -t vfat -o ro /dev/hda1 /ramdisk/c
will mount a Win98 disk read-only (I haven't had the nerve yet to remove the "-o ro"). Wandering around on a win98 disk from a Unix shell can feel kinda strange.
It looks like a good way to get a taste of Linux, and may prove useful in rescue situations if a drive's master boot record gets hosed. No word yet on how it handles networking, though the pieces are there.
It didn't occur to me right away that this is also a way to test code that wants to fork() -- something win98 will never, ever do right.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.