Ubuntu Hardy Heron 8.04.1 LTS Bugfix release

The Ubuntu project has released Hardy Heron 8.04.1, as the release number implies, it is a bugfix release which contains all the security updates and bug fixes for the last 2 months since the first release of 8.04. The release can be downloaded from Ubunty Hardy download page in the form of ISO files.

Current users need not to download the new CD as they are most likely have all the security patches applied via the built-in Automatic Update feature in Ubuntu.

As a bonus, the CD also includes the production release of Mozilla Firefox 3.0 compared to 3.0 Beta in 8.04.

Fancy Ubuntu Hardy Heron Shirt ?

I found this shirt while surfing the Canonical Store

The shirt is decorated with art based from the latest Ubuntu Hardy Heron wallpaper making it nice to be worn on LUG or Ubuntu meetups.

Hardy Heron

The downside is probably that once Intrepid Ibex comes out, the shirt would be the thing of yesterday, but rest assured as you can still wear it for other activities due to the generic nature of its design.

As for me, I would consider one if the shirt is available on the local market

How to convert OpenXML docx files to OpenDocument odf in Windows and vice versa

This guide might be a little different from the others because I write this for the Windows users. Here’s how to convert Microsoft OpenXML docx files to odf OpenDocument files (and vice versa) in Windows using only commandline :

  • First, make sure you downloaded odf-converter tool and copy it to appropriate folder.
  • Convert the files(s) using this command line :
    odfconverter /I filename.pptx
    and the tool will perform the conversion effortlessly.
  • You can use this command to convert multiple files :
    odfconverter /BATCH-DOCX /I c:\newfiles\

    replace /BATCH-DOCX with /BATCH-PPTX, /BATCH-XLSX, /BATCH-ODF, /BATCH-ODP if necessary.

Odfconverter also supports converting Open Document files (ODF, ODP, ODT) to OpenXML files (PPTX,DOCX,XLSX) making it a handy tool to use.

Why odfconverter?
Odfconverter is a (relatively) small and compact standalone tool for converting Office 2007 files to their OpenDocument counterpart. The convenient batch mode conversion makes it attractive tool to use when converting multiple files between the two formats.

The only downside with this converter is that it does not convert mathematical formula pretty well compared to other features.

[Source OOOninja]

How to : Dial-Up internet connection with Ubuntu

One of my friends ask me to make a tutorial on how to connect to the internet from Ubuntu using a dial-up modem. Here’s how to do it :

First go to System->administration ->Netwok, when a dialog appear, click Unlock, enter password.

Click Point-to-Point connection, then fill in the dialog with your dial-up internet account details, as shown.

Click OK to confirm your selection, and you are done.

Click the modem tab, put in your modem device port, typically it should be a serial device or /dev/modem

Hopefully this should be able to help you get on the internet!

How to install *.rpm in Ubuntu / Debian based operating system

There are times when you need to install an application that is only available in *.rpm package in Debian GNU/Linux or Ubuntu operating system. One of the main obstacles is that Debian / Ubuntu are using *.deb based packaging system which is incompatible with RPM.

However you can easily convert RPM package to *.deb and install it afterwards, here’s how to do it :

  • Install alien, its available in Debian, Ubuntu repository
  • Convert rpm package using command “sudo alien -k some-binary-package.rpm”
  • Install it using this command “sudo dpkg -i some-binary-package.deb

That’s all about it! Have fun installing application in your application.

Subscribed to Linux Hater’s Blog : Funny and hillarious blog

After discovering Linux Hater’s blog from Google Reader and Technorati, I decided to subscribe it as it was a funny and hillarious blog. It make fun of people who are using Linux for the wrong reasons (such as trying to act cool) and how some things in Linux are not better than any other operating system.

Linux Tux Logo

Other than that, it contains criticism of the Linux community in general, mainly directed towards fanboys and developers, although one can easily surmise that the author himself is a Linux user who has experience in writing applications, and presumably using a Debian-derived Linux distro.

Well I might be wrong, but Linux Haters Blog is a must read if you are a Linux user yourself because it offer insights of the overall of how GNU/Linux operating system compare to other OS and what would make Linux a better OS