Appointment as Ubuntu member: Congratulations to Harisfazillah Jamel aka linuxmalaysia

Although it’s kinda late, I still want to congratulate linuxmalaysia (Harisfazillah Jamel) for his appointment as an official Ubuntu Member on the last Asia Oceania Regional Board meeting on 28 April 2009.

The current official members in our local community (Ubuntu-my) as follows :

1. BuffaloSoldier
2. fenris
3. GunbladeIV
4. linuxmalaysia
5. nbliang
6. zarul

Hopefully with this appointment, our community will continue to flourish with activities that would benefit free and open source users as a whole.

What’s the advantage of being an official Ubuntu members?

  • An @ubuntu.com email alias that forwards to your real email address
  • An ubuntu/member/your_nick hostname IRC cloak on Freenode.
  • The right to print business cards with the Ubuntu logo – The business cards can be found at the BusinessCards page, you will need to take care of the printing yourself.
  • Syndication on Planet Ubuntu of your Ubuntu blog or the Ubuntu category posts in your blog, if you have one. Follow the registration instructions on PlanetUbuntu to add your blog!
  • An Ubuntu Member title at the Ubuntu Forums. See this post for more information.
  • A subscription to Linux Weekly News – see this page for instructions on how to apply.
  • Ability to join the Official Ubuntu Members group on LinkedIn.

For more information please refer to Ubuntu Membership wiki page

Quick and Dirty Network File sharing with Python

Ever find yourself in need to share file over the network quickly, but find yourself lacking time to setup a proper NFS or samba share? Here’s a way to do this with the good old Python CLI.

  • First, go to the directory that you want to share, for example ~/Desktop
  • Then run this command "python -m SimpleHTTPServer"
  • You may access the folder from a remote computer using any webrowser using the url – http://192.168.1.20:8000, change the ip address accordingly
Simple HTTP Server
file sharing with python

You may find this technique offers limited options to share files, but its a real time saver!

How to Generate Barcode in OpenOffice.org

I found this extension as I was searching for a great application to generate EAN-13 compatible barcode. This OpenOffice.org extension allows you to generate 5 different types of barcode generally found in the market, such as :

  • UPC-A (the most common barcode in the US)
  • EAN-13 (the most common barcode in Europe)
  • JAN (the barcode used in Japan, basically EAN-13 with the country code for Japan)
  • ISBN-13 (the barcode used in books after 2007, basically EAN-13 with a superscript)
  • ISBN-10 (the barcode used in books before 2007, basically EAN-13 with a different superscript)

Here’s how to install the extension :

  • First go to OpenOffice.org extensions website, then search for the barcode extension
  • Download the extension – barcode.oxt
  • Then start OpenOffice.org, go to Tools and select Extension Manager
  • When a dialog appears, click on Add, then find and select barcode.oxt, the extension will be installed on your OpenOffice.o
  • rg

  • To test the extension, start OpenOffice.org Draw, go to Insert, and selects Barcode, you can choose any of the barcode type to generate inside OpenOffice.org, type in the barcode value and it will be displayed on the page, with no extra effort!

Openoffice

Openoffice

Openoffice

New GNOME Weather Applet does not have Alor Setar option!

I’m frustrated with the new GNOME Weather applet included with Ubuntu Intrepid Ibex. For some reason, my hometown is not included in the list.

Weather Applet

I wonder why, as my hometown is present in all previous releases of the Weather Applet. Seems now I can’t monitor the weather condition of my hometown (Alor Setar) anymore from my desktop :(

This bugs me as I use it occasionally to monitor weather conditions and to make decision on my ham radio activities.

Is your hometown / place listed on the Weather Applet?

Ubuntu.com.my new face !

For those who haven’t noticed yet, our local Ubuntu-my website has been revamped! Now written in Malay to reflect the local national language as well as the l10n effort that are being carried on the Ubuntu project!

Ubuntu-my page

How can I contribute to Ubuntu-my ?