Posts Tagged ‘ubuntu’

Ubuntu 9.10 on a Thinkpad T400

Wednesday, November 11th, 2009

I upgraded from Ubuntu 9.04 to 9.10 on my Lenovo Thinkpad T400 about a week ago, and thought I’d write down some of my impressions.

Good news

  • ATI graphics card with proprietary binary driver – just works (much better than 9.04 as well).
  • Suspend & hibernate work flawlessly.
  • Boots fast.
  • Upgrade worked flawlessly.
  • Sound (better volume panel!), wifi, USB, network printer, bluetooth (option to turn it on/off!), webcam, etc. all still work.
  • New theme is nice.
  • I manually upgraded my filesystem to ext4 and grub from version 1 to 2. It was a bit scary but worked out fine. Can’t really feel a difference, but my laptop is mainly a dumb terminal for running web browsers and ssh.

Empathy

Ubuntu replaced Pidgin with Empathy as the default IM client in Ubuntu 9.10. I think because Empathy supports voice/video chat and Pidgin doesn’t? I’ve used video chat once in my life and that was through Skype on Linux. It worked great, but it’s really not a feature I care about.

So for someone like me who doesn’t care about Empathy’s singular advantage over Pidgin, Empathy is a major step backward. At first it was extremely crashy, but a recent update seems to have fixed that. However, now it mysteriously loses messages. I’m a very light IM user, but it would start silently missing messages a few hours into the day every day.

I’ve switched back to Pidgin and couldn’t be happier.

Message Notification applet deal

Empathy integrates with the message notification applet deal along with Evolution. Other apps may as well, but evidently I don’t use any of them. My top panel is 75% whitespace, so the singular benefit of Ubuntu’s consolidated message notification applet was completely lost on me.

So much like Empathy, I removed this specialized applet as well. I’m much happier with per-application icons anyway and fail to see what the benefit of consolidating them is (unless you have a really cramped top panel).

New Theme

I like it, but then I installed Chromium. Now the bold window titles and expansive title bars in Metacity look bulky and antiquated. Gnome really needs to evolve their window manager and default UI. Chrome is an excellent example of how to design a compact, minimal, yet still pleasant and intuitive user interface.

Ubuntu Software Center

What a curious little replacement for the old Add/Remove Applications program. I think I see the direction they’re headed, but it definitely feels like rolled out a beta program to replace a perfectly functional and stable one.

The left pane with expansive whitespace and 2 options hints that there might be more categories in the future, but right now it just looks like a mistake. Like maybe something isn’t working properly, and I’m not seeing all the options I should see.

At any rate, I hope Ubuntu adds an App Store that even includes evil proprietary software. I’d love to be able to plunk down a few bucks for a game like Braid directly from Ubuntu Software Center. That’d be great! Maybe Canonical could even pocket a few pennies and start making Linux-on-the-desktop profitable. Now I’m just dreaming though…

Bottom Line

9.10 is a solid and safe upgrade for any users of previous versions. Not sure there’s anything new to win over users from OS X or Windows though.

New Laptop: Acer Extensa 4630Z

Sunday, March 22nd, 2009

I bought a laptop recently because being a web consultant and tied to a desktop is not only embarrassing, but is a quick way to lose (or at least frustrate) clients who’d love to see my hairy hacker face on-site.

I use Linux, Firefox, and vim for work so my requirements for a laptop basically came down to WiFi. I also didn’t want something big and clunky because I’m looking to augment my desktop, not replace it.

I finally settled on searching in the 13″-14″ range for anything with dual cores (so Flash can destroy 1 core while the other lets me continue to work unphased) and 2 GB of RAM (that usually gives me > 1 GB for harddrive caching which speeds things up a lot — plenty of room to run an XP VM as well).

Despite affectionately nicknaming my aging Thinkpad a “Brickpad” due to its big-black-box design, I love Thinkpads and have found them to be exceptionally well made and reliable. Unfortunately they just weren’t in the budget this around around.

At this point my search had narrowed down a bit, and I began searching for the easiest way to get the most bang for my buck: getting a laptop without Microsoft Windows. Even if Windows only adds $50 to the purchase price, that’s a significant amount of money when you’re shopping in the $500-600 range. That and I can remote into the XP VM on my desktop for cross-browser testing (my only use for Windows).

Unfortunately with the exception of tiny netbooks, there aren’t many Windowless laptops out there (not paying extra for an Apple either, sorry). Dell has one (or a few?), but I’ve had too many bad experiences with Dells dying prematurely (IMHO, YMMV, etc). HP lets you get Windowless laptops, but only if you pay extra to customize your laptop. Oh well.

So once I gave up on that dream, I just went for cheap and found an Acer Extensa 4630Z.

Linux on an Acer Extensa 4630Z

I decided to go with Ubuntu 8.10 instead of my usual choice of Debian and fought around with getting /home and my swap partition encrypted. I’ll probably keep using Debian on servers, but its politics have just gotten so annoying as to convince me I never really want to work to become a member of that community.

Here’s the rundown of what works, what doesn’t:

  • Ralink RT2860 802.11b/g/Draft-N WiFi adapter – Ugh. Its “working” using Ralink’s drivers, but not with Network Manager. I’ll have to keep playing around with it, but for now its working adequately.
  • Crazy € and $ keys above the arrow keys do not work, but I’m not sure what purpose they serve.
  • Intel graphics card works fine with Compiz (although I just use Metacity).
  • Suspend but not hibernate. Argh! Does hibernate work for any Linux users? I haven’t even tried in years.
  • Webcam, speakers, mic, & screen dimming work

It will interesting to see how I like moving from a Debian desktop to an Ubuntu laptop.

Fedora’s Crypto Consolidation

Monday, October 20th, 2008

I just found out Fedora is attempting to consolidate on Mozilla’s NSS for system-wide cryptography. I love the idea and hope it succeeds as it will make using crypto so much easier for system administrators and users.

Since humans are the weakest link in the security chain, improving the human interaction with crypto is a much bigger security win than the latest impossible-to-crack-by-the-NSA-in-a-bajillion-years algorithm. While switching libraries isn’t exactly a huge UI win, having a single application to manage all of your certificates, keys, passwords, etc. would be.

I’d love to see Debian, Ubuntu, Suse, et al, get on board as well because this is the sort of initiative that simply won’t happen upstream. Upstream developers have already chosen a crypto library and probably like it. The burden of tight integration is definitely the job of system engineers and packagers.

I submitted an Ubuntu Brainstorm Idea, so please feel free to vote on it if you’re so inclined:

I would love to submit this idea to Debian as well, but I have no idea where to even start. Probably a mailing list, but I don’t exactly have the skills to defend this proposition. Eventually bugs would need to be filed against every package that needs to be converted to NSS, but I’m afraid doing that as just-another-end-user might just anger a bunch of maintainers…

Update: Looks like the LSB is standardizing on NSS as well.

I really need to learn deb packaging…