<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>daryl.mu</title>
	<link>http://www.daryl.mu</link>
	<description>Reg. Linux User #479288</description>
	<lastBuildDate>Wed, 20 Jan 2010 12:57:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>FIX: Webilder error &#8220;The panel encountered a problem while loading &#8220;OAFIID:GNOME_WebilderApplet&#8221;.</title>
		<description>If you get this Webilder error after updating to Jaunty as I did then you can fix as follows:

1. Backup the webilder.conf file:
cp ~/webilder/webilder.conf ~/webilder/webilder.conf.bak


2. Edit the webilder.conf file as follows - change line 20 from:

webilder.installation_date = time.struct_time(tm_year=2009, tm_mon=9, tm_mday=1, tm_hour=10, tm_min=34, tm_sec=56, tm_wday=1, tm_yday=244, tm_isdst=1)

to:

webilder.installation_date = (2008, 10, 26, ...</description>
		<link>http://www.daryl.mu/2009/09/01/fix-webilder-error-the-panel-encountered-a-problem-while-loading-oafiidgnome_webilderapplet/</link>
			</item>
	<item>
		<title>FIX: aMSN unable to connect after Ubuntu update to Jaunty Jackalope</title>
		<description>If you get an aMSN connection error message something like:

"No address associated with hostname"

after  upgrading to Jaunty then you can fix by getting the latest version of aMSN directly from SVN' as follows:

 </description>
		<link>http://www.daryl.mu/2009/09/01/fix-amsn-unable-to-connect-after-ubuntu-update-to-jaunty-jackalope/</link>
			</item>
	<item>
		<title>HOWTO: Upgrade PHP GD Library on Ubuntu</title>
		<description>If you are working with Drupal or anything else that complains about requiring a newer version of the GD library then you need to upgrade as follows:

1. Remove old version 

sudo apt-get remove php5-gd

2. Add following lines to the file /etc/apt/sources.lst

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

3. Update and reinstall

sudo ...</description>
		<link>http://www.daryl.mu/2009/07/28/howto-upgrade-php-gd-library-on-ubuntu/</link>
			</item>
	<item>
		<title>FIX: Thunderbird - Lightning &#8216;New Calendar&#8217; menu item grayed out</title>
		<description>The fix for this is to install libstdc++5 and then reinstall Lightning.  Close thunderbird and then in a terminal:


sudo apt-get remove lightning
sudo apt-get install libstdc++5
sudo apt-get install lightning
 </description>
		<link>http://www.daryl.mu/2009/04/14/fix-thuderbird-lightning-new-calendar-menu-item-grayed-out/</link>
			</item>
	<item>
		<title>FIX: Updating Ubuntu gives &#8216;Could not find postinst hook script [update-grub]&#8217; error.</title>
		<description>I installed Ubuntu 8.10 on my Toshiba U100 which does not work too well with grub.  Having installed 8.10 and replaced Grub with Lilo I ran update manager for all updates.

This failed when updating the kernel with the error 'Could not find postinst hook script [update-grub]'.

To fix after running the update ...</description>
		<link>http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/</link>
			</item>
	<item>
		<title>HOWTO: Set up NFS remote file shariing and mounting in Ubuntu</title>
		<description>Scenario: You have two Ubuntu PCs - you want to share a folder from one to the other.  A common answer you'll see posted around to this is to use Samba.  While this does allow the shared folder to be accessed by Windoze machines there is a far simpler and ...</description>
		<link>http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/</link>
			</item>
	<item>
		<title>FIX: dependency is not satisfiable:  libicu36 when installing Chandler on Ubuntu</title>
		<description>I tried installing  installing Chandler the GTD app from the .deb file but got an error about 'dependency is not satisfiable:  libicu36'.

This is as newer versions of Ubuntu use libicu38.

To fix the error try:

wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu36_3.6-3ubuntu0.1_i386.deb



sudo dpkg -i libicu36_3.6-3ubuntu0.1_i386.deb

Then try installing the Chandler .deb again. </description>
		<link>http://www.daryl.mu/2009/03/02/fix-dependency-is-not-satisfiable-libicu36-when-installing-chandler-on-ubuntu/</link>
			</item>
	<item>
		<title>HOWTO: Install a .TTF Font in Ubuntu Hardy Heron</title>
		<description>If you have a .ttf file (lets call it your_font.ttf) that you have downloaded and want to install it as an available font you should follow these steps:

1. Create somewhere to keep your .ttf fonts:

sudo mkdir /usr/share/fonts/truetype/custom


2. Copy your font there:

sudo cp your_font.ttf /usr/share/fonts/truetype/custom


3. Run the following command to rebuild ...</description>
		<link>http://www.daryl.mu/2008/09/23/howto-install-a-ttf-font-in-ubuntu-hardy-heron/</link>
			</item>
	<item>
		<title>Toshiba U100 Maintenance Manual</title>
		<description>My U100 needs a replacement screen so I've been hunting around for some information on how to replace it.  I was lucky enough to come across the U100 maintenance manual which I've made available here. </description>
		<link>http://www.daryl.mu/2008/09/22/toshiba-u100-maintenance-manual/</link>
			</item>
	<item>
		<title>HOW TO: Load and display images from a folder in PHP</title>
		<description>If you have an unknown quantity of images in a folder and want to cycle through them and display (in a table or similar) then this snippet should get you started.

 </description>
		<link>http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/</link>
			</item>
</channel>
</rss>
