Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Announcements Software Linux

GrokDoc Goes Live; All GNU/Linux Newbies Welcome 504

An anonymous reader writes "Writing at LinuxWorld, Groklaw's PJ asks "What Do Newbies Need to Make the Switch to GNU/Linux? and invites the world - literally - to help with answering the question, by participating in the wiki she and some colleagues have just launched. GrokDoc aims to turn the usual process on its head: "Instead of experts telling newbies how to do things, we will let newbies show and tell us what they need." Might be a fantastic way to help push Linux still further toward that fabled tipping-point."
This discussion has been archived. No new comments can be posted.

GrokDoc Goes Live; All GNU/Linux Newbies Welcome

Comments Filter:
  • by mahdi13 ( 660205 ) <icarus.lnx@gmail.com> on Monday June 14, 2004 @11:49AM (#9420470) Journal
    but you know the newbies STILL won't RTFM
    • by Anonymous Coward on Monday June 14, 2004 @11:52AM (#9420489)
      Maybe the problem is newbies not knowing what RTFM means when you tell them to RTFM?
      • by Spencerian ( 465343 ) on Monday June 14, 2004 @02:20PM (#9422122) Homepage Journal
        I'm a computer tech and consultant that generally putters with programming. I wasn't too shocked to see, as I moved to Mac OS X, how badly the man help and documentation files were written.

        My career involves many publishing venues, including a very popular book publisher and a city newspaper. While most developers are very adept at their work, self-expression or documentation is not their strong suit in general. The text is jargon-rich and circular, presuming that the reader already has a knowledge base equal to that of the writer.

        This one point alone is why Linux and almost all other UNIX blends and clones never get the attention they seek. It's not that the OS is rotten (far from it), but because users have NO FRICKIN' CLUE what to do with it, including installing the OS (which programmers should really assume will be atop or supplementing Windows), and the help information is incomprehensible, if it exists at all.

        Further, the diversity of X Window-based interfaces (window managers and desktop managers like KDE) are too diverse, leaving users very confused where anything is. Mac OS X is essentially the only UNIX clone/blend that a grandma can use. Sure, grandma CAN use Linux, but who's going to teach her how in a way that is understandable? She certainly won't try to READ how.

        My humble opinion is that programmers should stop trying to steal the likenesses of Microsoft Windows and Mac OS X and attempt to kidnap the companies' marketing and human interface staff!
        • by cluckshot ( 658931 ) on Monday June 14, 2004 @03:52PM (#9423031)

          I will second the motion on MAN pages being stinking rotten messes. I have tried for years to read them and tried to make any useful sense of them. The problem is that they give you a command name and a set of switches and input values not considering that many combinations have no real value or simply don't work together.

          I could use a man page with a few examples for how to use the command. Try chmod for example. Goof around with chmod in a recursive fashion and you are likely to have the OS fail to work! It is easy to not know that unless a program is not editable it will fail to work.

          Take the wonderful commands for applications of grep!!! Which goes with which and which conflicts with which and why.

          Well if you are not confused you have not tried these wonderful tools. They are powerful but obscure. A MAN page which actually gave you a useful script like command [Switches] [FileName] and actually showed you a simple examle or two might help. tar for example can be pretty awful without a good example.

          I suppose a wrapper tool might be in order as well

    • by Mz6 ( 741941 ) * on Monday June 14, 2004 @11:53AM (#9420500) Journal
      ... that the entire /. community is a bunch of newbies?
    • I Disagree (Score:5, Interesting)

      by Seek_1 ( 639070 ) on Monday June 14, 2004 @11:59AM (#9420561)
      I don't consider myself a newbie by any stretch of the imagination, but the majority of the time I still can't make sense out of linux documentation.

      I tried every night for two straight weeks (reading the docs, getting some great help from the standard linux forums, reading every samba tutorial I could find etc) to get Samba working on my home network before finally giving up on it (and hence linux altogether).

      You can't really complain about newbies not reading the manual when the manual either just plain doesn't contain the information you need, or has wrong or out-of-date information in it.
      • Re:I Disagree (Score:5, Informative)

        by Elecore ( 784561 ) on Monday June 14, 2004 @12:13PM (#9420697) Homepage
        I've gone through a few different distros the past year, and I must say that so far, the Gentoo handbook is the best manual for linux I've ever read. They show you exactly what to type, and where, as well as telling you WHY you're typing it. I learned a lot about linux simply by installing and troubleshooting Gentoo.
        • Re:I Disagree (Score:3, Informative)

          by moosesocks ( 264553 )
          I wholehartedly agree with you 100% here.

          Funny thing is that Gentoo's documentation has been criticized by the 'hardcore' linux community.

          It's consistent, it's up to date, and most of all, it's really easy to read. Like the parent mentioned, you really do learn a lot when reading it.

          Gentoo is without a dobut one of the most complicated of the distros. Consequently, it is one of the most difficult to use, and even long-time linux users will need to refer to the documentation.

          As a result, the documentat
        • Re:I Disagree (Score:5, Informative)

          by RAMMS+EIN ( 578166 ) on Monday June 14, 2004 @02:00PM (#9421875) Homepage Journal
          I agree with that. At the time I installed Gentoo, a lot of UNIX commands were still abracadabra to me. Still, I managed to get Gentoo up and running without a hitch, and learned a lot in the process. What this means is that Gentoo, typically considered for advanced users, is a good way to kickstart newbies.

          I really think that, in general, one of the best ways to learn about computers (any part of hardware and software) is by diving into it at the deepest level with a good walktrough. This not only teaches you how to do things, but also why you do them that way. With strong knowledge of the low level, it is easy to come up with any solution for the high level.

          Of course, the _quickest_ way to learn how to use a computer is to learn just the things you need to use. However, do not confuse this with the easiest way. For example, there is a widespread belief that GUIs are more intuitive, and therefore easier to use than the command line. I disagree. I can hardly think of anything more intuitive than pressing the key which has the character that you want on the screen. From there on, you build up the complexity until you have a command that does what you want done, and press the key that causes the command to be executed.

          In a GUI, one typically moves the mouse (in a different plane!), to the location where an action is to be performed, then does one of clicking, right clicking, holding a key and clicking, double clicking, etc. Often, the command to be performed is selected from a menu, which sometimes appears in a completely different location from where the action is performed. Intuitive?

          The strength of GUIs is that they are discoverable. Once you learn how to move the mouse, select items, and navigate menus, you can discover pretty much everything a program can do by doing just that. There is a lesson here for CLI designers: make your interfaces discoverable. Tell the user how to get a list of commands and how to find out what they do.
      • Re:I Disagree (Score:3, Insightful)

        by koniosis ( 657156 )
        I have to admit, a LOT of linux programs I have tried using and projects that I've seen have some of the worst documentation I;ve ever seen. Usually going something like "Do A, then B will be ready" when in fact there is so crucial step to get "B" ready that it is assumed the user will just "know". Most the time this leads to hours of IRC in some remote channel where most the people there are afk for 23 out of 24 hours.
      • Re:I Disagree (Score:5, Interesting)

        by KrispyKringle ( 672903 ) on Monday June 14, 2004 @12:16PM (#9420719)
        It really depends on what you're doing. For something as mature as Samba, you should be able to get docs (and in fact you can--I know, because I've read and used them). But for some new software, the code is beta or done, but the docs have to wait. A good example of this is the 2.6 IPSec implementation. I tried to use it with ipsec-tools and easily got transport mode working, but found virtually no documentation on tunnel mode. I ultimately gave up and went with FreeBSD.

        Point is, most commercial software isn't released if it's not documented (not always the case, of course). But Open Source you get when you get it. If it's not done, it's not done but you can still download it. If it's done but the docs aren't, nobody holds the release up. C'est la vie.

        • Re:I Disagree (Score:5, Insightful)

          by kfg ( 145172 ) on Monday June 14, 2004 @12:45PM (#9421030)
          It really depends on what you're doing. For something as mature as Samba, you should be able to get docs. . .

          He didn't say he couldn't find docs. He explictly said he found lots of docs.

          Finding docs is worthless if they all suck.

          In my early Linux days I floundered around for a couple weeks just trying to find basic information. I'm no command line novice either, going back to the days when we typed it, on a typewriter. Finally a simple diagram of the generic file system printed in Linux Journal (that's right, even Linux for Dummies didn't bother to even show me a diagram of the file system, and this is enough editions back that it was still command line centric) and a copy of Kernighan and Pike had me whizzing along in about half an hour.

          Because Kernighan and Pike writing generically decades ago wrote better Linux documentation than what was available for Linux, and even better Red Hat documentation than that which came with my boxed set with triple the page count. I would have been better off if Red Hat had just tossed me a copy of TUPE with a note on saying,"Best we can do, you'll have to figure the rest out by yourself."

          Because Kernighan and Pike know how to write documentation.

          KFG
      • Re:I Disagree (Score:5, Insightful)

        by Welsh Dwarf ( 743630 ) <d,mills-slashdot&guesny,net> on Monday June 14, 2004 @12:18PM (#9420741) Homepage
        When a so called 'newbie' starts out he shouldn't (need to) read documentation telling him how to use vi to edit /etc/samba/smb.conf.

        Instead he should be directed to a convenient administration tool (swat/webmin) which would allow him to set up his home server without 3 hours spent trying to make head or tail of his new (GNU/)Linux system.

        Later, if he wants to become more proficient, or fine tune his installation (in general), then by all means show him the CLI and point him in the direction of a M for him to RT, just not straight away.

        What a lot of us seem to forget all to easily is that there is something called information overload, and learning the command prompt/SysVinit runlevels/Samba configuration/hosts.Allow/Deny.... all at once is an easy way to get there. We didn't learn all of this in one weekend, so we shouldn't expect others to.

        • Re:I Disagree (Score:4, Insightful)

          by Lumpy ( 12016 ) on Monday June 14, 2004 @01:50PM (#9421781) Homepage
          When a so called 'newbie' starts out he shouldn't (need to) read documentation telling him how to use vi to edit /etc/samba/smb.conf.


          Huh?? why is anyone new using anything but the gnomeedit or other point and click text editors that are automatically installed?? It's just like the windows ones they are comfortable with...

          And anyways, why are you messing with the smb.conf file or SWAT?? use the mandrake config tools and call it done. Too many newbies are being directed at advanced distros like gentoo and Debian and Slackware.... Give them the easiest for anyone to use, Mandrake 10.0 and soon to be even easier SuSE.

          That was the biggest problem in my Local LUG.. the Seasoned Linux experts are telling newbies... "dont use XXXX use Gentoo it's better... here Debian Stable is what you want, etc....etc....etc...

          Most linux newboes need to start with Knoppix then graduate to a real-installer but still brain-dead easy to use like Mandrake then graduate when they learn to hate RPM based distros...

          throwing someone the Linux from Scratch PDF when they are a newbie is plain stupid, and most linux experts pull that crap on newbies every single day.

          Getting them to change is the first step... the LUG I help with is standardized on Mandrake for newbies... we also reccomend that they actually BUY it so they can access the support community for it. then after they are ready they graduate to other distros...
          • Re:I Disagree (Score:3, Informative)

            by Welsh Dwarf ( 743630 )

            And anyways, why are you messing with the smb.conf file or SWAT?? use the mandrake config tools and call it done. Too many newbies are being directed at advanced distros like gentoo and Debian and Slackware.... Give them the easiest for anyone to use, Mandrake 10.0 and soon to be even easier SuSE.

            That's exactly my point (sorry for the SWAT reference, being predominantly Slackware myself, I don't really know what's out there).

            But what's really needed is for people to be sent to the right tool for the job

      • Re:I Disagree (Score:3, Interesting)

        by chill ( 34294 )
        And this is where something like Grokdoc would come in handy, though it doesn't cover Samba.

        What distro were you using? Where did you have problems? Were you trying to just share stuff or do full Domain Authentication as well?

        I just installed SuSE 9.1 on a latop here at work, and it saw all three NT/2K domains immediately. I was able to share some files just with a couple of clicks.

        -Charles
      • Re:I Disagree (Score:3, Insightful)

        by CAIMLAS ( 41445 )
        That's contradictive. If you've given up on linux, you are a newbie. Just because you know windows does not mean you're hot shit in the Linux world of knowledge. They're knowledge sets that are not mutually exchangeable.

        Samba configuration is exceedingly simple.Most distros even come with a very thorough config template made out for you. You can get it set up and running in a matter of seconds:

        [global]
        netbios name = machine
        workgroup = name
        security = share
        [shares]
        path = /shares
        browseabl
    • WM? (Score:3, Insightful)

      by zogger ( 617870 )
      What manual? You mean man pages (already getting into an abbreviation now, just the name) written in programmer/sysadmin speak, which is composed of equal parts arcane jargon and acronyms, and assumes a background in Unix administration and total familiarity with running Bash? That manual? You are correct, they will look at it and go "this is absolutely NFG for my purposes right now".
      • Re:WM? (Score:5, Informative)

        by stevey ( 64018 ) on Monday June 14, 2004 @12:12PM (#9420683) Homepage

        You can do far worse than pointing people at The Linux Cookbook [dsl.org].

        This is something that is task orientated which seems to make lots of newcomers to Linux (but not computers)

        • that's a good one (Score:3, Insightful)

          by zogger ( 617870 )
          but it's not contained within the distro when you install it, you might not even be able to get online at all to find it, and if you did, you would have to know it exists in the first place. A lot of the problems with linux and newbies or intermediate level is that it's not WITH the installation. If you are lucky enough to have a friend or LUG handy to get you started, it's probably a lot better, but sometimes that isn't possible, and a lot of people only have one computer, so if they install linux and then
    • by Len Budney ( 787422 ) on Monday June 14, 2004 @12:04PM (#9420600)
      but you know the newbies STILL won't RTFM

      Is that the issue? I didn't read the article...

    • That's because the first response to every posting is "STFU N00B."
    • That's cuz many dont know where to find the FM. Check out comp.lang.perl and see how many newbies are educated via egomaniac-with-flamethrower daily. There are indeed many too lazy to read, but you can't assume every newbie KNOWS there is a manual, and where to find it.
    • I don't know about you, but if I have problems installing something, I don't always RTFM either. For example: I tried many many times to get wine to work, and every time failed. It crashes, or can't find some config file, or just doesn't do anything at all. Why didn't I RTFM? Because it is BIG and I just don't want to waste all that time to figure out just what options I need to type into the darn config file. Instead, I just boot into Windows to play games. Much simpler, not wasted time, no strange crashes
  • Montessori Linux (Score:5, Interesting)

    by nightsweat ( 604367 ) on Monday June 14, 2004 @11:50AM (#9420474)
    This is the Montessori method of teaching Linux. Brilliant. Maybe I can get some questions I've had answered, finally.
  • SSDD (Score:4, Insightful)

    by Anonymous Coward on Monday June 14, 2004 @11:50AM (#9420476)
    Isn't this just like a regular forum like

    www.linuxquestions.org
    or
    www.mandrakeusers.or g
    or
    whatever fedora people use?

    Its just a fancy forum! Move along, nothing to see here people.
  • Listening to Newbies (Score:5, Interesting)

    by wambaugh ( 666794 ) on Monday June 14, 2004 @11:51AM (#9420483) Homepage

    On the other hand, rather than pushing linux past a "tipping point," listening to newbies might lead to many of the aspects of the Microsoft/Mac models that many hard core PC users hate.

    Not that I think this is a bad thing, but it's worth considering that if, for instance, standardarized application appearance/performance becomes more important, much of the speed and robustness of Linux may fall by the wayside.

    • by John Hurliman ( 152784 ) on Monday June 14, 2004 @11:56AM (#9420536) Homepage
      I'm not pointing out the obvious to troll, but remember Linux is just a kernel. If one desktop team decides to make an Apple clone that sacrifices top performance for a common user interface (I don't see how that argument makes any sense at all, but I'll go with it), another team will step up to give you the bare bones written in optimized C and assembly. People have this vision of every Linux enthusiast on the planet except for themselves heading in one unified direction that isn't to their liking; I don't think you'll see that happen any time soon.
      • by dasmegabyte ( 267018 ) <das@OHNOWHATSTHISdasmegabyte.org> on Monday June 14, 2004 @12:35PM (#9420913) Homepage Journal
        Which is precisely why the "Linux Desktop" market is so hard to expand -- there is no "Linux Desktop," only "A bunch of programs that LOOK like a Desktop that run under a Linux kernel." The Linux underneath may be the same or similar, but the programs on top are VASTLY different. And yet, they are consistantly grouped together as "Linux Desktop," when "Linux desktop" makes about as much sense as "Goodyear SUV."

        This is something everybody should really make a point of...because really, all of Linux' benefits start to fall apart when they hit the desktop, and one of the reasons for this is that people treat the entire set of x servers, window managers, graphics toolkits and desktop packages as "Desktop Linux," when really each is not interchangable with the others. Understand wheat I'm saying? Your machine can use any of a half dozen different mail clients and they're all compatible with each other...but the thing the user uses most, the desktop interface, has no real coherent interoperability save that offered by the ancient and useless X.

        X is no longer "good enough." Linux NEEDS something new and universal that is built for new technology, instead of patched to allow it. It's 2000-friggin-4. Let's follow Apple's lead and push the desktop onto the graphics card. Let's follow Be's lead and make the GUI something integral to the system, AS important as the CLI, and not just a "front end" for CLI commands. Let's follow -- gasp -- Microsoft's lead and not immediately assume everybody's RTFM...change defaults to prevent ignorance from killing a system and start failing over with useful error messages.
      • Maybe this is part of the problem. If there was a standard linux kernel, and a standard linux GUI, there would be a standard linux for people to move to. As there is, there are currently hundreds of variations to use. Of course people aren't going to give up their windows boxes (after you've learned one windows app, you've learned 'em all) for something that's going to act completely unpredictably across the board. It's simply too much to ask of someone who just wants to use their computers for pr0n.
    • by Moraelin ( 679338 ) on Monday June 14, 2004 @12:25PM (#9420802) Journal
      It's worth pointing out though, that being user-friendly didn't stop Windows from actually being faster than X in a lot of tasks. E.g., repainting a Window works orders of magnitude faster under Windows, while in XFree86 you end up needing such silly tricks as processing only each n'th repaint when the user is resizing a window. Doubly so when the Linux equivalent reinvents the bloated wheel, e.g., by insisting to do its very own font rendering and themed widgets.

      E.g., MS Visual C still optimizes a LOT better than GCC.

      I know it will sound like blasphemy to a lot of the /. crowd, but MS really isn't a company of idiots who are just drooling over the prospect of coloured buttons. It's what you get when you cross (in more than one way;) a whole lot of hackers, with a whole lot of hard working usability experts.

      Most of Microsofts's faults, such as never thinking twice about ignoring the standards if it can optimize better without them, or inventing its own formats, are the exact same things we admire in the archetipal idea of a hacker. (The one illustrated in the Jargon file, for example.)

      And indeed it has committed more sins in the name of speed, than for all other reasons combined. (Anti-competitive behaviour included.) E.g., that's the reason why MSVC++ was always slightly deviating from the ANSI standard: they could optimize code better that way. E.g., that's the reason it let drivers run in kernel mode, and made Windows inherently unstable. E.g., deliberately pissing off Sun aside, all the changes they did to their implementation of Java were precisely aimed at making it very very fast. Etc.

      So either way, what I'm trying to say is: "user-friendly" doesn't _have_ to mean "slower than a snail". Windows has managed to stay pretty fast (fast enough to play real time 3D games, for example) even while cattering to the newbies. I'm sure Linux will, too.

      Now stability, that's another thing. No idea there, and indeed MS doesn't exactly come to mind as a good example there ;)

      Plus, as was already said, it's not like anyone will stop you from running another desktop environment, if the newbie-inspired one gets too user-friendly for your taste. E.g., most distros ship with KDE, which is aimed at precisely that: looking like Windows to newbies, yet I happily run XFce 4 instead. A couple of co-workers run Ratpoison [sourceforge.net], and that's as far from Windows (or user friendly) as you can get in a graphics mode.
  • by John Hurliman ( 152784 ) on Monday June 14, 2004 @11:52AM (#9420493) Homepage
    Being able to detect and have control panels for common peripherals like sound cards and printers. Some distributions do this better than others, but a newbie shouldn't have to deal with the nuances of OSS vs. ALSA vs. JACK or CUPS vs. LPR just to listen to music and print a document.
  • Simple (Score:5, Insightful)

    by mrjimorg ( 557309 ) on Monday June 14, 2004 @11:54AM (#9420510) Homepage
    NEVER tell me to modify the xyz file in the abc directory!
  • Another one? (Score:3, Insightful)

    by Anonymous Coward on Monday June 14, 2004 @11:54AM (#9420514)
    No offense as I'm sure the intentions are good, but aren't there already several dozen similar sites and services like this? Why not contribute the man power and resources to an existing project instead of duplicating the work?
  • Blind (Score:4, Insightful)

    by codejester ( 589238 ) on Monday June 14, 2004 @11:56AM (#9420527)
    Blind leading the blind? I don't see many schools asking students to lead class and I think there is a reason...
    • Re:Blind (Score:5, Insightful)

      by jamesots ( 214246 ) on Monday June 14, 2004 @12:02PM (#9420585) Homepage
      Blind leading the blind? I don't see many schools asking students to lead class and I think there is a reason...

      However, you will see plenty of student teachers observing classes so they can learn to teach better.
    • Re:Blind (Score:3, Informative)

      by swv3752 ( 187722 )
      Nope. RTFA.

      Basicaly, Experienced Linux users sit a complete noob down and watch what they do.

      Imagine sitting your mother/girlfriend/neighbor down at your Linux box then record what she does to get online. Maybe she has trouble navigating the menus. Maybe there is problem just logging in. Is there any problems using the broser itself? Which web browser was chosen?

      There are more complex tasks like setting up the computer for internet access. Also one can see how well they can handle finding and readi
    • Re:Blind (Score:5, Insightful)

      by tsg ( 262138 ) on Monday June 14, 2004 @12:36PM (#9420931)
      Blind leading the blind? I don't see many schools asking students to lead class and I think there is a reason...

      If you're building something for the blind to use (software, sidewalks, whatever), don't you think you ought to ask the blind what they need?
    • Re:Blind (Score:3, Insightful)

      by iabervon ( 1971 )
      Perhaps they should, though. I was a teaching assistant for a few terms, and found that by far the best use of the TA's time (as opposed to the lecture) was answering the class's questions. I'd show up with a lot of notes, and ask the class what wasn't making sense to them. Half of the time, the material I would end up covering wasn't something I would have thought to cover, and the class found it very helpful (at least based on attendance at later classes, which weren't required).

      The teachers know the mat
  • What newbies need... (Score:5, Interesting)

    by Anonymous Coward on Monday June 14, 2004 @11:56AM (#9420532)
    1. An installation process as straightforward and simple as Windows
    2. The device compatibility offered by Windows
    3. The level of cooperation shared by Windows applications
    4. The games available on Windows
    5. The simplicity of changing system configurations offered by Windows

    I wonder where the heck I can find an OS that does all that and more? Hmmm...

    (This is not a bash on Linux. I use Linux and love Linux for doing SERIOUS WORK. Most of the world does not do SERIOUS WORK at home. Windows meets virtually every requirement a home user could have. To meet these requirements, Linux would have to effectively become Windows. I, personally, would never use that distro.)
    • by deadmongrel ( 621467 ) <karthik@poobal.net> on Monday June 14, 2004 @12:33PM (#9420898) Homepage
      1. An installation process as straightforward and simple as Windows
      True. Simple installation yes. Like windows no. Why? I haven't come across a newbie who can do a clean installation with windows(I am not including those recovery disks that just dump an image into hdd). No one complains about windows because not many newbies install windows. it comes pre-installed on their system. In linux I really like the 4-click install of XandrOS [xandros.com].Its clean and simple and asks minimal questions.
      2. The device compatibility offered by Windows
      this is going to a problem because not all hardware manufacturers want to openup their drivers. A lot of them have given out binary only drivers(Think Nvidia) but the drivers suck.
      3. The level of cooperation shared by Windows applications
      agree.
      4. The games available on Windows
      chicken and egg problem 5. The simplicity of changing system configurations offered by Windows
      I find apple give more simplicity when it comes to changing systems. But if we narrow our vision to what both apple and MS does for usability, then we are bound to make the same mistakes. There are other designs that are much more usable than windows and apple for that matter. We just shouldn't follow windows, just because people are used to it.
    • You forgot... (Score:5, Interesting)

      by gillbates ( 106458 ) on Monday June 14, 2004 @12:34PM (#9420902) Homepage Journal

      Anti-virus software and monthly security updates and bug patches.

      The typical Windows user has become so adjusted to the idea of constant crashes, security holes, and bug fixes that they'll think Linux is somehow lacking if it doesn't provide them - constantly. After all, viruses are a normal part of computer operation, right?

      And should you try to convince them otherwise, they won't believe you. I've actually heard pro-Windows CS students say, "Well, it's impossible for a computer system not to crash from time to time..."

      Sometimes I think that Windows is Bill Gates' revenge against all those kids who used to make fun of him on the playground. He charges Joe "corporate-fool" Sixpack exorbitant amounts of money for the software equivalent of a Pinto - sweet revenge indeed!

      • Re:You forgot... (Score:3, Informative)

        by dave420 ( 699308 )
        Constant crashes? Can you PLEASE put that old-ass dig to bed. XP doesn't crash. I've not had a crash on my PCs for months and months and months. I mean seriously - it harms the linux community when people, supposedly IT-savvy, keep banging on about crashing when it just isn't true any more.
        • Re:You forgot... (Score:3, Interesting)

          by gillbates ( 106458 )

          Ah, yes, but the idea of Windows crashing has not left them....

          Oh, and how's your system restore work?

          Thought so. Mine didn't work either. I've used XP, and it is junk. Try inserting an unreadable CDROM in the drive sometime, and watch XP become useless for about 5 to 10 minutes, if it recovers at all.

          That bug has existed since Windows 95.

          Granted, the days of Windows suddenly refusing to boot are probably past us, but the OS as a whole is still trash. To a Windows user, the aforementioned b

    • 1. Have you tried installing a distro like Mandrake versus Windows lately? I do quite a few windows installs as part of my job, and its not really that simple. I know this has been said a lot, but this is especially true when it comes time to get all those other apps like Office, IM, pcAnywhere, etc. onto the PC. Distros typcially include this step in the install, with windows everything needs to be done seperately.

      2. Many devices are compatable, but require a lot more legwork on part of the user. I agree
  • by prgrmr ( 568806 ) on Monday June 14, 2004 @11:57AM (#9420545) Journal
    as newbie after newbie complain that linux needs a "clipy". or worse, a talking, pop-up tux.
  • I like this idea (Score:5, Insightful)

    by dumpsterKEEPER ( 787464 ) on Monday June 14, 2004 @11:57AM (#9420547)
    Assuming this is implemented well, I could see this being a very useful tool for new linux users. It seems like the hardest time I have convincing people to at least give Linux a try is when they want to know where to go when they need help. It is often a little difficult to describe to them how they need to search Google, picking through endless messageboard postings and offtopic comments, and find what they need, especially when they aren't even sure what they were looking for in the first place. A centralized resource that is helpful and friendly could be very useful for those who are intimidated by learning a new OS.
  • Sounds Like a Plan (Score:5, Interesting)

    by fiftyvolts ( 642861 ) <mtoia@noSPAm.fiftyvolts.com> on Monday June 14, 2004 @11:57AM (#9420550) Homepage Journal

    This kind of testing is exactly what needs to be done. Recently I took several seminars on useability engineering and useability testing, and I was amazed at how much better you can make a product after testing it. I suggest that if you do plan to add your input to the project that you incoiurage the user to think out loud and write down all the things they say. It's really enlightening to hear a user say something like, "I'm looking for a button to do XYZ." when you know that the feature he wants is in a menu right in front of him.

    My only concern is that, quite frankly, I find that the first and most difficult hurdle for new users is installing linux. Many people have no clue what's inside of their machine, and more times than not you need to specify some odd bit of hardware during the setup process.

    Heh, I should try this on my mother.

  • How about this? (Score:4, Insightful)

    by kensai ( 139597 ) on Monday June 14, 2004 @11:58AM (#9420554) Homepage
    Stop calling them newbies. It's to much of a deragatory name and tends to push people away. How about calling them beginners or something like that?
    • Re:How about this? (Score:4, Interesting)

      by tsg ( 262138 ) on Monday June 14, 2004 @01:43PM (#9421708)
      Stop calling them newbies. It's to much of a deragatory name and tends to push people away. How about calling them beginners or something like that?

      Because the problem is not the name, it's that it's used in a derogatory fashion. As soon as the new name becomes politically correct, the people who use "newbie" to belittle them will use the new name to belittle them. Changing the name will not stop people from being derogatory to whom it refers.
  • by Anonymous Coward on Monday June 14, 2004 @11:59AM (#9420565)
    The same way they don't need DOS. And they definitely don't need "GNU/Linux". Give us a break, any newbie who wants to go around pronouncing that awful name all day is a nerdy geek and no newbie.

    Anyway, Linux is the underlying OS and no use to any newbie. Newbies want to use a user-friendly desktop system. The discussion can't be centered on Linux itself. There should be discussions specific to each distro or window-manager.

    Newbies don't give a shit about the OS. They want to install a desktop and run things and go back and easily find and use the files they created last week. Oh and, no childish games about names, evil monopolies, litigious bastards and whatnot. In other words, no "grokxxx"!
  • by erroneus ( 253617 ) on Monday June 14, 2004 @12:10PM (#9420664) Homepage
    To determine who should switch, it is important to note where Linux is best/strongest and where it is most weak.

    We still can't run games out of the box. We've got to compile kernels and tweak and adjust because I have YET to see a Linux distro install itself optimized for any given graphics card allowing for 3D acceleration that's worth a damn... OUT OF THE BOX... (please don't tell me anything that works after tweaking... it's the before-skilled-tweaking that I'm talking about.)

    So gamers? You're stuck with the trojan/virus/worm-target, MS Windows for now.

    If you're browsing the web and doing email and quite possibly even things like the office apps, graphic and web design, you're about ready with some exceptions. Just install whatever Linux distro appeals most to you and go with it... they're almost all free to acquire to take your time, learn a little and install them all, evaluate and decide. It's all good.

    If you're running server-oriented services such as SQL, HTTPd, SMB, NFS, FTP, SMTP, etc... Why haven't you changed already!? What are you stupid?!
    • People like to mention Linux as a solution for the virus-ridden Windows products. This is of course a very FUD non-solution that effectively creates more work for the user with less potential and no address of the real issue.

      I mean, think about it. If you had to keep Windows, what's the solution to ridding yourself of virus worries? Education! Learn what to trust, what not to trust. Learn how to lock down your computer. And learn how to find out about new viruses.

      Now, if you want to use Linux, what'
  • First step (Score:3, Insightful)

    by sulli ( 195030 ) * on Monday June 14, 2004 @12:11PM (#9420677) Journal
    is to stop confusing the GNUbies with the blasted "GNU/Linux" name!

    I know RMS has a point that many GNU utilities are in Linux. But as a brand name, it's crap. "Linux" is hard enough to remember or understand in comparison to names like "Macintosh" or "Windows" - please, please don't make it worse by adding something vaguely unpronounceable and obscure-sounding at the beginning and then arguing about it endlessly.

    Just call it Linux. Not Lindows, not GNU/Linux, not the endless new and old distribution names (and what the heck is "Gentoo" anyway?!), just Linux.

    Then people might understand what the heck you're talking about. Which would be a step in the right direction.

    • Re:First step (Score:3, Insightful)

      by koniosis ( 657156 )
      The problem is that there is no "Linux" operating system, there is just the Linux kernel, which is such an un-userfriendly thing (i.e. most Windows user don't know what a kernel is). I agree that Linux needs to be a name associated with an Operating System, like Linspire (Lindows). Linspire is probably the first distribution of linux i've seen that is taking the right approach to desktop market penetration. Most people think Linux is a server thingymabaob thats too complex for them to understand (perhaps di
      • Re:First step (Score:3, Insightful)

        by tsg ( 262138 )
        The problem is that there is no "Linux" operating system, there is just the Linux kernel,

        Not that anyone asked, but here's my $0.02 about the whole GNU/Linux thing. While it may not be the strict definition of what an operating system is, it stops being Linux if you change the kernel but keep the GNU utilities. It wouldn't stop being Linux if you change the GNU utilities but kept the kernel. The question I think needs answering is does running the GNU utilities on MacOS X make it GNU/MacOS X? How ab
        • Re:First step (Score:4, Insightful)

          by nathanh ( 1214 ) on Monday June 14, 2004 @05:45PM (#9423932) Homepage
          While it may not be the strict definition of what an operating system is, it stops being Linux if you change the kernel but keep the GNU utilities. It wouldn't stop being Linux if you change the GNU utilities but kept the kernel. The question I think needs answering is does running the GNU utilities on MacOS X make it GNU/MacOS X? How about GNU/Windows or GNU/BSD?

          It's not just about the GNU utilities. People forget that for Linux in 1991, GNU was *everything* except the kernel. The C library. The init scripts. The login process. The shell. The basic text editors. *Everything*.

          It was a very fair call in 1991 to say that the Linux distros of the time were just GNU plus Linux. I remember even in 1992 when people asked "what's this Linux thing" the basic reply was "it's that GNU OS but with a different kernel". It's no longer a good call because there's far more in a modern Linux distribution than GNU plus Linux but there's no denying that the UNIX-like core in any modern "Linux distribution" is mostly GNU[1].

          Yes, there is a GNU/BSD. No, it's not the same thing as the "GNU utilities" running on top of FreeBSD. It is the entire GNU reimplementation of UNIX running on top of the FreeBSD kernel. But running the "GNU utilities" on top of MacOS X or Windows would not make them GNU/Mac or GNU/Win, because GNU is not essential to those operating systems. They have their own startup and login behaviour, their own system libraries, etc.

          [1] Actually even that is becoming less and less true. Modern distros occasionally swap out GNU components for BSD components or whatever. The Free UNIX scene is rather incestuous. There is a lot of cross pollination occurring.

    • Re:First step (Score:4, Insightful)

      by c0rN_g0aT ( 752144 ) on Monday June 14, 2004 @12:37PM (#9420938)
      "I know RMS has a point that many GNU utilities are in Linux."

      Linux is just a kernel. Linux is in a GNU system and not the other way around. Stallman is the father of open source software and newbies should be taught this as well as just exactly what linux is. This will avoid stupid questions like "I downloaded Linux and its nothing but a 30 meg source archive for a kernel or something" If GNU/Linux is too hard for them to understand, they have no hope of ever using and maintaining a GNU/Linux system.
    • I know RMS has a point that many GNU utilities are in Linux.
      That is not the main argument the FSF use these days. You can find many better reasons here [wikipedia.org].
  • by Anonymous Coward on Monday June 14, 2004 @12:16PM (#9420720)
    Abandon a piece of Unix tradition. Namely the importance of commandline. Why?

    The most promising Linux newbies are those who aren't computer newbies but who are yet to be turned into Linux users/advocates. I'm talking about the people who have wide knowledge of how computer and windows work. Those that do patch, run firewalls, set up networks for their buddies and so on. Unfortunately they also like how Windows works. By GUI.

    Now, they're a good target because:
    - They decide the computing trends
    - They know enough to get Linux up and running
    - They also can be courted with things that Linux does better then Windows

    But they're also a difficult target because:
    - They aren't really interested in learning new stuff. Knowing stuff is a means to an end, not an end in itself.
    - UNIX way is way too hard for them and without commandline Linux isn't as complete as windows is.

    But as the computing trendsetters they truly are a group that must be courted in order to get Linux a wide acceptance.
    • Perhaps they don't really like how WinDOS works?

      Did you ever consder that?

      Some people may actually feel more comfortable with bash or tcsh. Denying such options to them denies their indiviuality and their essential humanity.

      You would treat us all as generic grey boxes.

      That's really not the point of the market diversity that the invisible hand should be providing us.
  • by happyfrogcow ( 708359 ) on Monday June 14, 2004 @12:18PM (#9420740)
    ever see the Simpsons where Homer designs a car? that's how Linux would end up if we let the newbies do it all.

  • by ValourX ( 677178 ) on Monday June 14, 2004 @12:22PM (#9420775) Homepage

    Too bad more beginners don't know about it:

    Linux Learner's Guide (PDF) [thejemreport.com]

    -Jem
  • No more command line.

    What's That! Blasphemy!! BaSH him to Death!!!

    Seriously, I challenge someone out there to make a distro where a user need never resort to the command line interface or a terminal of any kind.

    I guess something like....Windows really...

    If you ask Aunt Tillie to type
    rpm -ivvf lovelyrpm-withnoguitoinstall-2.3-5.rpm

    she will, legitimatly I think, return to windows. She's a busy person with no time to appreciate the finer points of red hat package management.(Or why up2date keeps crashing)

    P.S.
    This does not say that you must get rid of the command line altogether mind. Even XP still has the command prompt, hidden away somewhere.
  • Resolution (Score:4, Interesting)

    by hartba ( 715804 ) on Monday June 14, 2004 @12:28PM (#9420848)
    That's 50% of the reason I won't use Linux on my desktop. If I install it, I get one of two scenarios. 1- The screen res is at 640x480 and looks like crap 2- The screen res is at 1600x1200 and I can't read a single piece of text. When I try to change the resolution I either get the screen scrolling around on the monitor or I get a small square in the middle of the monitor. I've used Suse, Mandrake, Knoppix and Red Hat with varying degrees of success but my main complaint is that I don't have a drop down box that will let me adjust screen res, like I can in Windows. At least it's not as functional as the one in Windows. The other thing is Samba configuration. I may be crazy but file sharing on a Windows network should've been the EASIEST thing to configure in Linux. It's the only way that Linux will ever compete in the desktop market. I've been a computer tech for years and have used everything from the TI99/4a, a 286 running a proprietary OS called "8n1" over DOS, to my latest Windows XP machine. I dictate what my family uses as their OS (because I work on their computers for free) and if I can't configure it like they want it, how are they ever going to be able to do it? After working all day long, I don't have time to weed through hundreds of man pages, only to find out there are 10 apps that do what I need it to do, but none of them will do it without editing several files and recompiling. Also there needs to be a big red button in the center of the Linux screen that says - "I really screwed up bad, please set everything back to install defaults"
  • by 4of12 ( 97621 ) on Monday June 14, 2004 @12:28PM (#9420849) Homepage Journal

    we will let newbies show and tell us what they need.

    This is an excellent idea.

    A lot of people in IT have a lot of experience with Microsoft, whose approach since they gained market dominance has been to more or less shove new products to their audience after some token sampling of the marketplace.

    But FOSS is currently making a similar supply-side mistake, too: people that want to use Linux to do something in particular for their business have to "just accept" a distro and what's out there. Before you say "but they can write their own app", think - How many small business owners are capable of "writing their own app", modifying an Apache module, etc?

    Sure, there's tons of free and open source software out there that people can use to build systems for their businesses, but many of those small business owners have little time or little expertise about how those pieces could be put together to help them. They need help with insight. Call it marketing, for lack of a better term.

    Instead of just offering a supply, either as MS offers OurOneSizeFitsAll - take it or leave it; Linux offers an OceanOfFreePartsAnyExpertCanUse, drive a focus more onto customer demand that will help provide more people with Linux solutions that can really help them. And, if it helps them, it will help even more people as they can more easily see how it can be done.

  • by silicon not in the v ( 669585 ) on Monday June 14, 2004 @12:35PM (#9420918) Journal
    I remember seeing that before when they were contemplating a few things people should try for this project. I can't believe they didn't wise up and leave that out. This quote from the article seems to say it all about that idea.
    You may not want them to try to set up a firewall on your machine, for example, if you already have one set up and
    it's too awful to contemplate having to wipe it out and start fresh.
    Oh yeah, that sounds great that you should try to have a newbie set up a firewall, even though it's a royal pain in the ass for the knowledgeable Linux user. WTF?!
  • by WarmBoota ( 675361 ) on Monday June 14, 2004 @12:47PM (#9421045) Homepage

    Recently, when my hard drive borked, I had to resort to using Knoppix to check my email, et cetera while waiting for the spare time to get things working again.

    With a Knoppix CD, I could:

    • instantly boot into Linux (look Ma, no install!)
    • Access my USB Memory stick
    • Create a word processing document
    • Print to an HP Inkjet (the configuration was actually less painful than the Windows procedure which dumped hundreds of megs of junk on my hard drive)
    • Access web-based email with Mozilla

    Now this was incredibly usable to me since I am familiar with Linux in the first place. There are only a few places where things fall apart.

    1. Knoppix can be installed to the hard drive, but typing "knoppix-install-hd" at a root prompt isn't the most discoverable interface.
    2. I know that k3b burns CDs and Mozilla is used for the Web. Until Linux applications have brand-name recognition of things like QuarkExpress or Excel, I think that application names need to be more descriptive, or some other mechanism is required for users to discover the application purpose. KDE is pretty good with sorting applications into Internet and Graphics folders, but it could be done better. I wouldn't find a hand-holding introduction useful, but others might.
    3. I was able to use konqueror to browse a Windows network, but again, this is only because I knew that I could type smb://ipadress/share.

    I think that the Harmony Remote concept would be useful for Linux Configuration. For those too lazy to Google for it, the concept is this:

    1. Answer some questions on the devices that you actually have (e.g. Do you have a TV, Stereo Recevier, DVD Player, etc).
    2. Identify the model numbers (I know that this is a stretch for basic users, but bear with me).
    3. Answer some questions about how you want things to work. (e.g. Do you control the DVD volume with the TV or with the Receiver).
    4. Once that's complete, activities appropriate for each device are created. The Linux equivalent would be a walktrhough tailored to their machine (Printing, Scanning, Internet, Local Network, etc).
  • by JBMcB ( 73720 ) on Monday June 14, 2004 @12:49PM (#9421063)
    First step is letting neophytes know what is out there. There are loads of different distributions, applications and desktops, and it's difficult for new users to figure out what they want.

    What would be helpful is a site like Freshmeat, but set up for new users, ideally like a software store. You could look for apps under various headings, and install them by clicking a link. Maybe a Mozilla plugin that autodetects what OS you're running on and grabs the appropriate rpm/deb/ebuild/whatever. Ximian has something like this, as does Lindows, I think. But it needs to be even easier to use than their systems.

    While we're wishing, how about a consistant interface for help? Base it on XML (Docbook?) and make it possible to import info and man pages, and make it auto-update from the net with bugfixes, changes, and news. I really like the old Microsoft help format, about Win98 vintage, not HTML help yet but it could display HTML and had a nice contents page and tree-style index. Hmm, time to start coding...

  • by CAIMLAS ( 41445 ) on Monday June 14, 2004 @12:51PM (#9421075)
    Do we let undergraduates tell the professors what they need to know? Do we let middle schoolers decide on their curriculum? No?

    The point being is this: newbies do not know what they need, anymore than the examples above, or the person buying a Dell running WinXP which comes with only 128Mb of RAM.

    I'm tired of people trying to make linux something that it is fundamentally not. Linux is not designed to be an OS for the masses; it is designed to work. Breaking that paradigm will inevitably break the core of what Linux is.
  • Doom to fail... (Score:4, Insightful)

    by Atomic Frog ( 28268 ) on Monday June 14, 2004 @01:01PM (#9421181)
    Because they still don't _get it_!
    GrokDoc is asking about the _applications_, and that's not the problem. Mozilla on Linux is the same as Mozilla on Windows. OpenOffice is the same on both platforms.

    It's the system, stupid!

    If I install an application on Windows (or Mac or OS/2), where does it show up? Usually on a nice folder on the desktop or on some sort of "system menu". In Linux? Usually the answer is "I don't know!". (Problem is, some will play nice, some don't). Even if I knew to get to the command line, where is it? It's usually not fixed my $PATH variable, so it doesn't point to it yet. So how do I find it?

    In any other OS, it's obvious. Look in "Programs" or "Program Files". Bloody obvious. Linux? Err...is that /usr/local/bin? Or maybe /usr/bin? or /usr/local/apps? (I've seen it in all 3 and more), not to mention NONE OF THESE PATHS MAKE SENSE TO YOUR AVERAGE USER!!! Even if you explain it to them.

    And last of all, don't tell the user to RTFM. Most of these FM's are derived from man pages, which are F*** all useless to your average user.
  • RTFM??? (Score:3, Insightful)

    by lewindha ( 210930 ) on Monday June 14, 2004 @01:08PM (#9421250) Homepage
    Here's a big problem with Linux. Linux users want people to switch to Linux, but they're not willing to help. It's always, "Did you 'man' it?" or "RTFM!!!".

    People are used to turning the computer on and using it. I dual boot with XP Home and Fedora 2, I do not consider myself a Linux guru, but I know how to get around.

    For the most part, Windows is easy. Linux is not if you grew up using Windows that last umpteen years.

    Some of you will hate me for this, but the billions of distros doesn't help. With Windows, there's only one. Having a computer background, I can say I enjoy having a choice in my flavor of Linux and desktop. But the everyday user will look at this as a hinderance. They don't want to choose the wrong one. Not everyone is a Unix admin or a developer.

    You can't find the same program in the same place on different distros. Or if it is, it's not given the same name. In Suse, XMMS is 'XMMS', in Fedora Core 2 it's 'audio player' or something like that. Not a big deal to the normal Linux user, but a huge deal to the everyday computer user that grew up on Windows. When they install Winamp, they're gonna find it under Winamp, not Audio player or anything else.

    Not to mention the amount of upgrades different distro companies produce. People don't want to feel like they have to upgrade every six months to a year.

    You can flame me all you want. The truth is, I love Linux and enjoy the upgrades, etc. But the normal computer user is discouraged by all of this.

    Until Linux works with all hardware(it won't work with my Lexmark all-in-one) and is unified in it's overall look, normal users won't adopt it.
  • by Animats ( 122034 ) on Monday June 14, 2004 @01:13PM (#9421329) Homepage
    • Have them try to do a minimum of four things: email, a letter (including printing it), a firewall, and surfing the web. (That includes setting up for email and surfing the web.) Ask them to log out at the end. What do they spontaneously say they like and what do they say upsets them? Is the menu clear? Where do they get lost? Record what you see, not just what they say. If they have a prompt on the screen, and stop for five minutes trying to figure out what it means or how to move past it, note such bumps in the road, even if they eventually solve it.

      Watch them try and record the results. If you have a video, and they are willing, record it for your own use so as to analyze carefully what happens.

    That's how usability testing is done. Although, to do it right, the user should be alone; no hints. And you need video and audio of the screen and the user.

    It is worthwhile to make a highlights reel from such videos for developers to watch.

  • by ggvaidya ( 747058 ) on Monday June 14, 2004 @03:26PM (#9422803) Homepage Journal
    Don't confuse the issue!

    This webpage isn't intended for computer newbies - people new to computers altogther. This is for people who want to make the Windows (or MacOS)-to-Linux transition, and need help doing it. There's still an awful lot DOS/Windows people need to learn to progress to Linux, and I think it's knowledge worth having.

    All I'll say is: more power to them!
  • about time (Score:3, Interesting)

    by bob dobalina ( 40544 ) on Monday June 14, 2004 @07:38PM (#9424992)
    I am a software engineer who's been using Solaris for about 8 years now and just recently switched to linux as a result of a job change. Much of the switch was painless enough, but there are a few differences between the two that needed sorting out, as well as using new software and doing sysadmin things that I previously had smart people paid to do for me.

    My local linux guru happens to be a good friend of mine, and even when I come to him with seemingly intelligent questions, I get borderline hostile responses, suggesting to me I am an idiot/asshole/whatever for daring to waste his time with a question that I could've found the answer to myself.

    Unfortunately, for someone of my intelligence and experience, "finding the answer for myself" usually means hours spent poring through manuals and FAQs and HOWTOs for the weird little behavioral quirk I'm looking to get answered. I dare not look into newsgroups and ask, for fear of even harsher treatment.

    Most of the time, the people complaining about how idiotic newbies are, are often the same people wondering why linux hasn't taken over the world, established peace and harmony and cured cancer. Quite simply, it's not because people aren't curious about a free operating system and tons of free apps to do what people normally pay to do -- it doesn't take a sociologist or economist to realize that people will gladly do the same things they pay for, for free, given the chance. The problem is, they need to ask questions, and the best people to ask generally have enormous egos and a massive elitist streak.

    RTFM/RTFFAQ is not without it's merits, but unfortunately many linux geeks use it as a simple, smarmy response to questions one can't reasonably be expected to know or discover for oneself. RTFM is meant to stop people from wasting time with common questions, but instead it's being used to stop otherwise interested people from pursuing linux further because those already steeped in it treat them like idiots. People like free software, but they don't like being insulted to get it.

    One of the reasons Microsoft ascended to where it is now is not because they make high quality, stable, efficient, easy to use software. It's because they treat their customers like gold, help them with their problems happily, and treat even the most idiotic questions with empathy. Linux users looking to evangelize the movement should do likewise. Remember, you were there once too, not knowing how the hell to install patches or configure a Samba server or get your network running. Just because you have the knowledge doesn't make you a better person, unless you REALLY embrace the open source movement and make your knowledge as open source as the software.

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...