May 30

According to Wikipedia:
“The didgeridoo (or didjeridu) is a wind instrument of the Indigenous Australians of northern Australia. It is sometimes described as a natural wooden trumpet or “drone pipe”.”

I will share with you how to make one of these awesome, fun to play instruments in this blog. First you will need these materials:

  • A length of PVC (the white tubing) that is 2 to 2 1/2 inches in diameter and no shorter than 3 feet.
  • Beeswax: about 3 6×6″ sheets should be enough.
  • Paint: whichever colors you would like. Preferable acrylic paint but spray paint works too.
  • Sandpaper: fine grit.
  • A tapered glass bottle such as this one:
  • A heat gun, camp fire, or propane torch.

Take your tube and heat the bottom end until it is soft and push it down on the bottle to form the bell.

Twist and bend your Didg to look however you want, but use caution, be absolutely sure to do it outside! PVC releases toxic fumes when heated, and bad things could happen to your lungs if you inhale too much of the vapors.

Heat the beeswax to the point that it is soft and pliable and form the mouth piece on the top end. Form it something like this:

Now play it!! Not sure how to play your didgeridoo?

Here are some pictures of finished pieces:

May 29

This tutorial will show you how to install Windows XP Professional Edition on VMware’s free VMPlayer in Ubuntu.

We will use the following applications:

  • VMware Player
  • Wine
  • Qemu
  • GnomeBaker
  • Cabextract

First you will need to install vmware player. So in terminal type:

  • sudo apt-get install vmware-player

And you will need wine. The easiest way I have gotten this working is through the add+remove applications menu in ubuntu.

Alternatively you can run this command:

  • sudo apt-get install wine

Now you can download my 2G virtual disk file or create your own with Qemu.

Make sure you keep all the files you create or download during this tutorial in your current working directory. Which by default will be your home folder in terminal.

If you want a larger disk you will need to download Qemu. And install it via Wine. (Just run the .exe in Ubuntu)

After installing Qemu you will need to create your virtual disk with the following command:

  • wine “c:\Program Files\Qemu\qemu-img.exe” create -f vmdk WindowsXPPro.vmdk 20G Formating ‘WindowsXPPro.vmdk’, fmt=vmdk, size=20971520 kB

For different sizes replace ‘20G’ with your desired size and change “size=x kB” to the proper size in kB I have a table below for some common sizes:

  • 2G 2097152 kB
  • 4G 4194304 kB
  • 8G 8388608 kB
  • 12G 12582903 kB
  • 16G 16777216 kB
  • 20G 20971520 kB
  • 40G 41943040 kB
  • 80G 83886080 kB

The math for converting from GB to kB is

  • xGB*1048576=xkB

Now install GnomeBaker (if it isn’t already installed)

  • sudo apt-get install gnomebaker

With your Windows XP CD in your drive; Run gnomebaker and select “Copy Data CD” and tick the “Create ISO only” box. I named my iso “winxppro.iso”


Now for some reason the boot sector of the xp install disk will not be in the iso, so we will need to download the xp boot floppies from Microsoft.

And save it to your home directory or current working directory.

In order for VMware to use the boot floppies we need to extract them with cabextract.

  • sudo apt-get install cabextract
  • cabextract WinXP_EN_PRO_BF.EXE -d ./

You will end up with these files from the exe:

If you want you can delete makeboot.exe and makebt32.exe, they are useless for us.

Now download my configuration file for vmware.

Run the .vmx file with vmware player.

Now comes the crazy part. :)

When the xp boot menu asks for floppy 2 you will need unmount the floppy by clicking on the “floppy” button on the top menu in vmware player, delete or move the file named “cdboot1.img” and rename cdboot2.img to cdboot1.img. Then remount it by clicking the same “floppy” button. And so on for each floppy it asks for during the install.

Now the windows xp install might fail to move a file called “plugin.ocx” its useless, disregard it and skip the file. :)

May 23


One of the world’s most popular furniture retailers is opening its doors in Utah this morning. I can’t wait to get my hands on a new desk. I think I’ll wait a few weeks before I brave the droves of Mormon housewives looking to get a deal on the triple-decker bunk beds.
Despite the fact that I’ll have to build it to enjoy it, I am looking forward to my [galant desk] with the over-the-side [summera computer holder]

Link to Ikea home page [link]

May 22


The boys and girls at google have doubled the maximum attachment size to 20MB. But watch out, your Yahoo! friends may not get your big attachments until Yahoo ups their attachment acceptance size. I have a feeling it won’t take long.

May 21


Post of picture of yourself or a coworker slacking (feet up on your desk, sleeping, napping, etc.), goofing off, playing video games, bored, hardly working, etc. while at work.

Link to the flickr slworking pool: [link]

May 20

Sunday night… 3rd floor of Novell Technical Services building… Only living thing in the building… Wow. I haven’t had a call in nearly 3 hours. This job is everything I expected and more. Gives me time to work on my certifications. I guess…

My thoughts at the moment:

Why would you call for technical support before consulting Google?
Why the hell would you pay $650 for technical support?
Does every plant in the (Salvia SP.) genus have psychoactive properties?

May 20


I made this a while back, just getting around to update my blog with it.

A link to my tutorial and a psd file: [link]

May 20

Looking for HDR capability in Ubuntu? This tutorial will allow you to install qtpfsgui an open source GUI for creating HDR images under Linux.

For Ubuntu:

First we need to add the following lines (depending upon your version of Ubuntu) to the bottom of the file: /etc/apt/sources.list

This can be done with the command:

  • sudo gedit /etc/apt/sources.list


For Ubuntu Dapper Drake (6.04):

deb. http://ubuntu.davromaniak.eu dapper-depomaniak all
deb.-src http://ubuntu.davromaniak.eu dapper-depomaniak all

For Ubuntu Edgy Eft (6.10):

deb. http://ubuntu.davromaniak.eu edgy-depomaniak all
deb.-src http://ubuntu.davromaniak.eu edgy-depomaniak all

For Ubuntu Feisty Fawn (7.04):

deb. http://ubuntu.davromaniak.eu feisty-depomaniak all
deb.-src http://ubuntu.davromaniak.eu feisty-depomaniak all

Now to add the key to gain access to the download do this command:

  • wget http://ubuntu.davromaniak.eu/1D59E694.gpg - O | sudo apt-key add -


Then update your sources list:

  • sudo apt-get update

And to install the program:

  • sudo apt-get install qtpfsgui


For other flavors of linux:

get the dependencies:

  • sudo apt-get install libqt4-dev libexiv2-dev fftw3-dev openexr pkg-config build-essential libtiff-dev libopenexr-dev


Now download the source and compile:

  • wget http://kent.dl.sourceforge.net/sourceforge/qtpfsgui/qtpfsgui-1.7.1.tgz
  • tar zxvf qtpfsgui-1.7.1.tgz
  • cd qtpfsgui-1.7.1/
  • qmake-qt4
  • make
  • sudo make install