Slashdot Mirror


What's Been the Best Linux Distro of 2014?

An anonymous reader writes With 23% of the year remaining, Linux Voice has donned flameproof clothing to subjectively examine what it feels have been the best distros of the year so far, including choices for beginners, desktop fashionistas and performance fetishists, before revealing a surprising overall winner.

11 of 303 comments (clear)

  1. Would this not be better asked as a poll? by hermitdev · · Score: 4, Insightful

    Enough said in the subject.

  2. Dislike Arch by Anonymous Coward · · Score: 5, Insightful

    I used Gentoo a little over a decade ago, and it was awesome for exposing me to how Linux worked.

    Arch today reminds me of that. Problem is, I don't have the time or patience to sit around fixing my Linux machine and playing Mr. Package Manager like I did when I was 17. Now I need something that just works.

    I tried Arch about a year ago and was quickly turned off: the ISO that I downloaded wouldn't boot. Turns out they were shipping a broken kernel that week. No big deal, just hunt down the flag I needed to pass to the kernel, got it booted and installed. Configured, usable, a week later, do some updates, breaks something minor. OK, I can fix that. Wash, rinse repeat. I gave up, went back to Ubuntu.

    Arch does have great documentation and good forums. Both the documentation and the forms for Ubuntu are worse than useless.

    Yeah, I know, Ubuntu is too popular to be cool. But it has the right mix of recent packages (I used CentOS 6 at work for a while and was frustrated by how old everything was; installing package foo requires bar-2.4, but CentOS ships with bar-1.9.8 with 18 dependencies on that particular bar, so if you want foo you're stuck playing Mr. Package Manager) and support (I only go for the LTS releases). If a package I need isn't in Ubuntu's repositories (or the one that is there is too old), it's a good bet that there's a legitimate Ubuntu builds provided by the author.

    Anyone using Arch in production? What's your rationale? How do you keep it from breaking?

    1. Re:Dislike Arch by santax · · Score: 3, Insightful

      One could consider using pacman on Arch for just that task. Or yaourt if you wish. (package managing ;) ) I am using arch for about 3 years now. I wouldn't use it an a production server, it's too bleeding edge for that and there is no such thing as LTS on Arch. But it's awesome as a dev system and as a general state of the art desktop/laptop. I would not recommend it to first time linux users or people who are afraid to open up vim. To get the most out of it, takes quite some time in the configs. After install it's pretty much naked, while being considered a good thing to me, might not be a good thing for someone who wants to start typing on a new book. I think Arch takes a bit more from the user in many ways. The community is helpfull, after you have proven to do your own research. It resembles openbsd both in docs as mentality. Because the documentation indeed is awesome.

    2. Re:Dislike Arch by marsu_k · · Score: 3, Insightful

      I wouldn't use it an a production server, it's too bleeding edge for that and there is no such thing as LTS on Arch. But it's awesome as a dev system and as a general state of the art desktop/laptop.

      Very much this. We use some quite rapidly-developing technologies like node.js at work - the production servers are obviously updated very conservatively (and don't run Arch), but as a developer I can check out the latest version pretty much immediately after it is released and see if the updates cause some issues, or if there are new features that would benefit us in the future. And as said, works very well as a desktop.

      Also, I was pleasantly surprised a while back when this laptop had to be repaired for a while - I had an older laptop that I hadn't used / updated in over six months, and thought getting it up to date would cause a lot of pain (Arch had moved into systemd during that time - no, not getting into that debate here). All that was required in addition to a regular pacman -Syu was to alter my boot line a bit to use systemd.

  3. Same as it's been forever. by Anonymous Coward · · Score: 5, Insightful

    If you're serious and doing serious business, RHEL is the only acronym you will ever need.

    If you believe you're serious, but happen to be poor, you've got CentOS.

    If you're one of those neurotic Linux on the Desktop folks, Mint is where it's at.

    If you're completely insane and are sexually aroused by compiler flags, you want Gentoo.

    If you're a crochety old bastard who writes out config files via echo and redirection, Slackware is your drug of choice.

  4. Re:Slackware by Orgasmatron · · Score: 4, Insightful

    You are doing it wrong. Slackware isn't for gurus, it makes them.

    --
    See that "Preview" button?
  5. Re:systemd by gweihir · · Score: 2, Insightful

    Only from people with a clue about UNIX technology. Even among Linux users, that is a minority. I will not touch Arch with a 10 feet pole due to systemd. And no, I do not hate systemd, I just think it is a far substandard product. What I hate is that it is being made very difficult to avoid in a culture that prides itself on "choice".

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  6. Most Linux users just want Unix ... by perpenso · · Score: 4, Insightful

    FreeBSD is not Linux though.

    Which isn't really much of a problem. Many, if not most, Linux users just want Unix functionality and don't care about the Linux brand itself, don't care about the GPL and its politics, etc. Hence the popularity of Mac OS X for many *nix users. It just so happens that for commodity PC hardware Linux is one of the more convenient *nix offerings.

  7. Cyanogenmod by the_humeister · · Score: 4, Insightful

    Linux distribution? I'd go with Cyanogenmod.

  8. Re:systemd by grcumb · · Score: 3, Insightful

    systemd is the wave of the future. Or at least something similar to systemd that they'll probably hate just as much.

    I haven't seen this much hate since OOP started getting popular and old school devs were dragged into it kicking and screaming. But guess what, OOP was the wave of the future.

    Considering where the OOP-For-Everything crowd got us, and how long it took us to recover from the fact that it was the hammer for every nail for far too long, considering that we're finally emerging into a sane world where OOP has its place, as one approach among many....

    ... I'd say you're right about systemd:

    It's being touted as The One True Way. Its detractors are ridiculed as hidebound old neckbeards[*] who don't know any way of doing things but their own. Its adherents are clever, antisocial alphas whose faith in their own intelligence is far too complete, and who don't know the difference between an argument and a quarrel.

    Yep, it is OOP vs The World all over again. Dog help us all.

    --------
    [*] Seriously: I will punch the first person who uses that term in my presence.

    --
    Crumb's Corollary: Never bring a knife to a bun fight.
  9. Systemd uses by DrYak · · Score: 3, Insightful

    Few random exemple where systemd helps:

    - if you look at it probably 99% of all service on linux are just about starting an executable, with a few parameters.
    -- with systemd, you do exactly that: write a service file that gives the name of the executable to run. and that's it. done. much more easy to maintain
    -- with sysvinit, each distro has it's own local variant of boiler code that need to be copy-pasted around, and each service needs a whole script in /etc/init.d.
    Whole script with duplicated lines vs simple text file.

    - become a daemon requires some work.
    -- either the developper must do a whole dance inside the code (double fork, sanitizing environment like closing descriptors, etc.)
    -- or you need to take care of it from the outside (startproc, etc.)
    systemd (like also daemontools and several other such "successors of sysvinit") can automatically take care of that. just run the soft in immediate mode, systemd takes care of the daemonisation/sanitization. In fact you can easily run as a service things like scripts.
    So you want to have a daemon that is basically just a gawk 1 liner ? feel free.

    automatic handling of modern kernel features. Cgroups, brokering capabilities, etc. Classical sysvinit has no concept of these (of course, they didn't exist back then).
    - You would need either more kludge in you init.d scripts
    - or use a modern system that can take care of that. systemd is one of them.

    very light-weight container creation: other parts of systemd take care of state-less systems (basically you only need /usr for a system to work, /etc and /var can be automatically rebuilt with default settings from /usr if they are empty), various daemons under the systemd project can take care of the basic initialisation step (you don't need a full fledged dhcp server and client/pair compatible with every possible corner situation and supporting every option under the sun when all you need is just quickly hand out an IP to a LXC container - similarily to how one would use dnsmasq, systemd has its own micro dhcp implementation).
    that makes possible to use LXC-style container (and thus much higher level of isolation) for anything that you don't trust and would like to run in its own container.
    You don't trust skype, specially since microsoft did take it over? LXC container combined with SELinux and AppArmor (which LXC supports) would be a way to isolate it. Systemd (not the pid1 daemon, the whole project) is a project that can help generating such containers on the fly without any administrative intervention nor any configuration required.

    You might not need these. And you're free to stick to old sysvinit if you want. Or at least move to a more modern spiritual successor of this (openrc)
    (Gentoo give you choice of system. Or you could gather people and start "Rubuntu, an openRC spin of Ubuntu")

    Or you might want these features. And systemd is then a nice single stop for all this plus more. (Though you could find similar daemon giving similar functions spread over 20 different projects).

    It's a bit like the situation with TeX (nice single stop to get a ton of filters for text processing and typesetting) Ghostscript (printing) Pnmtools or ImageMagick (single suite of tighly integrated image filters/processing), etc.
    Systemd is a similar suite containing all the necessary building blocks for taking care of system initialisation/process starting, etc.

    Systemd has tons of useful funtionality, and thus lots of distribution decided to pick that one up as an openrc successor.
    (Including distributions not depending on gnome)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]