<?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>Beezly&#039;s Blog &#187; Computing</title>
	<atom:link href="http://www.beezly.org.uk/tag/Computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beezly.org.uk</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 15:55:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Afuse FTW</title>
		<link>http://www.beezly.org.uk/2009/02/afuse-ftw/</link>
		<comments>http://www.beezly.org.uk/2009/02/afuse-ftw/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:19:45 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.beezly.org.uk/2009/02/afuse-ftw/</guid>
		<description><![CDATA[Today I started to try and get autofs and sshfs to play nicely with each other. Sadly, because of the way both autofs and ssh works, it&#8217;s not easy to do. Then along came afuse, which solved the exact problem I had. Now I can do; cd ssh/some.other.host and I get to the root directory [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started to try and get autofs and sshfs to play nicely with each other. Sadly, because of the way both autofs and ssh works, it&#8217;s not easy to do. </p>
<p>Then along came <a href="http://afuse.sourceforge.net/">afuse</a>, which solved the exact problem I had. Now I can do;</p>
<p><tt>cd ssh/some.other.host</tt></p>
<p>and I get to the root directory of another machine. Magic!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2009/02/afuse-ftw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Comment Counts in WordPress</title>
		<link>http://www.beezly.org.uk/2007/09/fixing-comment-counts-in-wordpress/</link>
		<comments>http://www.beezly.org.uk/2007/09/fixing-comment-counts-in-wordpress/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 09:29:18 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.beezly.org.uk/?p=1844</guid>
		<description><![CDATA[As I&#8217;ve just migrated to using WordPress for my blog, I thought I&#8217;d add some useful information in my first post. WordPress caches comment counts for each individual article in wp_posts.comment_count. If for some reason these cached values don&#8217;t match up to the real comment counts per article, you can fix this using the following [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve just migrated to using <a href="http://wordpress.org">WordPress</a> for my blog, I thought I&#8217;d add some useful information in my first post.</p>
<p>WordPress caches comment counts for each individual article in <code>wp_posts.comment_count</code>. If for some reason these cached values don&#8217;t match up to the real comment counts per article, you can fix this using the following SQL. This applies to WordPress 2.3. I don&#8217;t know if it will work for anything else.</p>
<pre>
UPDATE wp_posts
  SET comment_count = (
   SELECT COUNT(*)
     FROM wp_comments
     WHERE wp_posts.ID=wp_comments.comment_post_id
     GROUP BY wp_comments.comment_post_id
   );</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/09/fixing-comment-counts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad user&#8230;</title>
		<link>http://www.beezly.org.uk/2007/09/bad_user___/</link>
		<comments>http://www.beezly.org.uk/2007/09/bad_user___/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<pre>
# uptime

  2:05pm  up 49 day(s), 20:17,  45 users,  load average: 7938.89, 5199.82, 1657.09
</pre>
]]></description>
			<content:encoded><![CDATA[<pre>
# uptime

  2:05pm  up 49 day(s), 20:17,  45 users,  load average: 7938.89, 5199.82, 1657.09
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/09/bad_user___/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few months on&#8230;</title>
		<link>http://www.beezly.org.uk/2007/08/a_few_months_on___/</link>
		<comments>http://www.beezly.org.uk/2007/08/a_few_months_on___/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>It's been a few months since I bought my Mac now. It's really become my main operating system at work and I use it fairly frequently at home, so I thought I'd list a few of the applications I'm using frequently:</p>

<ul>
<li>iTerm - <a href="http://iterm.sourceforge.net">iterm.sourceforge.net</a>. 
<p>An enhanced terminal application. I was used to <tt>gnome-terminal</tt> on Linux and the tabbed window feature was something I missed in the Apple supplied Terminal. One minor gripe was some broken keyboard mappings, but I fixed that.</p></li>
<li>VMware Fusion - <a href="http://vmware.com/products/fusion">vmware.com/products/fusion</a>. 
<p>Basically this is VMware Workstation for Macs. The Unity feature is <b>excellent</b>, allowing me to embed Windows applications on to my OS X desktop without having to have an entire Windows desktop running in a window. My main requirement for this is to run Linux and also for Windows XP (my work use Microsoft Live Communication Server - Windows Messenger is the <b>only</b> client that I can use to talk to it and the Mac version doesn't seem to work). I've always been really impressed with VMware's products and Fusion also excels.</p></li>
<li>MacFUSE - <a href="http://code.google.com/p/macfuse">code.google.com/p/macfuse</a>.  
<p>FUSE for Macintosh. It allows me to mount filesystems on machines just using SSH. Another great piece of software which I was used to from Linux.</p></li>
<li>Azureus - <a href="http://azureus.sourceforge.net">azureus.sourceforge.net</a>. 
<p>A cross-platform Java BitTorrent client. I'm not too keen on what they are doing with v3, but v2.5 is ok. I've also been using Transmission - <a href="http://transmission.m0k.org">tranmission.m0k.org</a>, although sometimes it doesn't have some features that I want to use.</p></li>
<li>VirtueDesktops - <a href="http://virtuedesktops.org">virtuedesktops.org</a>. 
<p>Virtual Desktops for OSX. If you used Virtual Desktops before you'll find this to be a really nice implementation with some clever features that allow you to use the tilt and light sensors to change desktops (although they're more of a gimmick than anything else). Development of VirtueDesktops has stopped as it is about to be out-moded by the inclusion of a Virtual Desktop feature (<a href="http://www.apple.com/macosx/leopard/features/spaces.html"> Spaces</a>) in the next release of Mac OSX. Until then, VirtueDesktops is great.</p></li>
<li>Firefox - <a href="http://getfirefox.com">getfirefox.com</a>. 
<p>The best web browser out there for my purposes.</p></li>
<li>MissingSync for Palm OS - <a href="http://www.markspace.com/missingsync_palmos.php">www.markspace.com/missingsync_palmos.php</a> <p>Decent synchronisation for my Treo 680 phone.</p>
</li>
<li>SpanningSync - <a href="http://spanningsync.com">spanningsync.com</a>.
<p>Synchronises my iCal Calendars with Google Calendar. I'm not usually that keen on "Subscription Software", but this application seems to work reliably.</p></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a few months since I bought my Mac now. It&#8217;s really become my main operating system at work and I use it fairly frequently at home, so I thought I&#8217;d list a few of the applications I&#8217;m using frequently:</p>
<ul>
<li>iTerm &#8211; <a href="http://iterm.sourceforge.net">iterm.sourceforge.net</a>.
<p>An enhanced terminal application. I was used to <tt>gnome-terminal</tt> on Linux and the tabbed window feature was something I missed in the Apple supplied Terminal. One minor gripe was some broken keyboard mappings, but I fixed that.</p>
</li>
<li>VMware Fusion &#8211; <a href="http://vmware.com/products/fusion">vmware.com/products/fusion</a>.
<p>Basically this is VMware Workstation for Macs. The Unity feature is <b>excellent</b>, allowing me to embed Windows applications on to my OS X desktop without having to have an entire Windows desktop running in a window. My main requirement for this is to run Linux and also for Windows XP (my work use Microsoft Live Communication Server &#8211; Windows Messenger is the <b>only</b> client that I can use to talk to it and the Mac version doesn&#8217;t seem to work). I&#8217;ve always been really impressed with VMware&#8217;s products and Fusion also excels.</p>
</li>
<li>MacFUSE &#8211; <a href="http://code.google.com/p/macfuse">code.google.com/p/macfuse</a>.
<p>FUSE for Macintosh. It allows me to mount filesystems on machines just using SSH. Another great piece of software which I was used to from Linux.</p>
</li>
<li>Azureus &#8211; <a href="http://azureus.sourceforge.net">azureus.sourceforge.net</a>.
<p>A cross-platform Java BitTorrent client. I&#8217;m not too keen on what they are doing with v3, but v2.5 is ok. I&#8217;ve also been using Transmission &#8211; <a href="http://transmission.m0k.org">tranmission.m0k.org</a>, although sometimes it doesn&#8217;t have some features that I want to use.</p>
</li>
<li>VirtueDesktops &#8211; <a href="http://virtuedesktops.org">virtuedesktops.org</a>.
<p>Virtual Desktops for OSX. If you used Virtual Desktops before you&#8217;ll find this to be a really nice implementation with some clever features that allow you to use the tilt and light sensors to change desktops (although they&#8217;re more of a gimmick than anything else). Development of VirtueDesktops has stopped as it is about to be out-moded by the inclusion of a Virtual Desktop feature (<a href="http://www.apple.com/macosx/leopard/features/spaces.html"> Spaces</a>) in the next release of Mac OSX. Until then, VirtueDesktops is great.</p>
</li>
<li>Firefox &#8211; <a href="http://getfirefox.com">getfirefox.com</a>.
<p>The best web browser out there for my purposes.</p>
</li>
<li>MissingSync for Palm OS &#8211; <a href="http://www.markspace.com/missingsync_palmos.php">www.markspace.com/missingsync_palmos.php</a>
<p>Decent synchronisation for my Treo 680 phone.</p>
</li>
<li>SpanningSync &#8211; <a href="http://spanningsync.com">spanningsync.com</a>.
<p>Synchronises my iCal Calendars with Google Calendar. I&#8217;m not usually that keen on &#8220;Subscription Software&#8221;, but this application seems to work reliably.</p>
</li>
</ul>
<p><!--break--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/08/a_few_months_on___/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember kids</title>
		<link>http://www.beezly.org.uk/2007/07/remember_kids/</link>
		<comments>http://www.beezly.org.uk/2007/07/remember_kids/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Crap]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Every time you send an HTML e-mail, <a href="http://flickr.com/photos/myblueeyeguy/55862650/">a fairy dies</a>.]]></description>
			<content:encoded><![CDATA[<p>Every time you send an HTML e-mail, <a href="http://flickr.com/photos/myblueeyeguy/55862650/">a fairy dies</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/07/remember_kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Streetview</title>
		<link>http://www.beezly.org.uk/2007/06/google_streetview/</link>
		<comments>http://www.beezly.org.uk/2007/06/google_streetview/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well "explore holmfirth" has been offline for years now. Me and beezly started thinking about how we could bring it back in form of a dynamic community driven photo navigation system, ...but never quite got round to it.

For a long time <A HREF="http://geograph.co.uk">Geograph</A> has been the closest anyone has come to my idea (Well that's the most impressive UK example of photo-location tagging at least)

But the big G has just launched a new extension to their maps...

<h3><A HREF="http://maps.google.com/help/maps/streetview/">Google Streetview</A></h3>

Takes a while for all the fancy javascript to load, but give it a try. Cool hey? Might have to wait for a while before they add Holmfirth coverage though!]]></description>
			<content:encoded><![CDATA[<p>Well &#8220;explore holmfirth&#8221; has been offline for years now. Me and beezly started thinking about how we could bring it back in form of a dynamic community driven photo navigation system, &#8230;but never quite got round to it.</p>
<p>For a long time <A HREF="http://geograph.co.uk">Geograph</A> has been the closest anyone has come to my idea (Well that&#8217;s the most impressive UK example of photo-location tagging at least)</p>
<p>But the big G has just launched a new extension to their maps&#8230;</p>
<h3><A HREF="http://maps.google.com/help/maps/streetview/">Google Streetview</A></h3>
<p>Takes a while for all the fancy javascript to load, but give it a try. Cool hey? Might have to wait for a while before they add Holmfirth coverage though!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/06/google_streetview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Someone asked me the other day&#8230;</title>
		<link>http://www.beezly.org.uk/2007/01/someone_asked_me_the_other_day___/</link>
		<comments>http://www.beezly.org.uk/2007/01/someone_asked_me_the_other_day___/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[... how many computers do I use. They meant, at work and at a home, how many do I use on a day to day basis.

It took me a while to work out, but here's a semi-detailed answer;

]]></description>
			<content:encoded><![CDATA[<p>&#8230; how many computers do I use. They meant, at work and at a home, how many do I use on a day to day basis.</p>
<p>It took me a while to work out, but here&#8217;s a semi-detailed answer;</p>
<p><!--break--></p>
<ul>
<li><tt>monkey</tt>. <tt>monkey</tt> is my main home workstation. I use it when I am working from home, or for playing the odd game, although I&#8217;m not much of a gamer (though recently I&#8217;ve been playing Speedball 2 &#8211; a game from the early 90&#8242;s I used to play). I&#8217;ve had monkey, in various forms, for the past ten years, although I suspect the only original part is the floppy disk drive.</li>
<li><tt>coal</tt>. <tt>coal</tt> is my main home file server. It stores all my files, music, videos and all the other tat you keep. It also acts as a DNS server, LDAP replica and shares out music via DAAP (iTunes).</li>
<li><tt>diamond</tt>. <tt>diamond</tt> is my firewall and wireless access point.</li>
<li><tt>moon</tt>. <tt>moon</tt> is my test box. At the moment I am trying out <a href="http://gnusolaris.org">Nexenta</a> on it so I can run my home directory on ZFS (over NFS).</li>
<li><tt>gold</tt>. <tt>gold</tt> is a big machine that I have (14 CPUs and 4.5GB RAM). It is currently turned off as it uses quite a lot of electricity. I use it if I need a large SMP machine (which is rarely).</li>
<li><tt>rock</tt>. <tt>rock</tt> is my PVR machine for recording and watching TV. It is currently turned off.</li>
<li><tt>tintin</tt>. <tt>tintin</tt> is my Mac laptop. I use it when I am out and about &#8211; or lazing in bed!</li>
<li><tt>terrapin</tt>. <tt>terrapin</tt> is my main workstation at work</li>
<li><tt>tortoise</tt>. <tt>tortoise</tt> is my work NFS and test server. It has also been known to share music out via DAAP (iTunes).</li>
</ul>
<p>That brings the number to 9. 6 at home, 1 laptop and 2 at work.</p>
<p>That&#8217;s not right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2007/01/someone_asked_me_the_other_day___/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Thoughts on Firefox 3 Alpha 1</title>
		<link>http://www.beezly.org.uk/2006/12/first_thoughts_on_firefox_3_alpha_1/</link>
		<comments>http://www.beezly.org.uk/2006/12/first_thoughts_on_firefox_3_alpha_1/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Firefox 3 Alpha 1 <a href="http://www.mozilla.org/projects/firefox/3.0a1/releasenotes/">is available</a>, although only recommended for developers and crazy people.

The first thing I've noticed is that rendering of pages, especially those using lots of Javascript and AJAX goodness is much, much quicker.

I've also noticed that it crashes <b>a lot</b> - but it is an Alpha release, so that's to be expected.

That is all.]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 Alpha 1 <a href="http://www.mozilla.org/projects/firefox/3.0a1/releasenotes/">is available</a>, although only recommended for developers and crazy people.</p>
<p>The first thing I&#8217;ve noticed is that rendering of pages, especially those using lots of Javascript and AJAX goodness is much, much quicker.</p>
<p>I&#8217;ve also noticed that it crashes <b>a lot</b> &#8211; but it is an Alpha release, so that&#8217;s to be expected.</p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2006/12/first_thoughts_on_firefox_3_alpha_1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loosing Time</title>
		<link>http://www.beezly.org.uk/2006/11/loosing_time/</link>
		<comments>http://www.beezly.org.uk/2006/11/loosing_time/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Looks like <tt>fiordland.ubuntu.com</tt> (the default ubuntu time server) is loosing time (highlighted in red)...</p>

<pre>
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 fiordland.ubunt 193.79.237.14    2 u   17   64    1   86.350   <span style="color: red;">30.454</span>   0.001
 71.237.179.90   140.142.16.34    2 u   16   64    1  199.342    4.298   0.001
 ntp1.ja.net     193.62.22.98     2 u   15   64    1   25.256   -5.517   0.001
 ntp2.ja.net     .GPS.            1 u   14   64    1   23.713   -4.287   0.001]]></description>
			<content:encoded><![CDATA[<p>Looks like <tt>fiordland.ubuntu.com</tt> (the default ubuntu time server) is loosing time (highlighted in red)&#8230;</p>
<pre>
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 fiordland.ubunt 193.79.237.14    2 u   17   64    1   86.350   <span style="color: red;">30.454</span>   0.001
 71.237.179.90   140.142.16.34    2 u   16   64    1  199.342    4.298   0.001
 ntp1.ja.net     193.62.22.98     2 u   15   64    1   25.256   -5.517   0.001
 ntp2.ja.net     .GPS.            1 u   14   64    1   23.713   -4.287   0.001
 ntp0.ja.net     .MSF.            1 u   13   64    1   20.058   -4.979   0.001
 LOCAL(0)        LOCAL(0)        13 l   12   64    1    0.000    0.000   0.001
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2006/11/loosing_time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell history meme</title>
		<link>http://www.beezly.org.uk/2006/09/shell_history_meme/</link>
		<comments>http://www.beezly.org.uk/2006/09/shell_history_meme/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>beezly</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<pre>
cs1ajb@bootsy:~$ history&#124;awk '{print $2}'&#124;awk 'BEGIN {FS="&#124;"} \
  {print $1}'&#124;sort&#124;uniq -c&#124;sort -rn&#124;head -10
     78 cd
     73 ls
     60 ssh
     43 sudo
     24 apt-cache
     22 vi
     16 script/server
     13 ps
     11 dpkg
      9 sqlite3
</pre>

Yup, I've been doing some <a href="http://www.rubyonrails.org/">Ruby On Rails</a> development.]]></description>
			<content:encoded><![CDATA[<pre>
cs1ajb@bootsy:~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} \
  {print $1}'|sort|uniq -c|sort -rn|head -10
     78 cd
     73 ls
     60 ssh
     43 sudo
     24 apt-cache
     22 vi
     16 script/server
     13 ps
     11 dpkg
      9 sqlite3
</pre>
<p>Yup, I&#8217;ve been doing some <a href="http://www.rubyonrails.org/">Ruby On Rails</a> development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beezly.org.uk/2006/09/shell_history_meme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
