0xDECAFBAD

It's all spinning wheels and self-doubt until the first pot of coffee.

Linux Just Works

But I’m a developer.  I want more.  I want ruby.  And subversion.  And cvs.  And build tools.  Each is only an apt-get away.  There even is a convenient GUI for this.  Ray’s vision of the future, I have today.  And whereas Windows Update kept the OS and selected Microsoft tools up to date, the Debian packaging manager keeps everything up to date and in synch.  Without ever needing to reboot.

Source: Sam Ruby: It Just Works

This is why I always try to have a Debian netinst CD within arm's reach. Given a working high-speed internet connection, I can go from a random PC, tabula rasa, to a fully functioning and useful server or workstation in under 20 mostly unattended minutes. And as a server, that little thing can jump right into handling files, email, authentication, and a whole pile of other office-related necessities.

Given about 10 more minutes, I can have a Subversion repository, Trac install, and a full suite of collaboration tools available. And then...? It all just keeps working, mostly. And for the most part, an apt-get upgrade from time to time keeps things up to date.

I've never, ever had this experience with Microsoft technology. On the other hand, I suspect that I should give Ubuntu a look or two, from what I've been hearing.

Archived Comments

  • Ubuntu fits entirely on one CD. Of course, you can install other software from the "universe" and "multiverse" components of the repository with a live internet connection, but it is rather uncommon that a good OS fits on one install CD, as opposed to 5 or 12.

    You should try it - I am hooked!

  • Having used Ubuntu I would say that it is a good distro for an everyday use average user ( a big achievement) but it does fall short when it comes to developer needs.

    Imagine my surprise when I found out that a typical install of Ubuntu 5.04 did not install perl-doc! Along that same line, a lot of apps are in the Universe which means they are not updated in a timely manner.

  • In my experience, it only works if you constantly (like say, every 90 minutes or so) do an apt-get every-damn-thing-in-the-world. We have a few older servers here, maybe a year old or so and the automatic package management is just broken. Perhaps it's a Fedora Core or Gentoo thing, but even on a moderately old system, the package management stuff just breaks (mainly because it's not OMFG-I-need-to-upgrade-every-minute up to date).

    I don't upgrade just to upgrade. Things break. Things change. For instance, there's a showstopping bug in Apache 2.0 that would keep one of my sites from working properly (although it's such an obscure bug that I suspect it only affects my site) and an automatic upgrade in that instance would be devastating. So I upgrade only when absolutely required. Which means “not often.” And in the meantime, the maintainers of the package managers (apt-get, emerge and yum to name a few) break older installations.

  • Sean: This might be a half-benefit from Debian in particular, since they're so slow to release new versions of the distro. Debian has usually seemed pretty stable and solid to me, unless I switch over to a different branch or I build & install something by hand.

  • btw, can u please install netatalk on mudpit? al_x needs a weird mac-friendly font-server...

  • Sean: The package managers in Fedora and Gentoo are pale imitations of the true power of the Dark Sid^W^W^WDebian (and since it's built on Debian, Ubuntu). The real heart of Debian is not just dpkg and apt, it's the Debian policy that ensures all packages work the same way, and the huge development community that tests all sorts of upgrades continually.

  • I tend to have better luck with tarballs anyway (my only complaint there is chasing down the dependencies)—I've even had problems with the CPAN auto-install Perl modules module (it has just never worked for me).

    If it's any indication, I'm still running RedHat 5.2 at home (only with the latest SMB, Perl, Apache 1.3 and 2.0, &c.). My system at home works, and if it ain't broke, I don't fix it.

  • hell yeah! debian rocks, I'm on Sarge for a production server, and it is so nice to be able to add new functionality with a simple aptitude install some-application-here...