<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Think Tank &#187; lucid</title>
	<atom:link href="http://cdal.co.uk/tag/lucid/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdal.co.uk</link>
	<description>Musings, Wonders and Thoughts</description>
	<lastBuildDate>Mon, 27 Jun 2011 20:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Setting up Munin on Ubuntu 10.04</title>
		<link>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/</link>
		<comments>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 11:16:34 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[=]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=221</guid>
		<description><![CDATA[Server setup (as root): apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins a2dissite default Edit munin apache config to enable stats to be veiwed from anywhere: joe /etc/apache2/conf.d/munin change Allow localhost 127.0.0.1/8 ::1 line to: allow all Restart apache2: /etc/init.d/apache2 restart Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to <a href='http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Server setup (as root):</p>
<blockquote><p>apt-get install apache2 munin munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p>
<p>a2dissite default</p></blockquote>
<p>Edit munin apache config to enable stats to be veiwed from anywhere:</p>
<blockquote><p>joe /etc/apache2/conf.d/munin</p></blockquote>
<p>change Allow localhost 127.0.0.1/8 ::1 line to:</p>
<blockquote><p>allow all</p></blockquote>
<p>Restart apache2:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<p>Setup hosts we want to monitor in /etc/munin/munin.conf . For each host we need to add a section that&#8217;s similar to the following:</p>
<blockquote><p>[hostname]</p>
<p>address ipaddress</p>
<p>use_node_name yes</p></blockquote>
<p>Now on each server we defined in the last step (including the munin server itself) we need to ssh into them and setup munin  node:</p>
<blockquote><p>apt-get install munin-node munin-plugins-extra munin-libvirt-plugins munin-java-plugins</p></blockquote>
<p>Allow access from the munin server:</p>
<blockquote><p>joe /etc/munin/munin-node.conf</p></blockquote>
<p>Add:</p>
<blockquote><p>allow ^192\.168\.0\.1$</p></blockquote>
<p>where 192.168.0.1 is the ipaddress of your munin server.</p>
<p>Restart the munin node:</p>
<blockquote><p>/etc/init.d/munin-node restart</p></blockquote>
<p>Open up a web browser and navigate to:</p>
<blockquote><p>addressOfMuninServer/munin</p></blockquote>
<p>This should present you with a webpage with all your configured nodes. Click on them to get stats/charts about the nodes. NB Munin can take up to 5 minutes to collect stats so if you&#8217;ve got nothing coming up wait 5 minutes. If you&#8217;ve still got nothing then you&#8217;ve probably got a configuration problem.</p>
<p>The Munin install differs on 10.04 Lucid as the install configures it&#8217;s own virtual host, which in previous versions of Ubuntu it never use to. The virtual host the Munin install provides is only accessible to the localhost hence the need for the configuration change.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/10/22/setting-up-munin-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Network problems after a Ubuntu 10.04 Lucid Lynx install and what fixed them for me</title>
		<link>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/</link>
		<comments>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/#comments</comments>
		<pubDate>Sat, 01 May 2010 02:30:19 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=205</guid>
		<description><![CDATA[After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a <a href='http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>After installing from a live CD where there was no problem with the network, I was supprised to boot a fresh install of Ubuntu 10.04 lucid lynx, with no network access. Fair enough, I thought probably just a one off, my PC. However after my work mate also had trouble with the network after a fresh install where the network was working on the live cd before hand I decided that something must be afoot.</p>
<p>Anyways this is how I fixed my network problem, hopefully it&#8217;ll help someone else!</p>
<ol>
<li>Edit /etc/network/interfaces and remove all traces of eth0 (remove both lines)</li>
<li>My Network Manager had failed to start at all so to manage the network connections open up System &gt; Preferences &gt; Network Connections</li>
<li>Add a new wired connection. I copied the mac address of my adapter in, although I&#8217;m not sure this actually matters. Click Apply and Save your new connection.</li>
<li>Reboot</li>
</ol>
<p>All being well you should have network-manager running, with a live network connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dreams</title>
		<link>http://cdal.co.uk/2008/11/12/dreams/</link>
		<comments>http://cdal.co.uk/2008/11/12/dreams/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:40:06 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Dreams]]></category>
		<category><![CDATA[In My Head]]></category>
		<category><![CDATA[Psychology / Communication]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[emotions]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[self]]></category>

		<guid isPermaLink="false">http://www.cdal.co.uk/blog/?p=16</guid>
		<description><![CDATA[Dreams are funny things. Some we remember, some we forget, some we actualise and some we let slip through our fingers. Some dreams mean more to us than others, some dreams we share, some dreams we keep quiet secretly hoping for them to come true. Some dreams tiptoe quietly past and sit silent until we <a href='http://cdal.co.uk/2008/11/12/dreams/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>Dreams are funny things. Some we remember, some we forget, some we actualise and some we let slip through our fingers.</p>
<p>Some dreams mean more to us than others, some dreams we share, some dreams we keep quiet secretly hoping for them to come true.</p>
<p>Some dreams tiptoe quietly past and sit silent until we pay them their due attention, others scream and shout until action is taken.</p>
<p>Our ability to dream and imagine sets us apart from most other species on this planet. Although other species dream we’re the only ones who realise the potential of dreaming and lucid imagination to change our selves and the world around us, this is because our mind cannot distinguish between a lucid imagination and reality.</p>
<p>Of course the map is not the territory, the world is not the way we perceive it to be &#8211; it is the way it is and we are but mere interpreters of the way it is.</p>
<p>The strangest things about dreams are the way they fade away so quickly after you wake up. When doing some research on dreams and lucid dreaming a while back I read one of the best techniques for remembering your dreams was to keep a notepad and by your bed and as soon as you wake up (within 2 minutes) write down what your dream was about.</p>
<p>I believe that dreams are alot like emotions. Each dream we have has a message to deliver. Some dreams the message will be obvious and others not so. The same is true of emotions sometimes when we feel sad for no particular reason we wonder what our mind and body are trying to say eventually we’ll get the message through other times though the reason for the way you’re feeling is entirely obvious.</p>
<p>I had a strange dream the other night. I was visiting a friend of mine in London, I don’t actually know who the person was but I had the sense that I knew them. We were on our way to the train station when we realised that one of the entrances of the station was locked and closed. There were three people outside the station. I asked one of them why the station was shut, he said something and told us to use the other entrance, he said he would show us the other entrance. As he guided us &#8211; he was behind us at this point I saw all three of us in third person, he drew a sword out of his jacket and stabbed me in the back. I can’t remember what happend much after that.</p>
<p>I guess the message behind this dream is something to do with connections (the train station)  that I was use to having in my life aren’t necessarily there any more and if there are things I need or want to achieve I will have to do this using alternative methods (the second entrance), which even may require me to alter the way I am now (that’s the death part).</p>
<p>Although I’m certain there’s a million and one way to interpret a dream, I think the person responsible for the dream is the only one who can really interpret and understand its full meaning.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2008/11/12/dreams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

