SlackWare 4.0 is available 172
crunge writes "SlackWare 4.0 is now available. It is based on the 2.2.x kernel. It is still libc5-based (but glibc 2.0.7pre6 compatibility libraries are available for those who want/need to run glibc2 applications. (My understanding is that the next release will be glibc2.1-based).
Grab it from the usual usual places.
Slack Attack! (Score:1)
There will always be a place for Slackware-- the servers-in-the-closet, the Linux-can-do-it routers, etc.
RedHat may be winning over Micros~1 converts, but if you don't know Slack, you don't know jack.
Ever heard of Alien?? (Score:1)
RPM is good. If you are so concerned with having source files why not try source RPMS? Or download things from source and build your own RPMS. My system is damned organized thanks to it. If I want to delete an entire software package (no poking about in lib, bin, include, etc for file names that may apply for me) I simply remove the entire packag and its corresponding files from the RPM database.
I agree that RH is making everything easier, but that is because as of yet, linux is still primarily a hobby. Most people like to do fun things with their computer (e.g. play a game, program a game, type a novel, etc) very few want to constantly worry about keeping the system up to date. This is why debian's "apt-get update" is so appealing to me.
Except that... (Score:1)
Re:What is so great about libc5? (Score:1)
userspace implementations of pthreads mean:
1) your kernel doesn't have the overhead of keeping track of threads. IE, kernel tasks are greatly simplified with userspace threads... Think of processtable size if you have to do this all in the kernel.
2) having your kernel keep track of threads results in more overhead that outweighs some benefits, especially in uniprocessor systems. Syscalls are required to do thread work. I don't think most users have SMP systems, yet.
In fact, if you check out books on threading, the best system is a hybrid kernel-user space threadlib.
smallest slackware install.. (Score:1)
hardware :
386SX-16, 10Mbps 21040 tulip, 43MB HDD, CGA (80 x 24)
software :
36MB total (A and N series with large stuff removed)
4MB swap.
runs :
webserver, ftp server, samba (win95 server), netatalk (apple fileserver), lpr print server,
mail handler.
Midnight Commander comes in handy (Score:2)
I thought you might find mc useful. Just take
your generic RPM, open it up with mc (or an
equivalent tool) and copy the tarball that's
inside it to anywhere you want... then procede
manually, unhampered by the RPM "install"
procedure.
Yup... there is a tarball in each of those RPMs.
Cheers,
RAK
Ahh... I remember the day... (Score:2)
And the flame war which resulted at the nerve of some guy suggesting that Linux should be anything other than totally free.
Even if it did take you 2 days to download with a 2400 baud modem...
Ahh the good ole days.
Re:Cool (Score:3)
But the other effect it has is a good one. It enables those of us who know what we're doing to have an easier time of managing our systems, so we can concentrate our efforts on more important, bigger jobs like security, coding, or advocacy, etc. I remember when I ran slackware (Which I loved then and still do), and 5/6 of my time was spent keeping up-to-date on all the latest libraries. I never got ANYTHING pre-compiled.
But now, with RPM, I can let somebody else sweat the small stuff. The way I see it, I've already mired through the learning process, I already tore my hair out tring to make QT install where I want it and still link right, I already read all the docs on how to compile X, I already know that I CAN do everything I need to get my system working like a charm. Now, I don't have to anymore and can concentrate on other things.
One of my wiser fellows once said "You use Slackware when you're starting, until you know how to do everything yourself. Then you go to Red Hat so you don't HAVE to do everything yourself anymore." To that I would add, you don't have to with Red Hat, but you still can if you choose. I use RPM, but I don't use any form of GUI like GLINT or LinuxConf. I know my system as well as I did when I was a Slackware user.
Not all Red Hatters are lame, I guess is the short version of my point =)
Long live Linux, and may distribution wars never cease, for they make us all stronger.
~ Josh Litherland (fauxpas@cc.gatech.edu)
(Sorry for long post)
woohoo (Score:4)
RedHat and Debian remove no options (Score:4)
For one, it makes distibution of software on a farm really easy. I build my own apache rpms, then distribute and install them automatically onto my web farm using autorpm.
Second, package mangers offer a good layer of security. It is very easy to see if any trojans have replaced one of your core files simply by comparing the file to the hash stored in the package manager's database.
Finally, it offers a consitency check and a built-in software inventory system.It is also nice to know that you won't do some braindead thing that will break some important software, overwritting a key file with a 'mmake install'. It is also good to know what software depends on what software so you don't accidentally uninstall something, or install a commercial package only to learn afterward that it requires something you don't have.
The effort involved in building and maintaing one's own set of home-grown rpms has been, at least for me, much less than maintaining and administering a bunch of disorganized tar files.
I love Slackware. I used Slackware for several years, but switched to RedHat. The folks who think that RedHat or Debian is uncool because it is too easy are missing the point of Linux. Linux is great because it works, it is stable, and it is easy. It is this system administrator's dream come true. I for one am not going to go out of my way to be "cooler" if it makes my job harder.
Ah, Slackware, I knew them well... (Score:5)
A few more versions... then I got tired of, basically, having to reinstall linux. I guess as a newbie I should have learned all the intricate steps involved in upgrading each tarballed package but somehow something was always left out of the FD.
Then I heard of something called "Red Hat". And some Slackware folks commenting about the low technical expertise of people running and actually _using_ Red Hat's absurdly simple RPM system, and still _not knowing things_. I ran for Red Hat. Hey! Where'd that webserver come from! Whee!
Now, most of those particular folks I know have followed, and an IPO is anticipated. I sincerely hope that the result is that Slackware spur ahead of Red Hat and spur them forward as well, viva competition. I wish both factions well and will stay with or switch to the best IMO.
Re:gnome / kde (Score:1)
Uhh, you are insane? Debian has far far superior packages than any other distro out there, the others only wish they could be half as good.
Re:When will... (Score:1)
Re:When will... (Score:1)
So the "Official" distro is free.
Re:Cool - Glibc vs libc (Score:4)
I mean, would You want to trust every program to something with the version number 2.0.7pre6?
I've seen a lot of problems with people who say ``I can't run that, I've installed glibc2.1'' or ``That's compiled for 2.1 and I just have 2.0.''
What I suggest is have your server run libc5 with linuxthreads and then add your glibc runtime of choice. When things settle down in the 2.1 series of libc, then switch to that.
Hmm... that's what slackware does.
Anyway, I like slackware, it feels like home. Isn't the nice thing about free unicies is that we can all get along?
Compiling. (Score:1)
Well, actually, most of us use a compiler, so it's no struggle at all. YMMV if you're trying to produce the binary by hand...
Re:Slackware's Great, but... (Score:1)
Re:CD-R problems... Joliet? (Score:1)
Incorrect. A disk burnt with proper Joliet extensions works perfectly in Linux. (ie. the extensions are completely ignored) I I burn discs with both Joliet and Rock-Ridge on them all the time. They work happily in both Linux and Windows.
There may have been a buggy version or two of mkisofs that has given people this impression.
Re:Er, no. (Score:1)
Re: How to burn like that? (Score:2)
Basically, the command line will look like:
mkisofs -J -r -o output-filename root-directoryThis will create a an ISO9660 image file. You then use cdrecord or other similar program to burn the image to the disk. (In a pinch I've used Adaptech EZ-CD Creator on a Win95 box to burn an image created this way. You might also want to look into a program called xcdroast which is a nice graphical front end for mkisofs and cdrecord.
And, of coarse, you can always add more options - like bootable CDs, volume names, etc - when you are more comforatble with it.
The day Slackware is glibc2-based... (Score:2)
Re:gnome / kde (Score:1)
Slack 3.9 (Score:3)
Re:What is it with distributions? (Score:1)
I've been using a Slackware 3.0 CD to do my installs for years (and, for those of you who are used to Red Hat and SuSE and so on changing major version numbers every ten minutes, Slack's last
For me, a new Slackware release is a chance to update everything in one fell swoop. I can re-do the four years of customization that have gone into my oldest box. It's really not all that much, when I think of it. The
And, regarding the relative merits of the different distributions... your post seems to imply that you've never used anything but Red Hat 5.2. If that's the case, I can see how you might think all distributions are the same. As someone who's owned Slackware 3.0 and Red Hat 4.2 boxen, and extensively used Red Hat 5.*, Mandrake, and assorted other Slackwares between 3.2 and 3.6, I can assure you that they are *not* all the same. Oh, yeah, they can be _made_ to be the same, but it's pretty silly to start with a Red Hat installation when what you really want is something more like Slackware. That's why I use my Slackware 3.0 CD for new installations, in preference to my more recent Red Hat 4.2 disk... I find it easier to update Slack than to make Red Hat behave in something resembling a rational manner.
And I'd agree with you that Linux is pretty unusable unless you know what's happening inside your system. And, no, none of the distributions actually prevent you from learning that, but a lot of the stuff Red Hat does seems designed precisely to obscure it as much as possible. I know, it's not deliberate, it's just a side effect of making the GUI tools easier to use and simpler to write, but it feels obscurationist to an old-fashioned command-line junkie. And that's the reason I use Slackware instead of anything else (though I've been considering giving Debian a whirl). And that's why I just sent in my $40 for the new Slack 4.0 disks.
Slackware = flexibility (Score:1)
. There is a slight lag in features, but nothing that can't be downloaded and easily adapted. Slackware embodies the spirit of Linux (fly by the seat of your pants and figure it out yourself - failing that, turn to your peers), and encourages learning, hacking, and "thinking outside the box." I owe much of my Unix knowledge to using Slackware, and for that I am thankful.
Why I run Debian (Score:3)
Yes, I ran slackware. I was a real hacker. I singlehandedly installed gnome from source 4 or 5 times, in its entirety, because of how often I nuked my partition and started over.
Then, I realised that I was wasting far too much time compiling things. My Pentium 166 with 32 MB of RAM, which used to be state-of-the-art, now was taking an awfully long time compiling things.
So, for a while, I ran Red Hat. I liked it, too. Its printer management meant I didn't have to futz around with magicfiltres and linuxconf meant that, generally speaking, I didn't have to worry about much.
Then, I found Debian, and my saviour - apt-get.
Simply put, apt-get makes things absurdly easy. I don't have to worry about upgrading to glibc2.1 - apt does the worrying, the downloading, and the installing for me. With Debian I've finally set up the production box I knew Linux could be.
While Slackware will always hold a special place in my heart, for "where I started," Debian is where I am, and where I'm going in the future. Even though something still tells me it's a bit too easy, I just ignore that part of me. It's just too easy to tell my box to upgrade everything on my system to ignore it.
Re:woohoo (Score:1)
To right!
I love slackware, was the first distribution, and in my opinion, nothing beats it. Ive used it as a base install, and built scripts upon patricks scripts. Making it what I want it to be.
redhat seemed bloated, and I couldnt get the hang of debian to much stuff, and couldnt find anything!
Re:Slackware not *the* first distribution. (Score:1)
Ooops. I meant the first distro _I_ used
Re:Cool (Score:1)
I once followed a thread on CIS Forums comparing VB and Delphi. Wich turned out IMHO to comparrissing dick lengths.
You'r two cents sound like a part of that thread.
-- Friends use whatever you like, and be happy
Re:woohoo (Score:1)
Here,Here. I have to laugh when reading some of the comments from the rabid Slackware users. Slackware was never as good as these guys claim it was. Actually the expression "pain-in-the-ass" describes Slackware a hell of a lot better. Like a lot of Redhat users who jumped ship, Slackware was the 1st linux dist I used, and was overjoyed when RedHat appeared on the scene. I ditched Slackware and have never looked back.
Er, no. (Score:1)
--
www.slackware.com (Score:2)
--
Re:What is so great about libc5? (Score:2)
That may be the impression presented by the glibc 2.0.x documentation, however, glibc developers recommended that distributions use glibc 2.0.x, and 2.0.x was on ftp.gnu.org (pre-releases are not allowed there).
-- Joel, Debian package maintainer for glibc
good deals. (Score:2)
Re:What is so great about libc5? (Score:1)
Re:woohoo (Score:1)
Re:Slackware not *the* first distribution. (Score:1)
Re:When will... (Score:1)
Re:Slackware's Great, but... (Score:1)
Re:gnome / kde (Score:1)
And you didn't exactly bother to look before saying Slack doesn't have KDE or Gnome, did you?
/me looks at his Slackware 4.0beta1 box running KDE 1.1, which was installed by default.
Re:gnome / kde (Score:1)
Re:woohoo (Score:1)
*very* handy for special occasions that you're
dying to install and a ether is not around.
Believe me, I have met the situation
Re:woohoo (Score:1)
RedHat is all a bed of roses is bit out of reality.
I found Redhat to have twiddling the code a bit
*too* much. Look at BugTraq and you'll find quite
some *specific* RH exploits.
Re:RPMs vs. tarballs -- Redhat makes things easier (Score:1)
Slackware has runtime support for glibc2
And if you want glibc2 building libs go to the contrib dir and install glibc2-devel.
I have a slack box ported to glibc2 ( A 386, Whooey, building egcs and glibc2 took *days*
linuxconf (Score:1)
..except for possible exploits
http://geek-girl.com/bugtraq/1999_2/0317.html
Re:Slackware's Great, but...(news) (Score:1)
glibc2 based. What I've heard is that Patrick is
halveway a box with glibc2.1.1.alpha.what.have.you
Re:GLIBC2 /not/ Sure Fine (Score:1)
1. Remove your libc.tgz package with pkgtool
2. Install the glibc2-devel.tgz package from the contrib dir
3. Rebuild egcs and binutils
4. Rebuild libgdbm and sendmail,ypstuff and perl
Enjoy your fresh and shiny libc6 box!
Gnome URL (Score:1)
Read the readme's as gnome is a cmplicated package with lot of libs.
Re:Fuck progress (Score:1)
Re:Still the best (Score:3)
But you're entitled to your opinion.
Re:When will... (Score:1)
Err, I guess the fact that slackware has Gimp and Netscape and KDE and Apache and QT and glibc run time support means that slackware "has not kept up".
Re:GLIBC2 /not/ Sure Fine ... for you (Score:1)
So, er, ahem, I'm not saying you're dumb, but most people haven't had the problems you're describing...
Steve 'Nephtes' Freeland | Okay, so maybe I'm a tiny itty
It's funny. Laugh. (Score:1)
Typically slackware
Still the best (Score:2)
still using slackware today!
Part of the reason why i enjoy it is that it doesn't have all the 'automation' like rpms and deb files, i like having to go
Cool (Score:1)
Re:libc5 ? (Score:1)
Kill d n00beez and rapes their wimen.
It's all about stability. (Score:1)
I've been using slackware for 4 years now, and I don't really see any reason to change. I'm comfortable with it. I've done a couple Redhat installations for friends, and witnessed dozens of others, and I wasn't too impressed (never had an installation crash under slack...). Quite honestly, I find slackware's setup less confusing and easier to understand than Redhat's. I plan to try Debian sometime in the next 6 months when I have the time and HD space, but I will always, always have a slackware box.
Re:gnome / kde (Score:1)
-- Give him Head? Be a Beacon?
Re:Cool (Score:1)
-- Give him Head? Be a Beacon?
Re:gnome / kde (Score:1)
install Gnome instead?
I left slackware a while ago because of glibc2
but with them starting to support it I may
have to go back again. On the other hand this
forcing of KDE would be to hard to swallow.
Re:gnome / kde (Score:1)
Now it is quite stable and I have flushed KDE
for good with no regret.
As for looking like winblows, it is not quite as
bad as KDE in that regard.
Go Slack Go! (Score:2)
some options need {en,dis}abled at comiple time (Score:1)
Well compiling with all the default options doesn't give you any more control, but there are a lot of packages that offer several compile-time options. For example, what do you think the vim-X11, vim-minimal, vim-color, and vim-enhanced RPMs are ? that's right, they use the same source tree, but use different compile time options. Another example: suppose you have motif , and do not want the statically linked version of (insert your favourite motif app). The answer: if there's no dynamically linked binary, just recompile. Oh, and not all rpms are relocatable ( so rpm -i doesn't let you choose where you want the package installed )
Compiling does, in some cases, give you much more control than just installing a binary.
Re:RPMs vs. tarballs -- Redhat makes things easier (Score:2)
I am not sure what you are talking about. Most ( almost all) linux software is open source, and the author almost always makes a source tarball available.
After obtaining it, with some difficulty (after all, it comes preloaded, so there's not as much demand), I tried to install it, and found I needed glibc2.
glibc2 is currently used by all of the distributions except for slackware. The problem is that slackware is not binary-compatible with the other distributions. Since no-one makes binaries for slackware, this means you usually have to compile it yourself.
You are off base blaming redhat for your problems, just as I would be off base blaming redhat because I can't install the binaries from kde.org on Solaris.
RPM does make life easier for people who havew an RPM based distro. Of course, it doesn't make life easier for win95 users ( duh! ) or anyone else. It certainly doesn't cause win95 users any problems though.
Most of your problems are a result of the fact that noone makes binaries for slackware because not so many people use it. If you can't handle the idea of compiling something from the source, then you need an easier distribution. OTOH, If you don't mind compiling, then slackware might be suitable for you.
Slackware's Great, but... (Score:2)
Correction on link (Score:2)
http://www.ncal.verio.c om/~hakker/slackware-gnome-HOWTO.txt [verio.com]
Slackware runs everything (Score:4)
glibc 2.1 (Score:1)
slackware (Score:1)
Re: FreeBSD ISOs (Score:1)
it's good news that Slackware keeps on going (Score:4)
I have been using RedHat for a few releases, but with RedHat 6.0 I have had real problems. The PCMCIA install seems to have serious bugs, and for them to use glibc 2.1 seems to have been premature (it breaks Java and Netscape, among other things).
I'll probably install Slackware again on my other laptop; the combination of 2.2 kernel and pre-2.1 glibc could be quite good, and their install procedure has a better chance of working.
I hope that the market is big enough that three or four distributions with such different characteristics will be able to co-exist. It would be sad indeed if Linux only came as RedHat or Caldera. More hands-on distributions like Slackware and Debian are needed.
It's tempting. (Score:2)
Again, it's tempting. But Slackware doesn't have the ability to install no non-freed packages {grin}.
Cheers,
Joshua.
Slackware not *the* first distribution. (Score:3)
Cheers,
Joshua.
Re:I don't use RPMs for everything on RH (Score:1)
Re:ISO images (Score:1)
thanks !
Re:Cool - Glibc vs libc (Score:1)
I love Slackware since it is more about stability than doing the latest trend in Linux. I have used it on all of my productin machines, even getting rid of Redhat if needed.
Re:It's funny. Laugh. (Score:1)
you know.... (Score:1)
----
"War doesn't determine who's right, just who's left"
GLIBC2 /not/ Sure Fine (Score:1)
I spent four months on the GLIBC2 problem (on and off) and finally gave up. My laptop is still slackware, and will remain so. But my workstation at home is SuSE 6.0. For the very same reason, i had to run apps like Oracle on it to work on on db design for work.
I am afraid that that by the time Slackware comes up to glibc2 i wont be using it anymore.
ciao, elmo
Why not learn something allong the way? (Score:1)
Hell, I bet that Red Hat isn't fully optimized for my system... so I can go two ways... slowly go through all the RPM packages... removing them and recompiling them with egcs or maybe making a few hacks here and there... OR I could forget about RPM's and maybe install slackware...
I respect the DIY (do it yourself) attitude...
I made my own sterio system... put together the hardware on every machine I've had since the 386 and even mucked with the win95 ini files (to remove IE4) before I discovered linux...
IF ALL THIS WAS EASY I WOULD KNOW NOTHING!!!
CD-R problems... Joliet? (Score:1)
Re:What is it with distributions? (Score:1)
Buying distros is a manner of supporting Linux (indirectly) it is also an easier way to make large scale changes. Or small scale changes that you have a problem figuring out.
My RH 5.2 system represents almost 4 months of screwing around, so I concur.
Re:libc5 ? (Score:1)
the day I bought my Alpha was the day I switched Slackware for RedHat.
Better control ? (Score:1)
And if the only control you need is compile flags, you can use the
And packages built this way are easily upgraded, deleted,
Re:Cool - Glibc vs libc (Score:2)
I'm a Slacker .... (Score:2)
Over the past 3 years I've supported/admin;
HP-Unix, ATT SysV *really*, and currently
SunOS/Solaris. What my point simple
If all you want to do is get Linux up and running
then it doesn' make any difference which disro you use... on the other hand if you want to learn UNUX
then Slackware is you best choice. More of what you learn will transferr over the UN*. The why Patrick uses the rc scripts and ~/.* scripts in home director mirrors what I see and work with everyday.
Parting shot - Linux Standard Base
Re:FreeBSD (Score:1)
Re:woohoo (Score:1)
Kthulhu
I'll hold you to that. (Score:1)
--
Re:Fuck progress (Score:2)
ftp://ftp.cdrom.com/pub/linux/slackware/source/
Re:Cool (Score:3)
Re:Cool - Glibc vs libc (Score:1)
But the number of prereleases (17 or more) should produce a very good kernel.
Re:Cool - Glibc vs libc (Score:3)
Have a good night.
My bad RPM experience... (Score:1)
printing to our (non-PS) network printers easier...
One of the tools I used on a regular basis (on Slackware) was
Tkined/Scotty... I see there is a Scotty RPM, so I try to install
it...
All I get (after a few moments of HD activity) is the error message
"This package can not be installed." - THat's it - no reason WHY it
can't be installed... I do a dependency check - everything is OK
there... what the fsck is wrong with this thing???? I go out and buy
Maximum RPM.... nothing in there about error messages either...
Not since using Windoze 3.0 have I encountered such a brain-dead error
message... if a program has trouble doing something IT SHOULD SAY WHY!
for fscks sake, when making error messages MAKE THEM MEANINGFUL...
I would have to say that RPM is just a pain in the ass..
Re:ISO images (Score:2)
You can use mkisofs to generate the iso which you can burn on any machine (I ftp it to my brother's win machine which has a burner on it and use Adaptec software). Here's the command I used to generate an ISO which is bootable:
mkisofs -a -b bootdsks.144/.eltorito/eltorito.img -l -r -v -c bootdsks.144/.eltorito/boot.catalog -o slak40.iso -V "Slackware 4.0" slackware-4.0
This command generates a bootable ISO called slak40.iso from the contents of the slackware-4.0 directory.
That's it, burn it and boot it!
Re:gnome / kde (Score:4)
It has Glibc2. It has KDE by default, but I just installpkg Window Maker. Gnome is also there along with AfterStep, FVWM, OpenLook, etc..
I tried Gnome and couldn't stand it at all. It was too much like windows (I installed SuSE to try out Gnome, in order to try out the new MC. I was incredibly disappointed. But I like SuSE anyway, it will update packages like Debian, and is fairly easy to use install/use) and was horribly unstable. I'm not a KDE fan either but it's half stable and fairly straightforward to the new user.
Patrick has had to defend his insistence on basing the distribution on libc5 (remember, glibc2 is also there) for a long time. I wondered, he explained, I now agree. Slackware is meant to be *stable*. It always was, it was the whole philosophy from the beginning. Glibc2 still has a lot of trouble but is pretty much out of it now (with the notable exception of 2.1, ouch). The next release will definitely be glibc2 based though.
I actually enjoy installing a distribution and having all of the software I installed actually work reliably, a feature which the other distributions, especially Debian, severely lacks.
And besides, compiling software isn't *nearly* as scary as it once was.
./configure;make;make install
If a required lib wasn't there, get it and install that, too.
Now how hard is that? It could get even easier, if the process was wizardised like those nice win32 installers. Generally, if you can compile a kernel, you shouldn't have trouble compiling other software, if it uses autoconf. You don't even have to edit makefiles anymore.
Ah, good old memories... (Score:2)
I prefer installing everything manually, although that makes for a messy system after a while. (That's why I like FreeBSD, you have full control over the sources from the ports collection, and yet you have a nice uninstall function.)
I don't use Debian though, because I really can't stand dselect. Now that slack 4.0 is out it seems like the perfect time to wipe that partition and start over.
It's really good seeing that the distro is still going strong and I'm looking forward till my CD's arrive.
Way to go Patrick, keep slack going!
Re:Cool (Score:2)
I think this means you haven't gone over to a friends house and watched them use Slackware.
I don't think you'd be so ignorant as to mean that people haven't used Slackware in "a long time". Come on, Linux is less then 10 years old. What the heck does "a long time" mean? And what makes you so special as to think that anyone might care if you have "seen" anybody use it. It's been a long times since I've seen anyone use any product by Microsoft. Should I therefore conclude that Microsoft has gone out of business? Or should we conclude that I need to get a job at a Windows shop? Or that I need more friends? and on and on and on
Regards,
Tim Moran
RPMs vs. tarballs -- Redhat makes things easier? (Score:4)
I've been constantly annoyed at finding software I want and then seeing it only comes in
Of course, I'm sure that all my problems could have been resolved with enough time and perseverance. And I don't mind spending that amount of time on something I really want -- it's a learning experience anyway. But all I've found is that RPMs definitely do NOT, overall, make my linux life any easier, and in many cases tend to shut out non-RedHat people...
Slackware 4.0 (Score:2)
leery of automation, like to know what's going on
behind the screen. Patrick's distros are ideal for
me so have kept on using it in the face of the
"improvements".
I'll be buying it. Voting with your money is the only sure way to keep your favorite distros going, whatever they be. Downloading is nice but they need to make a living too.
I'm still on 3.2.