Slashdot Mirror


Learn Linux the Hard Way

An anonymous reader writes "Here is a free interactive beta of Learn Linux The Hard Way; a web-based virtual Linux environment which introduces the command line and other essential Linux concepts in 30 exercises. It's written in the style of Zed A. Shaw's Learn Code the Hard Way lessons. The authors says, 'You will encounter many detailed tables containing lists of many fields. You may think you do not need most of this information, but what I am trying to do here is to teach you the right way to approach all this scary data. And this right way is to interpret this data as mathematical formulas, where every single symbol has its meaning.' Of course, my first entry was rm -rf /* which only produced a stream of errors. I wish I had discovered something like a long time ago."

4 of 185 comments (clear)

  1. Re:If you like your linux hard by Anonymous Coward · · Score: 5, Insightful

    Gentoo isn't hard, it's just time consuming. And not even your time, CPU time.

  2. Linux shouldn't be hard, geek elitism has to go. by CronoCloud · · Score: 4, Insightful

    There's an old Jack Tramiel quote about computer pricing (referring to Apple II prices):
    "

    We need to build computers for the masses, not the classes."

    I believe that Linux can be for the masses as well:

    Linux for the masses, not just those who have taken programming classes.

    Things like this "Linux the Hard Way" is the last thing we need. We need better tutorials, better documentation in general, something "better" than crappy gnu info (there's nothing I hate more than a man page that directs me to use gnu info, how I hate that thing) Making Linux more non-nerd friendly makes it better for everyone. It even saves nerds time. I'm not just talking Ubuntu here, after all there was a time when Red Hat was considered the Linux Distro for the Masses. Personally in my Linux usage, I prefer to take the "Easy Button" way whenever possible, I have a "set it and forget it" philosophy and I like "reasonable defaults". Sure, some things are faster in a terminal, but even there I take the easy way by using mrxvt, and not the incomprehensible geek=favorite...gnu screen.

  3. Re:The usual by BobNET · · Score: 4, Insightful

    The trick is to use OpenBSD's manpages. They actually get updated when the code changes, for the most part are relevant to other systems, and don't scold you for not using the texinfo manual.

  4. Re:The usual by arielCo · · Score: 5, Insightful

    That approach falls short when:
    * You don't know *what* program does what you need ("man -k" and "apt-cache search" are not always helpful)
    * There's a quirk / unexpected behaviour / bug (man pages seldom admit the former)
    * You don't even know the right terms to start searching
    * You lack understanding of something too fundamental for a manpage (e.g., initrd)
    * The docs are downright poor

    OTOH, fora are terrible: full of obsolete hints (especially in rapid-changing distros), awful S/N ratio. To me, wikis are the way to share knowledge (updatable, searchable, concise) and fora are for:
    * asking for pointers to that knowledge
    * suggesting one-off solutions
    * troubleshooting
    * tossing ideas about
    Once something is settled, there is no reason why a forum thread should be its repository; it irks me every time I read "use the search function, you'll find a whole thread dedicated to that".

    Incidentally, I'm an Ubuntu user and many times the clearest, most comprehensive help I've found is an Arch wiki page.

    --
    This post contains no rudeness or derision of any kind. All arguments are friendly. Terms and exclusions may apply.