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

7 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. 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/
  3. 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....

  4. 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.
  5. Moo by Chacham · · Score: 0, Troll

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

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

    I thought the developers were dying?

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