<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>DizmalBlog</title>
	<atom:link href="http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.cloudydaze.homeip.net/dizmalblog</link>
	<description>To fill the haze before dazy cloud...</description>
	<pubDate>Tue, 25 Sep 2007 18:33:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Wish It Was February</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=12</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=12#comments</comments>
		<pubDate>Sun, 23 Sep 2007 11:17:01 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=12</guid>
		<description><![CDATA[Not the next one, but the last one. Where did the summer go? Wouldn&#8217;t it be nice just once to have the ability to go back and have the chance to put right all those things that you got wrong.
Now were did I put that time machine project&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Not the next one, but the last one. Where did the summer go? Wouldn&#8217;t it be nice just once to have the ability to go back and have the chance to put right all those things that you got wrong.</p>
<p>Now were did I put that time machine project&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>Bacup Road</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=11</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=11#comments</comments>
		<pubDate>Sat, 24 Feb 2007 16:46:28 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=11</guid>
		<description><![CDATA[There is a road near Todmorden called Bacup Road. I used to believe that this road lead everywhere. When I was a child growing up in my North West Manchester town and I asked an adult for directions they often sent me &#8216;bacup road&#8230;&#8217;
So after a poor link line I will now get on with [...]]]></description>
			<content:encoded><![CDATA[<p>There is a road near Todmorden called Bacup Road. I used to believe that this road lead everywhere. When I was a child growing up in my North West Manchester town and I asked an adult for directions they often sent me &#8216;bacup road&#8230;&#8217;</p>
<p>So after a poor link line I will now get on with the actual content of Ta Ta Tadaaa&#8230;. <strong>Backing Up Our Data,</strong> lights flicker, in the distance a dog barks, pan to eerie face briefly illuminated by moonlight. Anyway, this will consist of backing up:</p>
<ul>
<li>The Photographs.</li>
<li>The Photograph Gallery .</li>
<li>The SQL Databases</li>
<ul>
<li>FrownyBaby</li>
<li>DizmalBlog</li>
<li>Wiki</li>
</ul>
</ul>
<p>So, photo&#8217;s and gallery first. This is simply a matter of archiving the directories onto a DVD. I create a tempry directory with symlinks to the base of all the directory tree&#8217;s I want to include and use the mkisofs option to follow symlinks.</p>
<blockquote><p>e.g.</p>
<p>mkdir tmp; cd tmp<br />
ln -s /media/photos; &#8230;<br />
growisofs -Z /dev/dvdrw -J -R -f  .</p>
<p>To append more data use the -M option rather than -Z</p></blockquote>
<p>Alternatively I could just use Nautilus but that would be dull <img src='http://www.cloudydaze.homeip.net/dizmalblog/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Next comes the databases. I have little interest in databases. Everytime I try and learn enough about them to get around I start to dribble and then get distracted. So, in order to combat this I am going to document to myself enough information to get around and backup the data. I know this is going to be easy but I always forget everything I try to learn about databases.</p>
<p>So, first of all I am using MySQL as all developers support this one so all Web based information storage sites are based around it. So, what users have I created whilst installing the blogs and wiki sites?</p>
<blockquote><p>mysql -u root -p &#8211;database=mysql<br />
select user, host from user;</p></blockquote>
<p>Okay I seem to have more users than I need but then thats because i didn&#8217;t know what I was doing. Anyway, three of them are regularly used. So, looking around the most obvious way that bounces straight out would be to use <strong>mysqldump</strong> to dump all databases as the root user. This would dump all tables (which would included the user account tables) in a format ready to import into another SQL database. Brilliant.</p>
<blockquote><p>mysqldump -u root -p &#8211;all-databases > .sql</p></blockquote>
<p>To import this data back into the database should just be</p>
<blockquote><p>mysql < .sql</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>Block Quote Test</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=10</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=10#comments</comments>
		<pubDate>Sat, 24 Feb 2007 09:34:42 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=10</guid>
		<description><![CDATA[This is a check to examine how Wordpress implements the blockquoted text. This is a normal paragraph.
And this is the same paragraph in a blockquote. This is a check to examine how Wordpress implements the blockquoted text. This is a blockquote paragraph.
This is a check to examine how Wordpress implements the blockquoted text. This is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a check to examine how Wordpress implements the blockquoted text. This is a normal paragraph.</p>
<blockquote><p>And this is the same paragraph in a blockquote. This is a check to examine how Wordpress implements the blockquoted text. This is a blockquote paragraph.</p></blockquote>
<p>This is a check to examine how Wordpress implements the blockquoted text. This is a normal paragraph.</p>
<p>There, probably not the best entry you have ever read but it gets to the point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Wiki Site</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=9</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=9#comments</comments>
		<pubDate>Tue, 13 Feb 2007 13:20:56 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=9</guid>
		<description><![CDATA[I have started up a Wiki for myself to use as a scrap book to store bits and pieces that I can refer too. I don&#8217;t know how successful it will be but for a while I have wanted somewhere to store some kind of reference material. Anyway, I have added a link to it [...]]]></description>
			<content:encoded><![CDATA[<p>I have started up a Wiki for myself to use as a scrap book to store bits and pieces that I can refer too. I don&#8217;t know how successful it will be but for a while I have wanted somewhere to store some kind of reference material. Anyway, I have added a link to it on my side bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>Happy New Year</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=8</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=8#comments</comments>
		<pubDate>Sun, 07 Jan 2007 14:46:58 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=8</guid>
		<description><![CDATA[I know most people started it a week ago but I was without net access, amidst the rugged landscape, wind and rain on the beautiful Island of Arran in Scotland for the New Year festivities. So it is that my Internet New Year starts now that I am back. We did some walking, cycling, touring, [...]]]></description>
			<content:encoded><![CDATA[<p>I know most people started it a week ago but I was without net access, amidst the rugged landscape, wind and rain on the beautiful Island of Arran in Scotland for the New Year festivities. So it is that my Internet New Year starts now that I am back. We did some walking, cycling, touring, plenty eating and drinking and some ceilidh dancing on New Years Day. One of the Highlights was a trip to Machrie Moor Standing Stones. It is the most numerous group of stone circles and standing stones I have seen.</p>
<p><img width="291" height="386" align="right" title="Machrie Moor Standing Stones" alt="Machrie Moor Standing Stones" src="http://www.cloudydaze.homeip.net/albums/Arran06/The_Machrie_standing_stones_001.sized.jpg" /></p>
<p>I could talk more but there is plenty of information <a href="http://www.mysteriousbritain.co.uk/majorsites/machrie1.html">here</a> if you are interested.</p>
<p>It may seem like I have gone post mad, but the previous couple of posts are just some drafts that I have had hanging around for a while wondering what to do with them. in the end I have just published them so I can move on and just reference them if I need to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>DVD Backups</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=4</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=4#comments</comments>
		<pubDate>Sun, 07 Jan 2007 14:09:42 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=4</guid>
		<description><![CDATA[I&#8217;ve got to do some DVD backups, and pretty much every time I have to do them I have to lookup the best options as it&#8217;s a not-often-used command for me. So, I thought I would log it here so I know I have a quick reference. I should really place this in a Wiki, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got to do some DVD backups, and pretty much every time I have to do them I have to lookup the best options as it&#8217;s a not-often-used command for me. So, I thought I would log it here so I know I have a quick reference. I should really place this in a Wiki, it would make more sense&#8230;.</p>
<p>I currently use dvdshrink to extract the data. I have not yet found the equivalent command line utilities for Linux, though it is an agenda item of mine to find out what it does.</p>
<p>To write the pre-formated ISO data image:</p>
<blockquote><p><strong>growisofs -dvd-compat -Z /dev/dvd=image.iso</strong></p></blockquote>
<p>For now I am going to place this stuff in the sites pages and see how I get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Back to the wire(less)</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=5</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=5#comments</comments>
		<pubDate>Sun, 07 Jan 2007 14:07:24 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/dizmalblog/?p=5</guid>
		<description><![CDATA[This is starting to feel like a full time job, and it is. Creating a working wireless solution is a fulll time job but it is also feeling like a full time job keeping up with all the communties progress.
I need to become the type of person who talks to everyone, but how?
]]></description>
			<content:encoded><![CDATA[<p>This is starting to feel like a full time job, and it is. Creating a working wireless solution is a fulll time job but it is also feeling like a full time job keeping up with all the communties progress.</p>
<p>I need to become the type of person who talks to everyone, but how?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Got To Start Somewhere</title>
		<link>http://www.cloudydaze.homeip.net/dizmalblog/?p=3</link>
		<comments>http://www.cloudydaze.homeip.net/dizmalblog/?p=3#comments</comments>
		<pubDate>Thu, 16 Nov 2006 23:53:46 +0000</pubDate>
		<dc:creator>dizmal</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.cloudydaze.homeip.net/wordpress/?p=3</guid>
		<description><![CDATA[At the moment I am pretty much obsessed with investigating the various nooks and cranies of the GNU/Linux O/S that I find of interest. These can be wide ranging and can jump about wildly but are going to form a good portion of the categories under which I will post my entries. I will ratify [...]]]></description>
			<content:encoded><![CDATA[<p>At the moment I am pretty much obsessed with investigating the various nooks and cranies of the GNU/Linux O/S that I find of interest. These can be wide ranging and can jump about wildly but are going to form a good portion of the categories under which I will post my entries. I will ratify these categories as the classifications become better defined.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudydaze.homeip.net/dizmalblog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
