Slashdot Mirror


Debian Fastest-Growing Distro, Says Netcraft

Oskuro writes "According to this story at news.netcraft.com, Debian was the fastest growing distribution in the last 6 months, closely followed by SuSE and Gentoo. RedHat, while still reigning, has started to lose sites in Netcraft's survey after they announced the end of support for their desktop releases. The survey is based on the stats from webservers which include the distribution name in their webserver's header." Maybe it would grow even faster when Java issues are worked out -- read more below on that.

adamy writes "For people like me that use both Free/Open Source software and Java, the two have come together with two major exception: The Java Virtual Machine and the Base Libraries. Seems the folks trying to get Java packages ready for Sarge could have listed the issues. This is an interesting example of dependency tree pruning: Several packages are orphaned because they depend on Ant, which depends on Swing. Swing has been lower priority for the Classpath because most of the java pacakages are server side or lack a UI componenet."

9 of 516 comments (clear)

  1. 75% servers without Distro name... by Erik_ · · Score: 5, Insightful

    "Debian has been the fastest growing Linux distribution when measured by counting active sites which contain the name of a Linux distribution in the Apache Server header... A distribution name is present in a little over a quarter of Linux based Apache sites."

    To me it says that 75% of the Apache administrators on Linux boxes have tought about security.
    Sure, it's an Apache server, but do you really need to show which distribution you are using ?

  2. I seem to remember predicting... by Space+cowboy · · Score: 5, Insightful

    Debian would be the one. It has the ring of solidity that characterises a lot of open-source stuff. For people actually *using* Linux rather than playing with it, reliability's a big issue.

    I'm not saying the others are unreliable, I'm saying that the perception is that Debian is more true-to-the-roots, and therefore more favourable. Perception is all - a statement that can mean two distinct things, and be simultaneously correct :-)

    Simon

    --
    Physicists get Hadrons!
    1. Re: I seem to remember predicting... by Black+Parrot · · Score: 5, Funny


      > Debian would be the one. It has the ring of solidity

      Been to the movies lately?

      --
      Sheesh, evil *and* a jerk. -- Jade
    2. Re:I seem to remember predicting... by Mr.+Piddle · · Score: 5, Insightful

      Debian would be the one.

      So far, among Linux distributions, I've found Debian to have a lot of the flexibility and sensibility of Slackware and the breadth of Red Hat, without being as spartan as Slackware and not as retarded as Red Hat. I used to use Red Hat a lot for home/school, but it just didn't scale with me as I grew older (their installer and RPM-basis got more and more rigid and inflexible relative to my needs until I just got fed up with it). At this point in time, I'd have to say that Debian is the best all-around distribution.

      --
      Vote in November. You won't regret it.
  3. This is how we celebrate by Mr.+Darl+McBride · · Score: 5, Funny
    I am going to apt-get loaded tonight.

    ~Darl

  4. Not suprised by TheRealMindChild · · Score: 5, Informative

    Not suprised one bit. Both Debian and Gentoo are the only two usable UP TO DATE distro's that will run on a sparcstation. They obviously care to encompass EVERYONE who might use their OS, and gladly, Ill join that line.

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
  5. Free Market, baby! by grub · · Score: 5, Interesting


    This illustrates perfectly how the free-market can work without overbearing monopolistic influence: Red Hat ends support for certain software, users can (and apparently do) go elsewhere.

    Cutting support in a proprietary environment means a forced upgrade or outright migration which would cost a bundle. In the free software world this could just be a lateral shift, nothing more than a speed bump.

    Consider this: in the very odd chance SCO wins lawsuits and Linux crumbles there wouldn't be much involved to move Linux web servers over to *BSD as they're likely all running Apache/PHP/*SQL anyhow.

    --
    Trolling is a art,
  6. The best way to celebrate by Mr.+Darl+McBride · · Score: 5, Funny
    Stay with me on this...

    Debian is more than just Linux. It is possible to use The HURD as your kernel, for Debian/HURD, and similarly, Debian/NetBSD, Debian/OSX, and Debian/FreeBSD efforts are under way. I believe there is even a Debian/Cygwin port in usable shape, although I haven't heard of progress on development in a while.

    Now that you can find cheap SCOWare license packs up and down ebay, ubid, Silcon Auctions and the likes, perhaps it's time to take Debian in a new direction.

    May I be the first to propose:

    Debian/SCO?

    I await your comments.

    ~Darl

  7. Re:How is Java relevant here? by rimu+guy · · Score: 5, Informative

    The above poster is right. People want to run Java servers on their Linux boxes.

    But the fact that Debian currently has some issues with installing those automatically shouldn't hold things back. Certainly, Red Hat aren't going out of their way to support Java.

    And as far as Ant goes, it's not that hard to install:

    antversion=1.6.0
    {
    cd /usr/local
    wget -O - "http://apache.inspire.net.nz/ant/binaries/apache- ant-$antversion-bin.tar.gz" | tar xz
    ln -sf /usr/local/apache-ant-$antversion /usr/local/apache-ant
    echo "export ANT_HOME=/usr/local/apache-ant
    export PATH=\$PATH:/usr/local/apache-ant/bin" > /etc/profile.d/ant.sh
    chmod +x /etc/profile.d/ant.sh
    }

    FWIW, I run Linux Virtual Private Servers with a bunch of Java hosting tools like Tomcat preinstalled on my distros.

    And, at least for me, Red Hat (including Fedora) is still outselling Debian by 5.3 to 1. Maybe it's because I install apt-rpm on the Red Hat boxes to make them just as easy to manage as the Debian ones :)