<?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>Povich - Jim Whiteside spouting squit</title>
	<atom:link href="http://white-side.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://white-side.co.uk/blog</link>
	<description>Ramblings of Jim Whiteside, and some good old Norfolk squit.</description>
	<lastBuildDate>Thu, 12 Jan 2012 11:33:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adventures with Amateur Radio</title>
		<link>http://white-side.co.uk/blog/2012/01/adventures-with-amateur-radio/</link>
		<comments>http://white-side.co.uk/blog/2012/01/adventures-with-amateur-radio/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 11:29:08 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[hamradio]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=250</guid>
		<description><![CDATA[For the last year or so, I have been working through the various levels of Amateur Radio licences &#8211; as of a month or so ago I now hold a full UK Licence M0HPJ Rather than pollute this blog with radio related stuff, I&#8217;ve started a new one http://m0hpj.wordpress.com/ My first post relates to a [...]]]></description>
			<content:encoded><![CDATA[<p>For the last year or so, I have been working through the various levels of Amateur Radio licences &#8211; as of a month or so ago I now hold a full UK Licence M0HPJ</p>
<p>Rather than pollute this blog with radio related stuff, I&#8217;ve started a new one <a href="http://m0hpj.wordpress.com/">http://m0hpj.wordpress.com/</a></p>
<p>My first post relates to a review of a selection of <a href="http://m0hpj.wordpress.com/amateur-radio-android-apps/">Amateur Radio apps for Android</a></p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2012/01/adventures-with-amateur-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XKCD- Wisdom of the Ancients</title>
		<link>http://white-side.co.uk/blog/2011/11/xkcd-wisdom-of-the-ancients/</link>
		<comments>http://white-side.co.uk/blog/2011/11/xkcd-wisdom-of-the-ancients/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 17:09:22 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=251</guid>
		<description><![CDATA[Been there &#8211; got the t-shirt.]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/979/"><img class="alignnone" title="Wisdom of the Ancients" src="http://imgs.xkcd.com/comics/wisdom_of_the_ancients.png" alt="All long help threads should have a sticky globally-editable post at the top saying 'DEAR PEOPLE FROM THE FUTURE: Here's what we've figured out so far ...'" width="485" height="270" /></a></p>
<p>Been there &#8211; got the t-shirt.</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2011/11/xkcd-wisdom-of-the-ancients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and XHProf to profile Drupal on Ubuntu</title>
		<link>http://white-side.co.uk/blog/2011/10/installing-and-xhprof-to-profile-drupal-on-ubuntu/</link>
		<comments>http://white-side.co.uk/blog/2011/10/installing-and-xhprof-to-profile-drupal-on-ubuntu/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:48:11 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[xhprof]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=245</guid>
		<description><![CDATA[The following recipe was used to install XHProf on a Ubuntu server running Drupal 6, inspired by http://techportal.ibuildings.com/2009/12/01/profiling-with-xhprof/ &#8211; my PEAR installer complained about missing config.m4, and I couldn’t find Brian Mercer’s php5-xhprof Ubuntu package. Download and manually install XHProf: wget http://pecl.php.net/get/xhprof-0.9.2.tgz tar xvf xhprof-0.9.2.tgz cd ./xhprof-0.9.2/extension/ phpize ./configure --with-php-config=/usr/bin/php-config make make install make test [...]]]></description>
			<content:encoded><![CDATA[<p>The following recipe was used to install <a href="http://pecl.php.net/package/xhprof">XHProf</a> on a Ubuntu server running Drupal 6, inspired by<a href="http://techportal.ibuildings.com/2009/12/01/profiling-with-xhprof/"> http://techportal.ibuildings.com/2009/12/01/profiling-with-xhprof/</a> &#8211; my PEAR installer complained about missing config.m4, and I couldn’t find Brian Mercer’s <a href="http://groups.drupal.org/node/82889">php5-xhprof</a> Ubuntu package.</p>
<p>Download and manually install XHProf:</p>
<p><code>wget http://pecl.php.net/get/xhprof-0.9.2.tgz<br />
tar xvf xhprof-0.9.2.tgz<br />
cd ./xhprof-0.9.2/extension/<br />
phpize<br />
./configure --with-php-config=/usr/bin/php-config<br />
make<br />
make install<br />
make test<br />
cd ..<br />
cp -rp xhprof_html /usr/share/php/<br />
cp -rp xhprof_lib /usr/share/php/<br />
mkdir /var/tmp/xhprof<br />
chown www-data /var/tmp/xhprof</code></p>
<p>Optional &#8211; install graphviz for the Callgraph funtionality</p>
<p><code>apt-get install graphviz</code></p>
<p>Create /etc/php5/conf.d/xhprof.ini</p>
<p><code>[xhprof]<br />
extension=xhprof.so<br />
xhprof.output_dir="/var/tmp/xhprof"</code></p>
<p>Create/etc/apache2/conf.d/xhprof.conf</p>
<p><code>alias /xhprof_html "/usr/share/php/xhprof_html/"</code></p>
<p>Restart Apache</p>
<p><code>apache2ctl graceful</code></p>
<p>Configure Drupal in /admin/settings/devel</p>
<p><code>xhprof directory: /usr/share/php<br />
xhprof URL: /xhprof_html</code></p>
<p>Now to get my head around what it all means!</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2011/10/installing-and-xhprof-to-profile-drupal-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GB0CMS &#8211; Caister Marconi Station</title>
		<link>http://white-side.co.uk/blog/2011/05/gb0cms-caister-marconi-station/</link>
		<comments>http://white-side.co.uk/blog/2011/05/gb0cms-caister-marconi-station/#comments</comments>
		<pubDate>Fri, 13 May 2011 08:38:10 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=234</guid>
		<description><![CDATA[Spot the good looking chap at the end &#8211; 2E0HPJ]]></description>
			<content:encoded><![CDATA[<p>Spot the good looking chap at the end &#8211; 2E0HPJ<br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/Z41FLKaT7eY" frameborder="0" allowFullScreen="true"> </iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2011/05/gb0cms-caister-marconi-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wget Voodoo</title>
		<link>http://white-side.co.uk/blog/2011/01/wget-voodoo/</link>
		<comments>http://white-side.co.uk/blog/2011/01/wget-voodoo/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 12:09:31 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[tinkering]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=229</guid>
		<description><![CDATA[I&#8217;m stumped by a supposedly simple problem with using wget to regularly fetch a snapshot from a webcam over a not-too-reliable network connection to then push to a website. If the connection fails wget overwrites a good file with a 0 byte one &#8211; how can I get it to leave the original intact? Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m stumped by a supposedly simple problem with using wget to regularly fetch a snapshot from a webcam over a not-too-reliable network connection to then push to a <a href="http://www.happisburgh.org.uk/webcam" target="_blank">website</a>. If the connection fails wget overwrites a good file with a 0 byte one &#8211; how can I get it to leave the original intact?</p>
<p>Here&#8217;s my script (simplified &#8211; mine actually fetches 4 images and writes to two ftp accounts):</p>
<pre>#!/bin/bash

# fetch images, store them locally
wget --user=#### --password=#### http://192.168.1.15/axis-cgi/jpg/image.cgi -O video2.jpg
# ... next images

# now push them to a webserver
ftp -in &lt;&lt;EOF
  open my.domain.co.uk
  user ##### #####
  bin
  put video2.jpg
# ... put other images
  close
  bye
EOF
</pre>
<p>Ideas I&#8217;ve had but not been able to realise yet &#8230;</p>
<ol>
<li>Scour the wget manpage for some option to only overwite the output file if sucessful</li>
<li>Get wget to output to a temp file, wrap in script testing filesize to overwite the &#8216;real&#8217; file if filesize &gt; 0 bytes</li>
<li>Get wget to output to a temp file, wrap in script testing wget repose to overwite the &#8216;real&#8217; file if response contains &#8216;saved&#8217;</li>
<li>Somehow put logic in the ftp script to only upload files &gt; 0 bytes</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2011/01/wget-voodoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Campfire</title>
		<link>http://white-side.co.uk/blog/2010/05/campfire/</link>
		<comments>http://white-side.co.uk/blog/2010/05/campfire/#comments</comments>
		<pubDate>Thu, 20 May 2010 09:41:43 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=226</guid>
		<description><![CDATA[100 years later, this story remains terrifying&#8211;not because it&#8217;s the local network block, but because the killer is still on IPv4.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xkcd.com/742"><img class="alignnone" title="Campfire" src="http://imgs.xkcd.com/comics/campfire.png" alt="100 years later, this story remains terrifying--not because it's the local network block, but because the killer is still on IPv4." width="273" height="276" /></a></p>
<p>100 years later, this story remains terrifying&#8211;not because it&#8217;s the local network block, but because the killer is still on IPv4.</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2010/05/campfire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxying with Apache2 on Ubuntu</title>
		<link>http://white-side.co.uk/blog/2010/04/proxying-with-apache2-on-ubuntu/</link>
		<comments>http://white-side.co.uk/blog/2010/04/proxying-with-apache2-on-ubuntu/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:01:52 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[tinkering]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=224</guid>
		<description><![CDATA[Further to earlier problems with using Apache2 on Ubuntu to proxy web requests to devices inside my local network, I think I’ve now sussed it. Specifically, I&#8217;m trying to get Apache to enable external access to a webcam inside my network, where for some reason I can&#8217;t enable access to it directly using my router. [...]]]></description>
			<content:encoded><![CDATA[<p>Further to <a href="http://povich.co.uk/blog/2008/03/a-little-knowledge-is-a-dangerous-thing/">earlier  problems</a> with using Apache2 on Ubuntu to proxy web requests to  devices inside my local network, I think I’ve now sussed it.</p>
<p>Specifically, I&#8217;m trying to get Apache to enable external access to a webcam inside my network, where for some reason I can&#8217;t enable access to it directly using my router.</p>
<p>I’m now relatively confident that the appropriate way to do it is to enable <a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html" target="_blank">mod_proxy</a> and mod_proxy_http with <code>sudo a2enmod  proxy_http</code>, this then allows use of <a href="http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypass" target="_blank">ProxyPass </a>directive within a vhost for example:</p>
<p><code>ProxyPass /webcam http://192.168.1.15/</code></p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2010/04/proxying-with-apache2-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Books that changed my life</title>
		<link>http://white-side.co.uk/blog/2010/02/books-that-changed-my-life/</link>
		<comments>http://white-side.co.uk/blog/2010/02/books-that-changed-my-life/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 11:06:20 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://povich.co.uk/blog/?p=215</guid>
		<description><![CDATA[I’ve been thinking a lot about this recently; that most of the key changes in my life have a book associated with them, and the process of compiling this list has been quite enlightening. Maplin Electronics Catalogue &#8211; Early 1980’s and I’m a schoolboy having been introduced to electronics by the gift of an electronics [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been thinking a lot about this recently; that most of the key changes in my life have a book associated with them, and the process of compiling this list has been quite enlightening.</p>
<ul>
<li><strong>Maplin Electronics Catalogue</strong> &#8211; Early 1980’s and I’m a schoolboy having been introduced to electronics by the gift of an electronics kit one Christmas &#8211; of all the sources of information available to me the Maplin Catalogue had to be my favourite &#8211; I devoured every page, tried to understand every component and product and what they could do, and fantasised about building many of the projects &#8211; alas it was mostly fantasy and ‘window shopping’ &#8211; but I must have learnt something in those days. Strangely, there’s almost nothing on the Internet about them (other than other people looking) &#8211; am I the only one with fond memories of the 1980’s Maplin Catalogues with their futuristic sci-fi covers?</li>
<li><strong>I Robot</strong> &#8211; of all the Asimov books, this has to be my favourite, and I credit it with my belief that nothing is impossible &#8211; taking the premise of the elegant ‘three laws of robotics’ that you would think covered all eventualities, what would the result be of some unimaginable situation &#8211; of course with hindsight it all makes sense, but who could forseen a robot lying as a result of the accidental ability to read minds for instance?</li>
<li><strong>Programming the Z80</strong> by Rodney Zaks &#8211; not that I did much Z80 programming &#8211; my first computers were 6502 based &#8211; but this book helped me take the fundamental leap from a basic understanding of digital electronics to an appreciation of the inner workings of microprocessors. I first learned to program on an Acorn Atom with 2K of RAM (yes, 2048 bytes!!!) and the disciplines of squeezing every last ounce out of available resources set me up for later career in embedded systems &#8211; I still enjoy the ability to work in assembler even though most of my time is spent in much higher level languages with unimaginable resources to squander. I wonder how the next generations of geeks and techies will cut their teeth in the fundamentals, in the age of ‘GUIs’ and ‘IDEs’ and ‘RAD’ and ‘frameworks’? Would anyone now be able to shoehorn a game such as <a href="http://en.wikipedia.org/wiki/Elite_%28video_game%29" target="_blank">Elite </a>onto the meagre resources offered by the BBC Micro?</li>
<li><a href="http://oreilly.com/catalog/9781565924192" target="_blank"><strong>CGI Programming with Perl</strong></a> &#8211; This was the main book that helped me take the leap onto the Internet &#8211; whilst I now predominantly use PHP I still have a fondness for Perl (perhaps related to my love of lower level languages as described above) and it was through learning how to use Perl as a CGI scripting language to develop dynamic websites that helped me understand the ‘pleasures’ of the Internet, client / server architectures etc. Again, I wonder whether the next generation of developers who don’t have to go through this process will get as full an understanding of ‘why’ to go with ‘how’?</li>
<li><strong><a href="http://idler.co.uk/books/how-to-be-idle/" target="_blank">How to be Idle</a></strong> by Tom Hodgkinson &#8211; it’s probably a bit early to claim this as a life changing book as I’ve not yet finished reading it, but it symbolises a change I feel coming. I don’t know if this is a mini midlife crisis but I’ve recently been reviewing the way I life my life and my attitudes to the world and those around me. This book suggests that much that is wrong with the world comes from how unnatural the 9-5 ‘must achieve’ worth ethic is. Many quotes from philosophers, thinkers (and idlers) have been striking a real chord, and helping me come to the conclusion that it’s OK to be content with what I do achieve while living a happy life, rather than feeling guilty because of course I could work harder and achieve more yet be miserable.</li>
</ul>
<p>One thing is for certain, I’m looking forward to finding out what the next phase of my life will bring, and wondering what the accompanying books will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2010/02/books-that-changed-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t let the b******d machines win!</title>
		<link>http://white-side.co.uk/blog/2010/01/don%e2%80%99t-let-the-bd-machines-win/</link>
		<comments>http://white-side.co.uk/blog/2010/01/don%e2%80%99t-let-the-bd-machines-win/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:35:49 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=217</guid>
		<description><![CDATA[Believe it or not, I don’t think I really like computers &#8211; they’re the most frustrating, irritating, stress inducing devices I can imagine. But, it seems I do have a particular talent for getting them to do what I, or others, want them to do. Of course I would like to say that part of [...]]]></description>
			<content:encoded><![CDATA[<p>Believe it or not, I don’t think I really like computers &#8211; they’re the most frustrating, irritating, stress inducing devices I can imagine. But, it seems I do have a particular talent for getting them to do what I, or others, want them to do.</p>
<p>Of course I would like to say that part of my apparent success is due to years of study and experience having given me the ability to ‘think like a machine’ &#8211; or more accurately to be able to appreciate at quite a high level what’s going on inside the little black boxes &#8211; but I would also say that another part is an innate stubbornness and determination not to be beaten by a sliver of silicon.</p>
<p>Some days, no mater how hair-brained an idea you come up with might be &#8211; it just ‘works’. Other times, even the simplest most proven task fights back and you get nowhere, or as is often the case seem to go backwards. But I hold a strong belief that if machines and the things they do for us are to be worth anything, they should work for us rather than us having to work around how the machines want to do things.</p>
<p>Of course I’m not really suggesting that there’s some deep ‘conspiracy of the machines’, or that they have to handled like some wayward puppy you’re trying to house train, but I would suggest that to succeed in getting the most out of machines you do have to persevere and for goodness sake don’t let them see any fear in your eyes!</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2010/01/don%e2%80%99t-let-the-bd-machines-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To update or not to update</title>
		<link>http://white-side.co.uk/blog/2009/12/to-update-or-not-to-update/</link>
		<comments>http://white-side.co.uk/blog/2009/12/to-update-or-not-to-update/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 15:11:01 +0000</pubDate>
		<dc:creator>jaydublu</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://white-side.co.uk/blog/?p=219</guid>
		<description><![CDATA[There’s a sweet contentment knowing that a system is fully up to date and patched, but how uncomfortable it soon becomes when you find out there’s a new update or patch – leading to the nagging question of if / when to go through the grief of updating. On the one hand, you know you [...]]]></description>
			<content:encoded><![CDATA[<p>There’s a sweet contentment knowing that a system is fully up to date and patched, but how uncomfortable it soon becomes when you find out there’s a new update or patch – leading to the nagging question of if / when to go through the grief of updating.</p>
<p>On the one hand, you know you should apply updates as soon as you can to get any potential benefit of new features, bugfixes or even improved security and performance – but anyone who has been around long enough will know that even the simplest patch can upset an otherwise stable system and be a royal pain to resolve.</p>
<p>That leads to the temptation to procrastinate and put off updating systems until it can’t be avoided any longer, but the longer updates are left the more they build up, and the worse the process of updating becomes – again you may hear the sigh of bitter experience?</p>
<p>I’m not just talking about applications like WordPress and Drupal, or the dreaded Windows Update – there are so many constant reminders from all sorts of systems to ‘update now?’ And I’m talking about minor updates rather than the biggies like Vista -&gt; Windows 7 or Drupal 6 -&gt; Drupal 7 – those you have a choice, but minor updates you really don’t, it’s more a matter of ‘when’ than ‘if.</p>
<p>Here is a summary the guidelines that I try and stick to:</p>
<p><strong>Have a regular ‘maintenance period’</strong> – Accept that maintenance is a fact of life, and schedule an appropriate amount of time at least monthly to review logs, apply updates and other housekeeping tasks to maintain a healthy system. Of course this implies that the more systems you look after, the more time will be spent in maintenance, but that cannot be avoided – without tlc systems tend to ask for your attention when it’s not so convenient!</p>
<p><strong>Don’t do updates on a Friday afternoon</strong> – As tempting as it may be to slip this task in at the end of the week if your ‘proper work’ allows, it’s tempting fate and if you have problems with an update you might not have enough time to resolve it, or you might shortcut testing and not spot an issue until Monday. Make sure you have set enough time aside to do it properly, and you’re in the right frame of mind.</p>
<p><strong>Design your system to be maintained </strong>– when carrying out initial installation and configuration, think ahead to how you are going to apply and test updates and patches, and migrate changes between environments. Good decisions at the start make life so much easier six months down the line. Documentation and good naming conventions are key. And of course as part of your deployment there was a test plan that can be used to validate updates?</p>
<p><strong>Prepare and maintain a documented maintenance procedure</strong> – It makes the task much less daunting to know that you have a ‘script’ worked out rather than having to keep re-inventing the wheel. Wikis are ideal for the purpose as they’re easy to create and maintain. Anything you have to spend time figuring out so that next time you don’t have to struggle to remember it, or work it out again. If you find information that’s wrong or missing, fix it, and keep documentation updated as your system evolves.</p>
<p><strong>Read the release notes</strong> &#8211; try to get an understanding of what the update or patch you’re about to apply will change so you can analyse potential risks and identify any mitigating measures you might take, and to also identify what testing you can do to satisfy yourself all’s OK afterwards.</p>
<p><strong>Once you start – don’t stop until you finish</strong> – it’s probably worse half applying updates than not applying them, and even harder to do maintenance next time. So no distractions, and remember the ‘not on Friday afternoon’ rule.</p>
<p><strong>Pat yourself on the back afterwards</strong> – it’s a necessary job, so make sure you get your due reward. If you’re doing this for someone else (a client) make sure they appreciate the effort it takes, and don’t be apologetic about taking the time to do it properly. Few people notice a well running system, but you soon get shouted as when it goes titsup, so sleep well in the knowledge that all is right with the world again and you have done a proper job!</p>
]]></content:encoded>
			<wfw:commentRss>http://white-side.co.uk/blog/2009/12/to-update-or-not-to-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

