VectorLinux 4.3 - Rocket Fueled Slackware
SilentBob4 writes "Mad Penguin has the first review of the latest VectorLinux release. Vector is based on Slackware Linux, but is built on a newer 2.6.7 kernel (Slackware 10 was still built on a 2.4 kernel with the option of using 2.6) and is optimized to run well on older hardware. Even old Pentium PCs run well on this distro. Complete review with screenshots."
I've been using VectorLinux(3.2) on my 760 series thinkpad for about a 8 months or so. Installing it was made easier by first installing Smart Boot Manager, which allows booting from a cd when the BIOS is too old to know how. Then, just to be a wiseass, I setup ICEwm to look exactly like windows XP(wall paper and all). Nothing like running xp on a 166. ;-)
-+-=-+-=-+-=-+-=-+-=-+ *** http://www.mountainfort.com *** +-=-+-=-+-=-+-=-+-=-+-
Is there really a point in a review for a Linux distribution including screenshots? Hurray, we can see their GDM skin and default background pictures!
HOW'S MY POSTING? CALL 1-800-POSTING
I have not tested Vector yet, but my experiences with KDE 3.3 on Gentoo and SuSE on my Homebox (a PIII-866 with 384MB) haven't been too well.
It looks nice, offers plenty of features. But EVEN if you turn off all eyecandy, care for running kde services (plug-ins, snap-ins whatever) 3.3 still feels sluggish.
I just don't want to test that on a P1-166 with 128MB RAM, should feel like running OSX on PearPC on a Centris.
I think this may be what gets me into Linux, I have an old 266MHz computer that isn't doing anything.
I agree completely.
When I started with linux, I used mandrake, just because of its rep as a newbie distro. I found unusable slow. I was disappointed. People had told me online that "linux was faster than windows". I felt like I had been lied to. (I was upgrading from win98, they were comparing to XP)
I switched to vector for speed alone. I was impressed. Even KDE was snappy! But, I wasn't able to install a single package.
I've switched to debian based distros exclusively, just so I can get stuff installed. However, I still miss vectors speed. I wish someone would make a distro compatible with the debian archive that had vector caliber speed, if that's possible.
It's good to see a modern-day Linux distro that can run properly (and quickly) on older machines... Some of the newer distros seem suited for today's PC market rather than yesterday's PC market. ;)
I've been a Slackware user since the mid-to-late 90's and I would not trade it for anything else. I tried Debian once, maybe twice. Didn't like it. dselect and tasksel were horrible... Then someone on Undernet #Linux said "Don't use dselect, then. :)" and a lightbulb switched on... I hadn't realized that the base system is all you need to get going. You can completely customize the thing after doing that. I was amazed, it was the distribution I had been dreaming about. It's similar enough to Slackware to satisfy my geek heart but it makes cleanups so much simpler... Actually, they make them possible at all. It's damn impossible to clean up anything in Slackware unless you use it's package system, for which almost no 3rd party packages are available.
When I switched to Debian recently, I decided on a nazi regime for software installation. I said to myself "NEVER install anything from source" and hoped I would be able to survive on .deb's and apt alone... and it worked.
My Slackware server just got cracked. I caught the cracker red-handed and threw him out. It's too much work to keep packages updated on a Slackware box where things are compiled from source and you hardly know what you have installed. I'm going to install Debian on it as soon as I can.
On that point: The server is several thousand miles away and I don't want to bother the dude at the colocation facility with the re-install. Can I somehow install Debian on that box via SSH?
There's a perfectly good and sensible solution to all this, and it's called GNU Stow - everything you compile goes into it's own separate directory in (for example)
Then you run stow on that directory and it symlinks everything back to
Why is this a good thing? Well, if you want to uninstall a piece of software, you simply remove the relevant directory in
In short, you've got all the virtues of installing software by source, combined with all the advantages of a package-management system, without any of the disadvantages of a package-management system such as databases that can become corrupted. Stow's been around for ages and it's so useful for power-users who want to compile from source. It always amazes me that more people don't use it, or even know about it