Slashdot Mirror


Gentoo Linux Announces Gentoo Linux 2004.1

Keppy writes "The departure of Daniel Robbins hasn't dented the progress of Gentoo Linux with version 2004.1 being released. ... please support Gentoo by purchasing something from the online store. The Gentoo homepage also has a short message about the future of Gentoo Linux now that Daniel has left. ' Robbat2 writes with an excerpt from the linked announcement: "Please consult our mirror index for download locations and the Gentoo Linux Installation Handbook for detailed installation instructions. Support for Gentoo Linux 2004.1 can be found through our user community by way of the Gentoo Forums, IRC, and various community mailing-lists. Release notes for each architecture can be found linked from the Gentoo Linux Release Engineering project page."

11 of 377 comments (clear)

  1. Things of note... by bc90021 · · Score: 5, Insightful

    1) For posts like this, it's good to be a subscriber. ;)

    2) It's good to see that the DR announcement has not changed anything in terms of release schedule, and the job they did setting up the hierarchy seems to be working very well.

    3) At least one mirror has a file claiming to be 2005.1. While Gentoo is great, I don't think that it's being delivered from the future. (At least not yet. ;) )

    4) The minimal CD is still only 82MB!

    5) Slashdot, could Gentoo get its own icon? It's here. Thanks!

  2. In related news, by Anonymous Coward · · Score: 5, Funny

    Debian has announced their expected release of Sarge to coincide with the next ice age.

  3. Re:Gentoo is one of the best linux distribs, and h by Anonymous Coward · · Score: 5, Funny

    That, folks, is karma whoring at it's best!

  4. Hooray for Gentoo by PuffCammy · · Score: 5, Interesting

    I've used Gentoo since last October. Before that, I had essentially never seen a Linux machine. It is my first distro and I haven't really looked back. I've tried others just to see what they were like, mainly Fedora and Debian, but they just don't shape up to the standards I've put and Gentoo has given me. It took a while in the beginning to learn all the ins and outs, but now I can navigate through it with so much ease. Hoorah to Gentoo and its bleeding-edge innovation.

    --
    And the day came when the risk to remain closed in a bud, became more painful than the risk it took to blossom.
  5. Give it a go. by caluml · · Score: 5, Informative

    If you have never tried Gentoo, you should give it a try. Contrary to popular belief, you can have the base installed and running in 15 minutes, and from then you just emerge the packages you want. gentoo-dev-sources, openssh, sysklogd, vixie-cron, at, ntp, whatever.
    The documentation is brilliant, and all the defaults for the packages are sensible, and well thought out.
    When I install a box, I do it at about 4pm. Give it 30 mins to configure, and install a new kernel, reboot, and leave it to emerge -u world ; emerge kde mozilla overnight.
    Couple of things though - emerge ufed, and gentoolkit - ufed is a gui for editting USE flags, and gentoolkit contains qpkg.

    A very brief doc I knocked up is here. It's probably slightly out of date by now, but you get the idea.

  6. The Gentoo "geek-factor" by lacrymology.com · · Score: 5, Insightful

    I am relatively new to the Linux game, so perhaps I am just ignorant -- so please forgive me if that is the case. However, it seemed to me as an outsider that true geeks used Linux, while mortals used Windows and Mac. However, having joined the fray it seems that within the Linux community is highly fragmented. Now it seems that the true geeks use Debian and Gentoo, while the mortals use Mandrake and Redhat. Weird.
    -m

    --

    #
    # Modus Ponens
    #
    1. Re:The Gentoo "geek-factor" by IncarnadineConor · · Score: 5, Insightful

      Once you move to Gentoo you'll realize that true geeks use BSD. When you get there you'll realize they use Plan 9. And you'll never actually use Plan 9, because no one uses Plan 9, so the cycle ends there.

  7. Re:Gentoo is one of the best linux distribs, and h by Entropy · · Score: 5, Interesting

    I just switched about three weeks ago from Debian to Gentoo, and so far I love it!

    emerge is as easy for me as apt-get was, and the only difference is I have to be patient with long builds. For me, thats a "so what" ?

    I'd personally rather wait during the install, than wait while the machine is supposed to be running.

    And while I am not a linux newbie, I certainly am no guru (yet :^), but I find Gentoo as easy as Debian. BOTH are MUCH better than RedHat, IMHO.

    Anyhow, whatever *nix one chooses, it handily beats Windoze over the head except for gaming. *sigh*

    Linux on THE desktop? Linux is on MY desktop.

    --
    The sea changes color, but the sea does not change.
  8. Re:Gentoo is one of the best linux distribs, and h by 42forty-two42 · · Score: 5, Funny
    root@gentoo ~# emerge newlines
    HTH.
  9. Best Gentoo Utility! by Anonymous Coward · · Score: 5, Informative

    By far is esearch. "emerge esearch" will get you a suite of utilities that will index the portage tree and make it easier and faster to search the package descriptions. It will also sync and show you any new or updated packages since the last time you synced. A great addition to any Gentoo machine.

  10. Re:One more thing by B1 · · Score: 5, Informative

    After the emerge it will tell you that some files config files need to be looked at, a simple:

    find /etc -iname '._cfg????_*'


    Actually, you can also do:

    'etc-update'

    This will walk you through the config files that need to be updated, and let you decide whether you want to accept the changes wholesale, discard the changes, or manually merge them in (it will even show you the differences between old and new).