Language Selection

English French German Italian Portuguese Spanish

Low-end machine, lightweight applications and some other stuff

I had an old Toshiba PII 266 Mhz (I think), 4 GB HD, 32 Mb RAM preinstalled with windows 95 lying around, and I thought it with be fun to mess around with it a bit. It don't even have a network card, and it has never been on the internet. I've been into linux for a little less than a year, and I'm not yet a command line guru, but partitioning, installing and so forth usually works out.

Given the low specs of my toshiba box, I figured I needed to use either a distro with a text based installer or a distro with a very lightweight window manager, such as fluxbox. Most distros seem to have moved away from the text based installers, but the slackware derivates stick by it, so my initial attemtp was with Zenwalk. It installed fine, and seemed a decent distro. Unfortunately, xcfe was a tad on the heavy side for this old laptop, and performance was very slow.

My next attempt was with puppy linux. This was able to run as a live CD, although not very well. I could not get the hard drive installer to work properly, though, and not only could it not install puppy, for a while it seemed it had corrupted the hard drive in some way. All of a sudden no distros would work. A re-installation of Zenwalk failed. As did attempts with Windows 95, Feather, DesktopBSD, Austrumi, ReactOS, FreeDos, Minix 3, Slax, Dynebolic and propably one or two others I can't remember. As a result I sort of gave up, and forgot about it all for a while.

That was until I happend to see on Distrowatch that a new edition of Damn Small Linux was out. Since it was a quick download at 50 MB, I decided to give it a shot, and, he-heyyy, it worked! Guess my hard drive wasn't corrupted after all! DSL installed fine, and that's not all: Just for fun, I tried to connect my Toshiba to my cable modem with a USB-cable (this laptop has one USB-slot), and to my own huge surprise, all of a sudden I was on the internet. Oh joy!

DSL is a fine distro, especially when you consider how many functions have been crammed into so little space. Speed was satisfactory, although firefox was very slow. As an installed OS, however, I found DSL a bit limited, so I hoped that, now that I had internet and DSL is Debian-based, I could extend it a bit, using apt-get. Unfortunately, though, I could not get this to work, and I actually didn't find the DSL forums very helpful either. Had I been a bit more patient or persistent, I could perhaps made it, but I decided, instead, to look for another distro.

But which distro? There are certainly enough to choose from! I browsed the top 100 list at Distrowatch for distro that suited my needs: A text-based installer, and the possibility to choose some other desktop enviroment than Gnome, KDE or Xfce. There were a couple of candidates, but I only got to try out one, since that one turned out to be a stayer: Vector Linux.

At first I actually went for 5.1 instead of recent release 5.8, because it offered a better choice of lightweight window-managers during installation. I installed it successfully with IceWM, in my opinion by far the best lightweight WM, only to find out that my internet-connection was not auto-configured. Neither did I manage to get it to work with the network tools that were present ( I am, mind you, extremly helpless when it comes to internet connections).

So I turned to 5.8 instead. It installed with Xfce, and this time I succeeded in getting on the net. And using the package manager (it needed maybe 5-10 minutes to load when usin Xfce), I managed to install IceWM. I logged in anew with Ice, and things were starting to look good.

Vector comes with Firefox, Opera, Seamonkey, Dillo and Lynx, so there are some browsers to choose from. Firefox and Seamonkey was useless due to their memory usage, so I removed them. I keep Opera around, but it too is rather sluggish, so I use Dillo as much as I can. I also installed Links2, which is fast, and usable for pure text, such as Wikipedia.

Vector's package manager is Gslapt, and I think it's really great. Adding repositories is as easy as choosing from a list, and all dependencies are handled adequately. Adding and removing programs is no problem, and the graphical interface is intuitive.

After some fiddling with Gslapt, I now have a complete stack of applications that work well on my eight years old laptop: Abiword and gnumeric as office-tools are pre-intalled. As is Gaim, Opera, Dillo, xmms, mplayer and Xchat. I added the fast and elegant Sylpheed for mail and Gtk-gnutella for file-sharing (it's excellent). I removed some games that was to heavy to run, and as well as Vim and bluefish, as I'll never use them.

My old laptop now has almost all the functions one needs from a modern computer, and heck, it even looks good, with a red and yellow IceWM motif. I dig it! I actually find myself spending more time with it these days, than with my new acer with PCLinuxOS/XP. Vector is superb, though you would expekt that a distro who aims to be rather lightweight would have a home page that renders correctly in a lightweight-browser such as dillo.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Vector 5.8 = very good lightweight distro

I agree Vector 5.8 is really nice distribution based on Slackware 11.0. I'm running it on my two machines: Duron 850 MHz on Elitegroup K7SEM motherboard with integrated audio,video and NIC built around SiS chipset where it's blazing fast and on (unknown) P I 266 MHz with only 64 Mb SDRAM where it replaced Slackware 10.
I found latest Vector Linux release to be very suitable for day-to-day WEB browsing, email, watching movie trailers ( mostly from www.apple.com/trailers since with Mplayer plugin for brilliant Seamonkey browser I can SAVE movie streams to my hard-disk. Try that with Apple QuickTime !!! )
With Industrial theme and Deja Vu sans 9 bold fonts it is sharp looking distro couple people asked already if I can install it on their abandoned ( Pentium II generation) computers.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.