Slashdot Mirror


A Practical Guide to Ubuntu Linux

r3lody writes "Finding a single book that encompasses what you want to learn can be difficult. Most cover a few portions of a subject in depth and skim over (or omit) others. Other books will cover each topic at about the same level: high enough to give an impression of what can be done, but not with enough depth to do it without a lot of effort. In A Practical Guide to Ubuntu Linux, Mark G. Sobell has created a single volume that gives the reader enough information to effectively install, configure and run workstations and servers using Ubuntu Linux. He has come the closest I have seen to containing all of the necessary information without being too shallow. Granted, to include everything you would want to know about Ubuntu Linux would take several books of this size, but this particular one provides most users the best bang for the buck. A DVD with the Gutsy Gibbon release of Ubuntu in a directly bootable form is included with the book." Read below for the rest of Ray's review. A Practical Guide to Ubuntu Linux author Mark G. Sobell pages 1200 publisher Prentice Hall PTR rating 10/10 reviewer Ray Lodato ISBN 013236039X summary A complete guide to installing and running Ubuntu Linux for beginning to intermediate users With over two decades of experience related to Unix and Linux, Mark G. Sobell has authored almost two dozen books on the subject. I had previously read and reviewed his book A Practical Guide to Red Hat Linux: Fedora Core and Red Hat Enterprise Linux (Second Edition) and found it the highest quality book I had yet read on Linux. This, his latest book, bears many similarities to the other text, including its high quality. The overall structure is like that of a textbook, providing a summary and exercises at the end of each chapter, as well as copious cross-references.

A Practical Guide to Ubuntu Linux is broken up into five parts containing 27 chapters in all. After providing the now obligatory history of Linux and the GPL, Part I uses two chapters to provide an overview of, and step-by-step instructions for, installing Linux. The overview provides information about the process including how to try Linux with the Live DVD supplied, planning your hard disk layout, acquiring a newer version of Ubuntu, and the install process in general. The step-by-step chapter goes into great detail on each step of the process, using both the graphical and textual installation paths. It also throws in additional detail on how to configure the X server.

Now that you have Linux in a runnable form, Part II provides higher-level information that shows newer Linux users what they can do. Four chapters serve to introduce basic Linux to the user. Topics include how to update, install and remove program packages, how to use the command line (and some basic utilities such as cat, ls, more, less, etc.), how the filesystem is laid out, shell concepts such as pipes and job control, and where to find additional documentation.

Part III uses another four chapters to dive deeper into the Bourne Again Shell (BASH), the GUIs, and networking. First the X Window System is described, followed by the GNOME and KDE desktops. BASH is covered in two separate chapters, inexplicably separated by the chapter on networking. The first BASH chapter provides the reader with information on startup files, command history, redirection, etc. The other BASH chapter goes into depth regarding programming BASH scripts. The intervening networking chapter provides a basic understanding of network protocols and some utilities such as ping, traceroute, host and dig.

Up to this point, Mark has been showing the user how to use Ubuntu Linux with little modification. Starting with Part IV, he describes how to perform the more common configuration tasks. Using seven chapters and over 200 pages, Part IV provides a great deal of detail regarding system administration. Starting with some core concepts (running as root, sudo, startup scripts, wrappers, recovery mode, etc.), Mark then leads the reader into the nooks and crannies of the filesystem. The following chapter shows how to add and remove applications using apt, aptitude, dpkg, wget and BitTorrent. Printing using CUPS is given its own chapter next, as is the (at least to me) daunting task of rebuilding the system kernel. The last two chapters in Part IV cover the miscellaneous administration tasks of adding, changing, and deleting users and groups, backing up and restoring files, managing the various logs, and setting up your network connections (both wired and wireless).

The final section, Part V, uses nine chapters to go into depth on set up various servers and use their clients. OpenSSH, FTP, exim4 (for mail), NIS, NFS, Samba, DNS/BIND, the firewall (firestarter and iptables), and finally Apache. Each of the chapters provides Jumpstart sections to help you install and configure each server quickly, and enough detail to handle the more common configuration changes.

There are five appendices covering regular expressions, where to get help, general security considerations, the Free Software Definition, and a bullet list of major items added to the 2.4 kernel to form the 2.6 kernel. These are followed by a fairly comprehensive glossary and index.

Overall, A Practical Guide to Ubuntu Linux by Mark G. Sobell provides all of the information a beginner to intermediate user of Linux would need to be productive. The inclusion of the Live DVD of the Gutsy Gibbon release of Ubuntu makes it easy for the user to test-drive Linux without affecting his installed OS. I have no doubts that you will consider this book money well spent.

You can purchase A Practical Guide to Ubuntu Linux from amazon.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

