<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>daryl.mu</title>
	<link>http://www.daryl.mu</link>
	<description>Reg. Linux User #479288</description>
	<pubDate>Tue, 28 Jul 2009 09:57:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>HOWTO: Upgrade PHP GD Library on Ubuntu</title>
		<link>http://www.daryl.mu/2009/07/28/howto-upgrade-php-gd-library-on-ubuntu/</link>
		<comments>http://www.daryl.mu/2009/07/28/howto-upgrade-php-gd-library-on-ubuntu/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 09:57:12 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Linux]]></category>
<dc:subject>Linux</dc:subject><dc:subject>php gd</dc:subject>
		<guid isPermaLink="false">http://www.daryl.mu/2009/07/28/howto-upgrade-php-gd-library-on-ubuntu/</guid>
		<description><![CDATA[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 apt-get update
sudo apt-get install php5-gd
/etc/init.d/apache2 restart
]]></description>
			<content:encoded><![CDATA[<p>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:</p>
<p>1. Remove old version<br />
<code>sudo apt-get remove php5-gd</code><br />
2. Add following lines to the file /etc/apt/sources.lst<br />
<code>deb http://packages.dotdeb.org stable all<br />
deb-src http://packages.dotdeb.org stable all</code><br />
3. Update and reinstall<br />
<code>sudo apt-get update<br />
sudo apt-get install php5-gd<br />
/etc/init.d/apache2 restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/07/28/howto-upgrade-php-gd-library-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FIX: Thuderbird - Lightning &#8216;New Calendar&#8217; menu item grayed out</title>
		<link>http://www.daryl.mu/2009/04/14/fix-thuderbird-lightning-new-calendar-menu-item-grayed-out/</link>
		<comments>http://www.daryl.mu/2009/04/14/fix-thuderbird-lightning-new-calendar-menu-item-grayed-out/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:40:34 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2009/04/14/fix-thuderbird-lightning-new-calendar-menu-item-grayed-out/</guid>
		<description><![CDATA[The fix for this is to install libstdc++5and 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>
			<content:encoded><![CDATA[<p>The fix for this is to install libstdc++5and then reinstall Lightning.  Close thunderbird and then in a terminal:</p>
<p><code>sudo apt-get remove lightning<br />
sudo apt-get install libstdc++5<br />
sudo apt-get install lightning</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/04/14/fix-thuderbird-lightning-new-calendar-menu-item-grayed-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FIX: Updating Ubuntu gives &#8216;Could not find postinst hook script [update-grub]&#8217; error.</title>
		<link>http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/</link>
		<comments>http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:14:01 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Libretto U100]]></category>
<dc:subject>grub</dc:subject><dc:subject>Libretto u100</dc:subject><dc:subject>lilo</dc:subject><dc:subject>ubuntu</dc:subject>
		<guid isPermaLink="false">http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/</guid>
		<description><![CDATA[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 &#8216;Could not find postinst hook script [update-grub]&#8217;.
To fix after running the update manager simply open a terminal [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu 8.10 on my Toshiba U100 which <a href="http://www.daryl.mu/2008/08/12/fix-grub-hard-disk-error-with-ubuntu-hardy-heron-on-libretto-u100-or-u105/">does not work too well with grub</a>.  Having installed 8.10 and replaced Grub with Lilo I ran update manager for all updates.</p>
<p>This failed when updating the kernel with the error &#8216;Could not find postinst hook script [update-grub]&#8217;.</p>
<p>To fix after running the update manager simply open a terminal and run the following commands.</p>
<p> <a href="http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/#more-68" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/04/14/fix-updating-ubuntu-gives-could-not-find-postinst-hook-script-update-grub-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Set up NFS remote file shariing and mounting in Ubuntu</title>
		<link>http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/</link>
		<comments>http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:14:13 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/</guid>
		<description><![CDATA[Scenario: You have two Ubuntu PCs - you want to share a folder from one to the other.  A common answer you&#8217;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 more efficient method that can [...]]]></description>
			<content:encoded><![CDATA[<p>Scenario: You have two Ubuntu PCs - you want to share a folder from one to the other.  A common answer you&#8217;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 more efficient method that can be used when both machines are Linux.</p>
<p>In the following guide &#8216;Server&#8217; means the computer where the folder to be shared is (192.168.2.2 in my example) and &#8216;Client&#8217; (192.168.2.3) is where you would like to access the folder from.<br />
 <a href="http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/#more-66" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/03/02/howto-set-up-nfs-remote-file-shariing-and-mounting-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FIX: dependency is not satisfiable:  libicu36 when installing Chandler on Ubuntu</title>
		<link>http://www.daryl.mu/2009/03/02/fix-dependency-is-not-satisfiable-libicu36-when-installing-chandler-on-ubuntu/</link>
		<comments>http://www.daryl.mu/2009/03/02/fix-dependency-is-not-satisfiable-libicu36-when-installing-chandler-on-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 15:47:58 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2009/03/02/fix-dependency-is-not-satisfiable-libicu36-when-installing-chandler-on-ubuntu/</guid>
		<description><![CDATA[I tried installing  installing Chandler the GTD app from the .deb file but got an error about &#8216;dependency is not satisfiable:  libicu36&#8242;.
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>
			<content:encoded><![CDATA[<p>I tried installing  installing Chandler the GTD app from the .deb file but got an error about &#8216;dependency is not satisfiable:  libicu36&#8242;.</p>
<p>This is as newer versions of Ubuntu use libicu38.</p>
<p>To fix the error try:<br />
<code>wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu36_3.6-3ubuntu0.1_i386.deb</code></p>
<p><code>sudo dpkg -i libicu36_3.6-3ubuntu0.1_i386.deb</code><br />
Then try installing the Chandler .deb again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/03/02/fix-dependency-is-not-satisfiable-libicu36-when-installing-chandler-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Those Kingsnorth police injuries in full: six insect bites and a toothache</title>
		<link>http://www.daryl.mu/2009/02/26/those-kingsnorth-police-injuries-in-full-six-insect-bites-and-a-toothache/</link>
		<comments>http://www.daryl.mu/2009/02/26/those-kingsnorth-police-injuries-in-full-six-insect-bites-and-a-toothache/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 10:21:51 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Climate Diary]]></category>

		<category><![CDATA[Police State]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2009/02/26/those-kingsnorth-police-injuries-in-full-six-insect-bites-and-a-toothache/</guid>
		<description><![CDATA[When climate camp protesters descended on the site of the Kingsnorth power station for a week-long summer demonstration, the scale of the police operation to cope with them was enormous.
Police were accused of using aggressive tactics, confiscating everything from toilet rolls and board games to generators and hammers. But ministers justified what they called the [...]]]></description>
			<content:encoded><![CDATA[<p>When climate camp protesters descended on the site of the <a href="http://www.guardian.co.uk/environment/kingsnorth">Kingsnorth</a> power station for a week-long summer demonstration, the scale of the <a href="http://www.guardian.co.uk/politics/police">police</a> operation to cope with them was enormous.</p>
<p>Police were accused of using aggressive tactics, confiscating everything from toilet rolls and board games to generators and hammers. But ministers justified what they called the &#8220;proportionate&#8221; £5.9m cost of the operation, pointing out that 70 officers had been injured in the course of their duties.</p>
<p>But data obtained under the Freedom of Information Act puts a rather different slant on the nature of those injuries, disclosing that not one was sustained in clashes with demonstrators.</p>
<p>Papers acquired by the Liberal Democrats via Freedom of Information requests show that the 1,500 officers policing the Kingsnorth climate camp near the Medway estuary in Kent, suffered only 12 reportable injuries during the protest during August.</p>
<p>The Home Office has now admitted that the protesters had not been responsible for any injuries. In a three-line written answer to a parliamentary question, the Home Office minister Vernon Coaker wrote to the Lib Dem justice spokesman, David Howarth, saying: &#8220;Kent police have informed the Home Office that there were no recorded injuries sustained as a result of direct contact with the protesters.&#8221;</p>
<p>Only four of the 12 reportable injuries involved any contact with protesters at all and all were at the lowest level of seriousness with no further action taken.</p>
<p>The other injuries reported included &#8220;stung on finger by possible wasp&#8221;; &#8220;officer injured sitting in car&#8221;; and &#8220;officer succumbed to sun and heat&#8221;. One officer cut his arm on a fence when climbing over it, another cut his finger while mending a car, and one &#8220;used leg to open door and next day had pain in lower back&#8221;.</p>
<p> <a href="http://www.daryl.mu/2009/02/26/those-kingsnorth-police-injuries-in-full-six-insect-bites-and-a-toothache/#more-64" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/02/26/those-kingsnorth-police-injuries-in-full-six-insect-bites-and-a-toothache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spain may take Guantanamo inmates</title>
		<link>http://www.daryl.mu/2009/02/24/spain-may-take-guantanamo-inmates/</link>
		<comments>http://www.daryl.mu/2009/02/24/spain-may-take-guantanamo-inmates/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:43:30 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Viva Espana]]></category>
<dc:subject>Guantanamo Bay</dc:subject><dc:subject>Obama</dc:subject><dc:subject>Spain</dc:subject>
		<guid isPermaLink="false">http://www.daryl.mu/2009/02/24/spain-may-take-guantanamo-inmates/</guid>
		<description><![CDATA[Spain&#8217;s foreign minister has said his country is prepared &#8220;in principle&#8221; to take in some inmates released from the Guantanamo Bay US military camp.
Miguel Angel Moratinos was speaking after a meeting with US Secretary of State Hillary Clinton in Washington.
He said Spain would consider taking prisoners on a case by case basis and only under [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><strong>Spain&#8217;s foreign minister has said his country is prepared &#8220;in principle&#8221; to take in some inmates released from the Guantanamo Bay US military camp.</strong></p>
<p>Miguel Angel Moratinos was speaking after a meeting with US Secretary of State Hillary Clinton in Washington.</p>
<p>He said Spain would consider taking prisoners on a case by case basis and only under acceptable legal conditions.</p>
<p>About 250 people are still held in the camp, which President Barack Obama has ordered to be shut down within a year. <!-- E SF --></p>
<p>Mr Moratinos said Mrs Clinton had asked him for &#8220;help in solving this drama, this unacceptable tragedy of the prisoners at Guantanamo&#8221;.</p>
<p>&#8220;We are prepared to cooperate. Our teams will make contact to legally study each case on a case by case basis,&#8221; he told Spanish media.</p>
<p> <a href="http://www.daryl.mu/2009/02/24/spain-may-take-guantanamo-inmates/#more-62" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2009/02/24/spain-may-take-guantanamo-inmates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Install a .TTF Font in Ubuntu Hardy Heron</title>
		<link>http://www.daryl.mu/2008/09/23/howto-install-a-ttf-font-in-ubuntu-hardy-heron/</link>
		<comments>http://www.daryl.mu/2008/09/23/howto-install-a-ttf-font-in-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:39:00 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Hardy Heron]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2008/09/23/howto-install-a-ttf-font-in-ubuntu-hardy-heron/</guid>
		<description><![CDATA[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 your font cache:
sudo fc-cache -f [...]]]></description>
			<content:encoded><![CDATA[<p>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:</p>
<p>1. Create somewhere to keep your .ttf fonts:<br />
<code>sudo mkdir /usr/share/fonts/truetype/custom</code></p>
<p>2. Copy your font there:<br />
<code>sudo cp your_font.ttf /usr/share/fonts/truetype/custom</code></p>
<p>3. Run the following command to rebuild your font cache:<br />
<code>sudo fc-cache -f -v</code></p>
<p>That should be it!  Your sexy new font should now be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2008/09/23/howto-install-a-ttf-font-in-ubuntu-hardy-heron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Toshiba U100 Maintenance Manual</title>
		<link>http://www.daryl.mu/2008/09/22/toshiba-u100-maintenance-manual/</link>
		<comments>http://www.daryl.mu/2008/09/22/toshiba-u100-maintenance-manual/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:43:39 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[Libretto U100]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2008/09/22/toshiba-u100-maintenance-manual/</guid>
		<description><![CDATA[My U100 needs a replacement screen so I&#8217;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&#8217;ve made available here.
]]></description>
			<content:encoded><![CDATA[<p>My U100 needs a replacement screen so I&#8217;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&#8217;ve made available <a href="http://www.daryl.mu/libretto_u100_service_manual.pdf" title="Libretto U100 Service and Maintenance Manual" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2008/09/22/toshiba-u100-maintenance-manual/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOW TO: Load and display images from a folder in PHP</title>
		<link>http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/</link>
		<comments>http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 16:02:03 +0000</pubDate>
		<dc:creator>daryl</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/</guid>
		<description><![CDATA[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>
			<content:encoded><![CDATA[<p>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.</p>
<p> <a href="http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/#more-59" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.daryl.mu/2008/09/21/how-to-load-and-display-images-from-a-folder-in-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
