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."

12 of 220 comments (clear)

  1. But how by kelvinq · · Score: 0, Troll

    long is Pat going to live before all hell breaks loose and Slackware becomes another Debian? Slackware is ancient enough already...

    --
    http://kelvin.quee.org
  2. Obligatory by Jack+Malmostoso · · Score: -1, Troll

    Welcome to 1999 everyone!

  3. package manager? by mdew · · Score: 0, Troll

    I remember Slackware back in the day, apart from updated packages, has it got a decent official package manager yet?

    --
    http://www.fanboy.co.nz/adblock/
  4. Ubuntu Massive Mouthful by Anonymous Coward · · Score: -1, Troll
    So let's say I'm a relative newbie to Linux, and I've just finished installing Ubuntu 6.06.1 LTS Dapper Drake on my laptop.
    Just finished installing it, or saying it? Good grief!
  5. Re:Theoretical question by caluml · · Score: 1, Troll

    Gentoo more so.

    Cue uninformed trolls saying that watching gcc output scrolling doesn't teach you anything....

  6. Re:2.4 kernel vs 2.6? by Anonymous Coward · · Score: -1, Troll

    That's great, and I look forward to seeing these VM improvements just as soon as I manage to boot a 2.6 kernel without it hard-freezing my computer.

  7. Re:hold on there buddy by Anonymous Coward · · Score: -1, Troll
    I'm sorry but I disagree with you on a fundamental level about *nix and learning. IMHO slackware and the rest of the *nixs are broken at the very core in that they require learning to be useful. Somewhere from many years ago there is a post by me here about ease of use and OS's.


    There is nothing wrong with Slack or any of the other less friendly UNIX variants. What is wrong is people like you think that one size fits all. It's just like comparing an M-16 to an MP5: any kid can be taught in a half hour to effectively aim and use an M-16, but an MP5 requires experience and finesse but in many situations yields a much superior result.

    And for a requisite ad-hom: you're probably the same type of candy-ass who can't change the oil in his car.

    In a perfect world the learning curve for and OS is nil and it simply gets out of the way.


    This is a joke. Learning curve is nil eh? Considering that humans use different strategies to learn based upon previous experience and that everybody will perceive the OS in their own context it just goes to show that you're a retard. It's never going to happen.

    And instead of a perfect world, people who want to earn a living work in the real world. As a Solaris/Irix/BSD/Linux admin I call tell you that Slackware will help you to this end.
  8. They're probably busy DOSing or bruteforcing me by trezor · · Score: 0, Troll

    Ever since I said my honest opinion about slackware and asked why anyone would use it, albeit in a very non-compromising approach, my server logs has exploded with poor bruteforce attempts, even lamer SQL Injection attemps and generally weak kiddie action all over my server.

    Even though I refrained from saying so directly in any of my other posts... Way to prove that Slackware is a immature platform with a immature userbase.

    You guys can stop polluting my logs now. It's honestly getting boring.

    --
    Not Buzzword 2.0 compliant. Please speak english.
  9. Moo by Chacham · · Score: 0, Troll

    Does anyone still use Slackware? Or is it just released for nostalgic purposes?

  10. But wait... by r00t · · Score: 0, Troll

    I thought the developers were dying?

  11. Re:Theoretical question by molnarcs · · Score: 0, Troll
    You don't learn more by using Gentoo. I'm a FreeBSD user, and got a friend of mine interested in unix. Being a pragmatist, I recommended gentoo (pragmatist as in being curious on one hand, and wanting him to help me with linux if I ever needed it on the other).

    I watched him struggle building up his system from scratch, even though he began with stage 3. Than I had a good chance to compare portage with ports, and I was amazed at the primitive way it handles dependencies during package removal, and the miriad options you have to set to have a sane system (midnight-commander pulling in xorg by default??). A month later, he had everything up and running, by following the FAQs, wikies, howtos, etc. And he had still no idea what filesystem permissions are.

    You don't learn anything by using gentoo. You basically follow - badly written - documentation, and you might think that oh, I'm sooo cool, I built something from scratch, I must be learning something, but in reality, you were blindly typing in commands without learning the basics behind those commands. My friend was clever enough to realize that despite "doing everything by hand" he didn't learn much about unix in general. Because the documentation sucks, and the whole concept of gentoo sucks, because it is misleading. It misleads people to think that the point of building from source is "optimization". On modern hardware, there is absolutely no reason to spend hours, days, weeks for "optimizing". There are very few packages that benefit from optimizations, and I expect a modern package/ports management system to take care of those packages, ie. I don't want to spend hours setting compiler flags, I want ports maintainers doing that for me. That's how it works in FreeBSD. You set -O (or -O2) in make.conf, and those packages that might benefit from further optimizations, automatically override these defaults, because the good folks at freebsd-ports tested them, and deemed them safe (example: mplayer/mencoder will be built with -O3 -ffast-math, etc... without you having to muck around config files).

    Anyhow, the point is, you only learn if you want to learn, and if there is helpful documentation. Any distribution is good enough if you are motivated, and if it is properly documented. FreeBSD beats every single linux distro on the documentation front, but if you want to stick with linux, slackware is a much better choice than gentoo. Another good choice, probably even a better one for the Ubuntu user grand-grand parent is probably Archlinux, which comes as close as any distro to the simplicity of slackware (or FreeBSD for that matter) with nice package management, good documentation, and an opportunity to learn about unix like systems in general. FreeBSD is another good choice for noobs, because it is one of the easiest to learn unix like systems. Even if you want to learn linux, I still would recommend the FreeBSD handbook, because it is not just a howto, but it explains the concepts of unix in great detail. The unix basics chapter is a good introduction to anyone who wants to actually learn something (not just blindly following howtos and spend time on useless "optimizations" in gentoo).