Slashdot Mirror


The Best Linux Distro for a New User?

GhostCypher asks: "I've been a Mac user for nigh on 12 years, and recently made the reverse-switch (yes, Mac to PC) due to an unfortunate accident to my PowerBook. Now that I have this spiffy new HP laptop, I want to run Linux or Unix of some flavor on it, but I don't know the best one to run. I've been considering FreeBSD and OpenBSD, as well as SuSE Linux, Fedora, and Mandrake. Could the wisened Linux gurus here offer some insight as to the best package for a former Mac user to introduce him to the greater world of Linux without major headaches in setting it all up?"

5 of 246 comments (clear)

  1. OS X on x86 by 4of12 · · Score: 5, Insightful

    Could the wisened Linux gurus here offer some insight as to the best package for a former Mac user to introduce him to the greater world of Linux without major headaches in setting it all up?

    Well, I love and advocate Linux use all I can, but know more than a few Linux desktop users that lean hard on their MacOS X Powerbooks. They're "UNIX", they have Word, Powerpoint and the usual Mac "it just works" stuff.

    But if you have some influence with Apple, mebbe you could suggest an x86 port of OS X...:)

    Realistically, any modern Linux distro is reasonable, but will lack a lot of the multimedia niceties that come out of the box with your Mac.

    Maybe if you get CrossOver Office or Lindows it would help ease the pain of your loss.

    --
    "Provided by the management for your protection."
  2. As always, it depends... by dmayle · · Score: 5, Insightful

    Why do you want to switch to Linux?

    • Is it because you want to be able to tell other people that you use Linux? Try Xandros.
    • Is it because you're just sick and tired of Windows, and you're sure there is something better? Try Mandrake
    • Is it because you want to be sure that there is no closed source software on your system? Try Debian
    • Is it because you want to put something on your CV (resume) for a potential employer to see? Try RedHat/Fedora Core
    • Is it because you wish to learn all the deep internals of Unix systems? Try Gentoo

    It really depends on your needs. Though I personally recommend Gentoo to all (yep, I'm a zealot :), because of it's great documentation, strong system control, and ease with which it teaches you Unix systems in general

    1. Re:As always, it depends... by E_elven · · Score: 5, Insightful

      I don't see a point in starting with an 'easy' distro. It'll just get you in trouble when you need to do something under the hood.

      First, if you haven't used Linux (properly, more than a few hours), I suggest you download either Knoppix or the Gentoo LiveCD and play around with it, get used to the CLI (and you can load a GUI as well.) You should get one of these anyway, preferrably in two copies, in case something goes wrong at any time.

      For a permanent installation I second Gentoo -it's simple enough to get started with the manual and Portage (the software package manager) is better than any of the alternatives.

      If Linux isn't really what you want, go with FreeBSD.

      --
      Marxist evolution is just N generations away!
  3. Scale up by Apreche · · Score: 5, Insightful

    When I first started with linux I used whichever Red Hat was out 6 years ago. After a year I switched up to Mandrake. Mandrake had newer packages and supported my hardware better. As I used linux more and more I learned more and more about it. About 6 months ago I switched up to Gentoo. I wouldn't reccomend going to Gentoo or Debian right away unless you are particularly adventurous. But if you are the kind of user who really wont settle for less they are the only distros that give you "real unadulterated linux".

    So what you want to do is use Knoppix Mandrake Suse, etc. And learn as much as you can from those. Eventually you will reach a point where you aren't learning anything new. You'll also start getting frustrated because things wont work, and you wont be able to change certain things. RPMs are easy, but overall fickle and confining. When you reach this point, set aside a weekend and print the gentoo installation handbook and get a livecd. Or go the debian way, either is good. Anything harder core than those two distros is more difficulty with little reward for it. Lunar Linux is about as far as you want to go.

    Anyway the point is if you want to be a real linux guy and get the full experience and whatnot, start small and work your way up.

    --
    The GeekNights podcast is going strong. Listen!
  4. My own suggestions by Dr.Dubious+DDQ · · Score: 5, Insightful

    Echoing some of the other posts here: It depends what you want to get out of Linux.

    If you "just want to use it" (i.e. you just want a nice desktop system that isn't proprietary, or just want to try out some Linux programs) I'd recommend (roughly in order of preference):

    1. Knoppix - don't even need to 'install' to try it out
    2. SuSe (Or is it SuSE? Or Suse? I can never keep it straight). They've always seemed like a reasonably decent distribution, and now with Novell's apparently-earnest-and-sincere backing, I tend to think of them as "the new Red Hat" (in that they'll be a 'default' distribution in the near future and thus useful to be familiar with).
    3. Mandrake - I personally didn't much care for what I saw of Mandrake, but many people do, and this one is often suggested for "newbies".

    If, on the other hand, you actually want to learn Linux:

    1. Slackware - my personal favorite. It seems to be the most "generic-Unix-like" in general style. I think that although it's fairly "manual" in terms of setup, it's not difficult. But that's my opinion. It's probably the easiest-to-install-and-configure "nerd" distribution.
    2. Gentoo - takes forever to install initially, because it actually compiles (most) of itself directly from source. You can configure it for the best compiler optimizations for your hardware and have, theoretically, the fastest-possible system. Maybe a bit of a steep learning curve to start with though - although if you're up for it, it may be worth it.
    3. Debian - Possibly one of the most obtuse installation procedures (at least, last time I tried it), but once installed it's amazingly easy to maintain. ("apt-get" really is as cool as they say it is). Debian's one of the "big" famous distributions also, so if you find yourself working with a wide variety of Linux boxen, it's good to be at least a little familiar with it. Debian's other downside (apart from the initial install procedure) from my perspective is that by default their software versions tend to be quite old, though you can get around this by reconfiguring your system to pull updates from the "unstable" and "testing" branches.

    Those would be my suggestions, anyway.