Ask HN: Looking for a really lightweight Linux distro for my netbook
11–20 of 47 posts
Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#12Pick your favorite distro, just install a tiny window manager, avoid running background applications and that's it.
If you don't have a favorite distro, then all depends on your Linux skill and/or the time you have. Good distros have already been given in this thread.
Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#13If 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?
After you get the base installed, just type "pacman -S chromium", and it'll just install the dependencies, and voila.
Then you can just put "exec chromium" in your .xinitrc and type `startx` each time you boot up, if you want to run a browser.
Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#14Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#15It comes configured with easy Wifi tools, works with my Netbook's Volume up/down button. Chrome is pre-installed. A different look than the other distros.
Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#16Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#17Re: Ask HN: Looking for a really lightweight Linux distro for my netbook
#18If 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
#19If 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
#20You could just install Ubuntu server and then add the GUI stuff you want.