171 comments

  1. A book? by Hatta · · Score: 1, Insightful

    I thought the point of Ubuntu is that you don't need a book to use it. Everything should be easy to figure out, and if it's not there are forums.

    --
    Give me Classic Slashdot or give me death!
    1. Re:A book? by Trigun · · Score: 3, Funny

      The first chapter is about where the name comes from.

      The next three are defending their choice.

      Installation comes in at chapter 18.

      The rest of the chapters are self fellating, or taking potshots at Gentoo.

    2. Re:A book? by Digi-John · · Score: 3, Informative

      1. Insert disc and hit "Enter" until things stop happening
      2. Clean drool from keyboard
      3. Post on Ubuntu forums

      --
      Klingon programs don't timeshare, they battle for supremacy.
    3. Re:A book? by Anonymous Coward · · Score: 0

      I thought the point of Ubuntu is that you don't need a book to use it. Everything should be easy to figure out, and if it's not there are forums.


      I thought the point of Macs were that you didn't need a book to use them...


      Basically, if it exists, there's going to be a book about it, no matter how easy it's supposed to be (I've seen books about how to use youtube)

    4. Re:A book? by compro01 · · Score: 1

      to "use" it, correct. typical tasks (defined as stuff that "typical users" tend to do ;)) are highly accessible and a manual shouldn't be needed.

      however, to USE it, anything with a depth greater than that of a parking lot puddle needs a manual.

      ubuntu is nice in the fact that you can largely start by dipping your toes in the shallow end and move out from there (or not) as one wishes. while at a point one may want to move to a "deeper" distro, you've gained the experience and general know-how needed to comfortably make that jump, rather than having to jump into unknown waters right away.

      --
      upon the advice of my lawyer, i have no sig at this time
    5. Re:A book? by wonnage · · Score: 2, Interesting

      Unfortunately, for any nontrivial problem the forums just send you in circles. Ubuntu is easy to use - if you don't do anything. As soon as you do something out of the ordinary, it's back to the commandline. For example, the version of gstreamer-ffmpeg in the repositories right now chokes on h264 files. Your average user has no idea why this happens, they just think, "oh, ubuntu is slower than windows". In reality, you can go download the newest release and compile from source, but it's not just a simple ./configure && make && make install either. That said, it's not unusual for a book to exist. There's books for OSX and Windows too. Books save you the trouble of having to wade through the low signal-to-noise ratio that is ubuntuforums.

    6. Re:A book? by Trigun · · Score: 5, Funny

      The book business is very, very lucrative, and don't even get started on school books. Find a weird subject on wikipedia (use the "random" feature), then look it up on Amazon. Chances are there's a book about it, regardless of how irrelevant, simple, or plain stupid the subject is.

      I just got a new hobby.

      Lateral Consonant: Check
      1672 Gezelle: Check
      Palala River: Check

    7. Re:A book? by Anonymous Coward · · Score: 0

      I've seen books about how to use youtube
      I bought that book. The only problem is I'm not sure how to cull the necessary information out of it. Geez, I wish someone could help me out. Hey, I know - maybe someone could post a video on YouTube.
    8. Re:A book? by eln · · Score: 1

      Ah, but the point of any new technology product is to allow "experts" to publish books about it. Most people believe that the technical publishing industry was created in order to provide support for new technologies, but in fact new technology is created in order to provide more topics on which to write books.

      It's a little-known fact that the earliest versions of Unix actually included an incredibly intuitive interface that actually made it possible for 90 year old grandmothers to go from novice to kernel hacker in less than 5 minutes. However, a (very) young Tim O'Reilly convinced Ken Thompson and Dennis Ritchie to re-develop it, scrapping the previous interface in favor of a command line that was so cryptic that he could actually make millions of dollars just by publishing books about how to use it.

    9. Re:A book? by pugugly · · Score: 1

      To *use* it sure.

      My *mom* is using Ubuntu, and doing pretty well at it, thanks for your concern.

      On the other hand, to be able to use it to it's full potential - that's different - a good guide gives you answers to questions you didn't think to ask. My mom in perfectly capable of doing lots of things, once she has a concept that, well, oh . . . you can *do* that. Doesn't mean she'll think to ask me that, or remember to ask me that next time she see's me.

      For that - yeah, I'm looking for a good book.

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    10. Re:A book? by MrNougat · · Score: 1

      I would love to have a desk reference, and not have to parse through forum searches that don't turn up the result I'm looking for, or are smattered with smug disregard for people who ask questions, or which are heavily laden with questioners who can barely compose a sentence.

      Of course, this book should be available as a PDF for free.

      --
      Web 2.0 == Giant Blogspam Circle Jerk
    11. Re:A book? by mrbluze · · Score: 1

      A DVD with the Gutsy Gibbon release of Ubuntu in a directly bootable form is included with the book. Wow, absolutely free! And let me guess, the user is greeted by a friendly looking free steak-knives wallpaper on logging in?
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    12. Re:A book? by ShieldW0lf · · Score: 1

      I have never understood why the organizations that release operating systems don't buy the license to a couple of good books such as these and release them free online for everyone. I would think it would get you more market share than advertising budgets.

      --
      -1 Uncomfortable Truth
    13. Re:A book? by pyrr · · Score: 1

      A good point, I also thought the point of Windows and Mac OS X was that they're easy and intuitive. Yet there are shelves of books on each of them.

      While I do have a technical background and found all the answers I needed either intuitively or on the forums, there are those folks who just want a book for the shelf. Books are a security blanket, the reasonably comprehensive reference that will be there for you to look at even if the computer stops booting. Many people aren't used to having accessible and official up-to-date online documentation to refer to and a forum to ask questions on if that fails. That new way of getting help is part of the k/ubuntu experience.

    14. Re:A book? by Anonymous Coward · · Score: 0

      As a linux newbie, I purchased the book and have found it useful. While most of the info is definitely online or on the forums, it beats searching through the forums with (sometimes) erroneous info. It also serves as an introduction to some OS applications that the new user may or may not be familiar with, and would find useful (samba, thunderbird, amanda, WINE, etc)

    15. Re:A book? by Beardo+the+Bearded · · Score: 0, Troll

      4. Get laughed at for having an ATI video card.
      5. Install Windows again since Ubuntu doesn't support ATI cards.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    16. Re:A book? by PopeRatzo · · Score: 1

      I thought the point of Ubuntu is that you don't need a book to use it.
      That's silly. There are few things in the technical world that a good book can't make better.

      Tell you what, go to Amazon or Google Books and search for "OS X". There are thousands of books about an operating system that is universally hailed for its user-friendliness.

      Hatta, I'm sure you're a nice guy and all, but you gotta think these things through before you blurt them out.
      --
      You are welcome on my lawn.
    17. Re:A book? by PopeRatzo · · Score: 4, Insightful

      since Ubuntu doesn't support ATI cards.
      You know, I'd heard that too, but since then, I've successfully installed and run Ubuntu Studio on several systems with ATI video.

      Please understand that there are some of us that don't get too exercised over running proprietary video drivers. Maybe that makes us traitors to the "cause" but we just want to get our work done.
      --
      You are welcome on my lawn.
    18. Re:A book? by jedidiah · · Score: 1

      That's rather a shock considering the 64-bit Gutsy machine sitting
      next to me is running an ATI Video card. This machine has been running
      some version of Ubuntu since it was originally built.

              Please try again.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    19. Re:A book? by jedidiah · · Score: 1

      Why compile from source?

      Just run a non-gstreamer movie player.

      The only reason I even know about this problem is the fact that you
      are whining about it on Slashdot and I have been running Ubuntu
      since 6.06.

      This isn't Windows where if the "one true app" has a problem
      you're screwed.

      Try a solution that's not unecessarily complicated.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    20. Re:A book? by spxero · · Score: 1

      Got any links to back that up?

      I have had nothing but help from the folks on the IRC channels, and although I have yet to post in a forum, the tone of the messages have overwhelmingly been positive. However, my experience is limited to Ubuntu and Debian, so I cannot comment on other distributions.

      If you're looking for help with Ubuntu, ubuntuguide.org is always a good reference. That, or the IRC channels if you want to speak to someone hands on. Last time I had trouble I went on there and got my LVM fixed within twenty minutes. It probably would have been faster, but the person on the other end was helping three other people at the same time, so the wait was understandable.

      I agree that the OS should come with a certain set of instructions, but for the most part, a Google search will turn up any forum reference to the problem, especially if you put part of the error code in the search string.

    21. Re:A book? by roggg · · Score: 1

      1. Insert disc and hit "Enter" until things stop happening
      2. Clean drool from keyboard
      3. Post on Ubuntu forums
      Out of curiosity, when will I be able to get Broadcom wireless working on my laptop by hitting "enter"? Wake me when we get there okay?
    22. Re:A book? by dave562 · · Score: 1

      I think you're trying to be funny? I know it can seem like you say it is at times. The technical publishing industry is there so that people don't have to bug their friends or go "learn it" themselves. For every person out there who can "just do it" because it's "so simple", there are ten or hundred who don't really have any clue how to get the job done.

    23. Re:A book? by JazzmanSA80 · · Score: 1

      Maybe someone could write a book about it!

    24. Re:A book? by Beardo+the+Bearded · · Score: 3, Interesting

      I have a Radeon 9200. I'd run any Ubuntu driver that's available, but there aren't any. Obviously, if I'm willing to run a Windows driver, I'm willing to put up with a proprietary driver. I use my computer for work. I don't have any games installed on either my work or home machines.

      The forum response was, "lol get a better video card". I'm done with buying video cards. That's the extent of the support I got. On /., I got the response ATI is a bunch of amateurs and it's all their fault.

      I installed the proprietary drivers, the auto-loading GPL equivalent, etc. Nobody wanted to help or explain. I gave up.

      The best part was how when you tested the settings, it would display as "fine" then when you'd apply the new settings, you would get a blank screen and you'd have to reboot.

      Other than that, I liked Ubuntu. It detected a lot more than Win2k did, and the setup was really easy. Having said that, I'm done. Linux fails me every time I try it. (Just for the record, I've successfully set up servers using Linux before, and those have worked. I can use a command line just fine, thank you.)

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    25. Re:A book? by Anonymous Coward · · Score: 0

      meh. linux is for communists. Hitler used linux.

    26. Re:A book? by EdelFactor19 · · Score: 1

      and if not there is of course "the ubuntu book" that they themselves write and which got a fantastic review on /. only a handful of months ago :-)

      --
      "Jazz isn't dead, it just smells funny" ~Frank Zappa
      EdelFactor
    27. Re:A book? by Almahtar · · Score: 1
      It actually doesn't do too poorly with them. I have an ATI chipset on my laptop. I've been using Ubuntu since 2005 with this machine.
      history:
      • October 2005 - Ubuntu 5.10: very hard to get working
      • June 2006 - Ubuntu 6.06: Worked out of the box, full acceleration took manual tweaks, but wasn't hard.
      • October 2006 - Ubuntu 6.10: Worked, but needed manual tweaks for full acceleration, as above.
      • April 2007 - Ubuntu 7.04: Worked flawlessly. Upon first boot a prompt in the task bar said I had restricted drivers that should be installed. I clicked it, it installed them, everything just worked.
      • October 2007 - Ubuntu 7.10: Worked equally flawlessly.
      So it looks like, from my experiences (this is even with laptop hardware - which tends to be less supported), Ubuntu supports ATI decently. It's the least supported of the big 3 chipsets (ATI, Intel, NVidia), but even then it's not bad.

      I mean, for heaven's sake for the last year it's been harder to get full driver support for my ATI card under WINDOWS than under Linux: Go to site (better hope you know which, and mom and pop do *not* know to go to ATI.com for their graphics drivers, nor what a graphics driver is), tell it what OS you have (most people have that down), download driver, run executable, next next next *you need the .net framework*...

      Pain in the butt.
    28. Re:A book? by Tomfrh · · Score: 1

      My experience:

      7.04 was good but had no safe mode. I never got it working again after I upgraded my video card.

      7.10 Perfect

    29. Re:A book? by chrispalasz · · Score: 1

      Is the book longer than this article?

    30. Re:A book? by Anonymous Coward · · Score: 0
      Got any IRC logs to back that up?

      Why would anybody keep a record of the unhelpful forum posts they had come across? Everyone just moves on to the next in the hope that it is more helpful.

      The ubuntu forums are better than most but still frequently feature smug "RTFM" idiots.

    31. Re:A book? by debatem1 · · Score: 1

      You know, slashdot is a bad place to be ignorant AND loudmouthed. And yes, I'm writing this from a Ubuntu install with an ATI card.

    32. Re:A book? by severoon · · Score: 1

      I've run Ubuntu up on 3 machines, two with ATI video cards, and never had a problem. Perhaps the latest version of Ubuntu would go on your system ok? (I don't know, I don't think either of my experiences were with that particular card.) Don't give up on linux altogether though. I had given up and when Ubuntu came along, I thought...one last time. Now I'm more productive and I can sleep at night. :-)

      --
      but have you considered the following argument: shut up.
    33. Re:A book? by darkonz · · Score: 5, Informative

      try this: Installing ATI Drivers. It is a post I made a LONG time ago, since i had the same problems (and graphics card) as you :)

    34. Re:A book? by Anonymous Coward · · Score: 0

      Mods please mod this up for others who may be suffering... I'm working on a Ubuntu Hardy Heron for Happy Humans guide that I'll post soon, but please help those with old hardware by pointing parent upward.

    35. Re:A book? by BlueParrot · · Score: 2, Interesting

      I have a Radeon 9200.


      I have a Radeon 9200 and I get 3D acceleration with the reverse engineered drivers that are in X out of the box. Compiz ran fine. It even plays the proprietary games that I bought before I dumped Windows ( Warcraft III under wine, Neverwinter Nights with the native client, etc... ). I never got ATI's binary driver to work however...

      On my Laptop the Intel card works just fine except for using dual screens with different aspect ratio. I'm not sure if this is a limitation of the card, driver or something else.

      I had a Geforce as well earlier. 2D worked out of the box with the free driver, and 3D worked with the proprietary one. Ditched it for the ATI one due to the existence of free drivers for the radeon however ( nVidia's blob may work, but it has a tendency to break kernel updates and I prefer the free ones ).

      Again, works for me doesn't mean it will for you, but from my experience it seems that if you want something working out of the box with as few proprietary blobs as possible then Intel is your best bet. Will be interesting to see what will happen with AMD and ATI.
    36. Re:A book? by hairyfeet · · Score: 1
      That is why I went Xandros business on my laptop. I tried at LEAST 25+ distros and got tired of getting "lol buy another wireless" when I couldn't get it going. Xandros since I switched at 3 has had me up and running in a couple of clicks. Xandros 3 would detect and ask for the Windows drivers, but 4.0 onwards detected and ran without prompting. And the built in Crossover for my Office 2K is nice too.


      Why don't you give them a try? Xandros has a 30 day trial for business 4 so there isn't anything to lose. Oh, and the only difference between Business and Home Premium is support for AD and 3G, so if you don't need either of those you can save a few bucks by going home. Or if you don't want to run any Windows programs you can pick up home for half price if you choose the one with only a Crossover trial. Me I like having the option of running Office 2K and I needed AD support so it was an easy choice for me. Give it a try and I'll bet you like it. Oh, and if you were wondering yes, I have the dreaded BCM4318, also known as the card that can make a Linux user postal.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    37. Re:A book? by nightglider28 · · Score: 1

      In addition to Intel, you can also try Atheros chipsets http://madwifi.org/. They're partly binary, but they work very well and are extremely easy to install. *Note: The Atheros drivers do not support USB chipsets and no plans exist to do so.

    38. Re:A book? by MrNougat · · Score: 1

      Community support forums for anything are worthless - Linux, Microsoft, toasters, anything. I've been searching online for solutions to problems for twelve years, and this has always been the case. When community support forums are the only hope to find a solution, it's worse.

      --
      Web 2.0 == Giant Blogspam Circle Jerk
    39. Re:A book? by burner · · Score: 1

      Weird... I've got a Mac Mini running Ubuntu over in the corner, playing video just fine. It's got a Radeon 9200.

      I've also got a few older Thinkpads that run Radeon 7500s. They all work out of the box with the opensource drivers that have supported these chips for many years.

      I don't mean to invalidate your experience, but Ubuntu does indeed support ATI cards, both old and new, with the opensource driver where possible and the binary driver (installable via the Restricted Driver Manager) where not.

      And I suppose the situation will only get better now that ATI opened the specs and newer chips will be supported by high quality open source drivers.

      --
      MRSH-Recording device, corned beef sandwich with kraut, seafaring bird, and the foamy top of a beverage.
    40. Re:A book? by burner · · Score: 1

      Agreed. totem-gstreamer has a high degree of suckiness. totem-xine and its attendant plugins do a much better job of playing h264 and other high def videos.

      --
      MRSH-Recording device, corned beef sandwich with kraut, seafaring bird, and the foamy top of a beverage.
    41. Re:A book? by earthbound+kid · · Score: 1

      I thought your comment was funny. It's a shame about the moderation.

    42. Re:A book? by Trigun · · Score: 1

      I've got karma to burn. The big problem is that the funny moderations won't wash out the flamebait moderations. That's what I get about saying something bad about ubuntu.

    43. Re:A book? by Paranatural · · Score: 1

      I'm in the exact same boat as you. Every time I try to run Linux, it's the same old crap.

      The few times it will install, critical drivers are just plain missing. The worst is the video card, which annoys me, because usually it'll have the nice little splash screen and go through the whole boot thing, but then the desktop is a wall of bright pink and orange vertical lines. This has happened with about 3 different versions of linux (Knoppix, Ubuntu, and another one that was a while ago.)

      That was my desktop machine. I finally just gave up. I couldn't even get to a point where maybe I could find the right drivers, I never was able to even read the screen. (Before you ask it has an NVidea card, forget the model)

      Next, I won a laptop from work. Little peice of crap gateway with Vista on it. One day Vista's BS pissed me off to the point where I was just plain fed up, so I decided to try Linux again.

      This time, Ubuntu booted up. Great. I went to fire up the browser, no internet connection. I felt kinda stupid, until I tried to get the wireless card to work. Nothing doing. Then I tried plugging in with cat5. Nothing still. I couldn't even get on the forums to ask if anyone had drivers, muchless I'd have to go through the pain of learning to install drivers. I never could get an internet connection working. I booted into Vista and downloaded Knoppix. I tried booting into that. It crapped a bunch of errors at me and refused to continue booting. So I said 'Screw it' and went back to Vista, because, the sad fact is, for me, Vista is much more useable.

      Linux will never get anywhere until you can put it on virtually any machine and have the @#%# drivers just friggin work, right out of the box. Till then, it'll never be anything but second class.

    44. Re:A book? by pyrr · · Score: 1

      I don't know, but it'll probably be well after they can get their wireless chipsets working under Windows properly in multi-AP corporate environments. It seems that Broadcom has great difficulty even getting them to initialize and authorize to the domain correctly on the platform they put all the effort into developing their drivers for.

      Just a little advice: stay away from crap chipsets. If they're crap on Windows, they're more than likely going to be crappity crap on Linux.

    45. Re:A book? by spxero · · Score: 1

      Yes, I do have the IRC logs to back it up. The scenario I needed help with was that I added a drive to the LVM, but the size of the LVM didn't expand with it. Since I don't know if I would remember the command, I saved the IRC chat. The Post non-AC and I will post them under you.

    46. Re:A book? by spxero · · Score: 1

      I think you're right, to a certain extent. I have never found help by asking in a forum, but I have found plenty of solutions by searching Google and then the results happened to be in a forum.

    47. Re:A book? by Magada · · Score: 1

      You can get at least working VESA mode with a Radeon 9200 (I should know, I used to have one - and a crappy third-party board, at that). You're SOL because ATI are bastards - they've stopped supporting the R400 and R500 chipsets a while ago, but didn't release any info. There was (is?) a decent free driver in-kernel that could get accelerated 2d on that card. I was able to get 3d accel running with ati's linux driver (can't remember the version though), but it's buggy as hell, again, probably because the card itself is crap. You can get accelerated video and cloned display too - pretty sweet for building a budget linux media centre.

      --
      Something bad is coming when people are suddenly anxious to tell the truth.
    48. Re:A book? by Beardo+the+Bearded · · Score: 1

      That was my point.

      Win2k -> 1280 x 1024 @ 70Hz
      Ubuntu -> 1024 x 768 @ 60Hz

      That Ubuntu resolution is basically unusable. 60Hz = flicker-o-matic vision and about 15 minutes of usable time.

      I don't care what excuses you make about ATI being bastards. You work with the bastards.

      Look at what MS had to do for SimCity. Go ahead, look it up.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
  2. Don't underestimate the value of a plain unix book by uigrad_2000 · · Score: 5, Informative
    Often, someone who is new to linux looks for all the books they can find with "linux" in the name.

    Generally, if you are new to unix in general, you should get a good unix reference. I'd suggest Unix Power Tools by O'Reilly.

    If you are an experienced unix user, and want to learn the specifics of Ubuntu linux, then this book seems very useful. It has both the gory details of the inner workings, and a guide to some of the application candy you may install for home use.

    --
    Free unix account: freeshell.org
  3. Ubuntu by flynt · · Score: 3, Interesting

    Every few years, I take a stab at installing whatever 'user friendly' distro of Linux exists at the time. I actually just installed Ubuntu 7.10 on a laptop of mine two nights ago. Overall, the experience is much improved. Actually, drastically improved over my last attempt several years ago. My wireless card just worked, which used to be the main hassle (I know why.).

    The only problem I now have is with dual monitor support. It seems like a hodge-podge of ideas, nowhere very clearly defined. I don't know if I need Xinemara, TwinView, or both? I've tried countless combinations of "vsync to blank" (3 different locations), setting the vertical refresh rate (3 different values depending on where I look), none of which are 60 hz. There are many lockups while trying to change these settings through the nvidia driver settings.

    I realize none of this is Ubuntu's fault, per se. Still, my multiple monitors works flawlessly in Windows without any fuss. It just seems obvious what to do there for me.

    So while there have been great strides, I am excited to see the continual improvement in areas like these.

    I did keep Ubuntu on the laptop and plan on using it, just with only one monitor for now.

    1. Re:Ubuntu by brunascle · · Score: 1

      if you have an nvidia card (and are willing to use the closed source driver), you can use the nvidia-settings program. it's great for managing resolution and multiple monitors.

    2. Re:Ubuntu by Knuckles · · Score: 1

      ATi has a similar thing in the upcoming Ubuntu 8.04.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    3. Re:Ubuntu by jellomizer · · Score: 2, Insightful

      Linux Distros Still need a lot of polishing up. Open Source Software really needs a Good QA Department or group to check the software and enough authority to tell the developers this stinks do it again. The overall problem with Linux Distros is not Lack of good Ideas or Bad Coding. Just not a Good connection between the both and giving a good Big Picture Application. Person A is so focused on Making te CD Buring Software he has no care what Person B is doing for the File System Browser, which doesn't care what Person C is doing for the Windows Manager... While Person D and E are fighing over who has the best Screen Pager.... It is not that any one component is nessarly bad. But the fact that they don't work together well or feel right together that the sum of designs are lacking.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    4. Re:Ubuntu by mrraven · · Score: 2, Interesting

      I had the opposite experience my Dell D400 with crappy intel graphics will drive a 20 inch widescreen LCD under Ubuntu and not under XP. Too bad I can't run my crucial Adobe apps under Linux. And no Wine isn't the answer it really slows down productivity for me for example to not have a save dialog with clean access to the whole file system, not to mention instability of Adobe apps under wine.
      I know it's not the fault of Linux developers that Adobe hasn't ported it's apps and that Microsoft has a closed API, but it still hurts and makes Ubuntu pretty much crippled for real work doing web design. As a web browsing and development OS it's excellent.

      --
      Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
    5. Re:Ubuntu by Anonymous Coward · · Score: 0

      Thanks, and Y=yes, that's what I was trying. Unfortunately, I did not find it 'great'. It consistently freezes the whole OS when I click the "apply" button to set my dual monitor settings. (Although it is nice for everything else).

      Also, my main problem is that the 24" LCD screen I have hooked up to the laptop shows slight tearing of the windows when using compiz.

      You can actually see a vertical line slowly making its way down the screen. I just now use Function+F8 to redirect output to my big screen, and that works fine.

    6. Re:Ubuntu by dvice_null · · Score: 3, Informative

      You won't always get help as some problems are just too difficult to solve from remote location, but in most cases you get help and save yourself several hours of work if you just ask. So I strongly suggest you to ask help (if you already have not) as solving your problem in here is much harder than it is in a forum dedicated to solve your problems with Ubuntu:

      http://ubuntuforums.org/forumdisplay.php?f=132

    7. Re:Ubuntu by Knuckles · · Score: 1

      Seems you haven't used a recent distro, really. In, for example, Ubuntu, the CD Burning Software, File System Browser, and Windows Manager certainly work more consistently together than on your average Windows desktop with its hodge-podge of UI styles. The OEM versions of Roxio and Nero, for example, certainly are no pinnacles of UI design and integration.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    8. Re:Ubuntu by Anonymous Coward · · Score: 0

      Every few years, I take a stab at installing whatever 'user friendly' distro of Linux exists at the time. I actually just installed Ubuntu 7.10 on a laptop of mine two nights ago. Overall, the experience is much improved. Ubuntu. All the power of Debian. All the gay of a mac.
    9. Re:Ubuntu by flowsnake · · Score: 1
      With open source, everyone has the authority to tell developers that their work "stinks" (though a more careful choice of words would be a good idea and be more productive!). The community is the QA department. If something sucks then it will sooner or later be fixed or replaced.

      If something is broken, file a bug report. Mail the developers. Submit a patch. Talk about the problem on forums. Many options exist! If you really feel strongly enough about something and can't fix it yourself, hire someone to fix it for you and submit the patches back to the community.

    10. Re:Ubuntu by Anonymous Coward · · Score: 0

      You need Adobe applications for "real web design"? Seriously?

    11. Re:Ubuntu by stuporglue · · Score: 1

      The only problem I now have is with dual monitor support. It seems like a hodge-podge of ideas, nowhere very clearly defined. I don't know if I need Xinemara, TwinView, or both? I've tried countless combinations of "vsync to blank" (3 different locations), setting the vertical refresh rate (3 different values depending on where I look), none of which are 60 hz. There are many lockups while trying to change these settings through the nvidia driver settings.

      I realize none of this is Ubuntu's fault, per se. Still, my multiple monitors works flawlessly in Windows without any fuss. It just seems obvious what to do there for me.

      If you happen to have an Nvidia card, get it working with the proprietary Nvidia driver on one screen first, then it's the same as Windows to get the second one set up.


      The command you want is nvidia-settings, and you need to run it as admin (ie. with sudo)


      For non Nvidia cards, I don't know that there's an easy setup tool.

      --
      https://www.facebook.com/digitizeicm -- Show your support for the digitization of the Iron County Miner newspaper archiv
    12. Re:Ubuntu by jamincollins · · Score: 1

      As a few others have indicated, how multi-monitor setups are configured largely depends on which video card you have. This isn't to say that there isn't a standard way to configure multiple displays in Xorg. However, when either an ATI or Nvidia card is used, their binary drivers tend to provide better support for the card and additional options with regard to multiple displays.

      If you let us know which card you have, I'm sure that someone here can assist you with configuring it.

    13. Re:Ubuntu by Anonymous Coward · · Score: 0
      Perhaps you were thinking of gaybuntu?

      No, actually, you weren't thinking at all.

    14. Re:Ubuntu by Hatta · · Score: 1

      The real trick is when you have 2 different cards from different vendors. I'm not sure you can do that without hacking your xorg.conf still.

      --
      Give me Classic Slashdot or give me death!
    15. Re:Ubuntu by knewter · · Score: 1

      Yeah, in 8.04 dual monitor support for the most part Just Works. Me, I tended to (pre-8.4) do a ctrl+alt+backspace after plugging in a CRT. In more recent ATI/nvidia drivers, it's also just on-the-fly switching via a GUI these days.

      --
      -knewter
    16. Re:Ubuntu by Slashdot+Suxxors · · Score: 1

      All real web devs use Dreamweaver. Everyone knows that.

    17. Re:Ubuntu by strider44 · · Score: 1

      You pretty much want Twin View. Xinerama is sort of buggy.

      Definitely, though, if you have any problems then http://www.nvnews.net/vbulletin/forumdisplay.php?f=14&order=desc is the place to ask.

    18. Re:Ubuntu by mrraven · · Score: 1

      Yep Dreamweaver. Yes I know that doesn't make me a hard core coder, I am a visual person, you know the sort of art nerd that hangs out at http://colorblender.com/

      And yes we do have a purpose and that is making readable easy to navigate web sites something hard core coding skills does not guarantee.

      --
      Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
    19. Re:Ubuntu by theaceoffire · · Score: 1

      "Still, my multiple monitors works flawlessly in Windows"

      You mean, work flawlessly after you installed your video card driver and monitor driver.
      Drivers that may or may not support linux.

      Don't worry though, Ubuntu 8.04 will have "Bulletproof X" which will make things loads easier I believe. Better support for multiple monitors and video cards too I believe.

      --
      I steal signatures. This one used to be yours.
    20. Re:Ubuntu by jedidiah · · Score: 1

      If you don't like something, complain to the relevant developer.

      He might actually listen.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    21. Re:Ubuntu by Anonymous Coward · · Score: 0

      "Still, my multiple monitors works flawlessly in Windows without any fuss..."

      Hardly. Try having Window XP on a laptop with a docking station connected with two monitors. It is HELL! Every time I remove it from the docking station and reconnect, I spend 10 minutes reconfiguring the resolution of the monitors and who is #1 and #2. It is a POS.

    22. Re:Ubuntu by PitaBred · · Score: 1

      xrandr. Use version 1.2 or later, and you can have multiple monitors switching pretty easily. I have a T61 with an X3100 in it... it's not fast, but it's certainly no slouch. I have Fn+F7 set up to cycle between Laptop Only, Presentation (1024x768 on both outputs) and multi-monitor, which is the automatic resolution of all connected displays (1440x900 on the laptop, and 1024x768 on my currently connected CRT). The only change I had to make was to put "Virtual 2720 1024" into my xorg.conf file so that the virtual size of the displays was large enough to accommodate all the various options.

      Check here for some basic info. There was another place on the 'net that had a more detailed script you could set for the ACPI event, which I used as a base for mine (I did little things like making an xdialog pop up saying what mode the laptop switched into and so on).

    23. Re:Ubuntu by bfields · · Score: 1

      The only problem I now have is with dual monitor support.

      In the 8.04 beta, the System->Preferences->Screen Resolution dialog (gnome-display-properties) is aware of multiple monitors. I've used that only once, very briefly (for a projector), so while it was adequate for my purposes, I can't say whether this problem is completely solved yet.

    24. Re:Ubuntu by StonyUK · · Score: 1

      Wish I could mod you up, I totally agree!!

    25. Re:Ubuntu by mkranz · · Score: 1

      The upcoming Hardy Heron release (8.04 LTS) has the latest Xorg, which supposedly has improved multi-monitor detection. And while I think there are some options in Admin (or Prefs) for changing monitors, I find the nvidia-settings panel to work the best. Set it up the way you like, then get it to write its own xorg.conf file

    26. Re:Ubuntu by jellomizer · · Score: 1

      Once again a member of Slashdot ignores the general concept and focuses on the details used for an example. I used CD Burning, File Systems Browsers and WM as just examples. That I have noticed with Older distros, Ubentu latest version from what I have seen has fixed a some of the issues but compared to OS X it is still fairly segmented in its design.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    27. Re:Ubuntu by killerkalamari · · Score: 1

      Good luck with that. I tried it for multiseat Linux and found that it completely destabilized Xorg.. much better to have a single nvidia card with two outputs...

    28. Re:Ubuntu by Breakfast+Pants · · Score: 1

      You haven't needed to run nvidia-settings as root for a while; there is an nvidia-config or something along those lines that actually writes to your xorg.conf that requires super user privledges, but it is quite outdated.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    29. Re:Ubuntu by burner · · Score: 1

      If you've got an nvidia chip (and are using the binary drivers), install nvidia-settings and run that program with your second monitor attached.

      If not, you can use grandr or wait for hardy, which has a multi-screen configuration tool built into System/Preferences/Screen Resolution.

      --
      MRSH-Recording device, corned beef sandwich with kraut, seafaring bird, and the foamy top of a beverage.
    30. Re:Ubuntu by burner · · Score: 1

      Heh... yeah, I did that a _long_ time ago (2002?) with Debian. I had an nvidia geforce 2 and a 3dfx addon card (one of those that lacked 2d support and required a cable to connect to your day-to-day graphics card). There was an X driver that supported the 3dfx card as a regular 2d X display. They could then be put together with Xinerama (or even x2x!).

      --
      MRSH-Recording device, corned beef sandwich with kraut, seafaring bird, and the foamy top of a beverage.
    31. Re:Ubuntu by Knuckles · · Score: 1

      Well maybe you should choose examples that illustrate your point instead of examples that contradict what you are saying. It's really not my fault if you are unable to make your point convincingly.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    32. Re:Ubuntu by Al+Dimond · · Score: 1

      There certainly are disadvantages to the independence of projects there are advantages too. How many times has WinFS been promised and then retracted since it was first conceived? As an independent project it wouldn't have its resources and schedule determined by an overseeing body trying to put a whole operating system together.

      This advantage is seen in Mozilla vs. IE. Mozilla is concerned with making a browser, whereas the IE team is serving the goals of Windows at large. Which for a long time meant doing almost nothing and getting way behind with support for rendering technologies.

      This isn't specific to Microsoft or to closed- vs. open-source development. The major F/OSS desktop environments try to get applications for their environment moving in the same direction and sometimes along the same release schedules. Meanwhile people like me collect what they feel are the best programs for what they do, regardless of desktop alignment. While I might have software that's better in some areas, I also have to navigate several different UI styles and get very little integration between those programs.

    33. Re:Ubuntu by jamincollins · · Score: 1

      Yes, traditional Xorg multi-display does require hand editing the xorg.conf. However, it is certainly possible. I configured Dual Head (two independent X displays) prior to Xinerama being widely supported using a variety of different PCI video cards.

      As others have pointed out, it is certainly easier with a single card that supports multiple displays. However, this is by no means a requirement.

  4. Why Gutsy? by CSMatt · · Score: 3, Insightful

    Considering that Hardy will be coming out in a few weeks, and will be supported for 3-5 years as opposed to 18 months, wouldn't it have been a smarter idea to write a book on 8.04 Hardy Heron instead?

    1. Re:Why Gutsy? by Fri13 · · Score: 1

      Isn't it bretty much same what distribution is used when same book can be used with small changed for other's too. At least, i dont find any reason that Ubuntu tutorials wont work on Mandriva or Fedora, unless there is lots of apt command copy-paste like Ubuntu needs when comparing it to Mandriva what is more click click.

    2. Re:Why Gutsy? by Anonymous Coward · · Score: 0
      The book is about Ubuntu in general, not 7.10 in particular. Most of the content will remain valid when 8.04 is released, and will remain valid when later editions are released.

      It's a 1200-page book and I suspect it took a fair while to write it. With Ubuntu's 6-month release cycle there will inevitably be a new version along soon no matter which version is targetted by a given book. At some point the book just has to be shipped, as the 'perfect time' simply never arrives.

    3. Re:Why Gutsy? by the4thdimension · · Score: 1

      I imagine the subtle differences will be transparent to a new user. Much will be the same in Hardy as it was in Gutsy. Perhaps it would have made more sense to wait for Hardy in the interest of the long run, but when you want to sell things, time could be of the essence.

    4. Re:Why Gutsy? by Anonymous Coward · · Score: 0

      He most likely started work on the book right when Gutsy came out and had a publishing deadline to meet to get paid. I'm sure we will see a lot of Hardy books coming out with in a few weeks or at release since it will be a LTS release.

    5. Re:Why Gutsy? by brouski · · Score: 1

      Considering that Hardy will be coming out in a few weeks, and will be supported for 3-5 years as opposed to 18 months, wouldn't it have been a smarter idea to write a book on 8.04 Hardy Heron instead?

      And this is why Linux and dead trees seldom mix.

      --
      Proud member of the American Non Sequitur Society. We might not make much sense, but boy do we love pizza!
    6. Re:Why Gutsy? by webmaster404 · · Score: 2, Informative

      # Paperback: 1200 pages # Publisher: Prentice Hall PTR; 1 Pap/Cdr edition (December 28, 2007)

      From http://www.amazon.com/Practical-Guide-Ubuntu-Linux-R/dp/013236039X considering that Ubuntu 7.10 hasn't been out until October of 2007 and when this was published in December it was only out for 2-3 months, that's still 3 months till Hardy stable comes out. This is just a late review of it.

      --
      There is no "disagree" moderation, and troll, flamebait and overrated are not valid substitutes
    7. Re:Why Gutsy? by CSMatt · · Score: 1

      If I wanted to sell something that related to another product, I'd consider the planned obsolescence of that product before timeliness.

      Think of it economically:
      Window of profitability of book on normal release: 18 months
      Window of profitability of book on LTS release: at least 3 years

      Considering the time and expense involved in writing and publishing a book, it makes far more sense to make the "profitability window" as large as possible rather than trying to get the product on the shelves as soon as you can.

    8. Re:Why Gutsy? by Anonymous Coward · · Score: 0

      True, but aren't the users of LTS releases unlikely to be the casual users who require this type of book?

    9. Re:Why Gutsy? by the4thdimension · · Score: 1

      This is based on the assumption your readers will know(or care)about the difference. If you write a book about basic Windows functionality and you write it for Windows 2000, chances are someone with Windows XP may get your book and the difference will be relatively transparent. Related, if we sell a book and call it "Basics to Using Ubuntu Linux" then its likely any newbie with any version will buy it and get plenty of value. If we sell a book called "Basics to Using Ubuntu Gutsy Gibbon Linux", not only is it less likely that people will buy it because the name is long, but because they will be relatively unsure of the version they even have.

    10. Re:Why Gutsy? by lamona · · Score: 1

      Or update the book for Hardy and sell more copies? Or put an addendum relating to Hardy online? Basically, in software, everything is always changing; even the books are in beta release.

      --
      I just read /. for the amusing .sigs
    11. Re:Why Gutsy? by ffflala · · Score: 1

      Probably.

      But assuming that the differences between Gutsy and Hardy (at least in the issues addressed by this kind of guide) won't be that great, modifying this for a 2nd edition to cover Hardy will be less effort.

    12. Re:Why Gutsy? by jedidiah · · Score: 1

      There are Unix books that predate Linux entirely that are
      still relevant and useful when it comes to Linux.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    13. Re:Why Gutsy? by KlausBreuer · · Score: 1

      Well, let's put it like this: the book first came out, say, this week. That means it was handed to the publisher several months ago.
      It contains 1200 pages - ergo, it wasn't written in two months, either.
      Finally, Hardy is only coming out in a few weeks.

      Thus we can assume that, unfortunately, this book was not written in the future and posted backwards in time in order to use the Latest And Greatest version.

      --
      Free PC version of ChipWits at http://www.breueronline.de/klaus/chipwits/
    14. Re:Why Gutsy? by Bitmanhome · · Score: 1

      Window of profitability of one of each: 4.5 years. As a bonus, some customers will buy both books.

      --
      Not that this wasn't entirely predictable.
  5. Re:Don't underestimate the value of a plain unix b by N1ck0 · · Score: 3, Funny

    I'm just waiting for Prentice Hall to publish 'A Practical Guide To Practical Guides'.

    I wonder if they give their writers a Practical Guide To Writing Practical Guides

  6. Re:Don't underestimate the value of a plain unix b by N1ck0 · · Score: 1

    Of course here is a book many people would find much more useful.

  7. Shell coverage in the Sobell book by dmarti · · Score: 2, Insightful

    This new book has a pretty solid intro to shell scripting, enough to get you started, along with some other basics such as Apache configuration and something that's vital for new users who actually want to use their Linux box on real projects: ssh. (Here's another review of the same title, which I wrote.)

  8. I am surprised by LM741N · · Score: 0, Redundant

    I thought the whole idea of Linux distros like Ubuntu was that you didn't have to have a book or hundreds of pages of manuals in order to use it. Am I missing something?

    1. Re:I am surprised by webmaster404 · · Score: 1

      I don't think the purpose of the book was for just a newbie to learn how do everything via the GUI because that is easy. But, if you really want to learn how Ubuntu works I think this book is more geared towards that audience.

      --
      There is no "disagree" moderation, and troll, flamebait and overrated are not valid substitutes
    2. Re:I am surprised by element-o.p. · · Score: 1

      IME, you can find the answer to just about any question you have with google, forums and man pages.

      However, sometimes it is nice to have a reference manual on your bookshelf. When I first installed Linux, I used the "Slackware Linux Essentials" book to help with the install, then pored over another book (I forget the title now) that gave an overview of various services common to Linux distros (Apache, Sendmail, Bind, Samba, etc.) to start my education. *THEN* I started hanging out on forums to fill in all the gaps the books left in my knowledge. You can avoid a lot of flame-the-n00b replies by researching first and asking second ;)

      --
      MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?
  9. gnath by Anonymous Coward · · Score: 0

    yhf9ew89 99 9 9 yu yfy yu uy 0 0 0 hfdyu hhyYHIIH 7fy7e77w ak k k sj f jdshk k '; ' ' ' fey us u ihu UH HUH HO feuhfhhhhhh fhsofhaho fhop woppopopopo fyyhhyh

    1. Re:gnath by Dragonslicer · · Score: 3, Funny

      yhf9ew89 99 9 9 yu yfy yu uy 0 0 0 hfdyu hhyYHIIH 7fy7e77w ak k k sj f jdshk k '; ' ' ' fey us u ihu UH HUH HO feuhfhhhhhh fhsofhaho fhop woppopopopo fyyhhyh Yes, emacs and vi are both available in the Ubuntu repositories.
    2. Re:gnath by Anonymous Coward · · Score: 0

      nunnuunnununununufduerueuu uirfewq uiuiunununuunununu 5r3saea unuuununnunununu 9880080808dfs avllhjLHJlhJHLLH poooooor

    3. Re:gnath by PitaBred · · Score: 1

      I don't know why this isn't modded up higher. It made me laugh :)

    4. Re:gnath by Anonymous Coward · · Score: 0

      fetfetefete ooiioiioIOIOIOIOIO  yfy y y gyty yfe hnnlnlLNLNLNNLnlnlln ii i i i i i  P{[ '' ' ' ' ''  dwsou ouojJO jdo jso fjos 7  u8 u8 u87  77 7 7 7 7 7 fewi{{KI{I{I{II{{II{{II{I{ fufhisfishfishifhsihfsifhaj;a;jjjj;j;j;jj;j; g ujfspuufpsa puupa upau pu paupuupuuppupupufaf afaufuapfsk;lk;lk;;;;;  fsariaow rwoa fowa fup iIP{II{{I fhiojj;dw'qj'''' '' ''''' ' ' ''  '  ' '''''"""" '' ' 'fyhuh IO UIO O UI fysdy8y88wd8w8yyw8ryw8y fjhpuuaufspoj fldvmlmlmlMLMLMLMLMLML fetfetfetefetefetefetefetefet u!

  10. Oddly enough, this info is hard to find by Overzeetop · · Score: 4, Insightful

    Most howtos focus on basic installation of the OS and getting around the GUI. No basic administration, no information about installing new apps, no map of the file system so you know where your programs store shit. It's as bad as Microsoft, except that I happen to have lived with MS OSes since '85 and have mostly followed where the keep hiding the useful stuff (i.e. I know it's there, I just have to find the new widget they've hidden it under).

    I installed Ubuntu for my daughter, and it worked well. Then I tried to figure out how to install a wireless driver. I gave up and bought a different wireless card that was supported out of the box - it was far easier and cheaper than the hours spent on line. Then I tried to install an application. I was stuck. You either had GUI howtos or you were into forums with power users.

    Of course I had to bail on the install - a program I got from school (which she really likes) is windows only. There's no way I'm going to fight with wine on a full-screen DX app that barely plays nice on native software.

    If this book really does tell me where everything is stored, and how it runs, and can take me from newbie (old-school CLI apple/ibm/ms) linux to power user that can troubleshoot the OS, I'm in.

    --
    Is it just my observation, or are there way too many stupid people in the world?
    1. Re:Oddly enough, this info is hard to find by Anonymous Coward · · Score: 4, Insightful

      You either had GUI howtos or you were into forums with power users.

      Mod parent up.

      Linux/open source has come a long way from when I first started playing around with it in the '90s. Back then most of the help you ran across was of the "read the source, n00b" variety. "User friendly" distros like Mandrake (back in the day) or Ubuntu did a lot of good extending Linux to the non-elite user.

      However, what I see these days is a too-narrow concentration on the novice-friendly line. As soon as you stray from "Aunt Tillie mode", you're dumped into power-user central, with arcane syntax options and a maze of twisty forum posts, all alike.

      I think the next frontier in Linux/user interaction is to address this intermediate level chasm. Linux apprentices eventually become Linux journeymen, and it would be nice to have a way to seamlessly transition along the learning curve. The middle-grounders do have some resources currently, but support is threadbare compared to the "utterly clueless" and "master hacker" extremes.
    2. Re:Oddly enough, this info is hard to find by Mr+EdgEy · · Score: 1

      First result for "installing programs ubuntu" - http://www.psychocats.net/ubuntu/installingsoftware Right at the top, it links "aunt tillie" users to the GUI version. http://www.monkeyblog.org/ubuntu/installing/ Synaptic involves _LESS_ interaction than ANY windows installer i've ever seen, AND is more descriptive. It's just "different". Different does not mean unfriendly. Aside from that. I honestly don't see how "apt-get install program" is master hacker like or complex in any way. It fills the "journeyman" void for me. Closer to "master hacker" is downloading the .deb and using dpkg, i would consider that relatively complex. The users that consider apt-get confusing, are the ones that will blank face any step-by-step guide for anything. For those people, synaptic and the GUI exist.

    3. Re:Oddly enough, this info is hard to find by uniquename72 · · Score: 2, Informative
      I had the same problem as gp when I first installed Ubuntu (1st time using Linux). Synaptic IS dead easy, but a Windows user isn't going to have a mental model of using a repository, so any description of it is fairly nonsensical (usability is also somewhat poor -- you click Mark in Synaptic and nothing is actually marked.)

      And apt-get? HTF would this make any sense to the average Windows user. Get what? From where? And what does 'apt' mean? It doesn't take special empathic abilities to see where people who grew up in a Windows-centric world would have serious growing pains adopting even the easiest linux distro.

      I honestly don't see how "apt-get install program" is master hacker like or complex in any way. And therein lies the problem with linux adoption.
  11. Re:YOU SHUT UP by Missing_dc · · Score: 1

    Interesting, WAY off topic, but not a bad read for a short story.

    --
    How amazed would you be to suddenly find that you just forgot what I wrote and you needed to reread my post.... again.
  12. Re:Don't underestimate the value of a plain unix b by sootman · · Score: 1

    Agreed. Or, I'd love to see a book like this with things divided into big chunks, clearly separated--maybe with a different background color or something: "This is UNIX stuff that has been around for five/ten/thirty years and will work on any distro (or OS X or Solaris)" and "This is stuff that's particular to Ubuntu."

    In any case, I love how permanent this stuff is. It's not quite a general UNIX book, but I still find myself turning to my decade-old horsey book from time to time.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  13. Re:Don't underestimate the value of a plain unix b by sootman · · Score: 2, Funny

    I'm hoping for The Complete Idiot's Missing Manual to Teach Yourself Practical Guides in 24 Hours Unleashed.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  14. Got the book by OldChemist · · Score: 2, Informative

    I've got it and it is a great book. Anyone who knows Sobell's work would tell you that his stuff is of keeper quality. I think I first ran into one of his Unix books around 1990. Why would you want a book for Ubuntu? If you are a little more into it than the casual user, it will make your life a lot easier in terms of networking, etc., etc. Of course you MIGHT find the info on the web but this will save you a lot of time. If your time is worth $25/hr and this saves you a couple of hours, it's worth it. Someone mentioned that Hardy might be in business longer than 7.1 about which this book is written. If that is true you might want to wait for a version that goes with Hardy, but I doubt that much at the fundamental level will change. Recommended if you are a member of the target audience.

  15. Sobell's Unix books by lamona · · Score: 1

    Sobell did a great book on Unix that went through a few editions and that I still keep on my shelf although it is a bit outdated. I'm looking forward to the Ubuntu one.

    --
    I just read /. for the amusing .sigs
  16. Re:Don't underestimate the value of a plain unix b by joe+155 · · Score: 1

    When I was looking to learn more about how to use linux a little while after I'd started doing so I asked on the Fedora forum what they would recommend and someone sent me a link to a really great online book which contained so much information of such high quality that I felt like I really learned loads. It's also really easy going for complete n00bs, but I suspect that if I went back I'd still learn new things and have new interesting stuff to look at... you can check it out at http://rute.2038bug.com/index.html.gz

    If you want a good unix/linux book I honestly don't think there is a better place to start (although some of the information seemed a little out of date (like modems being based on sound waves and hard drives being measured in MBs...) UNIX is UNIX, even if we now have slightly shiny-er linux wrappers)

    --
    *''I can't believe it's not a hyperlink.''
  17. Great idea by Dunbal · · Score: 1

    Kudos to the the guy for writing a book. But honestly ubuntu is so damned easy one is not exactly necessary. But then again neither are all those other "Getting the most out of Windows (version whatever)" books. Nice to see linux getting some shelf space. Even if it is just one space.

    After my initial problems with ubuntu (mostly having to do with a buggy BIOS and figuring out I needed to use the "noapic nolapic" commands - now fixed after reflashing my BIOS to a newer version), I have had no complaints. My favorite games run under Wine and/or Cedega in a stable manner. Office is much more than I need. The only thing I miss is multi-monitor support (not DUAL monitor, I am talking 8 or more monitors - I trade stocks and look at a lot of graphs at the same time), but I hear better multi-monitor support is coming in Hardy Heron. I guess if I really wanted to I could play around with the xorg.conf file, but I really don't want to, any more than I would want to edit windows registry keys.

    Linux has improved a GREAT deal in terms of user friendliness and being able to do almost anything with simple mouse clicks from the GUI.

    The ubuntu forums are quite friendly, and it's not that hard to find the info to say get Evolution working with hotmail, or get ubuntu to play Hollywood encrypted DVD's (although that is laughably illegal in the US even if you bought the DVD). Better yet, download the AVI/DivX file and can claim that you're still only breaking one law.

    Anyway I'm getting ahead of myself. This book is a great idea. The inclusion of a CD is a great idea, and hopefully more people will think about linux as an alternative to pirating/being extorted into paying for Windows crapware.

    --
    Seven puppies were harmed during the making of this post.
  18. Hibernation and Standby by pinkfloydhomer · · Score: 0

    Or suspend to disk and suspend to RAM. Those two features are extremely important for a laptop user. Coupled with correct detection of lid opening and closing etc. And I have yet to find a linux distro og kernel compilation or software package (uswsusp etc.) that just works on the many laptops I have tried installing linux on. Come on! Laptops are increasingly popular and missing those features is a dealbreaker. It literally was for me. Also for my desktop computer, where I use hibernate and suspend a lot too. I have been running linux for 13 years off and on, but in the last couple of years, I always end up switching back to Windows XP because these features are lacking. Ubuntu (or any other distro) with at least perfect seamless no-hassle suspend to disk or RAM when I close my lid and perfect resume when I open it, would be a godsend for me.

    1. Re:Hibernation and Standby by Eli+Gottlieb · · Score: 1

      Funny, Hardy Heron seems to detect the lid fine on my Macbook Pro. Suspend on close, wake on open.

  19. Re:Don't underestimate the value of a plain unix b by blair1q · · Score: 1

    I got mine used from an Amazon reseller on an eBay link on Google Shopping.

    Okay, I lied. I snarfed it using Limewire (which I got using Kazaa).

  20. Re:Don't underestimate the value of a plain unix b by cencithomas · · Score: 1
    "I'm hoping for The Complete Idiot's Missing Manual to Teach Yourself Practical Guides in 24 Hours Unleashed..."


    ...For Dummies. ;)

    --
    ...'tis easier to blame than to improve.
  21. Obsolete in a year? by smolloy · · Score: 2, Insightful
    My main problem with all "Linux for Dummies" books is that, although they may be useful to begin with, they become almost entirely obsolete withing one or two major releases of the distro. The stuff that doesn't become obsolete is all stuff you can find in a shell scripting guide.

    Forums, despite their low signal:noise, don't have this problem.

    My recommendation would be to buy a good shell scripting book and read a few online tutorials on configuring whatever distro you have.

    1. Re:Obsolete in a year? by seandiggity · · Score: 1

      I've helped many friends/family members switch to Ubuntu in the past few years, and having a nice book to read is a great introduction, even just for the few "What is Ubuntu?" "What is Linux?"-type paragraphs. It can also make for a nice gift, and having something to accompany an install CD really helps take some of the fear out of installing a new OS (rather than handing them a CD I burned). That said, I think the advice you give is good for most users with some tech experience and good search/Web literacy.

      --
      Geeks like to think that they can ignore politics, you can leave politics alone, but politics won't leave you alone.-rms
  22. Re:Don't underestimate the value of a plain unix b by ffflala · · Score: 1

    Generally, if you are new to unix in general, you should get a good unix reference.

    Great suggestion. While Unix Power Tools is a fantastic reference book, something much narrower in scope (and much shorter) like Sams Teach Yourself UNIX in 10 Minutes can be a great help for those absolutely new to the command line.

  23. Fight ./configure && make && make by Zombie+Ryushu · · Score: 4, Insightful

    End users should ever EVER do ./configure && make && make install. We really need to fight that mentality, its unacceptable. There should be packages, RPM or DEB or both, of EVERYTHING, and if a bug is discovered; there needs to be a new packages ASAP. ./configure && make && make install of end users really needs to stop. For good.

    Now, ./configure && make && make install for developers as a stage in developers should be mandatory. And a baseline SPEC for the production of package for any given application or library. We are in the fight for our future people, and Microsoft is going at us like a sack of doorknobs, End users should NOT be doing ./configure && make && make install.

  24. Re:Don't underestimate the value of a plain unix b by fluffman86 · · Score: 1

    I'm hoping for The Complete Idiot's Missing Manual to Teach Yourself Practical Guides in 24 Hours Unleashed for Dummies
    Fixed that for you. ;-)
  25. I'm oddly sort of tempted by this. by seebs · · Score: 1

    I am familiar with a lot of the material in the book, presumably, but I'd like to see what he did for coverage of Ubuntu, especially now that I'm using it fairly regularly.

    (Background; I was involved with the Practical Guide for OS X 10.4.)

    --
    My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    1. Re:I'm oddly sort of tempted by this. by myowntrueself · · Score: 1

      (Background; I was involved with the Practical Guide for OS X 10.4.)

      How practical is that book in practice?

      Because I got a copy of "OSX; the missing manual" and I feel like taking it back to the shop and asking where in hell the missing chapters are...

      I'd like a *book* on OSX "under the hood" and Apple seem to be hell bent on keeping people away from that sort of thing :(

      --
      In the free world the media isn't government run; the government is media run.
    2. Re:I'm oddly sort of tempted by this. by seebs · · Score: 1

      I liked the Practical Guide. Down side, Leopard's out so some of the material's dated, but I think it was one of the first books to really talk at all about what launchd is and why you might care. I don't have one of my copies immediately handy, but I think it actually covered plutil.

      Oh! I found a draft. Yes. It actually talks about plutil and launchd and such.

      It was an interesting project, and I learned a lot from working with Mark Sobell on it.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
  26. Driver problems by Mr+EdgEy · · Score: 1

    This is mainly because the video driver manuf's couldn't give two shits about user friendliness on Linux.

    But yeah, Ubuntu has made great strides. The installer is arguably more user friendly than Windows - and once you're up and running it's essentially the same with less bugs :)

    Problems with Linux now, and for a few years now, have been with "obscure" hardware (dual monitor support is hardly joe sixpack, though it should be more user friendly). Which is a massive problem that won't be fixed until manufacturers decide Linux is worth coding for. With Vista looking the way it is, perhaps soon that will happen. Wouldn't count on it just yet though.

  27. Re:Fight ./configure && make && ma by dave562 · · Score: 1

    Thank you for saying this. I've been using computers since DOS 3.3 so I'm comfortable with the command line, but other than a short tryst with Slackware in the early 1990s I haven't really gotten into Linux. I'm sure that once you've done /configure make and install enough times it is fairly intuitive. However coming from a world where all that was required to get a program to install was to run the associated .com or .exe file, it seems pretty cryptic and clunky to have to feed source into gcc and wait for the system to compile your program for you. And if it fails to compile... oh boy... I don't have the patience for that crap anymore. I'll go back to what works and wait another year to see if the "Year of the Linux desktop" has finally arrived or not. ;)

  28. Re:Fight ./configure && make && ma by Zombie+Ryushu · · Score: 1

    I would never ever advocate the concept of running a program from an application vendor to install a program. That gave us our adware industry. DOS and Windows's methods are bad too.

  29. Re:Fight ./configure && make && ma by dave562 · · Score: 1

    I guess we all pick our poisons. I've never had a box compromised in fifteen plus years and I've been running vendor supplied installation programs all along. Sometimes I think Linux users like going through the make/install process simply because it lets them feel involved with what is going on.

  30. Re:Fight ./configure && make && ma by jsoderba · · Score: 1

    Why are you compiling your own software? What's wrong with the packages in the Ubuntu repository?

  31. Bulletproof X, Hardy, and Dual Screens by SEMW · · Score: 1

    Don't worry though, Ubuntu 8.04 will have "Bulletproof X" which will make things loads easier I believe. Better support for multiple monitors and video cards too I believe. Bulletproof X doesn't make getting the setup you want any easier; it just automatically drops you back to VESA drivers if whatever configuration you've just tried doesn't work. Unless you're happy to stick with 640*480 and 256 colours indefinitely, the only advantage is that you can try to fix whatever went wrong in gedit rather than pico. Kinda like Windows safe mode.

    Regarding the better support for multiple monitors in Hardy, it comes in the form of an xrandr front end applet. Having had a rather bad time trying to get dual monitors set up in Gutsy, I tried this when the beta came out (using a vanilla auto-configured xorg.conf). Looked pretty good at first; it shows the two monitors side by side, showing the one I hadn't been using with a screen resolution set to 'off'. I set that to 1152x864, and pressed 'apply': Lo and behold, it turned on and showed my desktop at that resolution -- except that the monitor I had been using before was now set to 'off'. I used the applet to turn that monitor on, it did so -- and turned my secondary monitor back off. Not impressed.

    The old 'Screens and Graphics' manager is still installed, only it's been moved over to the 'applications' menu for some reason. It still works identically to how it worked in Gutsy. By which I mean: not at all.

    However, even though the graphical front end to xrandr doesn't work, xrandr itself *does*. After a lot of experimentation, most of which is due to the fact that Compiz Fusion fails miserably when you try to enable dual screens, I found that I am now able to get dual screens working (with metacity only), using "xrandr --output DVI-0 --left-of VGA-0".

    So, yay! .... Kinda.
    --
    What's purple and commutes? An Abelian grape.
  32. Re:Fight ./configure && make && ma by dave562 · · Score: 1

    Way to change the subject. The matter at hand is the necessity of compiling programs by hand when a package installer isn't available. The GP said that there isn't really any excuse for not having a package installer in this day and age, and implied that in order to get up to speed with the rest of the world (read, MS and Apple), package installers are necessary. I was agreeing with him.

  33. guide to ubuntu by Anonymous Coward · · Score: 0

    1) insert install disk

    2) follow prompts

    3) done!

  34. Re:Fight ./configure && make && ma by jsoderba · · Score: 1

    If there is no package the software may as well not exist. I suggest searching the package repository for an alternative application.

  35. Re:Fight ./configure && make && ma by dave562 · · Score: 1

    Thanks for the suggestion. I'm probably going to get a new computer in part with my "economic stimulus check" and will definitely be putting an Ubuntu partition on there.

  36. Re: Ubuntu and ATI video cards by transporter_ii · · Score: 1

    I built an Ubuntu 6.06 system that happened to have an ATI card in it. I was so impressed with the system that I decided to build a new system. Happy with the ATI card, I ordered an identical, brand-new card...only I installed Ubuntu 7.10 on my new system because the SATA drives required a driver that wasn't in 6.06. I fought with the ATI drivers for over a week and never could get it to work. And I'm not the only one that had the problem between 6.06 and 7.10. The forums were running over with complaints, but solutions were few and far between.

    After a solid week of late nights with the ATI card, I ordered an NVIDIA card. 7.10 picked up the card and installed the proper driver on the first shot. Never again will I buy an ATI card for a Linux system. The two cards costs about the same, but one is a hell of a lot more work to get going.

    For all the Linux sucks with games stuff you hear, I play OpenArena on my LAN in a totally Linux environment and my kids and their friends love it. My kids also love xmoto.

    transporter_ii

    --
    Doctors destroy health, lawyers destroy justice, universities destroy knowledge, religion destroys spirituality
  37. wow ! the cd !! by Anonymous Coward · · Score: 0

    i am buying the book for the cd !

  38. Re: Ubuntu and ATI video cards by xSauronx · · Score: 1

    maybe in some time ATI will have better support, theyre working on it, but itd be a long time before i bought an ati card to use with linux.

    however, my T40 has a radeon 7500 mobile in it, and runs compiz great. however, its old, and uses open drivers :P /victory, sucker.

    --
    By and large, language is a tool for concealing the truth. -- George Carlin
  39. This book is great by sam0109 · · Score: 1

    This book is GREAT. I have read it entirely and i can help my friends with all the ubuntu problems. We recently changed to ubuntu from windows because of all the problems that vista introduced and the programs that were coming out for it and not XP (we also hate bill gates). I got this book before it was slashdotted. I hear a lot of people talking about the needlessness of buying a book, but I like the rightness of having a book in my hands and not having to search through what seems to be endless blogs. In the end, I think anyone who is new to ubuntu, or even upgrading to ubuntu from other linux systems, should buy this book.

  40. Pfff meh by Keith_Beef · · Score: 1

    About twelve years ago, when I was living in France, I bought a 300 page book with a Slackware CD in the cover. OK, so at the time Slackware was not exactly forgiving... and the CD woudln't work. But the book was sort of useful. I managed to get hold of redhat, with no printed docs, and installed it and was a happy monkey for the next three years. In that time, I bought great thick book with a blue cover, with a entitlef "Linux Undercover" with a RedHat logo... it turned out to be not much more than a set of RFCs. After that, I went to Mandrake, which became Mandriva not long before the time that I moved to the US, at which time I switched to Ubuntu. And what printed material do I possess concerning Ubuntu? err.... Sorry, I can't produce that evidence. It seems to not exist. Sorry. The point being, that the vast majority of the printed material I formerly held on to concerned configuration and troubleshooting... something which seems to be mostly redundant with Ubuntu. Things mostly "just work", and for the few things that don't I have UbuntuForums.org to help me out. K.

  41. Re:Don't underestimate the value of a plain unix b by Breakfast+Pants · · Score: 1

    I'm going to second Unix Power Tools as an excellent book for learning the whole shebang, but point out that you might as well get Linux Power Tools.

    --

    --

    WHO ATE MY BREAKFAST PANTS?
  42. Re:Don't underestimate the value of a plain unix b by bwcbwc · · Score: 1

    For that matter, Sobell himself has various editions of "plain old Unix" books going back to the 1980's. The Ubuntu edition sounds like a useful update to my earlier editions of "A practical guide to the Unix System". Combine these with the Advanced Bash Scripting guide and the other online documentation at tldp.org, and you're good to go.

    --
    We are the 198 proof..
  43. Re:Fight ./configure && make && ma by dmizer · · Score: 1

    End users should ever[sic] EVER do ./configure && make && make install. We really need to fight that mentality, its unacceptable. There should be packages, RPM or DEB or both, of EVERYTHING, and if a bug is discovered; there needs to be a new packages ASAP. ./configure && make && make install of end users really needs to stop. For good.

    And you're saying this because?

    I've been exclusively using Ubuntu since Breezy (more than 3 years), and have done "./configure && make && make" less times than I have fingers on my left hand. That's including at least 30 system installs, 5 servers of various configurations (including dedicated web servers), and a multitude of different hardware surprises from laptops and wireless cards.
  44. Re:Broadcom wireless by dmizer · · Score: 2, Insightful

    This is a troll, but I'll bite anyway. Since when has a $20 piece of computer equipment been a show stopper for an entire OS?

  45. Don't you see why cmd line is hard for a newbie? by KWTm · · Score: 3, Insightful

    I honestly don't see how "apt-get install program" is ... complex in any way.

    A few years ago, I would have found your statement hard to believe; I would have labeled you as some sort of troll, deliberately provoking a response. More recently, I have come to learn that some people, like you, have a great deal of difficulty seeing things from the newbie point of view. This is not meant to be disrespectful, but at the same time I'm going to use you as an example to point out a flaw in many geeks, of which they are themselves unaware.

    The problem with using the command line is NOT fear of the text-based interface.

    Imagine for a moment that you have just been seated at a restaurant serving ethnic food that is new to you --say, for example, that your new girlfriend (who's dying to learn Linux from you) wants to try out that new Thai restaurant with you (replace "Thai" with any type of cuisine with which you are not familiar).

    The waiter comes up to you and, instead of handing you a menu, says, "So, what do you want?"
    "Well, what do you have?" you ask.
    He shrugs. "Anything," he says.
    "What do you mean, 'anything'?"
    "It means exactly what I said," he answers. "You can order anything you want. We cook hundreds of different dishes, any way you like."
    "Okay, I'll have a steak."
    "That's not a Thai dish."
    "But you said *anything*."
    "But this is a Thai restaurant. When I said 'anything', I meant anything *Thai*, of course."
    "Okay, I'll have a typical Thai entree dish."
    "No such thing as 'Thai entree dish'. You have to tell me which Thai entree dish."
    "Well I have no idea."
    "Well, order anything. Anything *Thai*," he adds pointedly.
    "Such as?"
    The waiter becomes exasperated. "Well, you can have Pad See Ew, or Tom Yum Gong, or--"
    At this point, your girlfriend wisely cuts in and says, "Could we have a menu?"
    The waiter rolls his eyes. "All these newbies wanting to order from a menu! I honestly don't see how 'Tom Kha Khai' is master chef like or complex in any way. Our clients who consider 'Tom' confusing are the ones that will blank-face any illustrated menu for any type of food. For these people, we have the choice of two preset menus."

    The point, I'm sure you'll have seen, is that when the command line asks the newbie, "Okay, what do you want to do now?" the newbie has absolutely no idea. There are too many possibilities. Sometimes the newbie will gamely try a command like "check my email" or "email", but the stony response of "bash: email: command not found" quickly puts him in his place. Hell, even *I* forget the ins and outs of some commands with their options (is it "find [directory] [target]" or "find [target] [directory]"?).

    A common mistake, of which I will make yours an example (but you're certainly not alone in this), is that you think the newbie fears text mode. Now you see the difference? With apt-get, you could type any sequence of characters for a package name and there would be nothing to stop you except some cryptic message, "No such package as 'Thai entree dish'." The GUI, or text-based menu, limits your options so that it guides you to what you want. You can select packages. It doesn't matter whether the interface is graphical, ncurses, or just "Press 1, 2 or 3". Of course, newbies are more likely to warm up to the GUI, but that's secondary.

    Now, I realize that you did say Synaptic would fill the void, but that doesn't necessarily help guide the newbie onto the command line.

    I would love to have a tool that showed a menu of choices, either in a GUI or a ncurses text interface, that let me choose common commands, like that confusing "find" command I mentioned earlier. On the "find" window would be a form with a space to fill in "Enter directories to search" and "What filename are you looking for?" with perhaps some radio buttons or checkboxes for various command-line parameters. When you click OK, not only does it execute the command, it also tell

    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
  46. Re:Don't underestimate the value of a plain unix b by pandrijeczko · · Score: 1
    Generally, if you are new to unix in general, you should get a good unix reference. I'd suggest Unix Power Tools by O'Reilly.

    There's no denying that the UNIX Power Tools book is an excellent book - but the fact is that it's orientated more towards the intermediate user who is prepared to resort to the shell prompt to get things done. The same can also be said for O'Reilly's "Classic Shell Scripting" and "Bash Cookbook" which are also truly great books for UNIX and Linux but again deal wholly with the shell prompt.

    People starting off with Ubuntu do not want to be worried about the shell prompt any more than they want to worry about the command prompt under Windows. Yes, eventually, they may realise that to become a Linux power user, they need to put together piped commands and scripts, but one step at a time is fine for them.

    --
    Gentoo Linux - another day, another USE flag.
  47. Sadly not. by goldcd · · Score: 1

    I'm fine with windows, but feel I should at least try switching to Linux. I try - and say Ubuntu installs perfectly. Web, email, file shares all easy to work out. I can use the nifty little wizards to install new apps - but that's about it. All the complexity is still there, it just takes you a little bit longer to hit it now. For example I was trying to get MythTV to work. Asks me for my mysql db settings, which I give and then it tells me that the db isn't available. I check the 'Services' program on the GUI and it says MySQL is running - and that's where I currently am with my Ubuntu machine, poking randomly at stuff without a clue what I'm doing (and probably beaking more than I'm fixing).

  48. Re:Don't underestimate the value of a plain unix b by mgblst · · Score: 1

    I thought it was the fact that people can't get enough of linux, so when they aren't using it, they want to read about it (on the plane, or in meetings, etc...)

  49. Re: Ubuntu and ATI video cards by d3ac0n · · Score: 1

    This isn't terribly surprising. I have had similar experiences with ATI and Linux (Ibinti, Fedora, Open Suse, Mandrake (pre-mandriva), Etc. Sometimes they worked flawlessly, other times not at all. However, Nvidia has worked flawlessly EVERY time, regardless of Distro, for the over 6 years now that I have been using and abusing Linux in it's various flavors and forms.

    Unfortunately, the situation is not improved with the Ubuntu 8.04 (Hardy Heron). This distro dumps the Open Source XGL driver that works fantastic in 7.10 for the new ATI driver. The new ATI driver is absolute dreck. Not only does it NOT work at all on older cards, but it works poorly on the new ones too.

    Perhaps in a few years AMD will have helped ATI along enough to actually have a good driver, but until then it's Nvidia video for Linux users. It's just too bad that so many laptop manufacturers went with ATI video in their laptops. That basically removes a HUGE chunk of laptops as Ubuntu upgrade candidates.

    --
    Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
  50. Re: Ubuntu and ATI video cards by d3ac0n · · Score: 1

    Note to self:

    Make sure to SPELL CHECK your posts using preview. "Ibinti" above was supposed to be "Ubuntu". Dang fumblefingeritis.

    --
    Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
  51. Re:Fight ./configure && make && ma by Anonymous Coward · · Score: 0

    Despite the name "universe", not every software package that is available is in the Ubuntu repository.

    Not to mention the number of in-house apps that need to be compiled.

    The world is not as simple as you think.

  52. My practical guide to any linux distro... by Tarlus · · Score: 2, Insightful

    Google.

    --
    /* No Comment */
  53. Re:Don't you see why cmd line is hard for a newbie by Anonymous Coward · · Score: 0

    What you're looking for is apt-cache search [terms].

    If you would take two seconds and ask instead of throwing your hands up and saying "oh noes! too many commands" we would've told you.

    Also, see aptitude (run it with no arguments) for a ncurses based menu. Although, that's outside of the scope of CLI usage in lieu of a GUI.

    There are only about a dozen CLI commands that most people need to be familiar with (and then you just reference the man page for syntax on the others). Or is it impossible now for someone to do what was commonplace just a little over ten years ago? (That would be using the CLI almost exclusively)

  54. Kudos for that by gzipped_tar · · Score: 1

    Disclaimer first: I didn't read the book so I may be wrong.

    I'm glad to see such a book coming out. Though I don't like Ubuntu (I use a Fedora system), I like the idea of the book.

    Some of us have argued that the Ubuntu community serves as a better source of knowlege. But a book is a different thing. I can tell from some of my personal experience.

    I code Python programs in my spare time, and I'm trying to integrate Python in my physics studies. When I was learning Python from scratch, the only source I have were the docs (Tutorial and Library Reference) that came with it, the pydoc program, some open-source programs (which were too hard for me to fully analyze then), the mailing list and the comp.lang.python newsgroup. I made a bootstrapping start from them, and I could code something that worked then. Well I still paid the money to buy a printed book (Alex Martelli's "Python in a Nutshell"), since reading a book in my hand is a better, systematic approach to organize my knowledge on the topic, and more fun as well. I can read about almost everyting related to the language's semantics without having to optically parse the BNFs in the documentation.

    Now it comes to a book for a popular, desktop-user oriented distro, it's quite different OK? Yes it is, but the learning mechanism is similar. For a typical desktop user, she has some docs from the vendor, the community-based forums (compared with c.l.python), example configuration files and shell scripts (compared with Python example sourcecode, also note that the users may not really understand them), however there's really not many choices for a decent book. I found O'Reilly has some titles like "Hacking Ubuntu Linux" and "Ubuntu for Non-Geeks", but just imagine the poor number of desktop Linux titles in a bookstore, compared to the multitude of Windows-related books (at least it is so here, in China, and most of the Windows books really suck).

    Among the desktop users, only a small portion of them have a good understanding of their machines. I guess this proportion must be higher for Linux users, but it is also likely that most of (I mean most of) Ubuntu users are the least technical savvy of Linux-based distros' users, given the design goal of the distribution. On the other hand, they chose to use Linux for a reason. That may be mandatory if it's required for your job, but many of them are at least interested in something that has freedom built in the designers' mind, something that gains its position for its quality instead of marketing and user locking-in. These people are the fraction who has a desire to free their minds and learn, and I hope they can enjoy a book written for them.

    BTW I hope there's a book that serves as an "Introduction to Computers" based on a general Unix-like platform. I hope such a book could exist so that an average user can learn more about the basic ideas behind the daily stuff on a computer, e.g. how programs are executed, how networking are possible, how to make best use of filesystems, the mindset of security, as well as information-related skills. Not everybody is computer-literate as /. readers, and they need education like this to satisfying their needs, as well as saving a lot of time dealing with "luser" problems.

    --
    Colorless green Cthulhu waits dreaming furiously.
  55. Re:Fight ./configure && make && ma by verbila · · Score: 1

    I totally agree. The moment you ask regular end users to go to a command line, you have lost the battle. The command line should be for techies that like to fiddle with stuff and fix stuff and mode their machines. But installing an app for Joe Blow should be point-and-click via a GUI interface every time. And we also need more PLAIN ENGLISH descriptions of how things work and how to do things. Instructions, dialog boxes, error messages should have a simple strighforward explanation. "Devices using the ralink chipset are listed with the rt2x00 driver. the rt2x00 driver only works for kernels 2.6.13 or greater. For a kernel older then this you need to use rt2500 for pci devices or rt2570 for usb devices". Joe Blow has no frickin' clue what this means, and he shouldn't have to. He just wants things to work.

  56. This Computer Know-NothingCan Run Ubuntu Just Fine by Amander · · Score: 1

    I am the very last person to claim I have much computer experience at all. Had a Mac for a long time, cool, etc; had to use Windows for work so could navigate that too. I had an Acer Aspire running Vista which, just like you said, pissed me off. I put Ubuntu (7.04) on it and it worked fine. I didn't mind having a wired connection. Stuff worked. The Gutsy upgrade got me wireless. This past weekend I put Xubuntu 7.10 on an old Dell Latitude. Again, I don't mind being wireless... I have made plenty of mistakes but I have learned from them. My personal experience with Ubuntu has been great, and a friend who is an IT professional first got me interested in Linux in the first place (his company runs Fedora).

  57. Hey, wanna be the poster boy for Geek-In-Denial? by KWTm · · Score: 1
    Hi, Mr. Coward. Boy, you post a lot of comments. Some are insightful. This particular one was not.

    What you're looking for is apt-cache search [terms].
    In that case, in order for the command line to be the equal of the "guided" interface, the error message should suggest this. Something like: "apt-get: error- no such package. Use apt-cache search [package] to look for a package."

    If you would take two seconds and ask instead of throwing your hands up and saying "oh noes! too many commands" we would've told you.
    It's okay, I'm perfectly capable of finding these commands. But when you ask me to take "two seconds", you're not really being honest with yourself, are you? Sure, it takes only two minutes to log in to a forum and post, or maybe navigate to IRC if that's available. But it takes a lot longer than that to get an answer that you can use to solve your problem. Sometimes you get lucky with a quick and comprehensible answer, sometimes you don't. Compare that with the GUI or menu, which guides you so that you instantly know. What a big difference between the two, especially for the newbie!

    There are only about a dozen CLI commands that most people need to be familiar with (and then you just reference the man page for syntax on the others).
    So, the newbie has to memorize a dozen commands, and even then s/he'll still need to check the instructions for more commands? And you're saying that you don't see how this is harder for a newbie than using a GUI where you don't need to memorize anything? Boy, no wonder they say geeks don't know how to interact with the general population!

    Or is it impossible now for someone to do what was commonplace just a little over ten years ago?
    Again, you're bending the truth here. A little over ten years years ago, 95% of those 100,000 geeks knew how to use the command line. Now, only 5% of those 100,000,000 general computer users know how to use the command line. It wasn't quite as "commonplace", as you put it, ten years ago.

    I imagine that the waiter at the Thai restaurant might have the same rebuttal for you: "What you are looking for is [insert colour here] Curry with Rice. If you would take two seconds to read the Thai Cuisine journals instead of throwing your hands up and saying, 'oh noes! i have no idea what Thai foods exist,' you would have found out. There are only about a dozen Thai words that most people need to know, like 'Tom' means 'soup', and then you can ask what Thai meats and spices make up the dish. Or is it impossible here for someone to do what 63 million people do in Thailand? (That would be getting Thai food without a menu?)"
    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
  58. I felt your pain by thefekete · · Score: 1

    This is my experience - from all XP to Penguin Paradise

    The first time I installed linux (I forget which dist.) was about 6 years ago (2002 or 3). I hadn't done any research and 6 hours after selecting WAY to many packages, my only computer was staring at me with - at the time - a very unfamiliar and daunting '$> _'. It had been a long time since I had used dos, and I was expecting a graphical interface. I freaked out and reinstalled windows.

    2 years later, I bought a SUSE disc from Fry's with the infinite wisdom of "I paid for it, it's got to work". I installed it on my only computer, a laptop. Not quite. The dual boot operation failed and I was unable to boot XP. The Suse installation didn't like my graphics card and I had a psychedelic plaid desktop. I freaked out and reinstalled windows.

    In late 2005, I got a job and became the web admin. After realizing that we had a T1 and a static address, I thought, "man, this would be perfect for a LAMP server". So, I did my research . I not only looked at howto's for installing a LAMP server, but also did every google search again with 'problem' added to see what to expect as problems. Then I did some research on hardware compatability, and bought a cheapo P3 motherboard off ebay for $25 and tested the process. It worked. I showed my boss and he was awesome enough to buy a decent server for me to manage and serve our website in-house.

    Presently, I own about 3 desktops and 2 laptops and run a server at home and administrate the server at work (which now has email, ftp, svn, and samba services running as well). They all run Linux. I am no uber-admin, but that bash prompt is now a very pleasant site after using XP all day at work.

    In other words: I felt your pain. That laptop I set up Suse on had an ATI graphics card, but the next time I bought a computer, I checked out it's compatibility - even though I didn't install Linux on it until a year later, I planned ahead. In fact I'm writing this on that computer. I've never had a compatibility issue on it.

    The point is, I'm not going to tell you that you should figure it out and make it work or quit complaining. Just don't give up and keep it in the back of your mind. The next time you go to buy a computer, just take the time to find one that seems compatible - even if you don't plan on installing right away. That way the next time you try out linux, you'll be pleasantly surprised instead of predictably disappointed by your hardware.

    Just my two cents anyways

    --
    The cool things is to have windows that bounce up and down like a good tits.
  59. Re:Don't you see why cmd line is hard for a newbie by Overzeetop · · Score: 1

    I know this is a bit late, but thank you for your response. It was possibly one of the best analogies I've seen (and it didn't even involve a car!). I can make the common user's head spin in the windows CLI (being an old DOS man, myself), and I can _navigate_ through the linux file system, but trying to _do_ anything is dicey at best. It has, to some extent, been made "worst" by windows - everything has an installer these days, so you double click the pre-packaged executable and it installs the program. I chafe a bit at it, as I often don't want all the install options, but in windows I can track down the offending parts and kill them. I know where programs are installed, and usually where the installation files end up. It's not as easy as it once was, with an .ini file in the program directory which controlled the SW. I once thought the registry was a good idea, now it's just a place to hide and obfuscate settings from the user.

    And, if you will let me vent momentarily, man is about as useful as the windows help files. They give you syntax as long as you already know what commands are necessary to perform a task. Neither can help you find out what you need to do to accomplish a task.

    --
    Is it just my observation, or are there way too many stupid people in the world?