http://lightlinux.blogspot.com/
The primary focus of the blog seems to be on running Linux on older computers. And the author seems to post quite diligently.
The fun thing about running Linux on older computers is that it gives you a good excuse to tweak your system for better performance and more efficient memory usage. And Linux is quite good for that sort of thing because the code is open source and modular.
Actually, I've had a lot of pleasure lately building my own kernels. It's actually a lot easier than you might think, especially if you follow a fairly recent tutorial. Not only can you pick and choose what components you want installed in the kernel, and compile for your particular architecture, but you can even optimize the kernel for your particular processor family (e.g., certain Intel or AMD brand families) and resource usage (desktop vs. server, latency vs. throughput).
The primary focus of the blog seems to be on running Linux on older computers. And the author seems to post quite diligently.
The fun thing about running Linux on older computers is that it gives you a good excuse to tweak your system for better performance and more efficient memory usage. And Linux is quite good for that sort of thing because the code is open source and modular.
Actually, I've had a lot of pleasure lately building my own kernels. It's actually a lot easier than you might think, especially if you follow a fairly recent tutorial. Not only can you pick and choose what components you want installed in the kernel, and compile for your particular architecture, but you can even optimize the kernel for your particular processor family (e.g., certain Intel or AMD brand families) and resource usage (desktop vs. server, latency vs. throughput).

