<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2010 on Ricky Moorhouse</title>
    <link>https://rickymoorhouse.uk/blog/2010/</link>
    <description>Recent content in 2010 on Ricky Moorhouse</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sat, 18 Dec 2010 22:07:26 +0000</lastBuildDate>
    <atom:link href="https://rickymoorhouse.uk/blog/2010/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Treasure Island</title>
      <link>https://rickymoorhouse.uk/blog/2010/treasure-island/</link>
      <pubDate>Sat, 18 Dec 2010 22:07:26 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/treasure-island/</guid>
      <description>&lt;p&gt;This afternoon we took the girls to the New Theatre Royal to watch Treasure Island, thanks to winning tickets in their twitter competition.&lt;/p&gt;&#xA;&lt;p&gt;The set was really impressive with so many different things to spot with Abi before the show started, and had a fantastic ship&#39;s bridge, which doubled as the tavern entrance.&lt;/p&gt;&#xA;&lt;p&gt;The show started with the beating of a drum and a fiddle player on stage, then the musicians took over and it developed into a big opening number, a combination which returned several times throughout, making great use of rhythmic elements intertwining with music from the excellent musicians.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recreating swipe to reveal in HTML, CSS and JS</title>
      <link>https://rickymoorhouse.uk/blog/2010/recreating-twitter-for-iphones-swipe-to-reveal/</link>
      <pubDate>Wed, 20 Oct 2010 12:19:35 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/recreating-twitter-for-iphones-swipe-to-reveal/</guid>
      <description>&lt;p&gt;One of the things I really like about the interface in Tweetie / Twitter for iPhone is being able to swipe a tweet to reveal actions beneath it.  This is my attempt to recreate it using HTML, CSS3 and Javascript.  The main swiping action seems to work nicely, but to complete it, I&#39;d like to add a bit more bounciness, a sound effect on swipe (using ?) and have better handling of non-swipe actions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>10/10/10 10:10</title>
      <link>https://rickymoorhouse.uk/blog/2010/101010-1010/</link>
      <pubDate>Sun, 10 Oct 2010 18:31:22 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/101010-1010/</guid>
      <description>&lt;p&gt;10/10/10 10:10 - where I was:&lt;br&gt;&#xA;&lt;a href=&#34;http://samespirit.net/ricky/2010/10/10/101010-1010/20101010-192940-jpg/&#34;&gt;&lt;img src=&#34;http://rickymoorhouse.files.wordpress.com/2010/10/20101010-192940.jpg?w=300&amp;amp;h=225&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Review: Surprised by Grace</title>
      <link>https://rickymoorhouse.uk/blog/2010/surprised-by-grace-gods-relentless-pursuit-of-rebels/</link>
      <pubDate>Thu, 23 Sep 2010 21:50:52 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/surprised-by-grace-gods-relentless-pursuit-of-rebels/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.goodreads.com/book/show/6945363-surprised-by-grace&#34;&gt;&lt;img src=&#34;http://photo.goodreads.com/books/1275863068m/6945363.jpg&#34; alt=&#34;Surprised by Grace: God&amp;#39;s Relentless Pursuit of Rebels&#34;&gt;&lt;/a&gt;&lt;a href=&#34;http://www.goodreads.com/book/show/6945363-surprised-by-grace&#34;&gt;Surprised by Grace: God&#39;s Relentless Pursuit of Rebels&lt;/a&gt; by &lt;a href=&#34;http://www.goodreads.com/author/show/788130.Tullian_Tchividjian&#34;&gt;Tullian Tchividjian&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;My rating: &lt;a href=&#34;http://www.goodreads.com/review/show/119303943&#34;&gt;5 of 5 stars&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Very clear and challenging look at the book of Jonah, showing us that the gospel is not just for those who haven&#39;t yet heard it but something that we as Christians need to keep coming back to.  The book of Jonah points us to God and how he deals with Jonah&#39;s rebellion and ultimately our own rebellion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL Locking</title>
      <link>https://rickymoorhouse.uk/blog/2010/mysql-locking/</link>
      <pubDate>Wed, 15 Sep 2010 15:17:56 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/mysql-locking/</guid>
      <description>&lt;p&gt;After experimenting a bit with MySQL locking today, I thought I&#39;d make a note of what I&#39;d discovered:&lt;/p&gt;&#xA;&lt;p&gt;To create a lock, you need to use:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&amp;lt;code&amp;gt;LOCK TABLES table1 [READ |WRITE], table2 [READ |WRITE]&amp;lt;/code&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;READ is used to stop other people changing the table while you read from it.&#xA;WRITE is used to stop other people reading the table while you write to it.&lt;/p&gt;&#xA;&lt;p&gt;Once you have issued a &lt;code&gt;LOCK TABLES&lt;/code&gt; statement, you will not have access to any tables you didn&#39;t include.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jonah Header</title>
      <link>https://rickymoorhouse.uk/blog/2010/jonah-header/</link>
      <pubDate>Mon, 06 Sep 2010 16:39:57 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/jonah-header/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://rickymoorhouse.files.wordpress.com/2010/09/jonah-splash.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Our new &lt;a href=&#34;http://http://samespirit.net/momentum/category/devotionals/jonah/&#34;&gt;Momentum devotional series on Jonah&lt;/a&gt; started today - here&#39;s a glimpse of my header design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recover from &#34;Failed to open the relay log&#34;</title>
      <link>https://rickymoorhouse.uk/blog/2010/recover-from-failed-to-open-the-relay-log/</link>
      <pubDate>Mon, 06 Sep 2010 14:17:12 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/recover-from-failed-to-open-the-relay-log/</guid>
      <description>&lt;p&gt;If you find that after rebooting your MySQL slave it stops replicating with the master and you see the &amp;quot;Failed to open the relay log&amp;quot; error in the logs it is probably caused by MySQL putting it&#39;s relay logs in /var/run by default, which gets cleared out on boot.&lt;/p&gt;&#xA;&lt;p&gt;To fix this, you need to change the location MySQL uses for the logging by adding the following line to the [mysqld] section of /etc/my.cnf&lt;/p&gt;</description>
    </item>
    <item>
      <title>Drawing of me</title>
      <link>https://rickymoorhouse.uk/blog/2010/drawing-of-me/</link>
      <pubDate>Sat, 04 Sep 2010 07:20:17 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/drawing-of-me/</guid>
      <description>&lt;p&gt;Abi drew this for me. She says I&#39;m not a monster, I just have my teeth out!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://samespirit.net/ricky/2010/09/04/drawing-of-me-by-abi/l_2210_1936_cfdbc749-27a3-4171-b6f8-4ac1a0343705-jpeg/&#34;&gt;&lt;img src=&#34;http://samespirit.net/ricky/files/2010/09/l_2210_1936_CFDBC749-27A3-4171-B6F8-4AC1A0343705-500x438.jpg&#34; alt=&#34;Daddy by Abi&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self portrait</title>
      <link>https://rickymoorhouse.uk/blog/2010/self-portrait/</link>
      <pubDate>Mon, 23 Aug 2010 12:47:45 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/self-portrait/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://rickymoorhouse.files.wordpress.com/2010/08/me2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A traced picture on my iPhone, styled and touched up a bit for my twitter avatar and if you look closely, you can find it on my blog too...  I&#39;m really liking Adobe Ideas for quick sketches, so there might well be more pictures of family and friends coming soon!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monster #2</title>
      <link>https://rickymoorhouse.uk/blog/2010/monster-2/</link>
      <pubDate>Thu, 12 Aug 2010 18:00:01 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/monster-2/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://rickymoorhouse.files.wordpress.com/2010/08/bird.png?w=300&amp;amp;h=196&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Same as #1 this was sketched in Adobe Ideas and finished in Sumo paint. I will give them names eventually, but for now Abi wants to call this one &amp;quot;princess bird&amp;quot;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monster #1</title>
      <link>https://rickymoorhouse.uk/blog/2010/monster-1/</link>
      <pubDate>Tue, 27 Jul 2010 11:40:39 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/monster-1/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://rickymoorhouse.files.wordpress.com/2010/07/monster1.png?w=300&amp;amp;h=300&#34; alt=&#34;Monster #1&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is Monster #1, his outline was drawn in Adobe Ideas on the iPhone, and then the colouring was added using &lt;a href=&#34;http://www.sumopaint.com&#34;&gt;Sumo Paint&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Walking on water and developing software from a specification are easy if both are frozen.</title>
      <link>https://rickymoorhouse.uk/blog/2010/2263/</link>
      <pubDate>Wed, 21 Jul 2010 09:56:35 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/2263/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Walking on water and developing software from a specification are easy if both are frozen.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figcaption&gt;Edward V Berard&lt;/figcaption&gt;</description>
    </item>
    <item>
      <title>Substitute fruit</title>
      <link>https://rickymoorhouse.uk/blog/2010/substitute-fruit/</link>
      <pubDate>Sun, 04 Jul 2010 08:17:51 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/substitute-fruit/</guid>
      <description>&lt;p&gt;Laura: Would you like some raspberries?&#xA;Abi: I don&#39;t like raspberries. Can you get me ... erm ... a carrot instead?&#xA;Laura: How about a banana?&#xA;Abi: Oh Yeah! (excitedly)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Peacock</title>
      <link>https://rickymoorhouse.uk/blog/2010/peacock/</link>
      <pubDate>Thu, 24 Jun 2010 06:01:49 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/peacock/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/rickymoorhouse/4278295769/&#34;&gt;&lt;img src=&#34;http://farm3.static.flickr.com/2795/4278295769_114ae48b0a_m.jpg&#34; alt=&#34;P1150553&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Whilst browsing through my pictures on Flickr, Abi saw this and said:&lt;/p&gt;&#xA;&lt;p&gt;&amp;quot;I always wished I could have a pet peacock&amp;quot;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Only load jQuery if not already present</title>
      <link>https://rickymoorhouse.uk/blog/2010/only-load-jquery-if-not-already-present/</link>
      <pubDate>Mon, 21 Jun 2010 14:01:59 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/only-load-jquery-if-not-already-present/</guid>
      <description>&lt;p&gt;Very useful method of ensuring jQuery is loaded before running the code that needs it - from &lt;a href=&#34;http://alexmarandon.com/articles/web_widget_jquery/&#34;&gt;How to build a web widget (using jQuery) - Alex Marandon&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;[js]&#xA;/******** Load jQuery if not present *********/&#xA;if (typeof jQuery === &amp;quot;undefined&amp;quot; || jQuery.fn.jquery !== &#39;1.4.2&#39;) {&#xA;var script_tag = document.createElement(&#39;script&#39;);&#xA;script_tag.setAttribute(&amp;quot;type&amp;quot;,&amp;quot;text/javascript&amp;quot;);&#xA;script_tag.setAttribute(&amp;quot;src&amp;quot;,&#xA;&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&amp;quot;)&#xA;script_tag.onload = main; // Run main() once jQuery has loaded&#xA;script_tag.onreadystatechange = function () { // Same thing but for IE&#xA;if (this.readyState == &#39;complete&#39; || this.readyState == &#39;loaded&#39;) main();&#xA;}&#xA;document.getElementsByTagName(&amp;quot;head&amp;quot;)[0].appendChild(script_tag);&#xA;} else {&#xA;main();&#xA;}&#xA;[/js]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Javascript Key Codes</title>
      <link>https://rickymoorhouse.uk/blog/2010/javascript-key-codes-2/</link>
      <pubDate>Mon, 14 Jun 2010 13:06:01 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/javascript-key-codes-2/</guid>
      <description>&lt;pre&gt;&lt;code&gt;37: left&#xA;&#xA;38: up&#xA;&#xA;39: right&#xA;&#xA;40: down&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Doh!</title>
      <link>https://rickymoorhouse.uk/blog/2010/doh/</link>
      <pubDate>Fri, 28 May 2010 09:47:06 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/doh/</guid>
      <description>&lt;p&gt;Jessica was reaching for Laura&#39;s iPod&lt;/p&gt;&#xA;&lt;p&gt;&amp;quot;You can&#39;t play with the iPod, you&#39;re too small&amp;quot;&lt;/p&gt;&#xA;&lt;p&gt;Jessica: &amp;quot;Doh!&amp;quot;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Useful Ubuntu Stuff</title>
      <link>https://rickymoorhouse.uk/blog/2010/useful-ubuntu-stuff/</link>
      <pubDate>Mon, 24 May 2010 13:50:13 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/useful-ubuntu-stuff/</guid>
      <description>&lt;p&gt;This post is a dumping ground for useful Ubuntu bits and pieces that aren&#39;t worth a full post on their own.&lt;/p&gt;&#xA;&lt;h3 id=&#34;useful-packages&#34;&gt;Useful Packages&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://launchpad.net/lookit&#34;&gt;Lookit&lt;/a&gt; - captures screenshots and upload them to a specified server, then copies the URL to the clipboard - &lt;strong&gt;ppa:lookit/ppa&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.rojtberg.net/419/intruducing-teatime/&#34;&gt;Teatime&lt;/a&gt; - simple timer, in a Unity launcher&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://code.google.com/p/giver/&#34;&gt;Giver&lt;/a&gt; - simple file sharing within the same network - &lt;a href=&#34;giver&#34;&gt;install&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://do.davebsd.com/wiki/Docky&#34;&gt;Docky&lt;/a&gt; - nice dock - &lt;a href=&#34;docky&#34;&gt;install&lt;/a&gt;&#xA;To get the file browser working nicely with the dock, you need to:&lt;/p&gt;</description>
    </item>
    <item>
      <title>NAS Hacking</title>
      <link>https://rickymoorhouse.uk/blog/2010/nas-hacking/</link>
      <pubDate>Mon, 10 May 2010 21:06:51 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/nas-hacking/</guid>
      <description>&lt;p&gt;A while back, we close to filling up the partition on our desktop machine with photos, so I decided to get a second hard drive.  In the end, instead of a hard drive, I decided to by the &lt;a href=&#34;http://www.wdc.com/en/products/products.asp?driveid=586&#34;&gt;WD My Book World Edition&lt;/a&gt; which is a basic Linux server with a 1TB hard drive.&lt;/p&gt;&#xA;&lt;p&gt;Here&#39;s my notes on what I&#39;ve done with it so far:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Enable ssh&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Install optware&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Install some useful optware packages (e.g. cron, perl etc)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Okehampton Extended Services Website</title>
      <link>https://rickymoorhouse.uk/blog/2010/okehampton-extended-services-website/</link>
      <pubDate>Fri, 07 May 2010 16:29:28 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/okehampton-extended-services-website/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://samespirit.net/ricky/files/2010/05/olc-es-org-uk-500x347.png&#34; alt=&#34;Okehampton Extended Services Website&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://rickymoorhouse.files.wordpress.com/2010/05/olc-es-org-uk.png&#34;&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cauliflower</title>
      <link>https://rickymoorhouse.uk/blog/2010/cauliflower/</link>
      <pubDate>Thu, 25 Mar 2010 12:09:40 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/cauliflower/</guid>
      <description>&lt;blockquote&gt;I don&#39;t like cauliflower.&#xA;It&#39;s too white and I can&#39;t see it.&lt;/blockquote&gt;&#xA;&lt;p&gt;Abi (holding a piece of cauliflower)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Restore Default Panels</title>
      <link>https://rickymoorhouse.uk/blog/2010/restore-default-panels/</link>
      <pubDate>Wed, 24 Mar 2010 09:08:31 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/restore-default-panels/</guid>
      <description>&lt;p&gt;Been using these commands quite a bit recently as I experiment with moving the panels about.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;﻿gconftool --recursive-unset /apps/panel pkill gnome-panel&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;from &lt;a href=&#34;http://www.watchingthenet.com/restore-panels-in-ubuntu-back-to-their-default-settings.html&#34;&gt;Watching the Net&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wow</title>
      <link>https://rickymoorhouse.uk/blog/2010/wow/</link>
      <pubDate>Wed, 10 Feb 2010 20:33:09 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/wow/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://maps.google.com/staticmap?center=-1.019143,-90.874915&amp;amp;zoom=14&amp;amp;size=500x350&amp;amp;maptype=satellite&amp;amp;key=ABQIAAAA9driplT5RAIjF1leKqs8NxSw_oTWdn_T8u1xxKlb3jVOMmO6NBRwUq6AjB7czwZFUuI7hrr1GZqBTg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Octipens</title>
      <link>https://rickymoorhouse.uk/blog/2010/octipens/</link>
      <pubDate>Mon, 25 Jan 2010 21:05:02 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/octipens/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://rickymoorhouse.uk/ricky/images/2010/octipens.jpg&#34; alt=&#34;Octipens&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;While drawing aliens with Abi, I drew this octipens&lt;/p&gt;</description>
    </item>
    <item>
      <title>Delete directories older than 90 days</title>
      <link>https://rickymoorhouse.uk/blog/2010/delete-directories-older-than-90-days/</link>
      <pubDate>Thu, 21 Jan 2010 10:25:16 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/delete-directories-older-than-90-days/</guid>
      <description>&lt;p&gt;&lt;code&gt;find /var/log/hostdb/* -type d -mtime +90 -exec rm -rf {} ;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;-type d&#xA;only look at directories, f would be files&#xA;-mtime +90&#xA;modified time greater than 90 days ago&lt;/p&gt;</description>
    </item>
    <item>
      <title>Import key into apt</title>
      <link>https://rickymoorhouse.uk/blog/2010/import-key-into-apt/</link>
      <pubDate>Thu, 14 Jan 2010 10:09:13 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/import-key-into-apt/</guid>
      <description>&lt;p&gt;&lt;code&gt;wget -q http://tools.hursley.ibm.com/repo/pubkey -O- | sudo apt-key add - &lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Load CSV data into MySQL</title>
      <link>https://rickymoorhouse.uk/blog/2010/load-csv-data-into-mysql/</link>
      <pubDate>Tue, 12 Jan 2010 11:20:58 +0000</pubDate>
      <guid>https://rickymoorhouse.uk/blog/2010/load-csv-data-into-mysql/</guid>
      <description>&lt;code&gt;&#xA;    load data local infile &#39;&lt;em&gt;export.csv&lt;/em&gt;&#39; into table &lt;em&gt;table_name&lt;/em&gt;&#xA;    fields terminated by &#39;,&#39;&#xA;    enclosed by &#39;&#34;&#39;&#xA;    lines terminated by &#39;n&#39;&#xA;    (&lt;em&gt;field_list&lt;/em&gt;)&#xA;    &lt;/code&gt;</description>
    </item>
  </channel>
</rss>
