Review: RockBox

January 12, 2010 by Linerd · 3 Comments
Filed under: Distro Review, gadget, linux, mp3, review 

RockBox is a free and open source firmware available for several different digital music players. Stable releases are available for the following music players:

  • Apple: iPod 1g through 5.5g, iPod Mini and iPod Nano 1g
  • Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and Ondio
  • Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
  • iriver: iHP100 series, H100 series, H300 series and H10 series
  • Olympus: M:Robe 100
  • SanDisk: Sansa c200 series, e200 series and e200R series
  • Toshiba: Gigabeat X and F series

Read more

Ubuntu 9.10 Post Installation To-Do List

November 10, 2009 by Linerd · 11 Comments
Filed under: HowTo, Ubuntu, linux 

Install video drivers

If required/desired, install hardware specific video drivers (nVidia or ATI). Go to System→Administration→Hardware Drivers and enable the drivers for your video card. You will need to reboot to make this take affect.

Install Flash plugin

Install one of flashplugin-installer, swfdec-mozilla, or mozilla-plugin-gnash.
First enable the multiverse repository. Go to System→Administration→Software Sources. Make sure the check boxes for main, universe, restricted, and multiverse are selected.

Enable the multiverse repository

Enable the multiverse repository

While you're in there, select the Other Software tab and enable the partner repository. Now that multiverse is enabled, you can install the Flash plugin.

sudo apt-get install flashplugin-installer

Set up fan control

This is probably not necessary for most people, but if your fans are annoyingly loud, you may be able to set up automatic can control.

Enable multimedia codecs from Medibuntu

To enable the Medibuntu repositories, paste the following four lines into a terminal and hit <Enter>.

sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list --output-document=/etc/apt/sources.list.d/medibuntu.list &&
sudo apt-get -q update &&
sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &&
sudo apt-get -q update

Once the Medibuntu repository is enabled, you can browse the available packages for Karmic and click the links to install through Firefox. Or you can install packages through apt-get. For example,

sudo apt-get install non-free-codecs libdvdcss2 googleearth

Enable the Gnome Configuration Editor menu item

Right click on the main menu and select Edit Menus. Select System Tools on the left side and then check the box next to Configuration Editor.

Edit the System Tools Menu

Edit the System Tools Menu

Turn off the annoying Update Manager auto-launch

Open the Configuration Editor by going to Applications→System Tools→Configuration Editor. Expand the apps section on the left side and scroll down to select update-notifier. Uncheck the box for auto_launch.

Disable The Update Notifier Auto-Launch

Disable The Update Notifier Auto-Launch

After making this change you will still get the update notifications in the Notification Area.

Update Manager Notification

Update Manager Notification

What other crucial items do you install on a fresh Ubuntu installation? Let me know in the comments.

Next Page »