<?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</title>
	<atom:link href="http://cdal.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdal.co.uk</link>
	<description>Musings, Wonders and Thoughts</description>
	<lastBuildDate>Tue, 22 Jun 2010 08:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to get EIT working with MythTV; MythTV Satalite EIT Woes</title>
		<link>http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/</link>
		<comments>http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 08:40:59 +0000</pubDate>
		<dc:creator>Sebastian Harrington</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dvb-s]]></category>
		<category><![CDATA[dvb-s2]]></category>
		<category><![CDATA[dvt_multiplex]]></category>
		<category><![CDATA[eit]]></category>
		<category><![CDATA[mythtv]]></category>
		<category><![CDATA[networkid]]></category>
		<category><![CDATA[no data]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=214</guid>
		<description><![CDATA[At work we've got a MythTV (mythbuntu) server with 2x DVB-S and 2x DVB-S2 cards. For a while I struggled away at trying to get the tv grabber to collect tv lisitings but it required me to configure each channel individually, not a pain if it's a one off but for some reason I found [...]]]></description>
			<content:encoded><![CDATA[<p>At work we've got a MythTV (mythbuntu) server with 2x DVB-S and 2x DVB-S2 cards.</p>
<p>For a while I struggled away at trying to get the tv grabber to collect tv lisitings but it required me to configure each channel individually, not a pain if it's a one off but for some reason I found myself doing it more often than not!</p>
<p>So I decided, a switch to EIT listings would be a better bet.</p>
<p>I imported my channels.conf and scanned existing transports, excitedly I clicked on 'Listings' expecting to see a full data guide but all I was greeted with was "NO DATA" for every channel.</p>
<p>After a bit of googling I found a command that let me see what the EIT scanner was up to under the hood so I issued the following:</p>
<blockquote><p>/etc/init.d/mythtv-backend stop</p></blockquote>
<blockquote><p>mythbackend -v siparser,eit,channel</p></blockquote>
<p>This allowed me to see exactly what was happening under the hood. Alas it looked as if it was scanning for channels fine but there were no informative error messages. Back to google.</p>
<p>After reading some more I found out about <a href="http://cvs.mythtv.org/trac/ticket/7701" target="_blank">this bug</a> which meant when channels were imported via a channels.conf (not detected directly by mythtv) it would lose or not detect it's network id.</p>
<p>So to see if I was being affected by this bug I opened up phpmyadmin and navigated to the mythconverg database and looked in the dvt_multiplex table. Sure enough under the networkid column all of the values were set to NULL.</p>
<p>So on to fixing it. I noted down the frequency and polarity from the dvt_multiplex table so I could access the values when the mythbackend was down. I opened up mythtv-setup and removed all the channels from the EIT source then under 'Video Source' scanned for new channels using a Full tunned scan, substituting in the values from the dvt_multiplex table. I waited for the scan to finish and when it had, I added the channels and ran mythfilldatabase for good luck.</p>
<p>After this I checked the dvt_multiplex table again and instead of a networkid of NULL there was a value of 2! Looking at the listings page confirmed that the EIT scanning was now working and this was also confirmed with the output of mythbackend -v siparser,eit,channel.</p>
<p>In hind sight a better way to have done this would have been to dump the SQL of the database, remove the channels in mythtv-setup, rescan using a full tuned scan using information from the dvt_multiplex table, add the channels, look at the dvt_multiplex table find the value of networkid copy it (I'm assuming it's the same for all) reimport your database and change the value of networkid, in my case:</p>
<blockquote><p>mysql &gt; UPDATE set dvt_multiplex.networkid = '2';</p></blockquote>
<p>Doing it this way means you don't have to setup your channels a second time, but if you're well practised at it like me (with a little help from a few scripts ;o)) then it's probably quicker to do it the first way.</p>
<p>As a side note I have Use DishNet's long term EIT data set to ON, cross EIT data sources set to OFF and use Quick Tuning set to never. I have no idea if these options make a difference but some of the googling I have done infers that it might!</p>
<p>Anyway I hope this helps someone and saves them some time!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;bmtitle=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;n=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;t=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes&amp;body=Link: http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A At%20work%20we%27ve%20got%20a%20MythTV%20%28mythbuntu%29%20server%20with%202x%20DVB-S%20and%202x%20DVB-S2%20cards.%0D%0A%0D%0AFor%20a%20while%20I%20struggled%20away%20at%20trying%20to%20get%20the%20tv%20grabber%20to%20collect%20tv%20lisitings%20but%20it%20required%20me%20to%20configure%20each%20channel%20individually%2C%20not%20a%20pain%20if%20it%27s%20a%20one%20off%20but%20for%20some%20reason%20I%20found%20myself%20doing%20it" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes&amp;srcUrl=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;srcTitle=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes&amp;snippet=At%20work%20we%27ve%20got%20a%20MythTV%20%28mythbuntu%29%20server%20with%202x%20DVB-S%20and%202x%20DVB-S2%20cards.%0D%0A%0D%0AFor%20a%20while%20I%20struggled%20away%20at%20trying%20to%20get%20the%20tv%20grabber%20to%20collect%20tv%20lisitings%20but%20it%20required%20me%20to%20configure%20each%20channel%20individually%2C%20not%20a%20pain%20if%20it%27s%20a%20one%20off%20but%20for%20some%20reason%20I%20found%20myself%20doing%20it" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes&amp;du=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;cn=At%20work%20we%27ve%20got%20a%20MythTV%20%28mythbuntu%29%20server%20with%202x%20DVB-S%20and%202x%20DVB-S2%20cards.%0D%0A%0D%0AFor%20a%20while%20I%20struggled%20away%20at%20trying%20to%20get%20the%20tv%20grabber%20to%20collect%20tv%20lisitings%20but%20it%20required%20me%20to%20configure%20each%20channel%20individually%2C%20not%20a%20pain%20if%20it%27s%20a%20one%20off%20but%20for%20some%20reason%20I%20found%20myself%20doing%20it" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/&amp;title=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+get+EIT+working+with+MythTV%3B+MythTV+Satalite+EIT+Woes+-+http://tinyurl.com/39wyz5g&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/06/22/how-to-getmythtv-satalite-eit-woes/feed/</wfw:commentRss>
		<slash:comments>1</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 [...]]]></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'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'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>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;bmtitle=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;n=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<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/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;t=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me&amp;body=Link: http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A After%20installing%20from%20a%20live%20CD%20where%20there%20was%20no%20problem%20with%20the%20network%2C%20I%20was%20supprised%20to%20boot%20a%20fresh%20install%20of%20Ubuntu%2010.04%20lucid%20lynx%2C%20with%20no%20network%20access.%20Fair%20enough%2C%20I%20thought%20probably%20just%20a%20one%20off%2C%20my%20PC.%20However%20after%20my%20work%20mate%20also%20had%20trouble%20with%20the%20network%20after%20a%20fresh%20i" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me&amp;srcUrl=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;srcTitle=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me&amp;snippet=After%20installing%20from%20a%20live%20CD%20where%20there%20was%20no%20problem%20with%20the%20network%2C%20I%20was%20supprised%20to%20boot%20a%20fresh%20install%20of%20Ubuntu%2010.04%20lucid%20lynx%2C%20with%20no%20network%20access.%20Fair%20enough%2C%20I%20thought%20probably%20just%20a%20one%20off%2C%20my%20PC.%20However%20after%20my%20work%20mate%20also%20had%20trouble%20with%20the%20network%20after%20a%20fresh%20i" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me&amp;du=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;cn=After%20installing%20from%20a%20live%20CD%20where%20there%20was%20no%20problem%20with%20the%20network%2C%20I%20was%20supprised%20to%20boot%20a%20fresh%20install%20of%20Ubuntu%2010.04%20lucid%20lynx%2C%20with%20no%20network%20access.%20Fair%20enough%2C%20I%20thought%20probably%20just%20a%20one%20off%2C%20my%20PC.%20However%20after%20my%20work%20mate%20also%20had%20trouble%20with%20the%20network%20after%20a%20fresh%20i" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/&amp;title=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for+me" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Network+problems+after+a+Ubuntu+10.04+Lucid+Lynx+install+and+what+fixed+them+for%5B..%5D+-+http://tinyurl.com/372qyuf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/05/01/network-problems-after-a-ubuntu-10-04-lucid-lynx-install-and-what-fixed-them-for-me/" type="box_count"></fb:share-button>]]></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>3</slash:comments>
		</item>
		<item>
		<title>How to set the multiple Nvidia GPUs to auto fan in Ubuntu</title>
		<link>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/</link>
		<comments>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:41:43 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[8800GTS]]></category>
		<category><![CDATA[fan speeds]]></category>
		<category><![CDATA[nvclock]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[overheating]]></category>
		<category><![CDATA[SLI]]></category>
		<category><![CDATA[tempreture]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=195</guid>
		<description><![CDATA[Just a quick one. I've recently purchased an additional card to go in my Ubuntu machine, but my cards when set up in SLI were running very hot. Using the information found here I was able to stick one GPU into auto fan mode, however the second GPU would stay at a fixed value and [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick one. I've recently purchased an additional card to go in my Ubuntu machine, but my cards when set up in SLI were running very hot.</p>
<p>Using the information found <a href="http://reformedmusings.wordpress.com/2009/01/12/nvidia-17782-linux-drivers-fan-control/">here</a> I was able to stick one GPU into auto fan mode, however the second GPU would stay at a fixed value and be overheating.</p>
<p>Looking at the man page for nvclock I found that you can use a command line switch to list and control individual  GPUs.</p>
<p>First install nvclock and nvclock-gtk</p>
<blockquote><p>sudo apt-get install nvclock nvclock-gtk</p></blockquote>
<p>Secondly open up nvclock-gtk</p>
<blockquote><p>sudo nvclock_gtk</p></blockquote>
<p>You may need to set a fan speed under 'Hardware Monitor' for each GPU, after you've done this use the following commands</p>
<blockquote><p>nvclock -s</p></blockquote>
<p>This command gives a list of all the (nvidia) GPUs connected to the system.</p>
<blockquote><p>nvclock -c 1 -f -F auto</p>
<p>nvclock -c 2 -f -F auto</p></blockquote>
<p>Repeat the above command for each GPU you want to be put in auto mode. You should now see in nvclock-gtk the fan speeds, under 'Hardware Monitoring' adjusting up and down, automatically on there own.</p>
<p>If you want this done automatically at login then you can add the commands (one at a time unfortunately, unless you make a script) to your sessions System &gt; Preferences &gt; Startup Application as shown <a href="http://reformedmusings.wordpress.com/2009/01/12/nvidia-17782-linux-drivers-fan-control/">here</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;bmtitle=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;n=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;t=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu&amp;body=Link: http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Just%20a%20quick%20one.%20I%27ve%20recently%20purchased%20an%20additional%20card%20to%20go%20in%20my%20Ubuntu%20machine%2C%20but%20my%20cards%20when%20set%20up%20in%20SLI%20were%20running%20very%20hot.%0D%0A%0D%0AUsing%20the%20information%20found%20here%20I%20was%20able%20to%20stick%20one%20GPU%20into%20auto%20fan%20mode%2C%20however%20the%20second%20GPU%20would%20stay%20at%20a%20fixed%20value%20and%20be%20overheating.%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu&amp;srcUrl=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;srcTitle=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu&amp;snippet=Just%20a%20quick%20one.%20I%27ve%20recently%20purchased%20an%20additional%20card%20to%20go%20in%20my%20Ubuntu%20machine%2C%20but%20my%20cards%20when%20set%20up%20in%20SLI%20were%20running%20very%20hot.%0D%0A%0D%0AUsing%20the%20information%20found%20here%20I%20was%20able%20to%20stick%20one%20GPU%20into%20auto%20fan%20mode%2C%20however%20the%20second%20GPU%20would%20stay%20at%20a%20fixed%20value%20and%20be%20overheating.%0D%0A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu&amp;du=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;cn=Just%20a%20quick%20one.%20I%27ve%20recently%20purchased%20an%20additional%20card%20to%20go%20in%20my%20Ubuntu%20machine%2C%20but%20my%20cards%20when%20set%20up%20in%20SLI%20were%20running%20very%20hot.%0D%0A%0D%0AUsing%20the%20information%20found%20here%20I%20was%20able%20to%20stick%20one%20GPU%20into%20auto%20fan%20mode%2C%20however%20the%20second%20GPU%20would%20stay%20at%20a%20fixed%20value%20and%20be%20overheating.%0D%0A" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/&amp;title=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+set+the+multiple+Nvidia+GPUs+to+auto+fan+in+Ubuntu+-+http://tinyurl.com/3x8o7jn&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/03/26/how-to-set-the-multiple-nvidia-gpus-to-auto-fan-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barnstormers &#8216;A Night at the Movies&#8217; &#8211; Introduction</title>
		<link>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/</link>
		<comments>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:35:11 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[A Night at the Movies]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[barnstormers]]></category>
		<category><![CDATA[BATMO]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=184</guid>
		<description><![CDATA[The introduction as shown at last week's DVD night. [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Download Introduction Video Add this to 100 bookmarks Blog this on Blogger Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p>The introduction as shown at last week's DVD night.</p>
<p style="text-align: center;">[There is a video that cannot be displayed in this feed. <a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/">Visit the blog entry to see the video.]</a></p>
<p style="text-align: center;"><a href="http://dl.dropbox.com/u/241147/BSATM/Intro.avi" target="_self">Download Introduction Video</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;bmtitle=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;n=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;t=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction&amp;body=Link: http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20introduction%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%20nEDnWZ-Vq80%5D%0D%0ADownload%20Introduction%20Video" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction&amp;srcUrl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;srcTitle=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction&amp;snippet=The%20introduction%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%20nEDnWZ-Vq80%5D%0D%0ADownload%20Introduction%20Video" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction&amp;du=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;cn=The%20introduction%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%20nEDnWZ-Vq80%5D%0D%0ADownload%20Introduction%20Video" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Barnstormers+%27A+Night+at+the+Movies%27+-+Introduction+-+http://tinyurl.com/3742rqf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://dl.dropbox.com/u/241147/BSATM/Intro.avi" length="14023130" type="video/x-msvideo" />
		</item>
		<item>
		<title>Barnstormers &#8216;A Night at the Movies&#8217; &#8211; Credits</title>
		<link>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/</link>
		<comments>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:32:00 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[A Night at the Movies]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[barnstormers]]></category>
		<category><![CDATA[BATMO]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=182</guid>
		<description><![CDATA[The credits as shown at last week's DVD night. [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Download Credits Video Add this to 100 bookmarks Blog this on Blogger Subscribe to the comments for this post? Share this on del.icio.us Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p>The credits as shown at last week's DVD night.</p>
<p style="text-align: center;">[There is a video that cannot be displayed in this feed. <a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/">Visit the blog entry to see the video.]</a></p>
<p style="text-align: center;"><a href="http://dl.dropbox.com/u/241147/BSATM/Credits.avi" target="_self">Download Credits Video</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;bmtitle=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;n=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;t=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits&amp;body=Link: http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20credits%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%206JjISlrr3DI%5D%0D%0ADownload%20Credits%20Video" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits&amp;srcUrl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;srcTitle=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits&amp;snippet=The%20credits%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%206JjISlrr3DI%5D%0D%0ADownload%20Credits%20Video" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits&amp;du=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;cn=The%20credits%20as%20shown%20at%20last%20week%27s%20DVD%20night.%0D%0A%5Byoutube%206JjISlrr3DI%5D%0D%0ADownload%20Credits%20Video" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/&amp;title=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Barnstormers+%27A+Night+at+the+Movies%27+-+Credits+-+http://tinyurl.com/3az8ldb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-credits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://dl.dropbox.com/u/241147/BSATM/Credits.avi" length="31039832" type="video/x-msvideo" />
		</item>
		<item>
		<title>Barnstormers &#8216;A night at the Movies&#8217; &#8211; Out-takes</title>
		<link>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/</link>
		<comments>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:27:47 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[A Night at the Movies]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[barnstormers]]></category>
		<category><![CDATA[BATMO]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=179</guid>
		<description><![CDATA[The out-takes from last Saturday's DVD evening, available to download but I encourage you to buy a DVD from Bert who will have all the footage very shortly! [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Download Out-takes Video Add this to 100 bookmarks [...]]]></description>
			<content:encoded><![CDATA[<p>The out-takes from last Saturday's DVD evening, available to download but I encourage you to buy a DVD from Bert who will have all the footage very shortly!</p>
<p style="text-align: center;">[There is a video that cannot be displayed in this feed. <a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/">Visit the blog entry to see the video.]</a></p>
<p style="text-align: center;"><a href="http://dl.dropbox.com/u/241147/BSATM/OutakesReal.avi" target="_self">Download Out-takes Video</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;bmtitle=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;n=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;t=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes&amp;body=Link: http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20out-takes%20from%20last%20Saturday%27s%20DVD%20evening%2C%20available%20to%20download%20but%20I%20encourage%20you%20to%20buy%20a%20DVD%20from%20Bert%20who%20will%20have%20all%20the%20footage%20very%20shortly%21%0D%0A%5Byoutube%20yfvSNAD4jao%5D%0D%0ADownload%20Out-takes%20Video" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes&amp;srcUrl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;srcTitle=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes&amp;snippet=The%20out-takes%20from%20last%20Saturday%27s%20DVD%20evening%2C%20available%20to%20download%20but%20I%20encourage%20you%20to%20buy%20a%20DVD%20from%20Bert%20who%20will%20have%20all%20the%20footage%20very%20shortly%21%0D%0A%5Byoutube%20yfvSNAD4jao%5D%0D%0ADownload%20Out-takes%20Video" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes&amp;du=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;cn=The%20out-takes%20from%20last%20Saturday%27s%20DVD%20evening%2C%20available%20to%20download%20but%20I%20encourage%20you%20to%20buy%20a%20DVD%20from%20Bert%20who%20will%20have%20all%20the%20footage%20very%20shortly%21%0D%0A%5Byoutube%20yfvSNAD4jao%5D%0D%0ADownload%20Out-takes%20Video" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/&amp;title=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Barnstormers+%27A+night+at+the+Movies%27+-+Out-takes+-+http://tinyurl.com/3xjbc52&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-out-takes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://dl.dropbox.com/u/241147/BSATM/OutakesReal.avi" length="42544736" type="video/x-msvideo" />
		</item>
		<item>
		<title>Barnstormers &#8216;A night at the movies&#8217; &#8211; Production Floor Footage</title>
		<link>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/</link>
		<comments>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:21:36 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[A Night at the Movies]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[barnstormers]]></category>
		<category><![CDATA[BATMO]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=169</guid>
		<description><![CDATA[Here's the out-takes that didn't make it to the out-takes shown last Saturday either for technical reasons or because the didn't make the cut! [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Download Video Add this to 100 bookmarks Blog this on Blogger Subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>Here's the out-takes that didn't make it to the out-takes shown last Saturday either for technical reasons or because the didn't make the cut!</p>
<p style="text-align: center;">[There is a video that cannot be displayed in this feed. <a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/">Visit the blog entry to see the video.]</a></p>
<p style="text-align: center;"><a href="http://dl.dropbox.com/u/241147/BSATM/Production%20Floor%20Footage.avi">Download Video</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;bmtitle=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;n=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;t=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage&amp;body=Link: http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%27s%20the%20out-takes%20that%20didn%27t%20make%20it%20to%20the%20out-takes%20shown%20last%20Saturday%20either%20for%20technical%20reasons%20or%20because%20the%20didn%27t%20make%20the%20cut%21%0D%0A%5Byoutube%2079Kl5ifEZr0%5D%0D%0ADownload%20Video" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage&amp;srcUrl=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;srcTitle=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage&amp;snippet=Here%27s%20the%20out-takes%20that%20didn%27t%20make%20it%20to%20the%20out-takes%20shown%20last%20Saturday%20either%20for%20technical%20reasons%20or%20because%20the%20didn%27t%20make%20the%20cut%21%0D%0A%5Byoutube%2079Kl5ifEZr0%5D%0D%0ADownload%20Video" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage&amp;du=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;cn=Here%27s%20the%20out-takes%20that%20didn%27t%20make%20it%20to%20the%20out-takes%20shown%20last%20Saturday%20either%20for%20technical%20reasons%20or%20because%20the%20didn%27t%20make%20the%20cut%21%0D%0A%5Byoutube%2079Kl5ifEZr0%5D%0D%0ADownload%20Video" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/&amp;title=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Barnstormers+%27A+night+at+the+movies%27+-+Production+Floor+Footage+-+http://tinyurl.com/37emwbr&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/19/barnstormers-a-night-at-the-movies-production-floor-footage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://dl.dropbox.com/u/241147/BSATM/Production%20Floor%20Footage.avi" length="21534656" type="video/x-msvideo" />
		</item>
		<item>
		<title>How to archive folders older than a certain date in Linux / Ubuntu</title>
		<link>http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/</link>
		<comments>http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:49:55 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[older than]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=166</guid>
		<description><![CDATA[Using the GUI this task is trivial (Sort by list view, click on the Date heading to order by date, select the relevant folders then right click and Compress.) Using the command line to achieve the same results is a trifle harder. Here's the command line I came up with: tar zcvf ArchiveName.tar.gz `find * [...]]]></description>
			<content:encoded><![CDATA[<p>Using the GUI this task is trivial (Sort by list view, click on the Date heading to order by date, select the relevant folders then right click and Compress.)</p>
<p>Using the command line to achieve the same results is a trifle harder. Here's the command line I came up with:</p>
<blockquote><p>tar zcvf ArchiveName.tar.gz `find * -maxdepth 0 -mtime +893`</p></blockquote>
<p>The find command in the gets executed first and returns the folders and files in the CURRENT directory that haven't been modified since the number of days specified by the number in the find command.</p>
<p>Tar then does it's usual job and compresses it.</p>
<p>If you're wanting to remove directories using a similar command just substitute in the rm command instead of the tar command.</p>
<p>To find the number of days to a date in the past I used this website <a title="Countdown" href="http://www.timeanddate.com/counters/customcounter.html?day=03&amp;month=09&amp;year=2007&amp;hour=&amp;min=&amp;sec=&amp;p0=0" target="_blank">here</a> but I'm sure there's something you can do with the date command that will give you a similar output!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;bmtitle=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;n=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;t=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu&amp;body=Link: http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Using%20the%20GUI%20this%20task%20is%20trivial%20%28Sort%20by%20list%20view%2C%20click%20on%20the%20Date%20heading%20to%20order%20by%20date%2C%20select%20the%20relevant%20folders%20then%20right%20click%20and%20Compress.%29%0D%0A%0D%0AUsing%20the%20command%20line%20to%20achieve%20the%20same%20results%20is%20a%20trifle%20harder.%20Here%27s%20the%20command%20line%20I%20came%20up%20with%3A%0D%0Atar%20zcvf%20ArchiveName.tar.g" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu&amp;srcUrl=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;srcTitle=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu&amp;snippet=Using%20the%20GUI%20this%20task%20is%20trivial%20%28Sort%20by%20list%20view%2C%20click%20on%20the%20Date%20heading%20to%20order%20by%20date%2C%20select%20the%20relevant%20folders%20then%20right%20click%20and%20Compress.%29%0D%0A%0D%0AUsing%20the%20command%20line%20to%20achieve%20the%20same%20results%20is%20a%20trifle%20harder.%20Here%27s%20the%20command%20line%20I%20came%20up%20with%3A%0D%0Atar%20zcvf%20ArchiveName.tar.g" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu&amp;du=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;cn=Using%20the%20GUI%20this%20task%20is%20trivial%20%28Sort%20by%20list%20view%2C%20click%20on%20the%20Date%20heading%20to%20order%20by%20date%2C%20select%20the%20relevant%20folders%20then%20right%20click%20and%20Compress.%29%0D%0A%0D%0AUsing%20the%20command%20line%20to%20achieve%20the%20same%20results%20is%20a%20trifle%20harder.%20Here%27s%20the%20command%20line%20I%20came%20up%20with%3A%0D%0Atar%20zcvf%20ArchiveName.tar.g" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/&amp;title=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+archive+folders+older+than+a+certain+date+in+Linux+%2F+Ubuntu+-+http://tinyurl.com/35o3jyt&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/11/how-to-archive-folders-older-than-a-certain-date-in-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rehearsal recordings from 28-01-2010 (last Thursday)</title>
		<link>http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/</link>
		<comments>http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:36:08 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[Thoroughly Modern Millie]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[recordings]]></category>
		<category><![CDATA[rehearsal]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=164</guid>
		<description><![CDATA[Here are the recordings from last Thursday's rehearsal. Thoroughly Modern Millie Forget about the boy The Speed Test All of which can be downloaded by clicking the relevant song above. Please note the above recordings are for rehearsal purposes only and should be used as such. Add this to 100 bookmarks Blog this on Blogger [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the recordings from last Thursday's rehearsal.</p>
<ul>
<li><a href="http://dl.dropbox.com/u/241147/Rehearsals/TMM.mp3" target="_blank">Thoroughly Modern Millie</a></li>
<li><a href="http://dl.dropbox.com/u/241147/Rehearsals/ForgetAboutTheBoy.mp3" target="_blank">Forget about the boy</a></li>
<li><a href="http://dl.dropbox.com/u/241147/Rehearsals/TheSpeedTest.mp3" target="_blank">The Speed Test</a></li>
</ul>
<p>All of which can be downloaded by clicking the relevant song above.</p>
<p>Please note the above recordings are for rehearsal purposes only and should be used as such.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;bmtitle=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;n=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;t=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29&amp;body=Link: http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%20are%20the%20recordings%20from%20last%20Thursday%27s%20rehearsal.%0D%0A%0D%0A%09Thoroughly%20Modern%20Millie%0D%0A%09Forget%20about%20the%20boy%0D%0A%09The%20Speed%20Test%0D%0A%0D%0AAll%20of%20which%20can%20be%20downloaded%20by%20clicking%20the%20relevant%20song%20above.%0D%0A%0D%0APlease%20note%20the%20above%20recordings%20are%20for%20rehearsal%20purposes%20only%20and%20should%20be%20used%20as%20such." rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29&amp;srcUrl=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;srcTitle=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29&amp;snippet=Here%20are%20the%20recordings%20from%20last%20Thursday%27s%20rehearsal.%0D%0A%0D%0A%09Thoroughly%20Modern%20Millie%0D%0A%09Forget%20about%20the%20boy%0D%0A%09The%20Speed%20Test%0D%0A%0D%0AAll%20of%20which%20can%20be%20downloaded%20by%20clicking%20the%20relevant%20song%20above.%0D%0A%0D%0APlease%20note%20the%20above%20recordings%20are%20for%20rehearsal%20purposes%20only%20and%20should%20be%20used%20as%20such." rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29&amp;du=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;cn=Here%20are%20the%20recordings%20from%20last%20Thursday%27s%20rehearsal.%0D%0A%0D%0A%09Thoroughly%20Modern%20Millie%0D%0A%09Forget%20about%20the%20boy%0D%0A%09The%20Speed%20Test%0D%0A%0D%0AAll%20of%20which%20can%20be%20downloaded%20by%20clicking%20the%20relevant%20song%20above.%0D%0A%0D%0APlease%20note%20the%20above%20recordings%20are%20for%20rehearsal%20purposes%20only%20and%20should%20be%20used%20as%20such." rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/&amp;title=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Rehearsal+recordings+from+28-01-2010+%28last+Thursday%29+-+http://tinyurl.com/3xsa8bo&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/02/01/rehearsal-recordings-from-28-01-2010-last-thursday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://dl.dropbox.com/u/241147/Rehearsals/TMM.mp3" length="47693823" type="audio/mpeg" />
<enclosure url="http://dl.dropbox.com/u/241147/Rehearsals/ForgetAboutTheBoy.mp3" length="22090252" type="audio/mpeg" />
<enclosure url="http://dl.dropbox.com/u/241147/Rehearsals/TheSpeedTest.mp3" length="36599110" type="audio/mpeg" />
		</item>
		<item>
		<title>Thoroughly Modern Millie &#8211; Scene by Scene</title>
		<link>http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/</link>
		<comments>http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:34:43 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Musicals]]></category>
		<category><![CDATA[Thoroughly Modern Millie]]></category>
		<category><![CDATA[barnstormers]]></category>

		<guid isPermaLink="false">http://cdal.co.uk/?p=116</guid>
		<description><![CDATA[Below is the list of acts and scenes and which characters have speaking parts. Each scene can be downloaded separately at the end of each scenes list. The directors overview of TMM can be heard here:  Introduction If you wish to download all of the scenes this can be done by clicking here. Act 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Below is the list of acts and scenes and which characters have speaking parts. Each scene can be downloaded separately at the end of each scenes list. The directors overview of TMM can be heard here:  <a href="http://cdal.co.uk/wp-content/uploads/2010/01/Introduction.mp3">Introduction</a></p>
<p>If you wish to download all of the scenes this can be done by <a href="http://dl.dropbox.com/u/241147/ScriptReadthrough.zip">clicking here.</a></p>
<h1><span style="text-decoration: underline;">Act 1</span></h1>
<h2><span style="text-decoration: underline;">Scene 1</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Millie</li>
<li>Jimmy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene1.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 2</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Ruth</li>
<li>Gloria</li>
<li>Rita</li>
<li>Alice</li>
<li>Ethel</li>
<li>Cora</li>
<li>Mrs. Meers</li>
<li>Lucille</li>
<li>Millie</li>
<li>Miss Dorothy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene2.mp3">Download</a></p>
<p>Download this scene:</p>
<h2><span style="text-decoration: underline;">Scene 3</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Mrs Meers</li>
<li>Ching Ho</li>
<li>Bun Foo</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene3.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 4</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Miss Flannery</li>
<li>Mille</li>
<li>Mr Graydon</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene4.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 5</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Miss Dorothy</li>
<li>Ching Ho</li>
<li>Bun Foo</li>
<li>Mrs Meers</li>
<li>Ruth</li>
<li>Alice</li>
<li>Millie</li>
<li>Gloria</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene5.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 6</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Alice</li>
<li>Ruth</li>
<li>Gloria</li>
<li>Millie</li>
<li>Miss Dorothy</li>
<li>Jimmy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene6.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 7</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Jimmy</li>
<li>Millie</li>
<li>Policeman</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene7.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 8</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Policeman</li>
<li>Jimmy</li>
<li>Millie</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene8.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 9</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Miss Dorothy</li>
<li>Mrs Meers</li>
<li>Ching ho</li>
<li>Bun Foo</li>
<li>Ruth</li>
<li>Alice</li>
<li>Gloria</li>
<li>Millie</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene9.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 10</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Muzzy</li>
<li>Gorge Gershwin</li>
<li>Dorothy Parker</li>
<li>Guest #1</li>
<li>Guest #2</li>
<li>Guest #3</li>
<li>Millie</li>
<li>Jimmy</li>
<li>Miss Dorothy</li>
<li>Rodney</li>
<li>Kenneth</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene10.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 11</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Jimmy</li>
<li>Millie</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene11.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 12</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Jimmy</li>
<li>Miss Dorothy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene12.mp3">Download</a></p>
<h1><span style="text-decoration: underline;">Act 2<br />
</span></h1>
<h2><span style="text-decoration: underline;">Scene 1</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Stenogs</li>
<li>Miss Flannery</li>
<li>Millie</li>
<li>Mr Graydon</li>
<li>Jimmy</li>
<li>Miss Dorothy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene13.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 2</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Jimmy</li>
<li>Millie</li>
<li>Mr Graydon</li>
<li>Ching Ho</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene21.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 3</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Miss Dorothy</li>
<li>Mrs Meers</li>
<li>Ching Ho</li>
<li>Bun Foo</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene31.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 4</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Millie</li>
<li>Jimmy</li>
<li>Dishwasher</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene41.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 5</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Muzzy</li>
<li>Mathilide</li>
<li>Millie</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene51.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 6</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Daphne</li>
<li>Dexter</li>
<li>Mr Graydon</li>
<li>Millie</li>
<li>Jimmy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene61.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 7</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Mrs Meers</li>
<li>Muzzy</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene71.mp3">Download</a></p>
<h2><span style="text-decoration: underline;">Scene 8</span></h2>
<p>Speaking parts in this scene:</p>
<ul>
<li>Miss Dorothy</li>
<li>Ching Ho</li>
<li>Mrs Meers</li>
<li>Bun Foo</li>
<li>Muzzy</li>
<li>Mr Graydon</li>
<li>Jimmy</li>
<li>Millie</li>
<li>Alice</li>
<li>Ruth</li>
<li>Gloria</li>
<li>Mama</li>
</ul>
<p><a href="http://cdal.co.uk/wp-content/uploads/2010/01/Scene81.mp3">Download</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;bmtitle=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;n=Thoroughly+Modern+Millie+-+Scene+by+Scene&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;t=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Thoroughly+Modern+Millie+-+Scene+by+Scene&amp;body=Link: http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Below%20is%20the%20list%20of%20acts%20and%20scenes%20and%20which%20characters%20have%20speaking%20parts.%20Each%20scene%20can%20be%20downloaded%20separately%20at%20the%20end%20of%20each%20scenes%20list.%20The%20directors%20overview%20of%20TMM%20can%20be%20heard%20here%3A%C2%A0%20Introduction%0D%0A%0D%0AIf%20you%20wish%20to%20download%20all%20of%20the%20scenes%20this%20can%20be%20done%20by%20clicking%20here.%0D%0AAct%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene&amp;srcUrl=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;srcTitle=Thoroughly+Modern+Millie+-+Scene+by+Scene&amp;snippet=Below%20is%20the%20list%20of%20acts%20and%20scenes%20and%20which%20characters%20have%20speaking%20parts.%20Each%20scene%20can%20be%20downloaded%20separately%20at%20the%20end%20of%20each%20scenes%20list.%20The%20directors%20overview%20of%20TMM%20can%20be%20heard%20here%3A%C2%A0%20Introduction%0D%0A%0D%0AIf%20you%20wish%20to%20download%20all%20of%20the%20scenes%20this%20can%20be%20done%20by%20clicking%20here.%0D%0AAct%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Thoroughly+Modern+Millie+-+Scene+by+Scene&amp;du=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;cn=Below%20is%20the%20list%20of%20acts%20and%20scenes%20and%20which%20characters%20have%20speaking%20parts.%20Each%20scene%20can%20be%20downloaded%20separately%20at%20the%20end%20of%20each%20scenes%20list.%20The%20directors%20overview%20of%20TMM%20can%20be%20heard%20here%3A%C2%A0%20Introduction%0D%0A%0D%0AIf%20you%20wish%20to%20download%20all%20of%20the%20scenes%20this%20can%20be%20done%20by%20clicking%20here.%0D%0AAct%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/&amp;title=Thoroughly+Modern+Millie+-+Scene+by+Scene" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Thoroughly+Modern+Millie+-+Scene+by+Scene+-+http://tinyurl.com/329upfx&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<fb:share-button href="http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://cdal.co.uk/2010/01/16/thoroughly-modern-millie-scene-by-scene/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Introduction.mp3" length="13566220" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene1.mp3" length="2455579" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene2.mp3" length="13306217" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene3.mp3" length="5274713" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene4.mp3" length="6144069" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene5.mp3" length="9270403" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene6.mp3" length="5160193" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene7.mp3" length="5052777" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene8.mp3" length="1463345" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene9.mp3" length="3852399" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene10.mp3" length="4864279" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene11.mp3" length="2188923" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene12.mp3" length="303090" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene13.mp3" length="8555693" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene21.mp3" length="2143363" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene31.mp3" length="1523949" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene41.mp3" length="1039533" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene51.mp3" length="2755673" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene61.mp3" length="2802903" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene71.mp3" length="2228210" type="audio/mpeg" />
<enclosure url="http://cdal.co.uk/wp-content/uploads/2010/01/Scene81.mp3" length="8478790" type="audio/mpeg" />
		</item>
	</channel>
</rss>
