Slashdot Mirror


Slackware 11 Has Been Released

CCFreak2K writes "Slackware 11 has been officially released, just over a year after Slackware 10.2 became available. Software available with Slackware 11 includes KDE 3.5, Mozilla Seamonkey 1.0.5 and X11R6 6.9. As usual, ISOs are available through BitTorrent and FTPs, packages can be synced through FTPs, and you can always buy a copy."

10 of 220 comments (clear)

  1. Re:2.4 kernel vs 2.6? by MobyTurbo · · Score: 4, Informative
    Anyone know why they stuck with making 2.4 series kernel default over 2.6?


    It's more stable, and uses less memory. Slackware however has been 2.6 ready since 9.1. Now they provide not one but two 2.6 kernels, one 2.6.17.x in /extra and one bleeding-edge 2.6.18 kernel in /testing, if that's what you prefer. (I wish however that Slackware still came on four disks (with two installation ones) rather than 6, I guess that'd be impossible if it provided less kernels. 8-) Of course, a lot of people complained when it went past one installation disk, thanks to KDE and (then-included) GNOME getting more bloated.)

  2. download mirrors by arun_s · · Score: 3, Informative

    I've been checking the changelog twice a day for a helluva long time, and its finally come.

    Here's the full list of mirrors from where you can download it!
    (Or you can get the torrents)

    --
    I can explain it for you, but I can't understand it for you.
  3. Re:Theoretical question by Skater · · Score: 5, Informative

    Distrowatch used to have a great comment about Slackware:

    "If you want to know how Linux works, ask a Slackware user." :)

  4. And there was much rejoicing... by Noryungi · · Score: 4, Informative

    Yep, finally we got Slackware 11, and the list of changes and improvements is impressive.

    Just as an aside: Patrick Volkerding is one of the unsung heroes of Open Source. Slackware is after all the oldest Linux distribution still in operation, and it is also one of the most stable and well-managed. And this is quite an achievement, considering it still is a one-man operation, and that Patrick went through some tough times recently, with his health problems and the birth of his cute baby... Hey, I am a dad, too, and I know how tough it is wih a new-born in the house!

    So, thanks for everything Patrick! You are "The Man" and Slackware rocks!

    And, yes, I am a (very) satisfied Slackware customer. How did you ever guess? :-)

    --
    The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
  5. Re:Theoretical question by shudde · · Score: 4, Informative

    What does Slackware offer the newbie Linux user that something like Ubuntu doesn't?

    A learning experience that will stand you in good stead throughout many distributions.

  6. Re:Theoretical answer to theoretical question by uncleFester · · Score: 5, Informative

    What does Slackware offer the newbie Linux user that something like Ubuntu doesn't?

    a more hands-on approach to the unix operating system. slackware isn't flashy, isn't what some would even call 'refined' but it is a stable, well-balanced hands-on distro. it's a little more 'primitive' in some things like package management (*whine* dependencies *whine*) but this also works in your favor when repairing a system (reliance only on tar if absolutely necessary). This is only one thought i came up with right quick..

    What selling points does Slackware have for the interested & experienced Linux geek?

    rock-solid stable. if you stick with distro-only packages, you can expect to have practically no problems with it. that's part of the reason the package versions are older; they're tested. pat doesn't go latest-n-greatest unless a large demand exists or a security vuln is found. fwiw, i had a slack3 mailserver at my 1st job acting as corporate email router/gateway for our entire company (~150 ppl). except for the kernel and sendmail itself*, the system was vanilla slack. ran like a top.

    i've tried a number of distros for short periods (longest non-slack dabbling was gentoo).. but i keep drifting back to it. i'm also a unix admin by day, if that matters. for me, slack is just plain and simple the easiest distro i've dealt with.

    -r

    * only reason i went more current with sendmail was this being the time ~sendmail8 started adding antispam bits and it was overall easier than going back and trying to hack the stuff in v7.. and i always love dabbling with the -current kernel, whatever it is.

    --
    -'fester
  7. Dropline Gnome by pjbgravely · · Score: 4, Informative

    For a better slack experience, if you are using a GUI that is, I recommend Dropline Gnome http://www.droplinegnome.net/

    You may have to wait to use it on Slackware 11, but if you like Ubuntu you will like it.

    --
    Star Trek, there maybe hope.
  8. Re:Torrent clients? by pjbgravely · · Score: 3, Informative

    Ummm, Gnome has a built in bittorrent client, so a few Distro's must have it already

    --
    Star Trek, there maybe hope.
  9. Re:2.4 kernel vs 2.6? by zlamma · · Score: 3, Informative

    Here's Pat's view on the issue:
    From the ChangeLog.txt from Fri Jul 14 18:31:20 CDT 2006
    "I'm probably going to leave the bare.i 2.4.32 kernel as the default kernel (or perhaps sata.i?) as it has very good performance and probably better security due to the simpler and longer-tested design."

  10. Re:package manager? by CatsupBoy · · Score: 3, Informative
    I remember Slackware back in the day, apart from updated packages, has it got a decent official package manager yet?
    If by decent you mean bloated and riddled with cyclic dependancy verification: then, no it does not.

    However, the package management solution that comes with Slackware (and always has) is durable, functional, and flexible. It has versioning information, so you can upgrade by package name. You arent stuck with hunting down un-necessary prerequisites because the author says you need them. And they are very easy to create and maintain (using a standard tar/gz format).

    Above that, Patrick does a wonderful job from release to release by specifying every package naming changes, obsoletion, and addition in order to make upgrading easy.

    Now, true, with checkinstall package creation is much easier in redhat/debian. And debian/ubuntu release updates are super easy. However, you cant diss a tried and proven solution just because its not feature ritch. It will allow you to do what any package management solution is designed to do: install, upgrade, remove software packages. Enough said.