Ask HN: Linux laptop distro of choice?
Disclaimer: I respect people of all distro beliefs, just looking for a hand finding my own.
Since Ubuntu seems to be devotedly jumping the Unity shark and has started releasing software a little closer to beta than I am comfortable with, I'm looking for a new daily-use distro. I have heard good things about Arch and Mint, but I am mostly looking for usable system which emphasizes stuff like having flash and wireless just work and has reasonably modern compiled versions of most packages (the reason debian has not been my default). Bonus if the community already tested this distro for MacBook Airs.
(Just running X11 on OSX Lion is not an acceptable solution for me, Lion broke a lot of my X11 stuff and it is very tedious to compile them anew for Lion)
26 comments
[ 4.5 ms ] story [ 18.9 ms ] threadFor me everything has worked out of the box.
http://www.archlinux.org/ Installation is not for the feint of heart though.
1. Debian boasts of their totally free system and Debian users would feel equally violated if they think that they are using totally free software only to discover later that it was not the case. Disclaimer: The definition of "free software" is up for debate. I'm not condoning Debian's definition. Just informing.
2. Every distribution has it's package managers that tweak the packages in the repositories in various ways. Iceweasel is just a slightly tweaked version of Firefox. It's not a completely different package. You have noticed this background play only because they changed the name but it's not in any way different from the way the package managers decide which version of Gimp they put in Stable and what features of such version are to be disabled by default for security reasons or otherwise.
3. Iceweasel is fundamentally the same as Firefox. Except it's usually a bit older and more stable and goes through more rigorous security testing and maintenance. It also has all trademarks removed, hence the name change.
Most things work out of the box, except my Broadcom WIFI, which is solved by RPMFusion.
Running stable. Maybe switching to XFCE for lighter resources usage.
Mint looks really good too. Was using Mint 10 before and it looks really slick.
* Keep OS X / X11
* Install a command line Ubuntu VM in Parallels
* Set up the VM as an SSH server and configure public/private key authentication
* Configure any necessary filesystem sharing in Parallels
* Configure OS X to run your Ubuntu VM on startup in headless mode (background / non-graphical)
* Replace your OS X bashrc with 'ssh -Y localhost'; this will cause any terminal you open to run a Linux shell, with the capability to open graphical applications (I'll personally be using TotalTerminal; I'm a sucker for Quake-style terminals)
In the end, you pretty much have the best of both worlds. You get an Apple-polished day-to-day experience (with no hacking required for things like multitouch gestures), with all the power of Linux also at your fingertips.
---
Though, if that doesn't sound like your thing (or you just really want to be rid of OS X), my original plan before I had that idea was just to go with my standard Kubuntu. Kubuntu is an incredibly polished KDE distro in my opinion (despite its naysayers), and from what I can tell KDE is the only desktop environment which really rivals OS X (except maybe Unity, which I haven't played much with). Given the latest release, now is a better time than ever to get rolling with a *buntu.
Also, no matter which distro you choose, if you're using an Air it seems you'll need this: http://code.google.com/p/touchegg/
To be honest though, I don't totally understand how this headless Linux runs graphical Linux in your mac without going into the X11/Lion rage area.
The magic here is SSH and X forwarding, which basically runs the non-graphical side of the application in the vm and the graphical side in the X client. Here's an example of X forwarding an application remotely: http://buu700.com/xforward
If you decide to use this approach, let me know if you need any help with anything.
Straight up Gnome 3.X
Slackware because it really just works perfectly. I mean seriously, it's very stable! I'm using it.
OpenSuSE, because they have been there for a very long time and still offer great support for newcomers and make hardware support easy.
Linux Mint, because it offers even better hardware support, but comes at the cost of stability. Heck it's at least dead easy. A zombie could install it.
If you've no problem with headache go Gentoo/Arch. Not sure if the work you invest is worth it, except you do it to just learn.