Live data from Hacker News

Ask HN: Looking for a really lightweight Linux distro for my netbook

news.ycombinator.com

1–10 of 47 posts

Ask HN: Looking for a really lightweight Linux distro for my netbook

#1
I'm currently running Jolicloud which I like, but it's running pretty slow and my HD has almost no space left (with almost nothing but the OS and a few apps on it).

Any recommendations for something that is small and fast? Running Chrome is more or less the only thing I need it to do.

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#2
If you're not afraid of the command line (or are willing to learn), Arch is as lightweight as you want it to be. The initial install is very minimalist and the package management system makes it almost trivial to build up from there. Install Openbox and Chrome and you're all set with a pretty lean system.

http://wiki.archlinux.org/

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#3
post #2

If you're not afraid of the command line (or are willing to learn), Arch is as lightweight as you want it to be. The initial install is very minimalist and the package management system makes it almost trivial to build up from there. Install Openbox and Chrome and you're all set with a pretty lean system. http://wiki.archlinux.org/

I'm not scared of the command line, but I'd rather not spend a long time setting up stuff like wifi, sound, etc. Is all that pretty easy to get going?

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#5
post #2

If you're not afraid of the command line (or are willing to learn), Arch is as lightweight as you want it to be. The initial install is very minimalist and the package management system makes it almost trivial to build up from there. Install Openbox and Chrome and you're all set with a pretty lean system. http://wiki.archlinux.org/

I'm really open minded when it comes to trying new operating systems. And of everything I've tried (varying from windows, to unix, to slackware, to ubuntu), my favorite is Arch. It's simple and clean. I really suggest that you give it a try.

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#6
post #2

If you're not afraid of the command line (or are willing to learn), Arch is as lightweight as you want it to be. The initial install is very minimalist and the package management system makes it almost trivial to build up from there. Install Openbox and Chrome and you're all set with a pretty lean system. http://wiki.archlinux.org/

I'm not scared of the command line, but I'd rather not spend a long time setting up stuff like wifi, sound, etc. Is all that pretty easy to get going?

It's more involved than doing it on Ubuntu. To be honest the hardest thing you're likely to do is getting X running, closely followed by picking a window manager. Sound and Wifi are generally straightforward on Arch.

To put it in perspective, I use Arch on a P3-850-based Sony Vaio with 128mb of Ram and it flies.

The main things you'll get from Arch on a netbook are:

* Rolling release means that you don't have to do distribution upgrades.

* Have it your way - you pick what you want, what window manager you want, what editor you want etc. Use something like AwesomeWM, Xmonad or OpenBox to get the most out of your screen real-estate.

* Efficiency - Because you're only running what you want to run, your memory usage will be better and you wont have things you don't need lying around your hard disk, leaving the space to be filled with things you do.

The downsides:

* It's not a mainstream distro. While it has a great community, it's not as ubiquitous as something like Ubuntu. Still, Arch hasn't yet had it's eternal september so the people you do encounter know what they're talking about.

* You will tinker more and it will take up your time - if you don't play around then everything should work fine, but with the amount of flexibility Arch offers you will inevitably go through Window Managers and various tools, at the risk of breaking something.

Hope this is useful.

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#7
Slitaz is tiny, runs in RAM and tends to just work in my experience: well worth a try if you want to get up and running quickly - http://www.slitaz.org

That said, Arch is much easier to set up than it might appear and would be a perfect base if all you're going to run is Chrome. No need for a desktop environment/window manager, either:

    xinit /usr/bin/chromium $* -- :1

Re: Ask HN: Looking for a really lightweight Linux distro for my netbook

#8
post #2

If you're not afraid of the command line (or are willing to learn), Arch is as lightweight as you want it to be. The initial install is very minimalist and the package management system makes it almost trivial to build up from there. Install Openbox and Chrome and you're all set with a pretty lean system. http://wiki.archlinux.org/

I'm not scared of the command line, but I'd rather not spend a long time setting up stuff like wifi, sound, etc. Is all that pretty easy to get going?

I'm sure it varies by system and the specific hardware, but I don't think it was too bad when I did it and I'm hardly a Linux expert (I've been using Arch for a few months). There will probably be a couple hurdles as you'd expect from a fairly custom Linux install, but the extensive wiki and large community make it relatively quick and painless to figure out what's going on and how to fix it.

That said, if you're looking for something as quick and easy as possible you might want to look around a bit more to see if there are any prepackaged systems that do exactly what you want with less setup. No sense making this more complicated than it needs to be if something else comes up that closely fits your needs and could potentially save a couple hours of troubleshooting.

Post reply on HN