<?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>popey.com blog &#187; Ubuntu</title>
	<atom:link href="http://popey.com/blog/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://popey.com/blog</link>
	<description>DON&#039;T YOU KNOW WHO I AM!!</description>
	<lastBuildDate>Mon, 02 Jan 2012 18:47:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Migrating to a New Desktop PC</title>
		<link>http://popey.com/blog/2012/01/02/migrating-to-a-new-desktop-pc/</link>
		<comments>http://popey.com/blog/2012/01/02/migrating-to-a-new-desktop-pc/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 18:47:30 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=1495</guid>
		<description><![CDATA[A little while ago I bought a Zoostorm PC from Ebuyer. It's a farily basic (but powerful) i7 based system with 8GB RAM and a 1TB hard disk. This is to replace my older (but still fully working) Mesh PC. The newer one is more power efficient, quieter, a lot faster, and all Intel ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>A little while ago I bought a <a href="http://www.zoostorm.com/" title="Zoostorm" target="_blank">Zoostorm</a> PC from <a href="http://www.ebuyer.com/" title="Ebuyer" target="_blank">Ebuyer</a>. It&#8217;s a farily basic (but powerful) i7 based system with 8GB RAM and a 1TB hard disk. This is to replace my older (but still fully working) <a href="http://www.meshcomputers.com/" title="Mesh Computers" target="_blank">Mesh</a> PC. The newer one is more power efficient, quieter, a lot faster, and all Intel inside &#8211; the previous desktop was nVidia based.</p>
<p><a href="http://popey.com/blog/wp-content/uploads/2012/01/P0271629_C0000191_P0000000.jpg"><img src="http://popey.com/blog/wp-content/uploads/2012/01/P0271629_C0000191_P0000000.jpg" alt="" title="Zoostorm PC" width="142" height="150" class="aligncenter size-full wp-image-1498" /></a></p>
<p>I wanted to migrate from the install on my old Mesh PC to a new clean install on the Zoostorm. I could have just yanked the disk out of the Mesh and put it in the Zoostorm, but I did it slightly differently. I&#8217;m typing it up here for my own notes but also to find out how other people do it, and to get any tips.</p>
<p>So the goal was to have a clean install of Ubuntu Precise (which will become 12.04 LTS in April) and keep all my existing files and folders intact. I wanted to keep all my home files but didn&#8217;t want to keep the applications I had built up over several install/upgrades on that machine. Time for a fresh start.</p>
<p>The old Mesh has a single 120GB SSD and the Zoostorm has a 1TB Hard disk and I added a 120GB SSD to that too. My idea was to do a clean install on the Zoostorm SSD, and use the 1TB hard disk for my /home directory. That way I get the super zippy performance of an SSD for loading apps, but the slow(er) hard disk for loading my files. I&#8217;m happy with this tradeoff in speed/capacity.</p>
<p>Here&#8217;s the steps I went through. </p>
<ul>
<li>Clean install of Ubuntu Precise on the Zoostorm with / and swap on SSD, /home on HDD. Use a hostname of &#8216;zoo&#8217; so as not to conflict on the network with the hostname &#8216;wopr&#8217; used by the Mesh PC</li>
<li>Boot into new installation and make sure everything works</li>
<li>Boot Mesh PC but don&#8217;t login, so none of my personal files are open/changing</li>
<li>Use rsync on the new install to copy files from Mesh to Zoostorm over the network</li>
</ul>
<p><code>$ cd /home<br />
$ rsync -avz -e ssh wopr:/home/alan .</code></p>
<ul>
<li>Shutdown the old Mesh PC</li>
<li>Edit /etc/hosts and /etc/hostname to change host from &#8216;zoo&#8217; to &#8216;wopr&#8217;</li>
<li>Reboot the Zoostorm PC to &#8216;Bring the WOPR on-line&#8217; as they say</li>
</ul>
<p>I think that&#8217;s about it. I now have all my personal stuff, work, config on the new computer, and can consider things to do with the old one. I think I might install <a href="http://windows.microsoft.com/">GameOS</a> on it until Valve get around to porting Steam (and all the games) to Linux. <img src='http://popey.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://popey.com/blog/wp-content/uploads/2012/01/precise2.png"><img src="http://popey.com/blog/wp-content/uploads/2012/01/precise2-300x168.png" alt="" title="Precise desktop" width="300" height="168" class="aligncenter size-medium wp-image-1499" /></a></p>
<p>Things to consider:-</p>
<ul>
<li>I could probably have sped this up a bit by taking the disk out of the Mesh PC and putting it in the Zoostorm, then partition up the 1TB disk and move my /home directory over to it, edit fstab, remount /home and logout/in. That seemed like more effort in my mind, so I went for the approach above</li>
<li>I now have a whole load of packages I need to install because my Zoostorm is a clean installation. So the first thing I did was to get the basic things I need. I will apt-get any missing bits as and when I need them. I have a decent connection so it doesn&#8217;t bother me that I&#8217;m missing critical stuff at the moment.</li>
<li>Copying only /home means I may have missed out some stuff in other places like /usr/local, /root and /etc. I have full backups of my old machine, so I am not to worried about missing stuff here or there, I can get them if I really need to</li>
</ul>
<p>Hope that&#8217;s useful to someone, and if you have any comments, do let me know.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;title=Migrating+to+a+New+Desktop+PC" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;title=Migrating+to+a+New+Desktop+PC" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;title=Migrating+to+a+New+Desktop+PC" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;headline=Migrating+to+a+New+Desktop+PC" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Migrating+to+a+New+Desktop+PC&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Migrating+to+a+New+Desktop+PC&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Migrating+to+a+New+Desktop+PC&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Migrating+to+a+New+Desktop+PC&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Migrating+to+a+New+Desktop+PC&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;title=Migrating+to+a+New+Desktop+PC&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div><div id="tweetbutton1495" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F&amp;text=Migrating%20to%20a%20New%20Desktop%20PC&amp;related=popey&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F02%2Fmigrating-to-a-new-desktop-pc%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://popey.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div> <p><a href="http://popey.com/blog/?flattrss_redirect&amp;id=1495&amp;md5=375f2bea25d8c1db25be23be001bbf96" title="Flattr" target="_blank"><img src="http://popey.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2012/01/02/migrating-to-a-new-desktop-pc/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Python 2d Physics Libraries</title>
		<link>http://popey.com/blog/2012/01/01/python-2d-physics-libraries/</link>
		<comments>http://popey.com/blog/2012/01/01/python-2d-physics-libraries/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 11:51:46 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=1488</guid>
		<description><![CDATA[I've been playing with the python-elements but it seems like the project is dead. 



The upstream website has gone and the packages has had no updates for some time. I'd like to create a simple demo/game along the lines of some of the mini games you find in WarioWare on the Nintendo Wii. The ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>I&#8217;ve been playing with the <a href="http://packages.ubuntu.com/python-elements">python-elements</a> but it seems like the project is dead. </p>
<p><a href="http://popey.com/blog/wp-content/uploads/2012/01/elements-127-fps-50_007.png"><img src="http://popey.com/blog/wp-content/uploads/2012/01/elements-127-fps-50_007-289x300.png" alt="" title="Elements demo" width="289" height="300" class="aligncenter size-medium wp-image-1489" /></a></p>
<p>The upstream <a href="http://elements.linuxuser.at/">website</a> has gone and the packages has had no updates for some time. I&#8217;d like to create a simple demo/game along the lines of some of the mini games you find in <a href="images.google.com/search?tbm=isch&#038;q=warioware+balance+wii&#038;btnG=Search+Images">WarioWare</a> on the Nintendo Wii. The Python Elements (and box2d) libraries seem to fit the bill but I don&#8217;t want to code using something that is going to disappear. </p>
<p>Suggestions for other libraries welcome.</p>
<p><strong>Update:</strong> seems the python elements is maintained in debian, my mistake. Still keen to hear of libraries in this area.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;title=Python+2d+Physics+Libraries" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;title=Python+2d+Physics+Libraries" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;title=Python+2d+Physics+Libraries" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;headline=Python+2d+Physics+Libraries" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Python+2d+Physics+Libraries&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Python+2d+Physics+Libraries&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Python+2d+Physics+Libraries&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Python+2d+Physics+Libraries&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Python+2d+Physics+Libraries&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;title=Python+2d+Physics+Libraries&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div><div id="tweetbutton1488" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F&amp;text=Python%202d%20Physics%20Libraries&amp;related=popey&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2012%2F01%2F01%2Fpython-2d-physics-libraries%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://popey.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div> <p><a href="http://popey.com/blog/?flattrss_redirect&amp;id=1488&amp;md5=8e4eca9cf5ec1c3a5325e55241381086" title="Flattr" target="_blank"><img src="http://popey.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2012/01/01/python-2d-physics-libraries/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Happy Hour Comes to Farnborough</title>
		<link>http://popey.com/blog/2011/10/20/happy-hour-comes-to-farnborough/</link>
		<comments>http://popey.com/blog/2011/10/20/happy-hour-comes-to-farnborough/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 09:05:08 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=1473</guid>
		<description><![CDATA[Tonight I'll be in the Prince of Wales Pub in Farnborough, Hampshire, UK from about 8pm to celebrate Ubuntu Happy Hour with friends. Everyone is welcome, and you don't need to bring a computer.



It's super easy to find, and is very near Farnborough North Railway Station and not too far to walk from Farnborough ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>Tonight I&#8217;ll be in the <a href="http://www.openstreetmap.org/?lat=51.3003&#038;lon=-0.7432&#038;zoom=17&#038;layers=M">Prince of Wales Pub</a> in Farnborough, Hampshire, UK from about 8pm to celebrate <a href="http://ubuntu-uk.org/happy-hour/">Ubuntu Happy Hour</a> with friends. Everyone is welcome, and you don&#8217;t need to bring a computer.</p>
<p><a href="http://popey.com/blog/wp-content/uploads/2011/10/photo-1.jpg"><img src="http://popey.com/blog/wp-content/uploads/2011/10/photo-1-300x225.jpg" alt="" title="Prince of Wales Pub" width="300" height="225" class="aligncenter size-medium wp-image-1474" /></a></p>
<p>It&#8217;s super easy to find, and is very near <a href="http://en.wikipedia.org/wiki/Farnborough_North_railway_station">Farnborough North Railway Station</a> and not too far to walk from <a href="http://en.wikipedia.org/wiki/Farnborough_Main_railway_station">Farnborough Main Railway Station</a>.</p>
<p><a href="http://www.openstreetmap.org/?lat=51.3003&#038;lon=-0.7432&#038;zoom=17&#038;layers=M"><img src="http://popey.com/blog/wp-content/uploads/2011/10/2011-10-20_100138-300x192.png" alt="" title="OpenStreetmap" width="300" height="192" class="aligncenter size-medium wp-image-1475" /></a></p>
<p>There&#8217;s also some parking around the back. </p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;title=Happy+Hour+Comes+to+Farnborough" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;title=Happy+Hour+Comes+to+Farnborough" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;title=Happy+Hour+Comes+to+Farnborough" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;headline=Happy+Hour+Comes+to+Farnborough" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Happy+Hour+Comes+to+Farnborough&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Happy+Hour+Comes+to+Farnborough&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Happy+Hour+Comes+to+Farnborough&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Happy+Hour+Comes+to+Farnborough&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Happy+Hour+Comes+to+Farnborough&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;title=Happy+Hour+Comes+to+Farnborough&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div><div id="tweetbutton1473" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F&amp;text=Happy%20Hour%20Comes%20to%20Farnborough&amp;related=popey&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F20%2Fhappy-hour-comes-to-farnborough%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://popey.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div> <p><a href="http://popey.com/blog/?flattrss_redirect&amp;id=1473&amp;md5=081efc5f1352a5a2bb4f0cb86314c3ca" title="Flattr" target="_blank"><img src="http://popey.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2011/10/20/happy-hour-comes-to-farnborough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voting in a new Ubuntu Community Council Begins</title>
		<link>http://popey.com/blog/2011/10/07/voting-in-a-new-ubuntu-community-council-begins/</link>
		<comments>http://popey.com/blog/2011/10/07/voting-in-a-new-ubuntu-community-council-begins/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:31:35 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=1452</guid>
		<description><![CDATA[The Ubuntu Community Council (CC) comprises a group of individuals from Canonical and the wider Ubuntu community. It's the primary non-technical governance body for the Ubuntu project. I was fortunate enough to be nominated along with others and elected to the CC for a two year term. That two year term is now up ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><p>The <a href="https://wiki.ubuntu.com/CommunityCouncil">Ubuntu Community Council</a> (CC) comprises a group of individuals from Canonical and the wider Ubuntu community. It&#8217;s the primary non-technical governance body for the Ubuntu project. I was fortunate enough to be nominated along with others and elected to the CC for a two year term. That two year term is now up and it&#8217;s time to vote in a new Community Council.</p>
<p>The current Community Council consists of myself, <a href="https://launchpad.net/~mako">Benjamin Mako Hill</a>, <a href="https://launchpad.net/~dholbach">Daniel Holbach</a>, <a href="https://launchpad.net/~lyz">Elizabeth Krumbach</a>, <a href="https://launchpad.net/~persia">Emmet Hikory</a>, <a href="https://launchpad.net/~sabdfl">Mark Shuttleworth</a>, <a href="https://launchpad.net/~mdke">Matthew East</a> and <a href="https://launchpad.net/~mike.basinger">Mike Basinger</a>. It&#8217;s been great to work with such fantastic people, I&#8217;ve really enjoyed being part of the governance of Ubuntu, but I feel it&#8217;s time for me personally to move on and let others take the reins. As well as myself, Mike, Matt and Mako are also stepping down.</p>
<p>Very soon all Ubuntu <a href="https://launchpad.net/~ubuntumembers/+members#active">Members</a> will receive an email asking them to vote on who should become part of the new Community Council. It will look a bit like this (URL redacted).</p>
<p><a href="http://popey.com/blog/wp-content/uploads/2011/10/2011-10-07_112058.png"><img src="http://popey.com/blog/wp-content/uploads/2011/10/2011-10-07_112058-300x229.png" alt="" title="CC Vote mail" width="300" height="229" class="aligncenter size-medium wp-image-1463" /></a></p>
<p>If you are an Ubuntu <a href="http://wiki.ubuntu.com/Membership">Member</a> and didn&#8217;t get the                  mail, check your spam folder, and if you think you were missed, contact Daniel Holbach.</p>
<p>Click the link in the mail. Don&#8217;t pass the mail on to other people, it&#8217;s unique to you. The page explains what to do. Simply place the nominees in order of preference from most preferred to least, and submit when you&#8217;re done. </p>
<p>Daniel and Lyz are standing again, and Mark has a special diamond encrusted permanent seat, so the line up for voting looks (in no particular order) like this:-</p>
<ul>
<li><a href="https://wiki.ubuntu.com/DanielHolbach">Daniel Holbach</a></li>
<li><a href="https://wiki.ubuntu.com/lyz">Elizabeth Krumbach</a></li>
<li><a href="https://wiki.ubuntu.com/cprofitt">Charles Profitt</a></li>
<li><a href="https://wiki.ubuntu.com/czajkowski">Laura Czajkowski</a></li>
<li><a href="https://wiki.ubuntu.com/AmberGraner">Amber Graner</a></li>
<li><a href="https://wiki.ubuntu.com/EmmetHikory">Emmet Hikory</a></li>
<li><a href="https://wiki.ubuntu.com/MartinAlbisetti">Martin Albisetti</a></li>
<li><a href="https://wiki.ubuntu.com/MiloCasagrande">Milo Casagrande</a></li>
<li><a href="https://wiki.ubuntu.com/ScottRitchie">Scott Ritchie</a></li>
<li><a href="https://wiki.ubuntu.com/philipballew">Philip Ballew</a></li>
<li><a href="https://wiki.ubuntu.com/Joeb454">Joe Barker</a></li>
</ul>
<p>I wish them all good luck and to the elected ones, please take care of the Community many of us love.</p>
<p><b>Edit:</b> It&#8217;s been pointed out that Emmet was previously on the CC and I didn&#8217;t mention him under the people standing again. He was previously chosen after someone else stepped down, and his term doesn&#8217;t yet expire. However we decided to force the vote again to avoid us having another vote later.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;title=Voting+in+a+new+Ubuntu+Community+Council+Begins" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;title=Voting+in+a+new+Ubuntu+Community+Council+Begins" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;title=Voting+in+a+new+Ubuntu+Community+Council+Begins" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;headline=Voting+in+a+new+Ubuntu+Community+Council+Begins" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;title=Voting+in+a+new+Ubuntu+Community+Council+Begins&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div><div id="tweetbutton1452" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F&amp;text=Voting%20in%20a%20new%20Ubuntu%20Community%20Council%20Begins&amp;related=popey&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F10%2F07%2Fvoting-in-a-new-ubuntu-community-council-begins%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://popey.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div> <p><a href="http://popey.com/blog/?flattrss_redirect&amp;id=1452&amp;md5=b84d0b9b55ebb796b879a99c31e75d03" title="Flattr" target="_blank"><img src="http://popey.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2011/10/07/voting-in-a-new-ubuntu-community-council-begins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Moon OggCamp</title>
		<link>http://popey.com/blog/2011/08/11/full-moon-oggcamp/</link>
		<comments>http://popey.com/blog/2011/08/11/full-moon-oggcamp/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 11:14:35 +0000</pubDate>
		<dc:creator>popey</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://popey.com/blog/?p=1401</guid>
		<description><![CDATA["It is the duty, and ought to be the pleasure, of age and experience
to warn and instruct youth and to come to the aid of inexperience."
 -- William Cobbett, ~1829

 

This weekend (13th / 14th August) we (Linux Outlaws and Ubuntu UK Podcast) are holding Oggcamp 11 at Farnham Maltings in Surrey, UK. 

OggCamp ...]]></description>
			<content:encoded><![CDATA[<p class="wp-flattr-button"></p><blockquote><p>&#8220;It is the duty, and ought to be the pleasure, of age and experience<br />
to warn and instruct youth and to come to the aid of inexperience.&#8221;<br />
 &#8212; William Cobbett, ~1829</p></blockquote>
<p><a href="http://oggcamp.org/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/oggcamp11-badge-400px-300x99.png" alt="" title="OggCamp11" width="300" height="99" class="aligncenter size-medium wp-image-1402" /></a> </p>
<p><b>This weekend</b> (13th / 14th August) we (<a href="http://linuxoutlaws.com/">Linux Outlaws</a> and <a href="http://podcast.ubuntu-uk.org/">Ubuntu UK Podcast</a>) are holding Oggcamp 11 at <a href="http://www.farnhammaltings.com/">Farnham Maltings</a> in Surrey, UK. </p>
<p>OggCamp is a free semi-<a href="http://en.wikipedia.org/wiki/Unconference">unconference</a> two-day event about technology, open source, music, art, politics, community, creativity and more! People are welcome to come along and give talks about subjects that interest them.  </p>
<p>This is our third such <b>free event</b>, the first being in Wolverhampton in 2009, and the second last year in Liverpool. This time we&#8217;re down South in the beautiful town of <a href="http://en.wikipedia.org/wiki/Farnham">Farnham</a>. I&#8217;m so excited I could pop!</p>
<p>The event is the culmination of planning and co-operation between the presenters of both podcasts and a huge team of dedicated community contributors. It&#8217;s been made possible by some fantastic sponsors without whom we just couldn&#8217;t run the event. </p>
<p><a href="http://www.bytemark.co.uk/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/bytemark.png" alt="" title="Bytemark Hosting" width="209" height="16" class="aligncenter size-full wp-image-1405" /></a></p>
<p><a href="http://www.bytemark.co.uk/">Bytemark</a> came on board very early on in the project, in fact they approached us before we even started soliciting for sponsors. They&#8217;ve been extremely generous in helping us pay the considerable cost for the hire of the venue. Consider them the next time you&#8217;re looking for robust hosting, a VPS or dedicated servers.</p>
<p><a href="http://canonical.com/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/canonical.png" alt="" title="Canonical" width="199" height="26" class="aligncenter size-full wp-image-1408" /></a></p>
<p>Conversely <a href="http://canonical.com/">Canonical</a> are our most recent sponsor, also providing us with generous financial help. We&#8217;ve used the money from Canonical in various ways, rather than one big thing, which will make the event even more awesome than it already is. Canonical have also supplied us with some great <a href="http://ubuntu.com/">Ubuntu</a> branded merchandise from their online <a href="http://shop.canonical.com/">store</a>.</p>
<p><a href="http://lug.org.uk/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/lug-org-uk.png" alt="" title="lug.org.uk" width="80" height="80" class="aligncenter size-full wp-image-1411" /></a></p>
<p>Ex-<a href="http://lugradio.org/">LUGRadio</a> presenter <a href="http://twitter.com/#!/chr15p">Chris Procter</a> (and all-round nice guy) has consistently provided support for OggCamp over the years, and this year is no exception. Under the banner of <a href="http://lug.org.uk">LUG.org.uk</a>, provider of technical services to UK Linux User Groups, Chris has once again donated funds to help make OggCamp 11 happen. </p>
<p><a href="http://bitfolk.com/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/bitfolk.png" alt="" title="bitfolk" width="198" height="60" class="aligncenter size-full wp-image-1412" /></a></p>
<p><a href="http://bitfolk.com/">BitFolk</a> are good friends of the <a href="http://podcast.ubuntu-uk.org/">show</a> and generously provide a free VPS for the <a href="http://ubuntu-uk.org">Ubuntu UK Local Community Team</a>. Once again they&#8217;ve come up trumps and are sponsoring the Saturday evening event at this years OggCamp. <a href="http://bitfolk.com/">BitFolk</a> have made it possible for us to hire a room and bar on Saturday night so everyone can wind down after a great day geeking out. Check them out if you&#8217;re looking for a high quality, reliable and well run VPS.</p>
<p><a href="http://google.com/linux"><img src="http://popey.com/blog/wp-content/uploads/2011/08/google.png" alt="" title="Google" width="199" height="66" class="aligncenter size-full wp-image-1413" /></a></p>
<p><a href="http://google.com/">Google</a> should need no introduction! They&#8217;re generously supporting OggCamp 11 for which we are very grateful! </p>
<p><a href="http://apress.com/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/apress.png" alt="" title="Apress" width="197" height="46" class="aligncenter size-full wp-image-1418" /></a></p>
<p>Prolific and diverse publisher <a href="http://apress.com/">Apress</a> have once again provided us with some excellent books from their extensive line-up. The books cover current topics we&#8217;re certain will interest many OggCamp attendees. Along with other merchandise we&#8217;ve been given, these will be entered into a raffle, tickets will be available at the venue.</p>
<p><a href="http://oreilly.com/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/oreilly.png" alt="" title="O&#039;Reilly" width="199" height="36" class="aligncenter size-full wp-image-1419" /></a></p>
<p>Once again we&#8217;re delighted to have <a href="http://oreilly.com/">O&#8217;Reilly</a> on board to support OggCamp 11. O&#8217;Reilly should be on site (which is convenient for them, given they have an office only a few hundred yards away) selling books at superb prices. They&#8217;re also generously giving us liquid sustenance at lunchtime to help keep attendees nicely lubricated!</p>
<p><a href="http://www.linuxformat.com/"><img src="http://popey.com/blog/wp-content/uploads/2011/08/lxf.png" alt="" title="Linux Format" width="200" height="85" class="aligncenter size-full wp-image-1420" /></a></p>
<p>Finally we&#8217;re happy once more to announce our friends and fellow <a href="http://tuxradar.com/podcast">podcasters</a> at <a href="http://www.linuxformat.com/">Linux Format</a> who are the Media Partner for OggCamp 11! The guys from Linux Format have been awesome in promoting the event in their magazine with this great full page advert. Click to see the full size PDF, or buy the magazine and see it in print!</p>
<p><a href="http://popey.com/blog/wp-content/uploads/2011/08/oggcamp11-lxf-ad.pdf"><img src="http://popey.com/blog/wp-content/uploads/2011/08/oggcamp_lxf-211x300.png" alt="" title="OggCamp Advert" width="211" height="300" class="aligncenter size-medium wp-image-1421" /></a></p>
<p>I&#8217;m really looking forward to this years OggCamp, and hope to see many of my &#8216;Internet friends&#8217; there! <img src='http://popey.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Plus it&#8217;s a full moon, so anything could happen!</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;title=Full+Moon+OggCamp" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;title=Full+Moon+OggCamp" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;title=Full+Moon+OggCamp" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;headline=Full+Moon+OggCamp" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Full+Moon+OggCamp&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Full+Moon+OggCamp&amp;u=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Full+Moon+OggCamp&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Full+Moon+OggCamp&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Full+Moon+OggCamp&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;title=Full+Moon+OggCamp&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" ><img class="lightsocial_img" src="http://popey.com/blog/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div><div id="tweetbutton1401" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F&amp;text=Full%20Moon%20OggCamp&amp;related=popey&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fpopey.com%2Fblog%2F2011%2F08%2F11%2Ffull-moon-oggcamp%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://popey.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div> <p><a href="http://popey.com/blog/?flattrss_redirect&amp;id=1401&amp;md5=05c27c6520d915f03e7b899d669f998a" title="Flattr" target="_blank"><img src="http://popey.com/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://popey.com/blog/2011/08/11/full-moon-oggcamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

