Thursday, May 21, 2009

Web Browser

Modern machines are nothing without a decent web browser. Firefox is nice, however it uses a lot of resources and can be a bit bloated, especially on systems with around 200 megs of ram. There are a few very good alternatives out there, mainly:

Seamonkey - Uses less resources but shares a lot of code with Firefox, so it has a familiar feel
Epiphany - Very light weight, however requires a lot of GNOME dependencies
Midori - Very very light weight, but very beta right now

I actually recommend Seamonkey over the three listed above. Sure everyone has their favorite, but Seamonkey also benefits from the extensive mozilla plugin system. The 2.0 version is about to go beta, and runs very well in its alpha state. I've been using the nightly builds for a while now. I originally installed it on the infamous Compaq refrenced in this article, but I loved it so much, its now my browser of choice, even on my dual core 2 gig machines. Its very snappy.

Just a few thoughts on a difficult subject. If you have the resources to spare, Firefox might be the way to go, but there are alternatives for the adventurous in all of us.

Friday, May 8, 2009

Graphical Environment and Network Manager

After installing and getting your network up, we need to install a graphical environment. The key here is that we are trying to "go lean" so to speak. Normally the desktops of the various official flavors of Ubuntu are handled by a metapackage:

ubuntu-desktop == Ubuntu. Simple enough.
xubuntu-desktop == Xubuntu. Installs Xubuntu
kubuntu-desktop == Kubuntu. This installs, you guessed it, Kubuntu.

So for example lets say you've followed the "cli" install method detailed earlier, and you now want a full ubuntu desktop, simply run:

sudo apt-get install ubuntu-desktop

Lets say you want to install Xubuntu:

sudo apt-get install xubuntu-desktop

This is actually not a bad idea, this gives you a network install with all the latest security patches right out the gate. I always use the mini.iso or netboot.tar.gz, its faster, more efficient, and the most secure way to install Ubuntu.

Its very debatable as to what is the most lean desktop environment. In my tests, and I've had other people and other articles confirm it, Xubuntu only uses slightly less resources than Gnome with desktop effects turned off. On a lot of machines, ones with 256 megs or lower, this could pose a problem.

However, for me, I wanted to run xfce 4.6, the latest XFCE release. Even though Xubuntu uses XFCE, they are actually seperate projects. To install XFCE without all the extra Xubuntu stuff, simply run:

sudo apt-get install xfce4

This will be a VERY bare minimal desktop environment. Its basically the same set of xfce4 packages that Debian uses. This install doesn't even have a consistent icon set. I recommend tango:

sudo apt-get install tango-icon-theme

Once its installed, you can set the icon theme in Settings - Appearance and go to the Icons tab. Click on "Tango"

There you have it. Now you need to install a web browser, and other applications your accustomed to. I recommend doing this one application at a time. It keeps your system very lean. Use "apt-cache search" to find your applications.

Now, onto network manager. I've resisted installing this application because I felt I was beyond it. I was actually wrong. And don't worry about resources, NetworkManager only has a rss of a few megs, I'm sure you can spare the change.

My main reason for installing it was my laptop. My networks sometimes, and sometimes don't, reconnect after I unsuspend my laptop. There seems no rhymne or reason to it, it just simply won't reconnect.

To install, I simply ran:

apt-get install network-manager network-manager-gnome

and presto, it was running in my system tray next time I started my X session.

Just one caveat: Make sure you comment out any configuration you may have done earlier in /etc/network/interfaces. The auto lines are all you need.