<?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>Ian's Blog</title>
	<atom:link href="http://getsomeskills.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://getsomeskills.wordpress.com</link>
	<description>You wish you were here!</description>
	<lastBuildDate>Mon, 22 Aug 2011 00:23:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='getsomeskills.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ian's Blog</title>
		<link>http://getsomeskills.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://getsomeskills.wordpress.com/osd.xml" title="Ian&#039;s Blog" />
	<atom:link rel='hub' href='http://getsomeskills.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Install Crashplan on a Qnap Atom (TS-x59)</title>
		<link>http://getsomeskills.wordpress.com/2010/06/20/install-crashplan-on-a-qnap-atom-ts-x59/</link>
		<comments>http://getsomeskills.wordpress.com/2010/06/20/install-crashplan-on-a-qnap-atom-ts-x59/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 05:39:02 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/?p=276</guid>
		<description><![CDATA[This guide is a modified version of the original by Cokeman.dk as there are some bits that didn&#8217;t quite work. How to install and enable CrashPlan on the QNAP nas (Atom models) Install: Opware (qpkg, from qnap homepage) From an SSH run this: ipkg update ipkg install nano ipkg install cpio ipkg install bash ipkg [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=276&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This guide is a modified version of the original by Cokeman.dk as there are some bits that didn&#8217;t quite work.</p>
<h2>How  to install and enable CrashPlan on the QNAP nas (Atom models)</h2>
<p>Install: Opware (qpkg, from qnap homepage)</p>
<p>From an SSH run this:</p>
<table border="1">
<tbody>
<tr>
<td>ipkg update<br />
ipkg install nano<br />
ipkg install cpio<br />
ipkg install  bash<br />
ipkg install coreutils<br />
cd /opt<br />
ln -s /opt/bin/bash /bin/bash<br />
wget <a title="Linkification:  http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_2010-03-08_Linux.tgz" href="http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_2010-03-08_Linux.tgz">http://download.crashplan.com/installs/linux/install/CrashPlan/CrashPlan_2010-03-08_Linux.tgz<br />
</a>tar  zfx CrashPlan_2010-03-08_Linux.tgz<br />
rm CrashPlan_2010-03-08_Linux.tgz<br />
cd  /opt/CrashPlan-install</td>
</tr>
</tbody>
</table>
<p>Edit the install.sh (I use the command &#8220;<strong>nano install.sh</strong>&#8220;)</p>
<table border="1">
<tbody>
<tr>
<td>#!/opt/bin/bash<br />
BINSLOC=&#8221;/bin /opt/bin /usr/bin /usr/local/bin&#8221;</td>
</tr>
</tbody>
</table>
<p>Install Crashplan (command is: &#8220;./install.sh&#8221;) using &#8220;admin&#8221; user and  into &#8220;/opt/crashplan&#8221;</p>
<h2>Getting it  to start on reboot</h2>
<p>edit /etc/config/qpkg.conf, and add: (I use the command &#8221;<strong>nano  /etc/config/qpkg.conf&#8221;</strong>)</p>
<table border="1">
<tbody>
<tr>
<td>[CrashPlanStarter]<br />
Name = CrashPlanStarter<br />
Version = 0.1<br />
Enable  = FALSE<br />
QPKG_File =<br />
Date = 2009-12-06<br />
Shell =  /share/MD0_DATA/.qpkg/crashplan/cprun.sh<br />
Install_Path =  /share/MD0_DATA/.qpkg/crashplan<br />
Author = Cokeman.dk</td>
</tr>
</tbody>
</table>
<p>now we must create the &#8220;/share/MD0_DATA/.qpkg/crashplan/cprun.sh&#8221;:</p>
<table border="1">
<tbody>
<tr>
<td>mkdir /share/MD0_DATA/.qpkg/crashplan</td>
</tr>
</tbody>
</table>
<p>use your favorite scp program to transfer the cprun.sh, attached to  the guide. into &#8220;/share/MD0_DATA/.qpkg/crashplan&#8221;</p>
<p>Last but not at least, run the command:</p>
<table border="1">
<tbody>
<tr>
<td>chmod +x /share/MD0_DATA/.qpkg/crashplan/cprun.sh</td>
</tr>
</tbody>
</table>
<p>In addition edit /opt/qpkg/crashplan/bin/CrashPlanEngine and add the line:</p>
<p>#!/opt/bin/bash<br />
BINSLOC=&#8221;/bin /opt/bin /usr/bin /usr/local/bin&#8221;</p>
<p>To start crashplan use the webadmin of the QNAP, to start the QPKG,  that we have just made.</p>
<p>or you can start crastplan manualy to test if it works. (It will not  start on reboot, there you must enable it using the webadmin)</p>
<p>cd /opt/crashplan/bin</p>
<p>ln -s /opt/bin/bash /bin/bash</p>
<p>./crashplan start</p>
<p>Here is the cprun.sh file &#8211; Note I&#8217;ve modified the sleep intervals.</p>
<address><em>#!/bin/sh</em></address>
<address><em>RETVAL=0</em></address>
<address><em>QPKG_NAME=&#8221;CrashPlanStarter&#8221;</em></address>
<address><em>_exit()</em></address>
<address><em>{</em></address>
<address><em> /bin/echo -e &#8220;Error: $*&#8221;</em></address>
<address><em> /bin/echo</em></address>
<address><em> exit 1</em></address>
<address><em>}</em></address>
<address><em># Determine BASE installation location according to smb.conf</em></address>
<address><em>BASE=</em></address>
<address><em>publicdir=`/sbin/getcfg Public path -f /etc/config/smb.conf`</em></address>
<address><em>if [ ! -z $publicdir ] &amp;&amp; [ -d $publicdir ];then</em></address>
<address><em> publicdirp1=`/bin/echo $publicdir | /bin/cut -d &#8220;/&#8221; -f 2`</em></address>
<address><em> publicdirp2=`/bin/echo $publicdir | /bin/cut -d &#8220;/&#8221; -f 3`</em></address>
<address><em> publicdirp3=`/bin/echo $publicdir | /bin/cut -d &#8220;/&#8221; -f 4`</em></address>
<address><em> if [ ! -z $publicdirp1 ] &amp;&amp; [ ! -z $publicdirp2 ] &amp;&amp; [ ! -z $publicdirp3 ]; then</em></address>
<address><em> [ -d "/${publicdirp1}/${publicdirp2}/Public" ] &amp;&amp; BASE=&#8221;/${publicdirp1}/${publicdirp2}&#8221;</em></address>
<address><em> fi</em></address>
<address><em>fi</em></address>
<address><em># Determine BASE installation location by checking where the Public folder is.</em></address>
<address><em>if [ -z $BASE ]; then</em></address>
<address><em> for datadirtest in /share/HDA_DATA /share/HDB_DATA /share/HDC_DATA /share/HDD_DATA /share/MD0_DATA; do</em></address>
<address><em> [ -d $datadirtest/Public ] &amp;&amp; BASE=&#8221;/${publicdirp1}/${publicdirp2}&#8221;</em></address>
<address><em> done</em></address>
<address><em>fi</em></address>
<address><em>if [ -z $BASE ] ; then</em></address>
<address><em> echo &#8220;The Public share not found.&#8221;</em></address>
<address><em> _exit 1</em></address>
<address><em>fi</em></address>
<address><em>QPKG_DIR=${BASE}/.qpkg/crashplan</em></address>
<address><em>case &#8220;$1&#8243; in</em></address>
<address><em> start)</em></address>
<address><em> if [ `/sbin/getcfg ${QPKG_NAME} Enable -u -d FALSE -f /etc/config/qpkg.conf` = UNKNOWN ]; then</em></address>
<address><em> /sbin/setcfg ${QPKG_NAME} Enable TRUE -f /etc/config/qpkg.conf</em></address>
<address><em> elif [ `/sbin/getcfg ${QPKG_NAME} Enable -u -d FALSE -f /etc/config/qpkg.conf` != TRUE ]; then</em></address>
<address><em> _exit  &#8220;${QPKG_NAME} is disabled.&#8221;</em></address>
<address><em> fi</em></address>
<address><em> /bin/echo &#8220;Enable CrashPlanStarter&#8221;</em></address>
<address><em> echo 1048576 &gt; /proc/sys/fs/inotify/max_user_watches</em></address>
<address><em> /bin/sleep 30</em></address>
<address><em> source /etc/profile</em></address>
<address><em> /bin/sleep 60</em></address>
<address><em> mkdir /var/lib/crashplan</em></address>
<address><em> cp /share/MD0_DATA/.qpkg/crashplan/.identity /var/lib/crashplan/</em></address>
<address><em>#    #sleep 120</em></address>
<address><em> /opt/crashplan/bin/crashplan start</em></address>
<address><em> ;;</em></address>
<address><em> stop)</em></address>
<address><em> /bin/echo &#8220;Disable CrashPlanStarter&#8221;</em></address>
<address><em> /opt/crashplan/bin/crashplan stop</em></address>
<address><em> cp /var/lib/crashplan/.identity /share/MD0_DATA/.qpkg/crashplan/</em></address>
<address><em> ;;</em></address>
<address><em> restart)</em></address>
<address><em> $0 stop</em></address>
<address><em> $0 start</em></address>
<address><em> ;;</em></address>
<address><em> *)</em></address>
<address><em> echo &#8220;Usage: $0 {start|stop|restart}&#8221;</em></address>
<address><em> exit 1</em></address>
<address><em>esac</em></address>
<address><em>exit $RETVAL</em></address>
<address> </address>
<p>One final thing is after starting and setting up crashplan as you want run the following command to save the identity for CrashPlan:</p>
<p>cp /var/lib/crashplan/.identity /share/MD0_DATA/.qpkg/crashplan/</p>
<p>Now it should work after a restart <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=276&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2010/06/20/install-crashplan-on-a-qnap-atom-ts-x59/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Baby due to arrive</title>
		<link>http://getsomeskills.wordpress.com/2010/01/13/baby-due-to-arrive/</link>
		<comments>http://getsomeskills.wordpress.com/2010/01/13/baby-due-to-arrive/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:41:44 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/?p=272</guid>
		<description><![CDATA[Baby will likely be here Monday.  To follow the progress I&#8217;ll be tweeting away as the day progresses.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=272&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Baby will likely be here Monday.  To follow the progress I&#8217;ll be tweeting away as the day progresses.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=272&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2010/01/13/baby-due-to-arrive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Moved house and settling in</title>
		<link>http://getsomeskills.wordpress.com/2010/01/04/moved-house-and-settling-in/</link>
		<comments>http://getsomeskills.wordpress.com/2010/01/04/moved-house-and-settling-in/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 00:23:21 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2010/01/04/moved-house-and-settling-in/</guid>
		<description><![CDATA[Well after moving house I knew the Kitty wouldn’t be under too much stress after the move.&#160; Clearly I underestimated how relaxed she would be.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=271&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well after moving house I knew the Kitty wouldn’t be under too much stress after the move.&#160; Clearly I underestimated how relaxed she would be.</p>
<p><a href="http://getsomeskills.files.wordpress.com/2010/01/p1010564.jpg" target="_blank"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="P1010564" border="0" alt="P1010564" src="http://getsomeskills.files.wordpress.com/2010/01/p1010564_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://getsomeskills.files.wordpress.com/2010/01/p1010565.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="P1010565" border="0" alt="P1010565" src="http://getsomeskills.files.wordpress.com/2010/01/p1010565_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://getsomeskills.files.wordpress.com/2010/01/p1010566.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="P1010566" border="0" alt="P1010566" src="http://getsomeskills.files.wordpress.com/2010/01/p1010566_thumb.jpg?w=244&#038;h=184" width="244" height="184" /></a> <a href="http://getsomeskills.files.wordpress.com/2010/01/p1010567.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="P1010567" border="0" alt="P1010567" src="http://getsomeskills.files.wordpress.com/2010/01/p1010567_thumb.jpg?w=184&#038;h=244" width="184" height="244" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=271&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2010/01/04/moved-house-and-settling-in/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2010/01/p1010564_thumb.jpg" medium="image">
			<media:title type="html">P1010564</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2010/01/p1010565_thumb.jpg" medium="image">
			<media:title type="html">P1010565</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2010/01/p1010566_thumb.jpg" medium="image">
			<media:title type="html">P1010566</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2010/01/p1010567_thumb.jpg" medium="image">
			<media:title type="html">P1010567</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing .Net 3.5 after a previous install fails</title>
		<link>http://getsomeskills.wordpress.com/2009/12/01/installing-net-3-5-after-a-previous-install-fails/</link>
		<comments>http://getsomeskills.wordpress.com/2009/12/01/installing-net-3-5-after-a-previous-install-fails/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 00:09:56 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/?p=260</guid>
		<description><![CDATA[I’ve been building a 2008 Server base image in preparation for SQL 2008 and as part of the install .Net 3.5 is needed. Unfortunately first time round the server crashed mid way through the install. Any attempt after that failed to install or remove .Net 3.5. So after a bit of digging around here’s what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=260&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been building a 2008 Server base image in preparation for SQL 2008 and as part of the install .Net 3.5 is needed. Unfortunately first time round the server crashed mid way through the install. Any attempt after that failed to install or remove .Net 3.5.</p>
<p>So after a bit of digging around here’s what I did to get it all working again:</p>
<ul>
<li>Clear out the %Temp% dir</li>
<li>Delete the following Reg keys</li>
<li>HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework Setup</li>
<li>HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv2.0.50727</li>
<li>HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv3.0</li>
<li>HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv3.5</li>
<li>Install .NET framework 3.0 from Role Management tool on the box.</li>
<li>Computer Management -&gt; Features -&gt; Add features -&gt;.NET framework 3.0 framework</li>
<li>Then install .NET framework 3.5</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=260&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/12/01/installing-net-3-5-after-a-previous-install-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Wave</title>
		<link>http://getsomeskills.wordpress.com/2009/11/30/google-wave/</link>
		<comments>http://getsomeskills.wordpress.com/2009/11/30/google-wave/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:48:54 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/?p=259</guid>
		<description><![CDATA[Got myself an invite to Google Wave this morning. Now I just need to figure out if it’s any use!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=259&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Got myself an invite to Google Wave this morning. Now I just need to figure out if it’s any use!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=259&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/11/30/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Maps car spotted</title>
		<link>http://getsomeskills.wordpress.com/2009/11/25/google-maps-car-spotted/</link>
		<comments>http://getsomeskills.wordpress.com/2009/11/25/google-maps-car-spotted/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 02:35:15 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2009/11/25/google-maps-car-spotted/</guid>
		<description><![CDATA[Just on my way back to the office and spotted a Google Streetview camera car driving down Nelson street in Auckland. I had no idea they actually updated the streetview after the initial shots. I’ll have to monitor it now and see when I pop up on there!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=258&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just on my way back to the office and spotted a Google Streetview camera car driving down Nelson street in Auckland. I had no idea they actually updated the streetview after the initial shots. I’ll have to monitor it now and see when I pop up on there!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=258&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/11/25/google-maps-car-spotted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Squid access.log TCP_DENIED explainations</title>
		<link>http://getsomeskills.wordpress.com/2009/11/05/squid-access-log-tcp_denied-explainations/</link>
		<comments>http://getsomeskills.wordpress.com/2009/11/05/squid-access-log-tcp_denied-explainations/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:51:26 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2009/11/05/squid-access-log-tcp_denied-explainations/</guid>
		<description><![CDATA[Just yesterday I had to diagnose some squid errors as some users couldn&#8217;t get to certain websites. Upon checking through the access.log there were a few TCP_Misses. I found some useful explanations for common Squid log messages: If it&#8217;s TCP_DENIED/407 then your proxy is set up to use some form of authentication and the authentication [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=255&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just yesterday I had to diagnose some squid errors as some users couldn&#8217;t get to certain websites. Upon checking through the access.log there were a few TCP_Misses. I found some useful explanations for common Squid log messages:</p>
<blockquote><p>If it&#8217;s TCP_DENIED/407 then your proxy is set up to use some form of authentication and the authentication is failing. Either an automated update tool doesn&#8217;t have the credentials to use or a user has forgotten their username/password. This is usually solved when the user tells you they can&#8217;t access the internet, or their auto-update is failing.</p>
<p>If it&#8217;s TCP_DENIED/400 then the syntax of the request was wrong. With this you might also see something like &quot;error:invalid-request&quot; or &quot;error:unsupported-request-method&quot;. The user (or a link on a web page) did something wrong &#8211; look at the entries after these and see if there is a successful request.</p>
<p>If it&#8217;s TCP_DENIED/401 then the page requires authorisation. There&#8217;s probably an entry after these where they authenticated themselves. If there isn&#8217;t they probably don&#8217;t have a username/password for the site &#8211; it&#8217;s not really your problem (unless it&#8217;s your site).</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=255&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/11/05/squid-access-log-tcp_denied-explainations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Xenapp 5 PNAgent connecting to the wrong/old URL</title>
		<link>http://getsomeskills.wordpress.com/2009/11/03/xenapp-5-pnagent-connecting-to-the-wrongold-url/</link>
		<comments>http://getsomeskills.wordpress.com/2009/11/03/xenapp-5-pnagent-connecting-to-the-wrongold-url/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:34:16 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2009/11/03/xenapp-5-pnagent-connecting-to-the-wrongold-url/</guid>
		<description><![CDATA[Modify your default user profile's ntuser.dat file and then replace the original with the modified one on each workstation through a batch file, login script, Altiris, etc.

To modify the ntuser.dat file open regedit locally, select the HKEY_USERS hive, select File, then Load Hive, browse to c:documents and settingsdefault user, select the ntuser.dat file here, name it defaultuser and click ok, expand HKEY_USERS and then expand defaultuser and drill down to: SoftwareCITRIX and change the following to correspond to the correct server url:

<em>CtxLogonRecentServers
Program Neighborhood AgentConfig URL
Program Neighborhood AgentEnum URL
Program Neighborhood AgentEnum_Smartcard URL
Program Neighborhood AgentLaunch URL
Program Neighborhood AgentLaunch_Smartcard URL
Program Neighborhood AgentReconnect URL
Program Neighborhood AgentReconnect_Smartcard URL</em>

After completing this process, select the defaultuser hive then select File and then Unload Hive to save the modified ntuser.dat file. Locate this file and copy off to a network install point (file server) and use the process of your choice to deploy it to all workstations.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=251&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been building a new Citrix environment which heavily relies on PNagent to deliver applications to Users. After rebuilding some of the backend apps servers we ran in to an issue with PNagent picking up a wrong URL entry (I setup a round robin DNS with 0 TTL). After some googling here is the fix:</p>
<blockquote><p>Modify your default user profile&#8217;s ntuser.dat file and then replace the original with the modified one on each workstation through a batch file, login script, Altiris, etc.</p>
<p>To modify the ntuser.dat file open regedit locally, select the HKEY_USERS hive, select File, then Load Hive, browse to c:\documents and settings\default user, select the ntuser.dat file here, name it defaultuser and click ok, expand HKEY_USERS and then expand defaultuser and drill down to: Software\CITRIX and change the following to correspond to the correct server url:</p>
<p><em>\CtxLogon\RecentServers<br />
\Program Neighborhood Agent\Config URL<br />
\Program Neighborhood Agent\Enum URL<br />
\Program Neighborhood Agent\Enum_Smartcard URL<br />
\Program Neighborhood Agent\Launch URL<br />
\Program Neighborhood Agent\Launch_Smartcard URL<br />
\Program Neighborhood Agent\Reconnect URL<br />
\Program Neighborhood Agent\Reconnect_Smartcard URL</em></p>
<p>After completing this process, select the defaultuser hive then select File and then Unload Hive to save the modified ntuser.dat file. Locate this file and copy off to a network install point (file server) and use the process of your choice to deploy it to all workstations.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=251&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/11/03/xenapp-5-pnagent-connecting-to-the-wrongold-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>
	</item>
		<item>
		<title>Honda Jazz Sport intake</title>
		<link>http://getsomeskills.wordpress.com/2009/10/22/honda-jazz-sport-intake/</link>
		<comments>http://getsomeskills.wordpress.com/2009/10/22/honda-jazz-sport-intake/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:34:16 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2009/10/22/honda-jazz-sport-intake/</guid>
		<description><![CDATA[Here is another picture of the Jazzs’ Intake system I did. The picture is from a local NZHondas meet. So far the intake is performing very well, with definite low end torque improvement. I don’t expect to see MPG gains until the next tank of fuel, but will report when I start to see the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=247&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is another picture of the Jazzs’ Intake system I did. The picture is from a local NZHondas meet. So far the intake is performing very well, with definite low end torque improvement. I don’t expect to see MPG gains until the next tank of fuel, but will report when I start to see the difference, good or bad.</p>
<p><a href="http://getsomeskills.files.wordpress.com/2009/10/image0012.jpg"><img src="http://getsomeskills.files.wordpress.com/2009/10/image0012.jpg?w=500&#038;h=424" alt="image0012" title="image0012" width="500" height="424" class="alignnone size-full wp-image-248" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=247&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/10/22/honda-jazz-sport-intake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2009/10/image0012.jpg" medium="image">
			<media:title type="html">image0012</media:title>
		</media:content>
	</item>
		<item>
		<title>Honda Jazz Sport Short Ram Intake</title>
		<link>http://getsomeskills.wordpress.com/2009/10/16/honda-jazz-sport-short-ram-intake/</link>
		<comments>http://getsomeskills.wordpress.com/2009/10/16/honda-jazz-sport-short-ram-intake/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:41:52 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://getsomeskills.wordpress.com/2009/10/16/honda-jazz-sport-short-ram-intake/</guid>
		<description><![CDATA[I’ve been following a thread on fitfreak (Fit is the Japan/US name for a Jazz) with regards to modifiying the stock air intake for a short ram. The benefits people are seeing are varied from a few miles per gallon extra, better throttle response and better low end torque. Whether I’ll see these on mine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=245&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been following a thread on fitfreak (Fit is the Japan/US name for a Jazz) with regards to modifiying the stock air intake for a short ram. The benefits people are seeing are varied from a few miles per gallon extra, better throttle response and better low end torque. Whether I’ll see these on mine is yet to be seen.</p>
<p>Took this picture on my way out to work this morning but will upload some better ones.</p>
<p><a href="http://getsomeskills.files.wordpress.com/2009/10/image0011.jpg"><img src="http://getsomeskills.files.wordpress.com/2009/10/image0011.jpg?w=499&#038;h=666" alt="image0011" title="image0011" width="499" height="666" class="alignnone size-full wp-image-246" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/getsomeskills.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/getsomeskills.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/getsomeskills.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=getsomeskills.wordpress.com&amp;blog=7515433&amp;post=245&amp;subd=getsomeskills&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://getsomeskills.wordpress.com/2009/10/16/honda-jazz-sport-short-ram-intake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c524091195617eb261873522842af581?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ian</media:title>
		</media:content>

		<media:content url="http://getsomeskills.files.wordpress.com/2009/10/image0011.jpg" medium="image">
			<media:title type="html">image0011</media:title>
		</media:content>
	</item>
	</channel>
</rss>
