<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Remember how to...?</title>
	<atom:link href="http://memoryspot.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://memoryspot.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Sat, 22 May 2010 01:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='memoryspot.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Remember how to...?</title>
		<link>http://memoryspot.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://memoryspot.wordpress.com/osd.xml" title="Remember how to...?" />
	<atom:link rel='hub' href='http://memoryspot.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SSL access to MythWeb</title>
		<link>http://memoryspot.wordpress.com/2010/05/22/ssl-access-to-mythweb/</link>
		<comments>http://memoryspot.wordpress.com/2010/05/22/ssl-access-to-mythweb/#comments</comments>
		<pubDate>Sat, 22 May 2010 01:55:16 +0000</pubDate>
		<dc:creator>memoryspot</dc:creator>
				<category><![CDATA[mythtv]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mythweb]]></category>
		<category><![CDATA[mythbuntu]]></category>

		<guid isPermaLink="false">http://memoryspot.wordpress.com/?p=16</guid>
		<description><![CDATA[I set up my mythbox to serve mythweb over SSL (i.e. https) rather that the standard http.  I&#8217;m currently running v0.21 on a mythbuntu installation.  I&#8217;m going to upgrade any day now. There are a couple of steps that are needed to be done Set Up a SSL certificate Follow the guide at https://help.ubuntu.com/community/OpenSSL to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=16&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I set up my <a href="http://www.mythtv.org">mythbox</a> to serve mythweb over SSL (i.e. https) rather that the standard http.  I&#8217;m currently running v0.21 on a mythbuntu installation.  I&#8217;m going to upgrade any day now.</p>
<p>There are a couple of steps that are needed to be done</p>
<h2>Set Up a SSL certificate</h2>
<p>Follow the guide at <a href="https://help.ubuntu.com/community/OpenSSL" target="_blank">https://help.ubuntu.com/community/OpenSSL</a> to setup a certificate.  It is easier to follow this guide rather than me rewriting it.</p>
<p>I didn&#8217;t fill in all of the contact details accurately.  I don&#8217;t want people who find my site to get my details.  Bah!</p>
<p>A couple of <em>gotchas</em>:</p>
<ol>
<li>Make sure your country code is only two letters long in the countryName field</li>
<li>Make an unencrypted key &#8212; you want your mythbox to start automatically and not need a password, don&#8217;t you!</li>
</ol>
<h2>Set Up Apache to serve via SSL</h2>
<p>Again, this is based on the great help provided at <a href="http://ubuntuforums.org/showthread.php?t=791432">http://ubuntuforums.org/showthread.php?t=791432</a></p>
<ol>
<li>Change directory to <code>/etc/apache2</code></li>
<li>Edit the file <code>ports.conf</code>
<ul>
<li>Change
<pre>NameVirtualHost *:80
Listen 80
</pre>
<p>to</p>
<pre>NameVirtualHost *:443
#Listen 80
</pre>
</li>
</ul>
</li>
<li>Edit the file <code>sites-available/default-mythbuntu</code> and change
<pre>&lt;VirtualHost *:80&gt;
</pre>
<p>to</p>
<pre>&lt;VirtualHost *:443&gt;
</pre>
<p>and then add the following:</p>
<pre>SSLEngine On
SSLCertificateFile /home/username/myCA/server_crt.pem
SSLCertificateKeyFile /home/username/myCA/private/server_key.pem
</pre>
<ul>
<li><strong>Note:</strong> I differ with the advice in the article over the SSL files to use.  I think they should be the server/site certificates rather the the certificate authority (CA) certificates.</li>
</ul>
</li>
<li>Restart the Apache server:
<pre>sudo /etc/init.d/apache2 restart</pre>
</li>
</ol>
<h2>All Done</h2>
<p>Now you should have no server on port 80 and your mythweb served via SSL.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/memoryspot.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/memoryspot.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/memoryspot.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=16&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://memoryspot.wordpress.com/2010/05/22/ssl-access-to-mythweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96541463703273e7a2e75d4c200fe350?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">memoryspot</media:title>
		</media:content>
	</item>
		<item>
		<title>git: Remove files from history &#8211; A method that works</title>
		<link>http://memoryspot.wordpress.com/2010/05/18/git-remove-files-from-history-a-method-that-works/</link>
		<comments>http://memoryspot.wordpress.com/2010/05/18/git-remove-files-from-history-a-method-that-works/#comments</comments>
		<pubDate>Tue, 18 May 2010 05:34:49 +0000</pubDate>
		<dc:creator>memoryspot</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://memoryspot.wordpress.com/2010/05/18/git-remove-files-from-history-a-method-that-works/</guid>
		<description><![CDATA[I am slowly moving from a monolithic svn repository of my file over to the nimble (but often slightly confusing) world of individual repositories for each project managed by git. One of the problems that I have is that I had a directory in which I started with a lot of code and over time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=6&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am slowly moving from a monolithic svn repository of my file over to the nimble (but often slightly confusing) world of individual repositories for each project managed by git.</p>
<p>One of the problems that I have is that I had a directory in which I started with a lot of code and over time have moved subdirectories into their own and then I&#8217;ve deleted them from the main directory, but the svn-to-git process <em>correctly</em> keeps these delete directories in my history. However, I don&#8217;t want them, I just want to keep some of the history.</p>
<p>Fortunately git has a great way of handling these things with the filter-branch command, but it can be a tad complicated. I was unable to get any of the examples I came across to work until I found David Underhill&#8217;s post <a href="http://dound.com/2009/04/git-forever-remove-files-or-folders-from-history/">git: forever remove files or folders from history</a>.</p>
<p>So what did I do?</p>
<pre>
git filter-branch --prune-empty --index-filter "git rm -rf --cached --ignore-unmatch deleted-directory/*" HEAD
rm -rf .git/refs/original/ &amp;&amp; git reflog expire --all &amp;&amp; git gc --aggressive --prune
</pre>
<p>The only difference from what David suggested (and this comes from the comment) is the <code>--prune-empty</code> flag.</p>
<p>&#8230;and it&#8217;s all good. The unwanted directories are purged from history and my repo is nice and small again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/memoryspot.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/memoryspot.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/memoryspot.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=6&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://memoryspot.wordpress.com/2010/05/18/git-remove-files-from-history-a-method-that-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96541463703273e7a2e75d4c200fe350?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">memoryspot</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop invading my space&#8230;</title>
		<link>http://memoryspot.wordpress.com/2010/05/17/stop-invading-my-space/</link>
		<comments>http://memoryspot.wordpress.com/2010/05/17/stop-invading-my-space/#comments</comments>
		<pubDate>Mon, 17 May 2010 03:16:23 +0000</pubDate>
		<dc:creator>memoryspot</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[adblock plus]]></category>
		<category><![CDATA[noscript]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[requestpolicy]]></category>

		<guid isPermaLink="false">http://memoryspot.wordpress.com/2010/05/17/stop-invading-my-space/</guid>
		<description><![CDATA[My privacy is important to me. So, to view this blog I use Firefox with NoScript, RequestPolicy and of course Adblock Plus. In NoScript I&#8217;ve marked as untrusted quantserve.com, skimlinks.com and snap.com. Adblock Plus has the EasyPrivacy+EasyList subscription and RequestPolicy just blocks everything by default. I know that WordPress needs to make money to provide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=5&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My privacy is important to me.</p>
<p>So, to view this blog I use <a href="http://getfirefox.com">Firefox</a> with <a href="https://addons.mozilla.org/en-US/firefox/addon/722/">NoScript</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/9727/">RequestPolicy</a> and of course <a href="https://addons.mozilla.org/en-US/firefox/addon/1865/">Adblock Plus</a>.</p>
<p>In NoScript I&#8217;ve marked as untrusted quantserve.com, skimlinks.com and snap.com.</p>
<p>Adblock Plus has the EasyPrivacy+EasyList subscription and RequestPolicy just blocks everything by default.</p>
<p>I know that WordPress needs to make money to provide free services (like this blog) but I don&#8217;t want to be tracked and overwhelmed by hangers-on. I hope you get something from this and maybe improve your surfing experience.</p>
<p>I may add another post with the other add-ons that I use in Firefox.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/memoryspot.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/memoryspot.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/memoryspot.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=5&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://memoryspot.wordpress.com/2010/05/17/stop-invading-my-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96541463703273e7a2e75d4c200fe350?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">memoryspot</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://memoryspot.wordpress.com/2010/05/15/hello-world/</link>
		<comments>http://memoryspot.wordpress.com/2010/05/15/hello-world/#comments</comments>
		<pubDate>Sat, 15 May 2010 06:27:06 +0000</pubDate>
		<dc:creator>memoryspot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://memoryspot.wordpress.com/?p=1</guid>
		<description><![CDATA[This blog is simply a way to collect together all the good idea that I come across. &#8230;well maybe not all the good ideas. How about: random stuff that I feel like sharing.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=1&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog is simply a way to collect together all the good idea that I come across.</p>
<p>&#8230;well maybe not <strong><em>all</em></strong> the good ideas.</p>
<p>How about: random stuff that I feel like sharing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/memoryspot.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/memoryspot.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/memoryspot.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=memoryspot.wordpress.com&amp;blog=13687522&amp;post=1&amp;subd=memoryspot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://memoryspot.wordpress.com/2010/05/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/96541463703273e7a2e75d4c200fe350?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">memoryspot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
