or better yet, install NetBSD. That system will run on anything that old :)
Linux on Older Hardware: The Complete Revival Guide
81–90 of 135 posts
Re: Linux on Older Hardware: The Complete Revival Guide
#82Re: Linux on Older Hardware: The Complete Revival Guide
#83I find 2006 an interesting horizon. It was then that the average home computer massively jumped in processing power compared to the software running on it. For the vast majority of users the computer spent more idle time waiting for input than users waited for output. Of course for some users there's never enough power but for most all of their tasks were effectively instant. Even heavyweight (for the time) stacks like Java ran incredibly well. He'll even Emacs could run well!
Then the curve seemed to invert. Hardware kept getting more capable with even faster CPUs, more cores (on common consumer machines, and more RAM. As the article points out a "lightweight" Linux DE with native apps really flies on such hardware.
But more development seemed to move to the web. More JavaScript required more powerful JS engines and those are up more and more memory. More shit loaded into the DOM means more and more objects on the heap with more pointer chasing.
Modern stacks are really only fast because modern computers brute force their way through them. A simple CRUD type task that fly as a VB or Delphi (neither stack performance kings) app on Windows 2000 now requires a 2GHz dual core CPU with 4GB of RAM as a baseline thanks to it now being a web app.
Using a twenty old machine with native applications and the CLI feels to me like a super computer compared to the computers I first used (Apple IIs). A Core 2 Duo is a stupidly powerful CPU for most tasks. If you can get by with a command line workflow even a Core 2 Duo is crazy fast.
/soapbox
Re: Linux on Older Hardware: The Complete Revival Guide
#84Re: Linux on Older Hardware: The Complete Revival Guide
#85For older hardware: Void Linux, Xubuntu or maybe Linux Mint Xfce. If you want something up to date that needs to be online. AntiX and Puppy Linux are a bit too rough, in my opinion. I'd rather leave the machine with some fully updated old Windows version designed for that hardware, offline. Works very well for retro gaming, ripping CDs and stuff like that.
Re: Linux on Older Hardware: The Complete Revival Guide
#86why not just take stock Arch Linux? I feel it as minimal at it can, Am I wrong?
Re: Linux on Older Hardware: The Complete Revival Guide
#87You don't even have to go that old. There are so many companies that upgrade tiny pc's its created a whole self hosting community with the tiny lenovo, hp and dell unit's. It's not only Windows that can be replaced with old hardware but also many online services with proxmox for cloud/nas/dns/vpn/multimedia etc. Of course these are not 2GB systems but you can do some pretty cool things with 8 and 9 year old systems t…
Re: Linux on Older Hardware: The Complete Revival Guide
#88Earlier quoted context omitted.
I think you have it backwards. When using zram, there is no "evicted to swap"; zram is the swap. Even if you activated zram and disk-backed swap, I'm pretty sure they just get used in parallel, not through some sort of fallback. It was my understanding that zswap does decompress pages before writing them to disk. Annoyingly, this doesn't seem to be spelled out either way in https://www.kernel.org/doc/html/latest/admi…
Yup, you are correct about decompressing before hitting disk. > Even if you activated zram and disk-backed swap, I'm pretty sure they just get used in parallel, not through some sort of fallback. You can tweak priorities such that zram ends up being the preferred location for swaps. However, since it looks like just another block device, what happens is it simply gets filled up with the first swap entries and those i…
Re: Linux on Older Hardware: The Complete Revival Guide
#89They run Debian or Ubuntu great although I usually run them headless and just SSH into them. One experiment I did was with Talos / K8s with about 3 of these and it worked great.
Re: Linux on Older Hardware: The Complete Revival Guide
#90Earlier quoted context omitted.
Its a pathetic world.. and sad.. I have currently 2 browsers open and my memory commit is 370MB.. If I hear that Win11 uses 3GB of RAM idling, I really get shivers... WTF?! How is that even possible? Bloat is astronomical and yet.. Most people just does NOT care...
> I have currently 2 browsers open and my memory commit is 370MB.. In what context? >If I hear that Win11 uses 3GB of RAM idling Modern Gnome and KDE distros with batteries included also idea at around 2GB RAM which is a useless metric anyway as Windows 11 also preloads frequently used takes and apps on boot.
That leaves about 6.5GB for programs, which I think is acceptable.