Slashdot Mirror


Technical FAQ for New Linux Users

Jay writes: "This article is really helpful if you're new to Linux, or even if you're not-so-new. It helps Windows users transition to Linux, but those converting from other operating systems will find useful information here as well." Personally, I'd think that learning a new OS would be worth the cost of a book (which I note is out of print - does that mean a new edition is on the way?), but if you're too cheap to buy a book, well, here's a pretty decent guide to getting started with GNU/Linux.

176 comments

  1. Re:Cool beans by Anonymous Coward · · Score: 1

    Are you claiming that only smart people use Linux? I have plenty of evidenc to the contrary...

  2. Re:Cheap by Anonymous Coward · · Score: 1

    Aint that the damn truth. The only MS products I've ever purchased were a keyboard and a joystick. If, and I mean that's a big If, I actually paid for windows in any iteration I might have an excuse to bitch about it's quality more. But I make a point of not financially supporting MS through their software (sorry folks, I happen to like the feel of the keyboard and joystick. Too bad their OS's aren't as nice as their peripherals)

  3. Good thing you stopped.. by Anonymous Coward · · Score: 1
    For a recent document, the author seems to have zero experience with a recent kernel - things seem geared to 2.0.x

    There are ways around the 128MB swap file limitaion.


    Until I read this gem:

    Use an appropriate tool (such as kfstab) to open the /etc/fstab file. It is possible to use a simple text editor (such as vi), but if you do not get the columns lined up, or if you use tabs instead of spaces or vice-versa, you can corrupt your system


    What a complete load of bullshit. Has this guy ever use Linux? Nothing about that claim is even remotely true..

    And then the part about drive letters and /dev entries (on page 15).. I can imagine all the newbies trying to open their windows files by going to /dev/hda1.

    This document needs to be buried. The author has zero clue about Linux, and his writing will do more harm than good.
  4. Re: Inaccuracies by Anonymous Coward · · Score: 2

    There is a problem in the last paragraph on page 36 about hard linking directories. I sent the author a note, suggested a change, and got a quick and thankful response. He said he welcomes comments, even if the l-faq is not his official project right now. (He'd like to see "maybe change ... to ..." feedback instead of "... is wrong, please correct.")

    BTW, I am also @us.ibm.com, and I use the document to educate the few remaining WinXX users around me. It works fine with engineering types, but some of the stuff in there would be too complicated for Joan Doe in marketing.

  5. WARNING: Not a goatse.cx link!!! by Anonymous Coward · · Score: 4

    WARNING, the above link is not a link to goatse.cx. Don't click it!

  6. Re:Inaccuracies by Spirilis · · Score: 1
    Heh, you know, I saw something exactly like that in some example document I read on the SAIR Linux Administration certification. I don't have the document here so I couldn't say exactly what they said, but it was something like cp /dev/fd0/somefile /home/somewhere

    The effect of doing such things, for those who don't know is:
    scitus:~# cp /dev/fd0/pcmcia.tar /
    cp: cannot stat `/dev/fd0/pcmcia.tar': Not a directory

    --
    the real at&t mix
  7. Re:Inaccuracies by Ed+Avis · · Score: 1

    I wrote a small utility that lets you say: amount cp /mnt/floppy/*.txt somewhere. It mounts whatever's needed before running the command, and unmounts it afterwards.

    --
    -- Ed Avis ed@membled.com
  8. Inaccuracies by matthewg · · Score: 4

    Looking through it, I've already found one inaccuracy. On page 12, it says that you can copy a file off a floppy by doing cp /dev/fd0/bookmarks.html /home/yourusername/.netscape. This is incorrect. The floppy drive must be mounted and you must then copy the file from the mountpoint. I've just notified the authors.

    1. Re:Inaccuracies by ananke · · Score: 1

      i've been using linux for over 5 years now; however, often it's easier to use 'mdir a:' or 'mcopy file a:'. why?

      it takes one freaking command. if i'm on somebody elses linux box, i don't have to see if they use automounter, if they mounted the floppy, etc, etc. mtools happen to be part of most standard distros, and it's just easier. doh.

      --
      --- d'oh
    2. Re:Inaccuracies by znu · · Score: 1

      Drive letters in Unix? Thanks a lot. Now I'll have to sleep with the light on tonight. Oh, the horror!

      --

      --
      This space unintentionally left unblank.
    3. Re:Inaccuracies by Hadean · · Score: 2

      If you read a little bit further, it says:

      Note: The diskette drive may already be "mounted" as /dev/floppy or /mnt/floppy in your
      Linux distribution. If so, use that mount location instead of /dev/fd0.)


      which means they already thought of the mounting issue. (they should, technically, point you to the section of the FAQ that talks about mounting)

    4. Re:Inaccuracies by CentrX · · Score: 1

      Right, so in order to help newbies transition to the Unix world, they should be told to use tools that are meant to mimic DOS rather than the simple Unix tools meant to do the job?

      --

      "The price of freedom is eternal vigilance." - Thomas Jefferson
    5. Re:Inaccuracies by connorbd · · Score: 2

      It depends on how your system is set up. RH6 (at least as I had it installed; my system was a bit, er, restricted so don't read into that) didn't seem to like dealing with FAT32 very much and I had to use mtools. RH7 (at least on my system) is better set up and doesn't have to worry about that at all.

      (OT: What I would like, though, is CD mounting routines that recognize Mac HFS -- it works just fine manually, but it's a pain...)

      mtools is a no-brainer, though. It could be a *little* smoother (I'd rather type mcp and mls than mcopy and mdir) but it works just fine.

      /Brian

    6. Re:Inaccuracies by SCHecklerX · · Score: 2

      or for newbies, even better to use mtools: mcopy a:\whatever /home/myuser/wherever

    7. Re:Inaccuracies by jcast · · Score: 2

      Um, the point is you can't get a subdirectory of a block device:

      [jcast@cate2-108 jcast]$ mount
      /dev/hda6 on / type ext2 (rw)
      none on /proc type proc (rw)
      usbdevfs on /proc/bus/usb type usbdevfs (rw)
      /dev/hda2 on /boot type ext2 (rw)
      /dev/hda9 on /home type ext2 (rw)
      /dev/hda8 on /tmp type ext2 (rw)
      /dev/hda5 on /usr type ext2 (rw)
      none on /proc/bus/usb type usbdevfs (rw)
      none on /dev/pts type devpts (rw,gid=5,mode=620)
      /dev/hda1 on /win32 type vfat (rw)
      automount(pid795) on /misc type autofs (rw,fd=5,pgrp=795,minproto=2,maxproto=3)
      [jcast@cate2-108 jcast]$ ls /dev/hda6 -l
      brw-rw---- 1 root disk 3, 6 Mar 23 22:37 /dev/hda6
      [jcast@cate2-108 jcast]$ ls /dev/hda6/etc
      ls: /dev/hda6/etc: Not a directory

      --
      There are reasons why democracy does not work nearly as well as capitalism.
      -- David D. Friedman
  9. Re:Converted a Win guy this weekend ... notes foll by EnglishTim · · Score: 2

    How is gnome part of Linux?

  10. Re:I have a question by domc · · Score: 1

    I believe that sbin stands for static binaries, not system biraries. Meaning that they are statically linked so that they can be executed if the libraries they would depend on are not available.

    domc

  11. Nah, we're all noobs. by Weasel+Boy · · Score: 1

    "(most of the users here give the impressoin that they have been using Linux from 1.0.0)"

    Those are the guys who weren't even born when Linus got fed up with Minix. I'd bet that the overwhelming majority of /. readers (myself included) started using Linux well after kernel v2.0 -- if they even use it at all.

    The one or two people who say, "Back when we used to DL the v0.91 sources onto floppies, ..." do so because they know nobody else can. :-)

  12. Re:Why pay for a book? by GC · · Score: 2

    Just a point to make about the O'reilly book that was mentioned to be out of print. It may be out of print but it isn't offline. And it's not PDF either :0

  13. Re:Linux Directory Layout by Black+Parrot · · Score: 2

    > Can anyone point me to a document which explains the logic of /usr, /usr/share, /usr/local, etc.?

    See the Filesystem Hierarchy Standard

    --

    --
    Sheesh, evil *and* a jerk. -- Jade
  14. Re:How about an Intuitive UI Instead? by Black+Parrot · · Score: 4

    > How about an Intuitive UI Instead?

    I can't fathom the common notion that you can put an "Intuitive UI" on a Turing complete device.

    The presupposition is that people are born with an intuition about what is computationally possible, along with an intuition about some "right way" for every possible computation should be expressed. Neither is remotely near the truth.

    In practice, "Intuitive UI" tends to be a euphemism for "straitjacket". You could build a computer with nothing but a single toggle switch for its UI, but you would find it inconvenient if you had more than two things you wanted the computer to do.

    The nice thing about UNIX and its clones--along with MVS and VMS and almost every operating system that came along before the Mac--is that it's a full-featured OS that lets you do almost anything a computer can do, and do lots of it pretty easily if you can be bothered to learn the arcana of expressing exotic computational requirements.

    However, those OSes will also let you cover them with an optional straitjacket if you do want to limit their operations, say for a net kiosk or a POS system. But not everyone wants a POS system (pardon the pun!).

    Simply put, Windows and Mac have traditionally been designed to make life easy for Joe User by filtering out the complexity of general-purpose computing, i.e., Joe User runs a handful of apps, and that's "computing" for him. But lots of people need computers that are general-purpose computers rather than expensive limited-purpose appliances, and for us the "hide the complexity" strategy makes life more difficult rather than more comfortable. No one can make a menu that lists every operation I want my computer to undertake, because even I don't know today what I might ask of it tomorrow.

    --

    --
    Sheesh, evil *and* a jerk. -- Jade
  15. IBM Thinkpad Trackpoint Drivers by GroundBounce · · Score: 2

    This FAQ suggests using the built-in Linux PS/2 mouse drivers for the trackpoints on IBM Thinkpad laptops. You could do this of course, but there is a much better open source driver that allows you to take advantage of some of the enhanced capabilities of the trackpoint, such as the hardware sensitivity control and z-axis control. If you have a thinkpad, you might want to check out this driver if you haven't already.

  16. Re:Why Unix Drives Me UP the wall. by GroundBounce · · Score: 2

    I can't answer the question about where the logs are on a FreeBSD system, but there are definitely SSH clients for Windows, so if you replace telnet with SSH, you should have no trouble accessing it from a Windows machine. Sorry I don't have any links or names of programs, but a Google search for Windows SSH clients will probably turn up what you need.

  17. Learning Debian GNU/Linux by dizco · · Score: 5

    Personally, I'd think that learning a new OS would be worth the cost of a book (which I note is out of print - does that mean a new edition is on the way?), but if you're too cheap to buy a book, well, here's a pretty decent guide to getting started with GNU/Linux.

    Actually, the link to the ORA debian gnu/linux book is one link away from the full text of that book, online & free, courtesy of O'Reilly.

    --sean

  18. Re:I have a question by YoJ · · Score: 2
    Files in /bin are standard binary executable files that are required for normal system operation. This includes things like the command shell, ls, cp. Any shell script or system script can depend on certain commands being available in /bin.

    Files in /sbin are system binaries. These files are usually run by the administrator to configure or control the system. Different Unix operating systems have different commands here.

  19. Re:What about the apps? by Phill+Hugo · · Score: 2

    > If "Desktops aren't the entire world" why is Linux being actively developed to be forced into the market to people to take windows off the "
    "Desktop" market?

    Because people are free to persue whatever goal they desire with Linux. Its Free and you can't stop them.

    You'll notice it's also pretty actively developed in the embedded, distributed, super computer and server sectors too.

    The reason for the continual "Linux on the desktop" drive is becuase more and more people are doing it. Trends; where do you see them stopping?

    I can only see them leading to lots of corporate IT managers seeing tidy savings (and larger bonuses) to be made without Windows and Office licenses - especially monthly. These same people are already using Linux in their servers more and more.

    "Linux isn't a desktop OS" means nothing tomorrow. It means nothing to many of us already. Its about Apps, as you no doubt know, and 99% of the windows using world will find everything they need on most recent distributions. In fact, there is probably more than they need.

    As for those who can't stand Linux, well I dare say their legacy will die along with their OS choices. At least our work can be incorporated into the next best Free OS.

  20. Re:What about the apps? by Phill+Hugo · · Score: 2

    Well, access to the source code has meant it has caught up and surpassed Microsoft's best benchmark output in a very short period of time. If you can find somewhere it hasn't, by all means, make the noise. You will only fuel to the drive to make it happen there too. Microsoft have learned that much from Mindcraft at least. Do you hear them play that record any more?

    They're _trying_ to play ours now.

  21. Re:What about the apps? by Phill+Hugo · · Score: 2

    A few points to your questions for the sake of completeness.

    I'm not really a games player but Wine is solving that problem. It ran Windows Half Life when I last tried it (about a year ago). I'd wager it will run most of the above. If not and you know Windows, why not get involved - its the nearest you'll get to hacking windows code under the currently license terms MS offers.

    The package systems solve dependecies well enough. In 6 months most dists with use an APT-like layer making this problem redundant. Debian already does.

    Its much better than downloading 6mb VB apps just because the author had to bundle umpteen ocx files you already have.

    What is root? What is a user? How about Why did my Outlook just send 30 emails to other people without my asking. What is Lovebug? What is .vbs? Why does my screen go blue? Why do I have to hold my breath when using my scanner in case it has anything to with that blue screen appearing.

    Why do I want to use AOL ;) (Seriously, AOL will port when it suits them, and it increasingly does with the tension between them and MS these days).

    XFree86 4 lets you do the resolution changing (as long as the driver supports the feature). In time all will. They all seemed to offer the RENDER extension quick enough.

    Yes people really use it. More and more in increasing increments. Why else do you think MS are making so much noise about it?

    Linux has lots of killer apps, remember you're talking about "most users". They'll be happy enough with Blender, Gimp, gPhoto and BCast2000. In a years time, Koffice, Gnome Office and Star Office 6 will no doubt cause quite a buzz on the corporate desktop. The developer world already has its fair share of killer apps (between gcc, emacs, python and glade I'm happy enough - to much to consider windows again for that purpose).

    Where there is a lack, it will be solved in time, that pattern is clear. I think its less about "if" and more about "when".

    Take into account that lots of new computer users will see Linux in the future, not Windows (the Chinese for example). The western market is already saturated - which is why MS is trying to charge you repeatedly now, and diverging into a games company.

  22. Re:Converted a Win guy this weekend ... notes foll by reaper20 · · Score: 2

    Lots of downloadable utilities to make any window transparent. It's even built into the operating system, rather than the ugly hack ...

    hmmm ... I just used the option in the gnome-terminal ... without downloading anything!? If it's built into the operating system why do you have to DL something? Sounds like your solution is the "ugly hack".

  23. Converted a Win guy this weekend ... notes follow. by reaper20 · · Score: 5

    One of the guys I work with saw my box at work, saw transparent windows, and told me "I don't care what it takes, I want transparent windows". I gave him the standard warnings (no photoshop, word, etc. etc.) but he didn't care. I chuckled to myself, because that's what caught my intertest in linux in the first place. (e.themes.org, I think even all ye console purists can agree that the right E screenshot can convert anyone.)

    This is what I learned, in a nutshell of course:

    1) Teach them to use the console method first, then, when they've done it a while, show them the GUI way, that way they'll learn how it works.

    2) The multi-user thing coming from windows is kind of hard to get over. "Why do I have to be root to install this?"

    3) Guy calls it all linux, not GNOME, KDE, Red Hat, Ximian, mozilla .... this was weird to me, because I've being doing it so long, because when he got frustrated, it was like "fscking linux" instead of "fscking gnome, unstable mozilla, stupid rpm." It takes a while to explain how all those things interact and come shipped with a distro, remember they are used to everything coming from one vendor. "No, you can't update KDE with Red Carpet", "Oh, that sucks..." ... you get the idea.

    4) He needs to know his hardware, regardless of distro - everyone knows this, I hope. :)

    5) After he got a hold of it, he found linux easy to use and maintain (I used Ximian GNOME in this case). Because it's different doesn't make it hard. Once you get them to 'think outside the box' (hate to use that phrase), learning linux can be easy and fun.

    6) Nothing will help you learn linux faster than teaching someone. I consider myself an average linux guy, this experience taught me alot, and in the end, we all want to learn something, right?

    7) The most important IMHO: The simple things are hard, the hard things are easy. Yes, you don't need to defrag, virus scan, worry about privacy issues, 'registration', or worry about BSODs, but yes, it will take us 2 hours to get yout ghetto ass CD burner working right .....

  24. ASPI by WNight · · Score: 2

    I didn't find it seamless at all. I took my old burner that I bought in 97 or so, and tried to get it working in 2k. Yuck, a real mess.

    I didn't have ASPI installed, so I go searching for it. Turns out you get an ASPI driver with some products, like Adaptec's stuff. I eventually found a FAQ that linked to two versions of Adaptec's drivers, an old one that would install, and then a new one you could upgrade to. Without that, they look for an Adaptec product and exit if they don't find one.

    If you don't get Adaptec's, you need to find AspiMe.exe, which I think was written by Steve Gibson, except it's violating some copyright and thus it's fairly hard to find. Not to mention it's a few years old.

    Without ASPI, my CD burner was just a reader. Really useful.

    I actually find Linux easier in this regard.

  25. Re:How about an Intuitive UI Instead? by Panoramix · · Score: 1

    Personally, I'd think that making the OS easier to use would be a good idea.

    Well, I don't know. Sometimes I think that the "ease of use" thing is idiotizing everyone.

    I mean, did you know one of them ladies of, say, 20 years ago, working in offices with no word processor, email or the likes? They could pretty much record a conversation word for word in shorthand, and they could type amazingly fast on mechanical typewriters. I suppose it was hard to learn to write in shorthand or type fast, but they were incredibly efficient and productive once they did. Today, our average employee needs like 15 minutes to type a single letter, because he uses backspace as often as the space bar --and is completely hopeless without a spell checker.

    Sometimes I wake up in the middle of the night shivering at the vision of people complaining about having to learn to read because it is too hard. Now I'm exaggerating , of course (I hope so). I guess my point is that ease of use isn't everything, and that people can use a "non-intuitive" operating system or whatever, sometimes being far more productive than the easy way would allow them to be. I mean, geez, how hard is to learn to type "ls" instead of clicking on the picture of a folder? And I think it is much faster to type "ifconfigeth0192.168.1.32up" than browsing through the intuitive GUI to the appropriate dialog to change your IP address.

  26. Re:too cheap to buy book by FunkyRat · · Score: 1

    Thank you. You quite nicely fleshed out and extended my rather sparse comment.

    Quite frankly, I was rather shocked to see such a sentiment expressed on /. as well. Especially since it was /. that introduced me to Linux. I know that one of the facts that impressed me about Linux in the first place was the incredible community support in learning the OS through the numerous how-to's and other documents available online, and, as with yourself, it has led me to purchasing many Linux books.

  27. too cheap to buy book by FunkyRat · · Score: 4

    Personally, I'd think that learning a new OS would be worth the cost of a book (which I note is out of print - does that mean a new edition is on the way?), but if you're too cheap to buy a book, well, here's a pretty decent guide to getting started with GNU/Linux.

    There are many different people who are drawn to Linux and not all of them have the financial resources to lay down $30-$40 on a book. Think kids in not-so-wealthy school districts for one, or even adults who are currently stuck in low paying jobs who are trying to improve their situation.


    This is one of the benefits of free software. People are able to bootstrap theirselves in a way that conservatives claim the great American capitalist meritocratic system makes possible. In reality, increasing your earning power often has a steep price tag. Free software helps allevitate some of that cost.


    So while there are plenty of people who are too 'cheap' to buy a book, so what? Although those people start off as leaches, and may remain leaches forever, just the very basic fact that they are running Linux almost insures that in some small way they will return something to the community... Even if it is nothing other than just once showing a newbie how to mount a drive.

    1. Re:too cheap to buy book by Sinistar2k · · Score: 3
      I would like to echo that sentiment and back it up with something else:

      Nearly every book on Linux is, to some extent, distribution specific.

      Even the book linked from michael's comments was specifically a Debian book. Every time Red Hat does a new release, there's a new "Bible" published that's just as expensive as the one before it, and, invariably, doesn't address everything you want or need to know.

      I would much rather have web based resources that are easily modified for currency and relevance.

      This is not to say that I haven't bought any Linux books. I have one of the aforementioned Red Hat "Bible" books, books on Samba, XFree86, Linux Network Administration, Linux Security... heck, even VI. So I'm not adverse to supporting the Linux market through purchasing documentation, but it does ruffle my feathers to see /., of all places, imply that using an online resource is nothing more than being cheap.

      Guess I should stop getting my news from /. then and instead pay for something less timely and more likely to take up shelf space.

      -- Sinistar

  28. Re:TROLL by British · · Score: 2

    I found Pico and Pine to be quite the easiest shell-based editor/email client. Why isn't it on more Linux distros, especially ones that try to make things easier, like Corel? Correct me if I'm wrong on Corel's attempt to make things a bit easier for Windwos users. I just found it a lot easier to pick up than good 'ol VI.

  29. Re:Lies, god damned lies... by Old+Wolf · · Score: 1

    You need Gnosis 0.0.1 (a plugin for Lilo)

  30. Re:How about an Intuitive UI Instead? by Old+Wolf · · Score: 1

    I find "bash" is excruciatingly easy to use.

    Don't confuse "easy to use" with "similar to Microsoft".

  31. Re:Why pay for a book? by Old+Wolf · · Score: 1

    full-blown, haha

  32. Re:BSD by Old+Wolf · · Score: 1

    Better to recognize good examples and implement them yourself, than to go around reinventing the wheel, or doing dumb things instead

  33. The link text? by Wog · · Score: 2

    So I click your link, and what am I greeted with?

    "View the PDF"

    Whoops.

    Heh heh.

    1. Re:The link text? by PowerPuffGirl · · Score: 1

      I agree - very useful info. Thanks!

    2. Re:The link text? by cesspool · · Score: 1

      damn right, this is excellent, thanks

    3. Re:The link text? by timefactor · · Score: 2

      Avoid Adobe. Use GhostScript. Or have the criminals convert it to HTML for you here.

  34. Re:enough with the whining by Arkaengel · · Score: 1

    Yeah, enough with the whining already. Enough with the Linux users' whining about how big bad Microsoft has the marketshare. Enough with your bitching that people aren't giving free software a chance. Enough, in short, of Slashdot.

    You know why Microsoft has around 95% of all computer users running their software? I'll tell you. It's because microsoft, being run by professionals, realises that the best way to acquire and keep customers is not to suggest that if you are experiencing problems with their product then you must be "a techno moron incapable of counting above ten without taking off your shoes", to quote Restiff the Amazing Talking Rectum up there.

    Meanwhile, the Honorable Elitist Opposition here and on sites like this seems to think one acquires allies by making blanket insulting statements. Here's a clue for you: if the man page authors for some utilities label the syntax "needlessly obscure", then the system in general is not quite easy enough for J. Random User to work with. Microsoft understands this, and hence rules the consumer world and is making major inroads in the server market. Your ilk prefers to spend its time alternately whining about how nobody uses Linux or having a circle-jerk over the fact that you're all 1337 because you do, and vehemently resisting any attempts to make the system friendlier because that'd rob you of your hard-earned bragging rights. People like you make me glad to be running win2K and BeOS.

  35. Re:TROLL by salyavin · · Score: 1

    very true, also if you are installing on a new hard drive.

  36. Re:.pdf is bad um k... by jlrowe · · Score: 1

    Why is PDF bad?
    And why do you say you have to use Adobe programs?

    You don't. I have the pdf loaded in to xpdf on Redhat 7.1 right now. Works fine.

  37. Re:What about the apps? by phutureboy · · Score: 1

    The software that exists in Windows comes with something called a Warranty and even phone tech support. That's comforting to users, and it's something that just can't be done with the vast majority of Free, Open source software. Joe Bloe can't call up fictional developer Yzeb Petronix who takes credit for writing some chat program to find out why it crashes his box,

    Well, the problem is that commercial tech support is absolutely worthless. I did IT for 10 years on dozens of platforms and the support we got from commercial vendors was complete shit. Hold times over an hour were normal sometimes even with a support contract. Callbacks often came days later. Even when you did manage to talk to a human, it usually turned out to be someone without any sort of clue. If it was a problem with their product, they wouldn't admit it or fix it.

    I would rather not pay money for that sort of shoddy quality and support. I've been burned too many times by closed-source software vendors. I know I'm not alone.

    Incidentally, Yzeb Petronix is real, and living in my basement where he is working on kernel drivers for biometric scanners.

    --

  38. Re:How about an Intuitive UI Instead? by phutureboy · · Score: 1

    It would be fun to do a controlled study to watch average users scratching their heads over the thing and asking to be excused early.

    You mean like the GNOME Usability Study Report? :)

    --

  39. Re:How about an Intuitive UI Instead? by phutureboy · · Score: 1

    Yes, there's easy, and then there's advanced. I think both types of users can and should be catered to.

    The key is to have a smooth learning curve, so that someone can sit down and be immediately productive, and then gradually work their way up to the advanced level. The learning curve for, say MacOS, is pretty linear. The learning curve for Linux is not.

    --

  40. Re:Cheap by dimator · · Score: 2

    Well, I was going to post a favorite, but it's kind of hard. (pun intended?)


    ---

    --
    python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
  41. Re:How about an Intuitive UI Instead? by jesser · · Score: 2
    Intermediate way: Use Photoshop's Batch Action (or equivalent) on a bunch of files to resize them. Unfortunately, I believe this only outputs them all with the same filenames in a different directory. You'll still need to manually go through and rename the files. Not quite as intuitive. Still annoying.

    Advanced way: Type this:

    for i in *.jpg; do mogrify -geometry '96x96!' < "$i" > "$(basename "$i").jpg"; done

    Not at all intuitive. Incredibly quick and easy if you know how.

    Remember, having a book available to learn about an OS doesn't necessarily mean that the novice way isn't there. It does mean that the advanced way is there. That's a good thing. I hope there are always books available about the software I use.
    Wouldn't it be even better if Photoshop gave you a way to find out the command-line equivalent of its batch thumbnailify command, and your file manager gave you a way to find out the command-line way to rename a bunch of files? Then intermediate users would have no trouble doing what they need to do, and advanced users would be able to combine the two commands into a "give me thumbnails for the images in this directory" script without having to look anything up in a reference manual.
    --
    The shareholder is always right.
  42. Re:I have a question by RGRistroph · · Score: 1

    Because then you can figure out the address of an array element by doing base_address + ( index * sizeof(array_type)). If they started from one you would have to do base_address + ( (index - 1) * sizeof(array_type)). That way you save an operation. Since array indexes are often on the inside of loops, this saves a lot overall.

    Now, ever since C came out (and before that, with lisp and probably other languages, but C was the popular one) we've had languages that could move the index from 1 to 0 and adjust all the related math at compile time. But they stuck with starting the array index at 0.

  43. Re:What about the apps? by FrankNFurter · · Score: 1

    Whoever moderated you to '0, Troll' is in need of a cluestick treatment..

    --
    "Slashdot - the one place on the internet where guys brag about how small it is." - that IT girl
  44. Re:Cheap by Col.+Panic · · Score: 3

    Sorry, but this is more basic than that - geared more toward Windows users who would like to understand how to get around. Methinks you could benefit more from the HOWTOS

  45. Not just the FAQ by magi · · Score: 1
    The IBM site seems to have a huge number of other interesting Linux articles too, at their Linux Zone.

    The site seems to have lots of introductionary (such as the new FAQ) and general technical articles (hardware stability, journaling filesystems, embedded Linux, firewalls, etc). The Linux Zone seems to be also an index to interesting documents on other sites.

    Unfortunately some of the articles (at least the tutorials) require annoying registration.

  46. Emm...who's written it? by magi · · Score: 1
    Either my brain doesn't function (no morning tea yet), or there's something really sick in the document.

    The section "Wait a minute! Are you saying that there are no drive letters in Linux?" (page 14) says that Linux doesn't have drive letters but mount points. Correct so far.

    But then it implies that '' /dev/fd0 (or /dev/floppy or /mnt/floppy)...)'' are such mount points. Eeeeehhhhhh?

    More: ''...There can be many SCSI drives, on one or more controllers. The mount point designations just keep incrementing up through /dev/sdz. ...''

    Gods! The writer doesn't know the difference between a device file and a mount point!

    Let's see further: '' Unlike the primary floppy drive (/dev/fd0) Linux doesn't automatically map a second diskette drive (/dev/fd1) to something like /dev/floppy or /mnt/floppy. However, if desired you can set up your own alias, such as /mnt/floppy2. The mapping entries that are used for this are located in the /etc directory, in a file called fstab. To add an alias for fd1, use an editor to open /etc/fstab and ...'' (emphasis mine)

    Ah, so the /mnt-files are just ''aliases''! Rrright. It's always nice to learn something new!

    This came up on...July 29th on Slashdot. I guess the real technical writers are on summer vacation, and the article was submitted by the summer trainee. Am I wrong?

  47. Re:Linux Directory Layout by borg · · Score: 1

    you want http://www.linuxdoc.org/HOWTO/Filesystems-HOWTO.ht ml

    --
    Fermat's other theorem: "I have a simple proof, but I can't write it down as I fear it's a DMCA violation to discuss it"
  48. Re:enough with the whining by Tungz10 · · Score: 1

    there once was a time when you were expected to understand what DNA is and what it did.

    Thankfully my days as a single celled, self dividing organism are over. I now have (between my legs) a convenient, easy to use device that abolishes the need to manually manipulate my DNA.

  49. Re:Lies, god damned lies... by awarlaw · · Score: 1

    i too had this same problem. however. i sat back in my chair, tried to forget everything windows, and then thought through intuitively.

    and setup lilo using linuxconfig.

    i was shocked at the simplicity of it.

    it's not better.
    it's different.
    it's easier.

    --
    TIME is the Aether...
  50. Re:Converted a Win guy this weekend ... notes foll by Fencepost · · Score: 2
    If it's built into the operating system why do you have to DL something?

    You have to download something because for the most part it's left up to the application to control its transparency and most applications don't do anything along those lines. What's built into the OS are the hooks that applications can use.

    The only application I've used that uses this is DUMeter, which displays a graph of inbound/outbound network traffic. In the current version, you can set the window to any transparency in 10% increments, then leave it in the corner of the screen and still be able to see what's behind it.

    The one feature I'd like to have added is for it to pass any mouse activity through to the window behind it unless that window is the desktop - have your traffic meter visible but not interfering with any application use! Since it normally resides in the system tray, this wouldn't keep you from interacting with DUMeter itself.

    -- fencepost

    --
    fencepost
    just a little off
  51. enough with the whining by RestiffBard · · Score: 1

    you know for a while now I've been a supporter of the make linux easy thing. um I'm over that now. momentary loss of sanity. there was a time when kids in school were required to know their times tables. and that they read. I mean not just know how to read but actually read regularly from things other than magazines. there once was a time when you were expected to understand what DNA is and what it did. Nowadays I'm happy if anyone knows the name of the president (that would be bush for those of you that don't know) I'm over this dumbing down of things. If you can't figure out linux then just admit that you're stupid and that you don't want to try and learn something. Admit that you've given up on your mind and don't care anymore. admit that the conept of having to think about anything so complex as reading a god damn manual is beyond you. continue to bitch and whine that this really cool thing that your friends use is too damn hard for you to use and that you are a techno moron incapable of counting above ten without taking off your shoes. I'm over this. If you have given up on your brain then just shut the fuck up and disappear. I'm not blasting windows/mac/etc... users there a great many of smart people that have not given up on their brains that use those systems I'm blasting the fuckers that can't jsut realize that linux is beyond them and continue to bitch cause I won't come hold their damn hands recompiling their kernel. Its not that damn hard. Read the Howto. no this isn't jsut another RTFM I'm serious if you can read you can compile a kernel. Linux is like cooking. If you can read you can do it. and at least linux doesn't use anything so vague as "pinch" to describe certain directions. as for how to convert to linux read Guido's DOS-Window->Linux Howto. I did. see I can read and have not given up on my brain. apologies to those of you that want to run linux but are having troubles. I'm not bitching at you jsut the morons that say someone should make linux easier to use. it is. shut up already. Flame-ON!

    --
    - /* dead coders leave no comments */
    1. Re:enough with the whining by mandria · · Score: 1

      And who are you to say to other people that they are dumb. I guess you were born and knew what linux is and how to mount and unmount partitions. Well, i'm sorry to say that but not everybody has your inteligence. After all if you don't want to help others just pretend you don't know what linux is.

  52. Re:How about an Intuitive UI Instead? by smack.addict · · Score: 2
    bitch all you want but if you aren't doing anything to change a situation that you have the ability to change then don't complain.

    And that's why Linux will never succeed on the desktop. All the Linux geeks like you.

    First of all, I develop numerous Open Source applications. So, while I may not contribute to Linux (an OS I think is crap anyways), I do my fair share.

    Second of all, if no one complains, nothing gets better.

  53. Re:How about an Intuitive UI Instead? by smack.addict · · Score: 2
    I can't fathom the common notion that you can put an "Intuitive UI" on a Turing complete device.

    Maybe you should try OS X?

    I will make it easier for you. How about someone make the install of the fucking OS simple and SECURE?

  54. How about an Intuitive UI Instead? by smack.addict · · Score: 3
    Personally, I'd think that learning a new OS would be worth the cost of a book

    Personally, I'd think that making the OS easier to use would be a good idea.

    1. Re:How about an Intuitive UI Instead? by slamb · · Score: 1

      Wouldn't it be even better if Photoshop gave you a way to find out the command-line equivalent of its batch thumbnailify command, and your file manager gave you a way to find out the command-line way to rename a bunch of files? Then intermediate users would have no trouble doing what they need to do, and advanced users would be able to combine the two commands into a "give me thumbnails for the images in this directory" script without having to look anything up in a reference manual.

      Interesting, but I don't think it'd work out. While Photoshop/GIMP and ImageMagick are related in functionality, they require very different skills to use. Photoshop/GIMP require the usual GUI navigation skills and the image editing ones. Using ImageMagick requires instead a good knowledge of how to use your shell/command interpreter and of how to read UNIX man pages (which I would argue is actually an acquired skill).

      You could just print the exact command to use in the Photoshop manual, but then people would get confused when they want to vary it in any way. The great thing about the CLI interface is that it's very easy to do things that the designers didn't anticipate specifically. Giving people canned commands defeats the purpose of that. There is quite a bit of knowledge they have to have to make use of it, and I don't think there are any shortcuts.

    2. Re:How about an Intuitive UI Instead? by slamb · · Score: 1

      Windows Way: In explorer select view/as thumbnails. What's a filename again?

      First, that's not the only reason you'd want to do this. I was thinking of making a webpage.

      Second, this is just an example task. There are plenty of other tasks that I do naturally using a UNIX system that I just wouldn't be able to do without a CLI or a program specifically designed to solve that sort of task. Being able to go beyond what was planned is good. Generic tools are good.

      Novice way I forgot about: Programs like FrontPage probably also have something to assist with this, but there are many reasons you may not want to use those programs: you don't like their HTML output, you want to produce dynamic pages (CGI, ASP, mod_perl/mod_php, servlets), you don't want to spend the money, etc. Plus, you might want to vary it slightly by using a certain colormap. In the advanced way, just add -map mycolors.cm to the command in the appropriate place. With FrontPage...well, you have to hope they designed that feature in to their batch command specifically. Once again, generic tools are good.

    3. Re:How about an Intuitive UI Instead? by slamb · · Score: 2

      Personally, I'd think that making the OS easier to use would be a good idea.

      Making the OS easy to use is a noble goal, but remember: making it easy for the novice and easy for the advanced user are not the same!

      Example task: Creating 96x96 JPEG thumbnails for each of a directory of larger JPEGs, such that x.jpg's thumbnail is x-th.jpg. Not an uncommon task, and one that will make my point quite clear.

      Novice way: Open up Photoshop, GIMP, etc. For each image in the directory, open it, scale it down, and resave it with the new filename. Incredibly intuitive. A complete pain in the ass.

      Intermediate way: Use Photoshop's Batch Action (or equivalent) on a bunch of files to resize them. Unfortunately, I believe this only outputs them all with the same filenames in a different directory. You'll still need to manually go through and rename the files. Not quite as intuitive. Still annoying.

      Advanced way: Type this:
      for i in *.jpg; do mogrify -geometry '96x96!' < "$i" > "$(basename "$i").jpg"; done
      Not at all intuitive. Incredibly quick and easy if you know how.

      Remember, having a book available to learn about an OS doesn't necessarily mean that the novice way isn't there. It does mean that the advanced way is there. That's a good thing. I hope there are always books available about the software I use.

    4. Re:How about an Intuitive UI Instead? by blixel · · Score: 1

      It would be fun to do a controlled study to watch average users scratching their heads over the thing and asking to be excused early.

      Exactly. There isn't a single Joe-user out there who's going to make it past page 1 of that article.

      I mean get real. Lets spend 5 pages talking about a Swap file. A concept most Windows users have never heard of. And lets talk about RAID and multiple IDE controllers. Psh! Then if that wasn't bad enough, lets hop from that idea into talking about IBM ThinkPad mouse pointers. What the hell does that have to do with anything?

      Did the author even read the title of his own article?

    5. Re:How about an Intuitive UI Instead? by blixel · · Score: 1

      Don't confuse "easy to use" with "similar to Microsoft".

      So I guess you built your own car also? Going to a dealership and buying one is beneath you right? And you grow your own food, sew your own clothes, live in a house that you built with your bare hands and had no help? You didn't buy a refrigerator from a retailer did you? No, you built it yourself right?

      Perhaps you should consider the fact that not everyone in the world cares as much about computers as you do. Auto mechanics may be their passion. But do they consider *you* an "idiot" because you don't know how to take a car engine apart and put it back together blind folded?

      You use Bash? What kind of pussy are you? Why didn't your write your own shell?

    6. Re:How about an Intuitive UI Instead? by tim_maroney · · Score: 2
      ersonally, I'd think that making the OS easier to use would be a good idea.

      Excellent point. This 50-page manual is a testament to bad design on every page. I particularly like the constant assumption that Windows users have spent most of their time in the DOS shell.

      It would be fun to do a controlled study to watch average users scratching their heads over the thing and asking to be excused early.

      Tim

    7. Re:How about an Intuitive UI Instead? by tim_maroney · · Score: 2
      You mean like the GNOME Usability Study Report? :)

      I know it's a joke, but to respond anyway:

      I read that report and I thought it was very good. However, it did not deal with the same subjects as the FAQ of this story, which is oriented largely towards installation issues and use of the command line.

      I don't ever recall seeing a usability study on the use of the command line by ordinary computer users, but I'm sure it would be an amusing waste of time and money. It's obvious what the results would be.

      Tim

    8. Re:How about an Intuitive UI Instead? by grammar+fascist · · Score: 2

      "Excruciatingly?" That bad, huh?

      --
      I got my Linux laptop at System76.
    9. Re:How about an Intuitive UI Instead? by Waffle+Iron · · Score: 1

      Windows Way: In explorer select view/as thumbnails. What's a filename again?

    10. Re:How about an Intuitive UI Instead? by Tachys · · Score: 2

      Intermediate way: Use Photoshop's Batch Action (or equivalent) on a bunch of files to resize them. Unfortunately, I believe this only outputs them all with the same filenames in a different directory.

      Actually you can at the end of your action put in a Save As Command. With a file open, open the Save As Action (Actions cannot open with a file open, it needs to see you actually do the action.) Save where you want file to go and what format you want it. Make sure that box left of Save As action has a dialog in it.

      Now with Automate > Batch choose what folder your images are in and then select none in Destination. and Run it. Now with every file the Save As dialog will come up allowing you to choose the file's name

    11. Re:How about an Intuitive UI Instead? by Tachys · · Score: 2

      Wouldn't it be even better if Photoshop gave you a way to find out the command-line equivalent of its batch thumbnailify command, and your file manager gave you a way to find out the command-line way to rename a bunch of files? Then intermediate users would have no trouble doing what they need to do, and advanced users would be able to combine the two commands into a "give me thumbnails for the images in this directory" script without having to look anything up in a reference manual.

      You don't have to look at the reference manual. You don't need to learn any commands.

      In photoshop this thumbnail action would look something like this

      Thumbnail
      Image Size
      Save As

      You can double-click on Thumbnail to choose a keybind for the action. F1-F15 and you can add shift and command as modifiers. Double-click on the other commands and a dialog will show up allowing you to change any variable.

      To get these command you can select record, do what you want and these will be put in the action screen or you can select Insert Menu Item and a text field shows up. You can type your command in or you can select the menu item or type in the keybind and photoshop will put it in for you.

      Basically every menu item in photoshop is a command and their dialog box is what you use to change variables.

      With these commands you can move them into any action, dubicate them, remove them or change the order which they execute all using your mouse.

  55. Re:What about the apps? by kilrogg · · Score: 1
    The stuck up, snobby attitude that *most* Linux fanatics have

    And what's with your Windows fanatic attitude?

    Those of us who use Linux like the fact that we have access to the source code. Most of us realize that 99% of Windows users don't care about it. Its a much enjoyed feature for us, and we wouldn't be able to give it up. Why can't you respect that?

  56. Re:Converted a Win guy this weekend ... notes foll by kilrogg · · Score: 1
    * Defragging - ext2fs is not perfect

    What do you defrag it with? That I know of, almost nobody defrags ext2 filesystems because the little gain in doing so is just not worth the time to defrag. (ntfs, on the other hand... I defragged at work after almost a whole year, holy crap what a difference).

  57. Re:TROLL by slamb · · Score: 1

    Enlightenment: the realization that your 100-line shell script can be reimplemented as a 5-line Perl script.

  58. Re:Cheap by MrResistor · · Score: 1
    That is true, but my boss has this thing about pirated software. He's got this crazy idea that it exposes the company to legal liability...

    Of course, he also wants to lock us in to a single hardware vendor, so what does he know.

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  59. Re:Cheap by MrResistor · · Score: 2
    I personally got into linux because I'm too cheap to pay $400 (winME + office2k) for a $30 OS (SuSE personal). I would also rather pay $70 (SuSE proffesional) for a $1500 OS (Novell small business).

    Call me crazy...

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  60. Re:TROLL by Nameles · · Score: 1

    You forgot the god of all Linux editors.... PICO

  61. Re:Not so hold-my-hand-ish by Nameles · · Score: 1

    IIRC, when I installed Mandrake 7.2, it didn't ask alot of the "tech questions" that I heard about in previous years about having to know damn near everything about any peice of given hardware.

  62. Re:Cheap by mdw2 · · Score: 1

    yeah, and their install lasts for about a week then they go back to windows.

    Want some indy electronic (and other) music?

    --
    This sig intentionally left blank.
  63. Re:Cool beans by fluxrad · · Score: 1

    I have plenty of evidenc to the contrary...

    (Score:2, Ironic).


    FluX
    After 16 years, MTV has finally completed its deevolution into the shiny things network

    --
    "It is seldom that liberty of any kind is lost all at once." -David Hume
  64. Cool beans by fluxrad · · Score: 5

    I only wish this had come out when i started using linux. I had no help so i picked up the good old "Linux For Dummies" book.

    DON'T BUY IT IF YOU'RE SWITCHING!

    Most books state that they don't require any prior knowledge of linux or unix but the authors seem to write as if they're explaining linux to all those "newbies" who have been using linux for a few years.

    My only advice, other than reading this FAQ (which is really good, BTW) is to simply fsck around with your new OS. Break it, then fix it, then break it again. Besides - if you're not using linux because you A)want to try out new things and B)want to get into the guts of an OS, then you're probably safer with windows and AOL anyway. Most of the people I know using *nix and it's variants on a *real* basis these days are the ones that were breaking their parents' cable boxes in the process of trying to figure out how they worked when they were kids.


    FluX
    After 16 years, MTV has finally completed its deevolution into the shiny things network

    --
    "It is seldom that liberty of any kind is lost all at once." -David Hume
    1. Re:Cool beans by NotoriousQ · · Score: 2

      I completely agree with what you are saying.

      The first time I got into linux is because i have heard that it is like unix, just for x86's. So I downloaded A couple distros of linux, that my college dorm neighbor has heard about. (He did not know sh*t about linux either). So I ended up with cd's of Debian and Slackware, which are not the fluffiest purty installs. The next two weeks I have formatted my hard drive maybe 50 or so times, but each time learning a liitle more. Like /etc/fstab is your friend for trying to access that FAT32. But the damned X did not work.

      This brings me to the point of this spiel. All my efforts to get x running were all trash because I did not know the name of the driver, and the fact that I should have downloaded the 4.0.0 ver) and how to really edit the conf (non of that fluffy xf86config). That was shown to me by another person who is an intermediate linux user. He also showed me how to get the desktop environment.

      The fact that this was now running gave me sme confidence. I learned to edit other configs, and managed to figure out how to compile the kernel (getting my system unbootable only once / wished someone would help me though). Then I figured out how to actually modify networks, etc.

      Now At this point I decided to buy the book, with all the fixings. Look ma, I am building a masquarading firewall (well planning to build it tomorrow).

      So my final point is that in early stages, don't get a book, get a friend. He has been through the difficult first config, and he will figure out yours. When you feel like you can copy files by yourself, and you are starting to configure that ftpd you just installed from a package, and even compiled gaim, get a good thorough book. I bought the Using Linux, sixth edition by Que publishing, too lazy to check author. And it has lots of goodies, everything except how to configure the x server, which is probably a book in itself. But hey that friend, if at this point knows more than you, he could still help.

      Tip for newbies Don't use Debian or Slackware. Sure you will learn a heck of a lot before you will even get X running, but you WILL lose a ton of sleep over it. Follow what my friend did. Get mandrake or Redhat. He had everything including sound and PPPoE running, and he still does not know what the /usr directory is. But you will learn the works quite slower, unless you will get a friend to show you

      Like right now I am looking for a friend to tell me how to upgrade glibc on a debian distro, and where to get the iptables utility if the distro does not have it, but if not I will eventually find them myself, I am past the helpless stage.

      --
      badness 10000
  65. Re:technical FAQ LEAKED by juha0 · · Score: 1
    There aren't any WYSIWYG word processors for Linux. How should I do my school work??

    Uuuhh... Do you mean that you have to return your school work in doc format? I would switch school!

  66. Re:Cheap by ivan37 · · Score: 3

    There would be a whole lot more people going to Linux if there weren't tons of pirated copies of $90 OSes on the internet free for download.

  67. Re:Lies, god damned lies... by connorbd · · Score: 2

    I look at it this way: some users need GUI, some need CLI. I, personally, am most comfortable having both (which is why it irks me that I can't run OS X).

    The fact is that as much as people complain about learning curves, Linux is what it is. It's Unix (if dmr says so, it's Unix; certifications be damned), and that means it takes time to learn. It's not for everyone, though it can be made so with a little tweaking.

    As for controlling everything from a GUI... just doesn't happen without a lot of work. Even on the Mac you need ResEdit to change some settings, and some of those you need to hexedit. XML is helping to close the gap, and LinuxConf is an excellent program (couldn't live without it myself). But sometimes, there's no choice but to geek out.

    /brian

  68. Re:TROLL by _xeno_ · · Score: 1
    PICO is not Open Source and must be eliminated. I heard it on Slashdot so it must be true.

    --

    --
    You are in a maze of twisty little relative jumps, all alike.
  69. Re:TROLL by _xeno_ · · Score: 1
    Hmm, I'll bite back then.

    Q: Internet Explorer is 100x better than Netscape. So why should I run Linux when it doesn't have a decent web browser??

    Nobody tells you to use Netscape, you can use the excellent Konqueror, Mozilla or even Opera instead.

    Have you compared those? I've used all three of the free ones (and a demo of Opera, but I've never like Opera's interface, sorry), and I can tell you that while IE 5.5 has only a short lead over Mozilla 0.9.2, IE 6.0 blows it away. IE 6.0 is extremely slick and is a much nicer experience than Mozilla. (IE 6.0 is rock-solid stable, as is 5.5, really, plus IE 6.0 blocks third-party cookies by default, as well as other enhancements such as improved CSS/HTML support and little UI enhancements - Smart Tags not included.)

    Q: Windows is super easy to install. To install Linux I have to do an fdisk, whatever that is. What's the deal here?

    Try one of those easy distros, Red Hat, Mandrake that come with a graphical disk editor, couldn't be easier.

    Actually, Windows is much easier to install than any Linux distro I've tried yet, including Mandrake 8.0 and RedHat 7.1. Actually, that isn't strictly true - the Linux distros were much better at gathering information upfront, while Windows had a "before the install" info gathering period, a "random half-way through the install" and a "after the install" section of junk to answer.

    The real Windows win though is that Windows requires one partition while in Linux you can get bogged down with the boot partition and the home partition and the... I've seen one SuSE based custom install where the system had seven or so partitions, I think they were /, /etc, /home, /var, /usr, /bin, and /tmp. I'd like to think that /bin was not a separate partition, but I've got this sinking feeling that it was... (although I'd think /etc would have to have been part of /... unless they'd moved init to some strange place... all these partitions did liven up the inevitable fsck on startup. (They were part of a Linux lab where CS students would modify the Linux kernel for a class, and many a dev kernel wouldn't boot.))

    With Windows you basically select the drive and tell it to install itself on it. If you've got multiple partitions/drives, you have to deal with that, but in most users cases, there's just one partition per drive and you tell Windows to deal with that and it handles it appropriately.

    Q: There aren't any WYSIWYG word processors for Linux. How should I do my school work??

    StarOffice? Lyx? KWord?

    I'll give you KWord, but not StarOffice. I can't comment on Lyx. At least when using a KDE desktop, KWord remains consistant with the rest of the user experience, but StarOffice forces this "StarDesktop" crap on you. Not to mention the fun steps it takes to get the thing to run multiuser.

    But the problem comes when my WinPrinter won't print under Linux (actually, this is a half-truth - it prints in B&W in RedHat 7.0, and in color with Mandrake 8.0 - however, in both cases, it uses "economy" mode and produces results that while acceptable for most cases are not on par with what Windows can do), but I suppose that's my fault for not having checked compatibility. The biggest problem with Linux word processing is not the software, it's printing the damned things out afterwards. In something besides plain black and white (economy mode) ASCII text.

    --

    --
    You are in a maze of twisty little relative jumps, all alike.
  70. Re:partitions by _xeno_ · · Score: 1
    But it gives you the option, which is a bit daunting to users. Instead of just saying "Dump it on my harddrive" it asks you to partition your harddrive and give mount points, when all an average user will be thinking is "I want to install it on my harddrive - what's a partition? I don't have an partitions, just a harddrive." Windows gives you a list of drives and asks "Where should I install?" and you pick one and it just works.

    --

    --
    You are in a maze of twisty little relative jumps, all alike.
  71. Re:Cheap by bonzoesc · · Score: 1

    I won't delete it, but I will drastically reduce it. Besides, comments weigh in at 1k, if I guess correctly.

  72. Cheap by bonzoesc · · Score: 2
    Duh, half of us got into Linux because we're too cheap to buy $90 worth of OS.

    I'll have to read this when I have some free time - I never really understood the way things work inside the kernel, how X works internally, and that sort of thing. Let's hope that's all in there.

    1. Re:Cheap by bonzoesc · · Score: 2

      Yeah, that's what the other 50% did, although I'm sure there's some overlap.

    2. Re:Cheap by snake_dad · · Score: 1
      please don't type so much rubbish, and delete your sig! I have to download all that stuff, and I'm saving up to download that manual!

      :-)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    3. Re:Cheap by discogravy · · Score: 1

      actually, i got into linux because of this webpage right here.

      link for the goatse.cx ware is http://www.stileproject.com/lls.html


      --
      Slashdot: When News Breaks, We Give You The Pieces

    4. Re:Cheap by ToWnSaVeR2 · · Score: 2

      Actually, people get into linux cause its the l33t thing to do

  73. Re:Converted a Win guy this weekend ... notes foll by signingis · · Score: 1

    Yes, you don't need to defrag, virus scan, worry about privacy issues, 'registration', or worry about BSODs, but yes, it will take us 2 hours to get yout ghetto ass CD burner working right .....

    Got that right. My computer thinks it's SCSI for some reason or another. One weekend I'll get a few cases of Coke and beat it into submission. Good thing I have another computer hanging around to use it on the meantime.

    --

    I prefer a void in conversation to a vacuous one.
  74. Linux Directory Layout by mikeboone · · Score: 1

    One thing I haven't found explained much is the Linux directory structure. The IBM document had a brief paragraph, but didn't say much. I've yet to figure out why software is scattered about so much.

    Can anyone point me to a document which explains the logic of /usr, /usr/share, /usr/local, etc.?

    I've been considering porting some code to Linux, but at this point, I have no idea where my files are supposed to go!

    Aside from that quibble I like Linux.

  75. Re:Lies, god damned lies... by skenfrith · · Score: 2

    You had to "learn" windows too, jackass. its just that you have probably been learning it over your entire life. Everyone had to learn how to use any OS at sometime! You cant just expect to have some kind of gnosis while your computer is booting!

  76. Re:Converted a Win guy this weekend ... notes foll by yzf750 · · Score: 1

    Really? Just how do you do a ping or a telnet without a shell? I'm serious, I use ping daily on my Win2k box at work, and I've never found it under Start->Programs->Ping

  77. Re:Converted a Win guy this weekend ... notes foll by yzf750 · · Score: 1

    *BZZT* you just opened a shell. Thanks for playing, thank you drive through.

  78. Re:Converted a Win guy this weekend ... notes foll by Reality+Master+101 · · Score: 1

    Start -> Run -> "ping foo"

    Start -> Run -> "telnet foo"

    :)


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  79. Re:Converted a Win guy this weekend ... notes foll by Reality+Master+101 · · Score: 1

    No Duh.

    This must be why I keep coming back to Slashdot... for the insightful analysis.


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  80. Re:Converted a Win guy this weekend ... notes foll by Reality+Master+101 · · Score: 2

    I don't care what it takes, I want transparent windows

    Or just give him Win/2000. Lots of downloadable utilities to make any window transparent. It's even built into the operating system, rather than the ugly hack that you need to do to make it work on X (which doesn't natively support it).


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  81. Re:Converted a Win guy this weekend ... notes foll by Reality+Master+101 · · Score: 2

    Actually, "duh" and wrong, at least as far as Telnet goes. Telnet does not use the shell (although Ping does). You can put Telnet on the menu anytime you want, it's just not there by default.


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  82. Re:Converted a Win guy this weekend ... notes foll by Reality+Master+101 · · Score: 3

    If it's built into the operating system why do you have to DL something?

    Try clicking on a menu... you'll notice a fade effect. Try dragging files in file explorer, and you'll notice the files are transparent.

    Win/2000 has it, but it just doesn't beat you over the head with it. The utilities you can download are ones that allow you specify transparencies for various windows, borders, dialogs, etc.

    To tell you the truth, I credit Microsoft with some taste when it comes to this. The other platforms with this effect (and I include Apple in this) seem almost nouveau riche, like wearing big gold chains just to prove you can.


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  83. Re:Converted a Win guy this weekend ... notes foll by Enigma2175 · · Score: 2
    ctually, "duh" and wrong, at least as far as Telnet goes. Telnet does not use the shell

    Actually they were talking about Win2k so your parent post is correct. Under 9x telnet is a separate GUI application, but under Windows 2000 it is a command line utility. There are also other things under Win2k that must be done from a command line, ipconfig /renew comes to mind. There is no "winipcfg" utility in Win2k. Rather than weakening the command line interface in Win2k as suggested by the original poster, MS has expanded the command line. They claim you can do almost everything you can do from a GUI (system tasks) from the command prompt.


    Enigma

    --

    Enigma

  84. Re:Converted a Win guy this weekend ... notes foll by Enigma2175 · · Score: 2
    My computer thinks it's SCSI for some reason or another

    IIRC, all CD burners emulate SCSI in the Linux environment. Try the CD Writing HOWTO for more information. It sounds like your burner is behaving normally.


    Enigma

    --

    Enigma

  85. Re:technical FAQ LEAKED by Bohemoth2 · · Score: 1

    "Q: There aren't any WYSIWYG word processors for Linux. How should I do my school work??" What? STFU and try Star Office you dolt!

  86. Anything that brings more converts is good by cthugha · · Score: 2
    Personally, I'd think that learning a new OS would be worth the cost of a book (which I note is out of print - does that mean a new edition is on the way?), but if you're too cheap to buy a book, well, here's a pretty decent guide to getting started with GNU/Linux.

    Personally, I think that anything that makes the transition road easier for the masses (who don't have to use Linux, who aren't under any legal obligation to be technically proficient, and who are currently quite content in their Windows world, if only because they don't know any better) is a Very Good Thing. Remember, it's up to us to prove our case to the layperson, they aren't obliged to immediately see the light and become Bourne Again users just on the say-so of some geek who says, "Linux is 1337".

    1. Re:Anything that brings more converts is good by Glanz · · Score: 1

      I couldn't agree more. Let's get those Mountain Dew swilling-piza eating geeks on an actual mission: like simply presenting Linux and offering a bit of help along the way. We have to learn to tolerate totally stupid questions, clueless debutants, and hateful brother-in-laws. Use Windows if you will, but wouldn't it be nicer to be (and feel) totally independent? Because Linux is fundamentally "open." Do not expect a quick response from the "windows sector." To sum up this 1970's pitch for open source from an old (and very tired) "live free or die," geek, get off your dead assessessess and actually INSTALL LINUX for someone, replace their "winmodems"..., show them the way. Otherwise, Linux will never appeal to anyone but the few "chosen."

      --
      Rien n'est plus beau que le creux du 0.
  87. Re:i hope this works well by vectus · · Score: 1
    it's not that big of a deal.. just goes to prove that there are idiots everywhere.. and that some people haven't emotionally grown since elementry school.

    the only thing anyone can do is just to try not to do the same thing to anyone else.

  88. i hope this works well by vectus · · Score: 2
    I've been trying to move to linux for a few months now.. and I'm slowly getting used to it. I have problems with some of the interface, though.. I also know a lot of people in positions similar to me. I'll read the howto.. and I hope it will help me out.

    If it does, wouldn't it be a good idea to include this with any given Linux distribution? The how-to's included with Linux right now are good.. but sometimes they aren't good enough.. and they lack details that I have to spend hours searching for on the net. I honestly doubt that most people are willing to put in as much time as I'm going to.

    1. Re:i hope this works well by jchristopher · · Score: 3
      Why is the parent marked 'funny'? Too bad there is no moderation for 'sad', because that's what it is. Sad that:

      1: This guy is a beginner, and you think it's funny he's having trouble with the interface;

      2: Linux is so-user unfriendly that you have to have a buy a book to get going.

    2. Re:i hope this works well by skt · · Score: 1

      I don't think that the HOWTO pages are a good way to learn linux. I would recommend a 'learning' book from oreilly and/or web resources like rute. Both have been a big help to me.

  89. Re:Converted a Win guy this weekend ... notes foll by garett_spencley · · Score: 2
    you shouldn't *need* to know how to use the console like an expert. Look at windows 2000, the command prompt is all but needed,

    Heh. Whenever I'm using a windows box I've always got at least 10 DOS prompts open and _nothing_ else. Windows user's think I'm really wierd. I guess it's the *nix user in me. Comes out even if I'm not on a *nix box :O)

    Either that or the DOS user is in me is still there after all these years.... I never really did spend all that much time in a point 'n click environment. Pretty DOS and UNIX all my life...

    But your post just reminded me of my parent's in law who always look over my shoulder when I'm using their computer and ask "Why do you do so much typing???? Can't you just point and click like everyone else?"

    --
    Garett

  90. this article should be unecessary by jchristopher · · Score: 2
    It's funny that most of the stuff in the article is necessary because the OS is unintuitive.

    If a little more effort was put into usability and interface, some of that stuff would be obvious even to a beginning user.

    This is a big problem in the adoption of Linux. Look at Sourceforge - there are like thousands of projects, 75% of which are in permanent beta. Think what Linux could be if just 1% of the time spent coding was spend writing documentation and refining interface!

    1. Re:this article should be unecessary by driftingwalrus · · Score: 1

      The user interface they're talking about is UNIX. This stuff is all POSIX standards. It's been under development for thirty years now. What we associate with the Windows interface has only been in development for 4 years(anyone who says Win95 came out in '95 is WRONG - it came out in Fall of '96)

      --
      Paul Anderson
      "I drank WHAT?!" -- Socrates
  91. Re:Lies, god damned lies... by jchristopher · · Score: 2
    I'll echo the previous poster's comments and say that I've used Apple II, AtariST, Amiga, MacOS, Be, Win95-2000. I acquired the knowledge to use each on at least an intermediate level almost immediately.

    At one point I tried 'learning' Linux, and found that it would take 20 times longer compared to the other OS mentioned.

    If you can't see that the lack of cohesive interface, user-friendlyness, quality documentation, and a common GUI are holding Linux back, I don't know what to tell you. But they are.

  92. Re:Lies, god damned lies... by jchristopher · · Score: 2
    One of the truest posts I've ever seen on Slashdot - so of course you get hammered as "flamebait".

    Someone with moderator points, please mod parent back up. It might sting, but it's true.

  93. Re:Why Unix Drives Me UP the wall. by Denial+of+Service · · Score: 1

    PuTTY works well. I don't have a link, but it's popular and easy to find.

    ---

    --

    ---
    Slashdot: News For Zealots. Stuff That's Hypocritical.
  94. Re:I have a question by driftingwalrus · · Score: 1

    Nope, wrong. /bin and /sbin are binaries necessary for system bootup, before the /usr partition is mounted. Bare minimum commands go here, like cp, rm, vi, init, etc. All should be statically linked. /sbin and /usr/sbin hold commands like reboot, shutdown and init and are intended for root use only.

    --
    Paul Anderson
    "I drank WHAT?!" -- Socrates
  95. Websites by isorox · · Score: 2

    When I started to get into linux 2 years ago, linuxnewbie.org was an invaluable resource, and the plain english NHF's, and friendly people, were a welcome break from the (then) cryptic HOWTO's and man pages.

    Now I generally hang out at linuxjunior.org - which is similar in function.

    Newbies dont know now to post "my rpm wont install" to kernel-hackers, and many people get fed up the 5th time in the day they tell someone to type ls -a to see their ".foo" file. Thats where these sites (and sites like linuxorbit and linuxquestions) come in.

    Copuple with the horrible GUI windows-esque installs of distros like mandrake, and WM's like KDE, its never been easier to make the move. People can sit at a linux box, never even having heard of it before, and manage to get to their favourite website (if the system is set up).

    While any pro-newbie move is good, this would have been news 2 or 3 years ago, not now.

  96. Re:I have a question by Webz · · Score: 1

    I don't *really* know but I'm thinking maybe because the "first" digit is zero, and the "second" digit is one... So... Things start counting from space zero.

  97. Not so hold-my-hand-ish by Webz · · Score: 4

    Initially i thought this would be a paper for every windows user transitioning to linux but that obviously isn't the case. It seems that only proficient windows users would understand the majority of the paper. all the talk about mounting and swapfiles and ports... i think that's too much for mom and pop users who expect their computer to work like magic... then again, they're also the last people to even think about linux. so i guess this is a good start down the road of demystifying linux and making it easier to understand.

    isn't there some kind of auto config option for installing linux? if it were to be a desktop os to contend with... asking lots of technical questions is a lot to ask for a user, regardless of expertise. well, even though i'm not a linux user, i can't deny the sheer power of a good ol' command prompt =)

    1. Re:Not so hold-my-hand-ish by smartfart · · Score: 1
      Heh.

      I guess you've never done tech support for an isp, have you? Man, I could tell you nightmares about grandpas that didn't understand what "double-click" means --- it takes half an hour just to get to the network neighborhood properties, let alone actually changing dialup adapter config, etc..

      Some people will never, never, never be able to use Linux. They will never be able to competently use any computer, no matter how simple we make it.

      I have said before, however, that any reasonably competent windoze user can be helped toward using Linux, what with the existing tutorials (this one will surely help things a bit) and the fact that SuSE, Mandrake and perhaps a few other distros, and KDE, etc., are definitely ready for prime-time :)

    2. Re:Not so hold-my-hand-ish by Njal · · Score: 1

      2 years ago linux was "hard" to install. ("Hard" meaning, you had to know what was inside the box). Today's RedHat installation only asked about "Techie" things like my IP number and such (It even detected my monitor right, something no windoze has ever done for me.

  98. Re:What about the apps? by ageitgey · · Score: 2
    Your whole argument assumes all computer users are home/soho desktop users. Linux can do many things that windows can't do, but most of those things are in the realm of research, serving, and business.

    Most day-to-day computer users don't have a clue and they don't particularily want to get a clue. Thats fine, but thats hardly an argument for linux being useless. Home/end users are unimportant in the grand scheme of computing anyway. They will eventually just be using thin computers or some such derivative anyway.

    As far as your quote "I'm going to make a bold statement now...There isn't one thing that I can do in Linux that can't be done in Windows." - Thats laughable. Try again when you have used computers for something besides writing email and browsing the web. Desktops aren't the entire world, only a small part. If you don't care to do anything other than read your email, than windows has probably got you covered, as does linux. If you want to run mathematic simulations, write your own sound processing interfaces, attach custom hardware to your computer, or whatever other crazy thing than you probably would be much better off with linux. Some of us just do more with our computers than the average desktop.

    I've got a cheap acoustic guitar and a custom-cut and finished strat with custom electronics sitting right here. Sure, the strat can't play any notes the acoustic can't, but thats no reason to claim it's not a better guitar. It just takes someone knowledgable and skilled to use it to it's full potential.

    --
    Uninnovate - Only the finest in engineering.
  99. What about the apps? by ageitgey · · Score: 5
    I'll take a moment to plug my (ad-free) site. FightingPenguin was something I set up exactly for the purpose of helping windows users trasition to linux. It's there for no other reason.

    I spend more time helping new linux users find replacement applications than anything else. To help alleviate this, I have set up an easy to use linux software index that works a little different than most. Just choose the task you need to do and the index tells you the single best program to do it in linux and advice on common pitfalls with it. You used photoshop? Ok, choose Graphics -> High-end Editing and it will tell you all about getting and installing the Gimp. And so on.

    There is some other general help stuff, but I feel that applications are what hold most people back. They surely aren't sticking with windows for the OS itself. The link is in my sig if you are interested.

    --
    Uninnovate - Only the finest in engineering.
    1. Re:What about the apps? by fors · · Score: 1
      You have a point. I prefer to teach Linux to someone who has never used a computer before over someone who has only used Windows or Macintosh. Total novices don't have anything to unlearn and can pick up Linux quite nicely. People who have never used anything but a GUI have pretty much no idea why or how a computer does what it does therefore they have no idea how to get the most out of an expensive piece of equipment. The novice will learn how the computer works and will get much more use and enjoyment out of that use.

      Everybody I know who bought a computer without already knowing how to use one has bought at least one book to explain to them how to use the GUI. That same investment in learning Linux would leave them with the basics that would enable them to understand the concepts in any computer they might have to use. My opinion is that that teaching Windows to a newbie to computing is doing them a disservice. They almost never learn how to truly use their computers and that is cheating them of the full benefits of their investment.

      You mentioned warranties in relation to Windows software. I have yet to see a warranty for any software that promised more than the replacement of said software in cases of defective media. Nobody warrants their software to do crap.

      --
      "If there is nothing you are willing to die for, then you are not really alive." Myself
    2. Re:What about the apps? by Win-Developer · · Score: 1

      Anonymous coward thank you for proving a point. The stuck up, snobby attitude that *most* Linux fanatics have(at least the ones running rampant at UMASS Lowell when I was there). You read my comment and pick the one thing that I particularly left out because it's a non-issue to the user. you had no where to turn, but to grasp at straws to be funny.

      Why would I need to recompile my Windows Kernel?(I have btw, a developers kit and friends at Microsoft works wonders in doing so)

      But tell me the average grandma is going to be capable of doing such things as you suggest(particularly the coding), and I'll just pitch my copies of windows in my microwave and nuke em.

    3. Re:What about the apps? by Win-Developer · · Score: 1

      First off I never called Linux "useless", so re-read comments before making a retort based on misread info. I also love the antiquated notion that "users" are unimportant that seems to run rampant in "the community".

      I'm just putting on the cap of an average user making my comments. I'm certainly not an average user by any means, and I actually have a beowulf cluster in my basement churning out my Maya Animations as we speak. I enjoy using many operating systems, but everyone seems to be gung-ho in pushing Linux to the desktop. In writing my comment, I based my comment as a desktop user. But still, I get flamed...and if this is how people react to any negative comment, God help us.

      I got plenty of people where I work presently who can't stand Linux. They call it "the great bastard OS". It's simply borrowed concepts from other Unices and made them it's own. The old VMS grognards say "If it weren't for punk college kids...that OS would be nothing". But I digress...

      If "Desktops aren't the entire world" why is Linux being actively developed to be forced into the market to people to take windows off the "Desktop" market? I read everyday on /. strides being made to make Linux THE desktop OS and death to Microsoft! We will rule the desktop, so until /. finishes publishing stories as such, most people just casually reading this site would assume it to be true.

      btw, what kind of custom hardware are you talking about? I used to write drivers for heat probes, chemical test equipment, and all sorts of other wacky stuff. I did my senior thesis on "simulating external forces on objects", a fantastic number-crunching graphical experiment. Just because it's windows doesn't mean you can't write drivers and do interesting things. So why am I better of using Linux? Are the APIs for "wacky" devices built into Linux? No. Can I compile in "Wacky device support"? :) Is there native support for "wacky" devices? No. So what's the difference?

      btw...Sell the strat and buy a real guitar. I'll take my Les Paul, and Parker Nitefly over that thing any day.

  100. Rute by digitect · · Score: 4

    If you're new to Linux or even been around a little while, you have to check out the LINUX Rute Users Tutorial and Exposition.

    Been referencing it exclusively ever since I found it.

    --
    There is no need to use a SlashDot sig for SEO...
  101. On page 47.... by 0x00 · · Score: 1

    I noticed that on page 47, under the question "Where can I download or buy Linux software?" there is a link to slashdot, can someone explain to me where the download section of slashdot is?

  102. Re:Books suck. by Sinistar2k · · Score: 1
    Oooh, oooh! And books can be lent to other people and read multiple times without paying license fees and won't result in your arrest just because you want to read them somewhere other than your desk.

    Books suck... right up until the point where the electronic versions are controlled beyond the point of practical use.

    -- Sinistar

  103. New? by jrockway · · Score: 1

    Sites like *maclinux have had "getting into Linux" type HOWTO's for a while. Hell, I know I've _written_ a few ;)

    --
    My other car is first.
    1. Re:New? by mwwade · · Score: 1

      or unless it lands on a witch.

  104. Re:Lies, god damned lies... by tim_maroney · · Score: 2
    The concept that you need to learn an OS disturbs me. Linuc is obviously an engineer's OS and not a user's OS.

    Despite your mod down to Troll status, you're quite right. The idea of needing to read a 50-page manual before using a piece of software has been obsolete since 1984. Most of the computer-using world knows that it's obsolete, but /. is a haven for command-line nostalgics. Apparently there are people who prefer to spend their time memorizing commands rather than using software to get something done, just as there are people who would rather tinker under their car's hoods than actually drive anywhere. I have nothing against this taste, but what seems to be missing on /. is an understanding that this inclination is and always will be in the minority.

    Tim

  105. Re:Lies, god damned lies... by tim_maroney · · Score: 2
    The time you take to learn a little bit about Linux will amount to far less time you'll waste with system crashes, forced product "activation," virii and who knows what else.

    I've known how to use UNIX for twenty years now, but I prefer to use my Macintosh. Everything is easier, and easier means faster, because the software works with me rather than against me. While system stability on the Mac is worse than on Linux, application stability is much better. I got a Linux box (Red Hat) last year out of curiosity, and played with a bunch of software I downloaded, but everything about the application software was so painful, awkward, ugly, slow and unreliable that I found myself still using the Mac for everything. After a few months of idle time on the Linux box I gave it away. I haven't missed it once.

    Tim

  106. Re:Why Unix Drives Me UP the wall. by diamondc · · Score: 1
    disable telnet from inetd.conf, restart inetd, install ssh, no more worries (for now.. until someone finds a new exploit for ssh).. if you cant disable telnet, only only certain hosts from accessing telnet using tcpwrappers

    you can never be totally secure.

    --
    "I keep looking in the want-ads under 'revolutionary' but there don't seem to be any listings.. "
  107. Re:Converted a Win guy this weekend ... notes foll by frleong · · Score: 1
    7) The most important IMHO: The simple things are hard, the hard things are easy. Yes, you don't need to defrag, virus scan, worry about privacy issues, 'registration', or worry about BSODs, but yes, it will take us 2 hours to get yout ghetto ass CD burner working right .....

    In Linux, you STILL need to care about:

    • Defragging - ext2fs is not perfect
    • Privacy issues - you still have cookies in your browsers...
    • Security issues - if you are not careful to stay current with the latest daemons, your machine is as susceptible to security breaches as Windows machines.
    • BSODs - although extremely unlikely, kernel panics still exist and badly written apps will core dump.

    Moving to Linux is a good try, but don't treat it as a solution to your Windows problems, especially when half of the Windows problems are related to hardware. You just add a little bit more when you use Linux because you cannot find enough drivers...

    --
    ¦ ©® ±
  108. Re:Lies, god damned lies... by whjwhj · · Score: 2

    It is always nice to spot an occassional reasonable person on Slashdot. Thanks for posting.

  109. Re:Lies, god damned lies... by Carter+Butts · · Score: 1
    Despite your mod down to Troll status, you're quite right. The idea of needing to read a 50-page manual before using a piece of software has been obsolete since 1984. Most of the computer-using world knows that it's obsolete, but /. is a haven for command-line nostalgics. Apparently there are people who prefer to spend their time memorizing commands rather than using software to get something done, just as there are people who would rather tinker under their car's hoods than actually drive anywhere. I have nothing against this taste, but what seems to be missing on /. is an understanding that this inclination is and always will be in the minority.

    Spoken like someone with a very short memory. As someone who had to migrate his user base to Windows in the first place, I can tell you that Windows was not intuitive nor easy for many end users. To those who were trained in the command-line and text-menu environments which preceded it, the iconographic conventions of Windows were often very confusing. Hell, even the mouse took getting used to for some folx! Over and over again, we'd get complaints that Windows was "too hard" or "too confusing" from people who had no trouble with WordPerfect 5.1....

    The point of this, of course, is that no interface is truly "intuitive"; the approachability of a new interface is rather a factor of the extent to which it mirrors those with which you are already familiar. For those who were raised on Windows, it is "obvious" that Windows is the more "intuitive" OS. For someone raised in DOS, Linux, CP/M, TOPS 20, or what-the-hell-ever, it would be equally "obvious" that theirs was the "intuitive" one.

    Don't confuse your implicit training with an inherent feature of the OS.

    -Carter

  110. Is it harder to become a newbie in 2001 than 1995? by bedouin · · Score: 5

    I think one of the things that made using Linux not so difficult for me was that I grew up using DOS and VMS, and editing BBS configuration files since Junior High. Think about the newbies who've never had to leave the GUI world? In a lot of respects I think I like Linux so much because it brings me back to BBS days in a sense; it lets you become a provider of something (by setting up minor servers and stuff), and it gives you a chance to play around. Bringing up a config file in pico reminds me of fixing up dropfiles in DOS edit :)

    Like a BBS, there was a default install -- but chances are you changed it to represent your own personality; Linux is similar. What packages you install and how you configure everything is almost an expression of yourself. Let us not forget the l33tness attitudes originated from the BBS scene.

  111. Re:TROLL by g_bit · · Score: 1
    No, its not your fault. Its the fault of the printer copy

    Umm, it doesn't matter whose fault it is...it's a problem that you can't fix without major time invested.

    You mean it has almost caught up with Mozilla for standards compliance?

    Fuck standards compliance, I'll take slickness anyday. I don't care if the shit out of my dog's ass is standards compliant, it still stinks and that's pretty much on par with the NS/Mozilla experience...for users AND developers (Mozilla is poorly documented for developers and lacks the robust environment that IE provides)

    So you seriously think that you could replace Windows with Linux on the desktop right now? Try setting up *any* type of office with just Linux as the OS. I guarantee I'll have a LOT easier time and get a MUCH better response from users using Windows than you would with Linux (and do it more quickly).

  112. Re:Converted a Win guy this weekend ... notes foll by nexex · · Score: 1
    Heres my take, enjoy!

    1)For linux to be mainstream, you shouldn't *need* to know how to use the console like an expert. Look at windows 2000, the command prompt is all but needed, you can do anything you want inside the GUI and all at a lot less hassle.

    2)Anyone coming from a networked (read corporate) enviroment will know that not everyone can do everything, even sometimes on your own computer, otherwise, yes it might be hard to understand.

    3)funny, when a program crashes in windows, most people say stupid windows instead of stupid program, funny

    4)No one knows their hardware, only technical people, no one else cares as long as it is fast, and does what they want

    5)You can do the same on windows, but once he runs into something he can't do, where does he turn? There are more windows experts that he probably know as opposed to linux.

    6)Agreed, asumming you have done it yourself

    7)Why should it take 2 hours to get a cdburner working? no matter what kind? ;)

    I'm not a supporter of Microsoft by any means, but I think linux still has a long way to go before it can put up a serious threat to windows in the desktop enviroment. It has already been proven over and over that linux is vastly superior in the aspect of a server.

    --
    Winter 2010: With Glowing Hearts
  113. Re:Converted a Win guy this weekend ... notes foll by nexex · · Score: 1

    I don't have much need for pinging, my home network rarely goes down, and I don't use telnet, I use SSH instead - I don't like broadcasting passwords to the whole world. :) Besides, most normal joeblow users don't need to ping anything, much less telnet just sysadmins and people like us :)

    --
    Winter 2010: With Glowing Hearts
  114. You don't need Adobe... by CaptPungent · · Score: 1

    I don't. the gs/gv packages from Slackware render it fine, and then there's xpdf if you don't like gv. If you really want, I just converted it just for you into Postscript using pdf2ps utility. Gimme yr email, or send an email to cpungent@linuxplanet.nu, and I'll send it to you.

    --
    C Pungent
  115. Nope. IBM earns brownie points by CaptPungent · · Score: 1

    Although they wouldn't have if it HAD been encrypted. I've already converted to ps for some guy here, if he wants it, although pdf is quite a bit smaller than ps....lemme see,
    ls -l Docs/help/Linuxfaq.*
    -rw-r--r-- 1 chris users 279663 Jul 28 07:51 Docs/help/Linuxfaq.pdf
    -rw-r--r-- 1 chris users 3167720 Jul 28 08:09 Docs/help/Linuxfaq.ps

    --
    C Pungent
  116. TROLL by flynn_nrg · · Score: 3

    OK, I'll byte...

    Q: Internet Explorer is 100x better than Netscape. So why should I run Linux when it doesn't have a decent web browser??
    Nobody tells you to use Netscape, you can use the excellent Konqueror, Mozilla or even Opera instead.

    Q: Windows is super easy to install. To install Linux I have to do an fdisk, whatever that is. What's the deal here?
    Try one of those easy distros, Red Hat, Mandrake that come with a graphical disk editor, couldn't be easier.

    Q: There aren't any WYSIWYG word processors for Linux. How should I do my school work??
    StarOffice? Lyx? KWord?

    Your last question is really lame :-)

    1. Re:TROLL by bigbadwlf · · Score: 1

      Furthermore, if Linux came pre-installed and someone wanted to install Windows (God knows why) they'd have to use what?

      FDISK!!!!

    2. Re:TROLL by fors · · Score: 1

      Thats funny. I have 2 partitions on my Mandrake 7.2 box. I could have gone with one but 2 fits me better.

      --
      "If there is nothing you are willing to die for, then you are not really alive." Myself
    3. Re:TROLL by foonf · · Score: 1
      (IE 6.0 is rock-solid stable, as is 5.5, really, plus IE 6.0 blocks third-party cookies by default, as well as other enhancements such as improved CSS/HTML support and little UI enhancements - Smart Tags not included.)
      You mean it has almost caught up with Mozilla for standards compliance? And who cares about defaults? Anyone who installs linux is totally capable of turning off cookies manually if they choose. Or, in Konqueror (or Lynx) you can decide on a site-or-cookie specific basis whether to accept or not accept them or not, which is a far superior choice (considering that there are situations when cookies are quite helpful).
      The real Windows win though is that Windows requires one partition while in Linux you can get bogged down with the boot partition and the home partition and the...
      This is not required. On my desktop machine, on which I'm not too worried about reliability, I have the entire system on one partition. It is, however, a good idea, for organizational reasons, and because it helps if you choose to install a different distribution (keep you /home partition and save all your settings and personal data), or if there are hardware problems (only one of the partitions will be affected). Hell, using multiple partitions is a good idea in windows too, I know of lots of windows users who keep 5-6 partitions on their drive.
      But the problem comes when my WinPrinter won't print under Linux (actually, this is a half-truth - it prints in B&W in RedHat 7.0, and in color with Mandrake 8.0 - however, in both cases, it uses "economy" mode and produces results that while acceptable for most cases are not on par with what Windows can do), but I suppose that's my fault for not having checked compatibility.
      No, its not your fault. Its the fault of the printer copy, for producing a product in which most of the functionality is contained in the drivers, but they won't release the source to the drivers, or the specifications needed to re-implement the drivers. If the printer company did not provide free and complete drivers for windows, and the only driver support was provided by largely unpaid volunteers trying to construct a working driver through guesswork, you would probably have similar problems printing under windows.
      --

      "(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
  117. Re:Lies, god damned lies... by bigbadwlf · · Score: 1

    Of course.
    It makes no sense to learn a little bit and use a stable OS.

    The time you take to learn a little bit about Linux will amount to far less time you'll waste with system crashes, forced product "activation," virii and who knows what else.

  118. Great site!!! by Glanz · · Score: 1

    I just visited to leave my two cents. It is sites like yours that make it a bit easier for potential Linux users to make the transition. If you wish, you may read an article I wrote for ExtremeTech on the subject of modems http://www.extremetech.com/article/0,3396,s%253D16 98%2526a%253D8217,00.asp a trap for unsuspecting Windows users.

    --
    Rien n'est plus beau que le creux du 0.
  119. Re:Slashdot's Adding Blanks Again... by Glanz · · Score: 1

    Thanks anonymous. I really didn't want to post in the "Homer Simpson" mode on Slashdot. Say hello to all the little anonymice for me.

    --
    Rien n'est plus beau que le creux du 0.
  120. Look youse guys... by Glanz · · Score: 1

    Get off your dead ass3essessesssess and lead the way. What I am trying to say is: for C/sake, actually DO something! Granted, it is not the mission of open source to proselytize, but you can find a way to give a helping hand from time to time. In other words, if you do not wish that the evil empire take control, do domething, like TEACHING. I'll sum it all up in one word: TEACH.

    --
    Rien n'est plus beau que le creux du 0.
  121. There are hundreds of web pages like that by DrD8m · · Score: 2

    This is not new, from long ago Linux comunity helps windows users with lots of documentation like this to enter the GNU world.

  122. He has a point, but... by Mandelbrute · · Score: 1
    Linux is obviously an engineer's OS and not a user's OS.
    I agree with this to an extent, but I'm an engineer. Setting up linux requires a bit of knowledge unless you have bog standard hardware, and adding new software is still a bit tricky for newbies despite apt-get and rpm. I wouldn't recommend it to anyone that is not prepared to learn a few things about it. Conversely, anyone that thinks that windows is simple has never had to edit the registry.
    The idea of needing to read a 50-page manual before using a piece of software has been obsolete since 1984.
    Entirely true, fifty pages is nowhere near enough to describe what you can do with a complex and powerful piece of software, and with simple applications on line help of some variety is often more useful than a manual. I should point out that I'm not talking about *nix software, but big applications in general. I'm sure that industrial scale payroll packages require a few manuals, any serious engineering software certainly does.
    Apparently there are people who prefer to spend their time memorizing commands rather than using software to get something done, just as there are people who would rather tinker under their car's hoods than actually drive anywhere. I have nothing against this taste, but what seems to be missing on /. is an understanding that this inclination is and always will be in the minority.
    I don't think it's in the minority on slashdot; it is after all, news for nerds, stuff that matters.

    All of those greyed out menu options eventually drive us to the command line, or defeat.

  123. Re:Lies, god damned lies... by fors · · Score: 1

    That's funny, I've used OpenVMS, Linux, Apple II, Apple III, Lisa, MacOS, Atari (all of the early ones), Commodore, OS2, and every version of DOS and Windows. More importantly I've watched others try to learn each of those and you know what? To a novice computer user or someone who really knows how computers work Linux doesn't take any longer to get good at. Anybody can learn enough to think they're good at the GUI based OS's but the odds are they'll never learn enough about how computers work to make their knowledge transferable to other systems. Linux isn't that hard unless you make it that hard. But, if you really learn Linux you will find that a lot of the concepts will transfer to any OS you use. This makes all of your computer use more productive.

    --
    "If there is nothing you are willing to die for, then you are not really alive." Myself
  124. Re:Lies, god damned lies... by fors · · Score: 1

    Then how come everybody I know who has bought a Windows PC without previous experience has purchased at least one book on how to use it. And pestered me constantly to show them how to install software, or send email, or ...? The answer is: because they didn't learn how the computer works. Not only do they never learn the capabilities of the OS they have but they are totally lost when they upgrade and any part of the interface has changed. The only PC owners I know who are truly happy with their purchase are those who took the time and effort to understand this machine that they spent so much money on.

    --
    "If there is nothing you are willing to die for, then you are not really alive." Myself
  125. Why pay for a book? by SumDeusExMachina · · Score: 5

    Goatse.cx has an excellent, nearly complete collection of HOW-TOs and even full-blown guides on just about anything related for Linux. Certainly worth more of my time than working for money to buy an overpriced O'Reilly book.

    --

    --

    Is your company running tools written by ma
  126. Re:Money by BreakWindows · · Score: 1

    l fail to see any reason it would not be good financially, "especially for schools"? What makes schools special, since most schools accept hardware donations and need to install an OS in-house? Or, if purchasing systems, can use Dell or one of the few hardware vendors who will install either linux, or a much cheaper old copy of Windows (one that wouldn't be good for educational purposes, but is just right for FDISK'ing).

    For school, servers, businesses and anyone doing development, lisencing is a must. You can argue that people will borrow a copy of Widows from a friend and install it on their home PC, but for businesses, it isn't worth the risk

    You also seem to have conveniently left out the portion of Microsoft's EULA which gaurantees the right to not use Windows and receive a full refund on the cost of software, if said software came preinstalled on your system...getting a $100 refund and dropping a free copy of linux on your machines is financially sound..

    http://zork.net/refund

    -but my username really is Anonymous Coward!

  127. I have a question by Tachys · · Score: 2

    What is the difference between /bin and /sbin?

  128. Re: uncool beans by guybarr · · Score: 1

    "... if you're not using linux because you A)want to try out new things and B)want to get into the guts of an OS, then you're probably safer with windows and AOL anyway... "

    what is this , a mega troll ?
    what about all the scientists, all the non-OS programers and other "simple users" (whose work may be more complex than OS development, an important task by itself.)
    yes, there are a few people actually USING the OS instead of developing it, or talking about it.
    this kind of attitude just encourages computer illiteracy, it is the "I'm the hardware wizard and you the little non-sys-admin lizards are unworthy of linux" approach which helped unix so well in the past.

    oh, and by the way: yes, most linux users are technical personas by nature (I am). I thought expanding the user base from this (pseudo ?) elite is one of the goals of the linux software R&D

    -- this rant is not intended to be personal, it is against a social trend.

    --
    Working for necessity's mother.
  129. Re:Converted a Win guy this weekend ... notes foll by carlossch · · Score: 1

    The way I "expanded the command line" in the W2K at work was by going "g bash for windows download" :) Actually, we started looking for BASH for Windoze as a joke, and I thought, oh well, google might as well find anything, so let's give it a shot. Get binutils and grep for win with it and slowly turn your windoze shell into something useful. Scripts, anyone? Carlos

  130. BSD by Cryptopotamus · · Score: 1

    Why does Linux always follow BSD's example?

    --


    Humpty Dumpty was pushed.
  131. slightly OT: GUI vs. CLI by spektr · · Score: 1

    When I read all these articles about intuitive interfaces here, I tried to find out what I especially dislike about the graphical UIs. I made an interresting psychological discovery (I'm talking about people with a fair amount of experience, not newbies): when I go through a directory-tree using a file-manager, my mind is in a permanent state of "not-knowing" - searching for files and searching for menu-items. I certainly know what I want and how to do it, but first I have to find it in the interface - *every time*. This induces stress, makes me angry and helpless. This is mostly unconscious and it comes in small doses which sum up over the day, so it may be not obvious why you are feeling bad when you come home from work. The worst thing is that I can't do anything about it, because it's immanent to this way of computing - so I feel I'm doomed. Well, maybe I'm just too sensitive, but that's the way I feel.

    OTOH when I use the CLI, I'm always in a state of "knowing" (assuming I read the documentation). When I know what I want and how to do it (e.g. change directory to a certain path), I *just type it in*. No searching, no confusion, no feelings of being lost.

    Happy End.

  132. Re:Converted a Win guy this weekend ... notes foll by efgbr · · Score: 1

    1) You don't *need* to. But if you want to learn how the system works, then it's a good idea. (yes, in this place that a lot of people talk about called mainstream they don't want to). 4) Unfortunetly not all hardware is recognized out of the box, but the same goes for Windows. I used to work configuring Windows systems a few years ago and I can't tell how many times I needed a CD/floopy driver disk to configure a hardware, because Windows didn't have the driver. Linux doesn't need extra drivers disks, every six months a new release of your favorite distribution is out with all the new drivers. 5) There are far more Linux sites than Windows ones. I know Windows is mores used but I can assure you 99% of Windows users don't know a site with Windows tutorials and forums where people can help each other. Of course, in that place you mentioned earlier (mainstream?), when Linux was installed they had a boxed version, so they have someone to turn to for help. Same for users, who paid 30 USD for Linux instead of 200 for Windows. 6) If you want to learn how the system actually works (you don't have to / Windows doesn't allow that) Linux is the way to go. www.linuxdoc.org has more than anyone can teach you. 7) my CD writer was configured out of the box in the latest version of Red Hat Linux.

  133. PDF by Cave+Dweller · · Score: 2

    Gee, I hope it's not encrypted ;)

  134. .pdf is bad um k... by Mandelbrot-5 · · Score: 1

    I was excited to find that someone posted something for the new Linux user on /. (most of the users here give the impressoin that they have been using Linux from 1.0.0). My only question is... Why link to a story if the only way you can read it is if you use Adobe programs? Can anybody point me where I could find a good FAQ, or book IN print for the Win to linux person? Thanks

    --
    Math is like sex. People who get it are popular in class, people who don't are not.
  135. Re:Lies, god damned lies... by Falconer1138 · · Score: 1

    I have to agree. I tend to migrate to my Mac simply because I don't have to spend hours trying to figure something out to get whatever done I need done. Don't get me wrong, though. I like to tinker, and I have a laptop with Redhat installed on it that I fiddle with, if nothing more than a curiosity. Linux itself may be stable, but as you mentioned, the applications are hit and miss....free doesn't always mean better....
    Just use what you like...don't let anyone make you feel stupid for not choosing linux.
    I don't hate linux, nor do I feel somehow dumber than most because I work with my Mac more. I do feel silly that I can't stop playing Heroes of Might and Magic III though. :)