James McDonald

Access

Blog History

Chromium Browser on Ubuntu 9.04

Installation Instructions for Ubuntu 9.04 Just installed Chromium (the Opensource browser Google Chrome is developed from). Very snappy. Seems reasonably stable for BETA software. So now we only have Chromium, Firefox, Konqueror, Lynx, w3m and other choices for Linux....

read more

Owner Builders License

After completing an ozob.com.au online owner builders course. Today I traveled to Newcastle to get my Owner Builders License. After getting the license I let the council know that I'm about to start using a "Notice of Commencement". Another small step/s in the reno...

read more

Unpack an RPM

Just needed to unpack an rpm on my Ubuntu Box so I could send my brother one of the chkconfig init.d scripts. To do it required the following: sudo apt-get install rpm # need this for rpm2cpio utility rpm2cpio therpmyouwantounpack.rpm | cpio -idmv

read more