Geeky (and non-geeky) ramblings.

YamiPod write up

Just posted a write up on YamiPod (Yet another iPod manager) which is an alternative iPod management software to iTunes here.

Save to del.icio.us:YamiPod write up Digg this:YamiPod write up Submit to Newsvine:YamiPod write up Blink this:YamiPod write up Submit to reddit:YamiPod write up Y!:YamiPod write up gifttagging:YamiPod write up

More geek humour

Came across quite a few recently..

Save to del.icio.us:More geek humour Digg this:More geek humour Submit to Newsvine:More geek humour Blink this:More geek humour Submit to reddit:More geek humour Y!:More geek humour gifttagging:More geek humour

Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get

This upgrade was released a day or 2 ago, and I thought I’ll give it a shot at upgrading using apt-get’s distupgrade. The steps I used:

  1. sudo sed -e ’s/\sdapper/ edgy/g’ -i /etc/apt/sources.list
  2. sudo apt-get update
  3. sudo apt-get dist-upgrade
  4. sudo apt-get -f install
  5. sudo dpkg –configure -a
  6. Reboot.

Steps taken from Debian Admin.

The first step replaces all occurrences of ‘dapper’ with ‘edgy’ in the sources.list which has the list of repositories apt-get will use (e.g. I have mine pointed to my ISP’s FTP mirror instead), the next step updates the sources.list which is then followed by the upgrade. 5th and 6th step is to check that the process completes properly and the last step is pretty self explanatory.

Only issue I had with the upgrade was VMware Server stopped working, which I’ll probably have to reconfigure/reinstall it as I think some configuration stuff probably got overwritten.

Ubuntu’s documentation wiki has probably more comprehensive explanations on the upgrade steps as well as alternative upgrade choices.

Save to del.icio.us:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Digg this:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Submit to Newsvine:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Blink this:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Submit to reddit:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Y!:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get gifttagging:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get

GParted

GnomeIf you have ever partitioned your hard disk, Partition Magic would probably be the application you used for it. It’s probably the de facto software to use for doing anything with partitions with a very low chance of any loss of data (I personally have never got any issues on data loss/corruption). Unfortunately, Partition Magic isn’t free.

I recently tried out GParted (stands for Gnome Partition Editor) to repartition the hard disk on my Ubuntu server box. As opposed the Partition Magic which runs only on Windows, GParted can be used regardless of the operating system installed. It boots up via a CD or USB (which you can choose from the site) and is able to support the file systems currently in use by Windows and also Linux.

Its interface is very similar to Partition Magic, so it shouldn’t be too difficult if you have prior experience with the former. I managed to delete a redundant FAT32 partition I had and resized my /home ext3 partition without much drama. After restarting, everything was in a perfect order, so I don’t really have much to complain about.

Try it out if you’re looking for a free, open source alternative to Partition Magic.

Save to del.icio.us:GParted Digg this:GParted Submit to Newsvine:GParted Blink this:GParted Submit to reddit:GParted Y!:GParted gifttagging:GParted