Slashdot Mirror


The First Three Books Every Linux User Should Read

lessthan0 writes "Anyone proficient with Linux had to climb the steep learning curve. Part of getting over the top for me was reading a hundred different Linux and Unix related books. From that list, three books stand out as the most useful and influential. I can't promise easy sledding; it will take some work, but mastering this material will demystify Linux and make you appreciate it more."

27 of 133 comments (clear)

  1. but first, buy Kernighan/Pike by yagu · · Score: 5, Informative

    Disclaimer: I have no financial or other motive of profit in recommending this book.

    The recommended books are good choices, but the underlying principles guiding Linux originate from Unix. The first sea change influential Unix book for me was The Unix Programming Environment by Brian Kernighan and Rob Pike.

    This book is a must read, and a must have. Unix at my office was a mere curiousity, an available "time share" (not kidding, that's what people at my office called it) that noone used (we were mostly a COBOL/mainframe shop).

    I tinkered with this new and interesting world and immediately saw something unique(s). And, Kernighan/Pike lit the fire under me. By page 50 or so they've described Unix philosophy dead-on (they should know), and I couldn't start creating in the Unix environment fast enough.

    The first thing I did was create an on-line self updating corporate documentation system (the old one was paper and microfiche), and I never looked back.

    Add this book to your collection, read it! You won't be sorry.

  2. Poor Grandma by AKAImBatman · · Score: 3, Funny

    ...Though there are no illustrations...

    ...There is excellent coverage of the GNU utilities, a guide to TCP/IP and networking, Apache, DNS, NFS, email, databases and more...

    ...The one glaring omission is the Common Unix Printing System (CUPS)...

    ...Learning the BASH Shell...

    ...You need to understand shell scripting to understand the system...

    ...Learning BASH will make you more productive and at ease managing a system 1000 kilometers away...

    ... If you were not lucky enough to work with Ken Thompson, and didn't cut your teeth on Unix, the system may seem chaotic...
     


    The author's conclusion?

    Anyone can learn Linux

    Me: "Here Grandma. These three books will make you an expert sysadmin so that you can use your own Linux box!"

    Grandma: "What kind of idiot are you, boy? Your old grandma just needs something that works, not something that takes an associates degree from CalTech to use! You kids these days have it so easy that you think you can waste time on learning everything there is to know about a computer before you use it! Why, in my day we were too busy walking uphill both ways through a snowstorm to waste time with these neutered Enuich computers!"

    Me: "But Grandma! Bash is so easy..."

    Grandma: "BASH?! You want BASH?"

    * Grandma whacks me over the head with her cane.

    Grandma: "There's your BASH, boy! Now hurry up and get Grandma a computer she can use!"

    Me: (sheepishly) "Like a Mac?"

    Grandma "Yes, like a Mac, you dolt!" *mutters something about genes from the wrong side of the family*

    (Disclaimer: The above is well-intentioned humor. Do not attempt to argue with it or grandma will bash you over the head with her cane.) :-P

    1. Re:Poor Grandma by oahazmatt · · Score: 2, Interesting

      I do believe that an introductory book ("Linux: Where's my damn Soliatire" ) that taught transitions between the Linux and Microsoft platform would be something every Linux user should read, as not all Linux users want to be sysadmins, but an alternative.

      --
      Those who believe the Internet is private,
      find their privates are on the Internet.
    2. Re:Poor Grandma by Otter · · Score: 5, Insightful

      My favorite was what the article refers to as "the somewhat contrived recursive title" of Rute User's Tutorial and Exposition. Yeah, that's definitely part of Unix that needs to be demystified -- the notion that godawful recursive names are hilarious and just keep getting hilariouser with each new atrocity.

  3. Keep Running Linux Free by eldavojohn · · Score: 4, Informative

    I agree with these book selections though I think that it's wrong to say "these are must-haves for the Linux/Unix user" if they cost money. That's because Linux should be free, you shouldn't 'need' to drop $200 to be proficient in it. You need to invest time but not money.

    Perhaps there are free resources out there.

    --
    My work here is dung.
    1. Re:Keep Running Linux Free by Hacksaw · · Score: 4, Insightful

      Let's think about this, shall we?

      Let's say I am a software author. I wrote some program to scratch my own itch. Now I need to write a manual for it.

      How well am I going to do at this? It's going to be terse and assumptive, because I'm already an expert on my program.

      So lets say a friend becomes and semi expert on the program, and expands the manual some. Hey, we're good, right?

      No, because the manual still sucks, because neither of them are technical writers, and don't possess the skills.

      And a good writer might be interested in writing a better manual for it, but what do they have to gain if they aren't passionate about the program, if they aren't allowed to publish it for money?

      You can't buy groceries with accolades.

      I mean, good on the author and his friend for realesing the code in to the wild, and helping out everyone, but they got the program they wanted. It's free because it costs them nothing to make it free.

      The good writer has to spend time doing the writing, as opposed to earning money some other way.

      This is why so much OSS has crappy manuals, and why companies like RedHat and Novell are so important: they pay the writers.

      --

      All the technology in the world won't hide your lack of vision, talent, or understanding.

    2. Re:Keep Running Linux Free by Matt+Perry · · Score: 4, Informative
      I agree with these book selections though I think that it's wrong to say "these are must-haves for the Linux/Unix user" if they cost money.
      The first one is available online for free for personal use. It only costs money if you want the dead trees version.
      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    3. Re:Keep Running Linux Free by Hacksaw · · Score: 2, Insightful
      I didn't say it cost them nothing to make it, I said it cost them nothing to give it away. Their value is derived by the fact that they made a tool to solve their particular problem. They are paid in the problem being solved.

      If they write a crappy manual and open it up to corrections while responding to feedback and rewarding those that give, I suspect the quality of the manual would increase like the software did by getting a larger user base.


      This makes the assumption that those offering corrections have the skills to make a good manual. While not impossible, historically, I haven't seen this to be the case.

      --

      All the technology in the world won't hide your lack of vision, talent, or understanding.

    4. Re:Keep Running Linux Free by Homology · · Score: 2, Interesting
      Let's say I am a software author. I wrote some program to scratch my own itch. Now I need to write a manual for it.
      ...
      This is why so much OSS has crappy manuals, and why companies like RedHat and Novell are so important: they pay the writers.

      Those programmers that care about quality writes good documentation as well. The OpenBSD developers write very good, complete and relevant documentation. So companies like Redhat and Novell are important for Linux userland because the documentation is of such low quality.

  4. Wait.. by BenHoltz · · Score: 2, Funny

    No doubt that google will index these some day soon... ;)

  5. And then... by Hacksaw · · Score: 2, Funny

    After you have read these books, start with section 1 of the manual pages, read through to section 8 or 9 if it exists.

    Then start with the Gnome and KDE help pages, and the info pages, and swear and swear and swear at the rotten uncooperative bastards that can't agree on one documentation format, so I have to go searching all over the place to figure out how to use anything.

    Oh, yeah, and then buy everything O'Reilly publishes, and sprinkle in most of Addison Wesley.

    --

    All the technology in the world won't hide your lack of vision, talent, or understanding.

  6. Those books are nice... by goofyheadedpunk · · Score: 4, Funny

    but there's really no substitute for learning a new operating system like being 16, being in a special school for gifted kids that completely stiffles any socializing after 8PM, being without a lady friend, having the drive to learn new things, and having the intense desire to show that really annoying kid two floors up that he's got shit for brains.

    Everyone has their own method, I suppose.

    --

    What if the entire Universe were a chrooted environment with everything symlinked from the host?
  7. My picks by SWroclawski · · Score: 2, Interesting

    My take is that the initial reads should be practical, then slowly they should move into theory.

    Therefore my first pick is the book that got me started:

    Teach Yourself Unix in 24 Hours (first edition)

    It's a very pragmatic guide to learning the Unix command shell and system layout.

    My second pick is Think Unix by Jon Lasser, which covers using Unix systems but also gives a bit of background and teaches the lesson on how to learn.

    Lastly, to go into the pure theory, Eric Raymond's The Art of Unix Programming is a wonderful guide on explaining *why* things are the way they are in Unix (and by extension, GNU/Linux).

  8. My list by SpaghettiPattern · · Score: 4, Funny
    Rede these:
    • The Brothers Karamazov by Fyodor Dostoevsky.
    • Anna Karenina by Leo Tolstoy
    • The UNIX Programming Environment by Brian W. Kernighan and Rob Pike

    and you'll never be lost on any Unix-like system. Trust me.
    --

    I hadn't the slightest objection to his spending his time planning massacres for the bourgeoisie... (P.G. Wodehouse)
  9. Huh...? by __aaclcg7560 · · Score: 2, Insightful

    The "man" command doesn't work anymore? I know "man woman" definitely does not work. :P

    1. Re:Huh...? by Khyron42 · · Score: 2, Funny

      A past lover went by the nickname "Cat." She had me install an alternate man page for cat that a previous boyfriend had written, including such tidbits as both of the command-line options chocolate and sex were required for cat to function normally. Also mentioned that any problems with cat were the fault of the user.

      Sadly, there was no -q option, nor were there any debug features. I had to remove the program after a few months.

      --
      Pavlov's Dog ate the bell, and now he's barking at Schroedinger's cat all the time... -Me
  10. Why 3 books? Why not just 1? by Anonymous Coward · · Score: 2, Informative

    Here's my recommendation: Linux For Non-Geeks

  11. First three? by Limburgher · · Score: 2, Funny

    Mine were Cars and Trucks and Things that Go, The Tawny Scrwany Lion, and The Sesame Street Bedtime Storybook. Learning the Bash Shell seems a bit high-level for young children. . .

    --

    You are not the customer.

  12. Politics of the Movement by shrapnull · · Score: 4, Insightful
    I understand that TFA is about learning Linux, but I would hesitate to encourage people to join up as a simple hobbyist without doing some homework about the free movement as well.
    The Cathedral and the Bazaar

    In the Beginning, There Was the Command Line

    Open Sources: Voices from the Open Source Revolution

    Once you understand what you've become a part of, you're more likely to contribute in some way.

    While not every user has to be a zealot, and not everyone is willing or capable to participate, the opportunity to become a part of something that will last longer then yourself is something people should be aware of in using GNU/Linux and GPL'd software.

    I don't think it's enough to just use it because it's free. You need to have some sort of understanding as to why it's important, how standards empower the consumer, and that free information is the only way to go to keep our technological advances moving forward instead of getting stuck in a freeze-frame induced by patent lawyers and litigation that explicitly deters education (DMCA).

    Knowing the goals of Open Source has often made members more forgiving of its present-day shortcomings, because the notions of freedom to use, freedom to change, freedom to learn and freedom to share outweigh some little compatibility nuances that exist today, but continue to improve through the contribution of the community at large.
    --
    If you're half as beautiful naked, you'd be 4 times as beautiful with twice as many clothes on.
    1. Re:Politics of the Movement by jb.hl.com · · Score: 2, Insightful

      I don't want to join a movement, or even learn about a movement. I want to use my computer. Your idea, while nice, doesn't really work for people who just want to know how to use things.

      --
      By summer it was all gone...now shesmovedon. --
  13. Every Linux User? by ElleyKitten · · Score: 3, Insightful

    Not every Linux user needs to become a Unix guru to use Linux. For me, reading a bit in the Ubuntu wiki took care of what I needed to use Linux on a daily basis. For my less tech-savv friend all it took was a Mepis cd. It was a live/install combo, and I told her to mess around with it until I had the chance to install it for her. By the time I had the chance, she already had it installed and she was happily using OpenOffice/Firefox/Gaim (which is all she ever used Windows for). I taught her how to change themes and how to install programs, and now she has more puzzle games then she'll ever need and even stupid desktop pets.

    Really, I fail to see how every Linux user needs to read complex sysadmin books and learn everything about the command line.

    --
    "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
  14. Re:3 Books by Anonymous Coward · · Score: 3, Funny

    You're right, Windows XP is for dummies.

  15. the only three electronic resources you need by weierstrass · · Score: 4, Insightful

    man, google and irc.

    --
    my password really is 'stinkypants'
  16. Re:Users? by tirnacopu · · Score: 2, Insightful

    May I suggest 'man hier'? It sure was helpful for all C:\ folks (including me) that bumped into the Unix way of arranging things.

  17. Eheh, and now for the other grandma by SmallFurryCreature · · Score: 2, Insightful
    The grandma that worked with the first computers out there. Who thinks vi is just for kids that can't hack ed. As for vim well, she is a grandma and she loves all her grandchilderen even the "special" ones.

    The simple fact is that computers ain't new anymore. Think of it like this would you dare suggest that a young adult of today is a better car operator then someone who has managed a jeep all the way through WW2?

    Reminds me of a family trip ages ago to england with the ferry. Cousin was being all protective and telling grandpa that it was perfectly safe and all. Neatly forgetting that grandpa had actually been on convoys in WW2. A channel ferry crossing wasn't exactly going to be a trill ride was it now?

    Long before you had Windows, long before DOS secretaties have had to deal with computers and type letters on systems their bosses couldn't figure out.

    In many ways we are unlearning some of these lessons. Just as kids of today don't have the programming exposure that kids who grew up with home computers like the C64 had, kids today are no longer learning how to deal with programs that don't hold you hand all the way.

    I seen kids stumped by older versions of windows because they only know XP and lack any kind of skill in just being able to figure things out.

    So be carefull when you question your grandma's capabilities. You might find you don't compare very well.

    Oh and a final note. Stupid grandma's have stupid grandchilderen. Now I ask you again, what kind of grandma do you got?

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

  18. In The Beginning . . . by TSAG · · Score: 2, Informative

    Was The Command Line, by Neal Stephenson.

    --
    "If you're not having fun right now, you're wasting your time."
  19. Re:overgeneralization by flajann · · Score: 3, Interesting
    I would say that I became "proficient" with Windows NT -- digging deep into the layers of the API and it Kernel structure, even though I primarily developed applications and middleware for it.

    Getting into Linux has been largely a joy for me, if not for any other reason that I don't have to feed Microsoft $2000 a year in its MSDN program just to have a clue. All of that info is free on the Internet, just a Google or two away.

    I enjoy building the kernel, and do so regulary to put in the features I want (and eliminate the ones I don't want). Can't do that with Windows -- you buy the whole package or nothing at all.

    I would say that today I am proficient at Linux, though I have a ways to go before I can claim true proficiency at the Kernel level. But Linux is already so powerful there is little need to have to do things at a low level unless I am writing a driver for something new.

    For the end user, one does not really become proficient with the OS, but with the applications. The GUI is there to deliberately hide the details of the OS-level interface, to add a macro-metaphor on top of a deeper metaphor.

    Ultimately, if you can get done what you need to get done, you are proficient at that level. I can get everything done in Linux what I used to do in Windows, and with much greater efficiency and lower cost. In Windows I feel like a peon, whereas in Linux I feel like the "Star Child" in 2001. And that, my friends, says it all.