<?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>gary's web sofa &#187; Technology</title>
	<atom:link href="http://www.garypigott.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garypigott.net</link>
	<description>technology, internet oddities &#38; other random stuff</description>
	<lastBuildDate>Mon, 31 May 2010 14:57:26 +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>How to add a timeout to a Zabbix alert trigger</title>
		<link>http://www.garypigott.net/how-to-add-a-timeout-to-a-zabbix-alert-trigger/</link>
		<comments>http://www.garypigott.net/how-to-add-a-timeout-to-a-zabbix-alert-trigger/#comments</comments>
		<pubDate>Mon, 31 May 2010 14:51:24 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=225</guid>
		<description><![CDATA[I&#8217;ve replaced Cacti and Nagios with Zabbix to monitor the company infrastructure. Nagios is nice but there are some things you can only monitor using agents as Linux&#8217;s SNMP support ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve replaced <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jYWN0aS5uZXQv" target=\"_blank\">Cacti</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uYWdpb3Mub3JnLw==" target=\"_blank\">Nagios</a> with <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy56YWJiaXguY29tLw==" target=\"_blank\">Zabbix</a> to monitor the company infrastructure. Nagios is nice but there are some things you can only monitor using agents as Linux&#8217;s <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Tbm1w" target=\"_blank\">SNMP</a> support is just too fragile. It&#8217;s also nice having monitoring and charting built into one easy to configure web application as opposed to drowning in config files.</p>
<p>My one pain point was state flapping. A service can go unresponsive for a fraction of a second under heavy load and come back right again. All to frequently my inbox would get swamped with problem&#8230;ok&#8230;problem&#8230;ok&#8230;.problem&#8230;ok messages. By the time I&#8217;d log in everything had settled down. It&#8217;s not a perfect situation, but doesn&#8217;t warrant getting out of bed to repair either. Nagios has a flapping detection function but Zabbix doesn&#8217;t.</p>
<p>What I&#8217;ve found is that the AVG function can be used to average the status values (&#8220;1&#8243; or &#8220;0&#8243;) over a given period and only trigger an alert if it drops below the alert value. For example</p>
<blockquote><p>{server01:net.tcp.port[, 80].avg(30)}&lt;1</p></blockquote>
<p>will only trigger a second alert if the web server stays responsive for at least 30 seconds between outages. Also</p>
<blockquote><p>{server01:net.tcp.port[, 80].avg(30)}=0</p></blockquote>
<p>Will only trigger an alert if the service stays down for more than 30 seconds at a time. Further you can combine the two in</p>
<blockquote><p>{server01:net.tcp.port[, 80].avg(60)}&lt;0.5</p></blockquote>
<p>to only trigger an alert if the service stays down for more than 30 seconds and only trigger an OK if it stays back up for 30 seconds.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=225" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/how-to-add-a-timeout-to-a-zabbix-alert-trigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It looks like my data snuck up into the cloud without telling me&#8230;</title>
		<link>http://www.garypigott.net/it-looks-like-my-data-snuck-up-into-the-cloud-without-telling-me/</link>
		<comments>http://www.garypigott.net/it-looks-like-my-data-snuck-up-into-the-cloud-without-telling-me/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 23:12:10 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=202</guid>
		<description><![CDATA[I bought a new laptop recently. This isn&#8217;t my first PC upgrade. I think I&#8217;m on my 9th laptop at this stage. It&#8217;s always been a dreadful chore, exporting, packaging, ]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 10px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://www.garypigott.net/wp-content/uploads/2010/02/image.png" width="200" height="129" /> I bought a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hY2VyLmNvLnVrL2FjZXIvcHJvZHVjdHYuZG8/TGFuZ3VhZ2VJU09DdHhQYXJhbT1lbiZhbXA7a2NvbmQ2MWUuYzJhdHQxMDE9NTg5NDcmYW1wO3NwPXBhZ2UxNmUmYW1wO2N0eDIuYzJhdHQxPTE3JmFtcDtsaW5rPWxuNDM4ZSZhbXA7Q291bnRyeUlTT0N0eFBhcmFtPVVLJmFtcDtjdHgxZy5jMmF0dDkyPTEyMiZhbXA7Y3R4MS5hdHQyMWs9MSZhbXA7Q1JDPTI1NzkyMTUxNzc=" target=\"_blank\">new laptop</a> recently. This isn&#8217;t my first PC upgrade. I think I&#8217;m on my 9th laptop at this stage. It&#8217;s always been a dreadful chore, exporting, packaging, burning, installing, copying, saving, importing and then configuring everything. it used to take a solid weekend before I was 100% comfortable. This time around was very disconcerting. I basically switched on my new laptop, installed a few tools, entered my MS Office license key and I was pretty much good to go. </p>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.garypigott.net/wp-content/uploads/2010/02/image3.png" width="179" height="136" /> Because my current work style is very fluid, where I hop between my office and home PCs, a laptop, a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hY2VyLmNvLnVrL2FjZXIvcHJvZHVjdHYuZG8/TGFuZ3VhZ2VJU09DdHhQYXJhbT1lbiZhbXA7a2NvbmQ2MWUuYzJhdHQxMDE9NDA4MzQmYW1wO3NwPXBhZ2UxNmUmYW1wO2N0eDIuYzJhdHQxPTE3JmFtcDtsaW5rPWxuNDM4ZSZhbXA7Q291bnRyeUlTT0N0eFBhcmFtPVVLJmFtcDtjdHgxZy5jMmF0dDkyPTg0MiZhbXA7Y3R4MS5hdHQyMWs9MSZhbXA7Q1JDPTM4NDg2NjI5Mw==" target=\"_blank\">netbook</a> and an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vaXBob25lLw==" target=\"_blank\">iPhone</a>, it made sense to try and keep my data where I could access it regardless of device. I basically have 3 categories of data: email, my web browser environment (bookmarks, stored passwords, history) and unstructured data (Word, PowerPoint, Excel, JPEGs etc. files). I use a few cloud based services to supplement these, but more on them another time.</p>
<p><strong><img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Live_Mesh" border="0" alt="Live_Mesh" align="right" src="http://www.garypigott.net/wp-content/uploads/2010/02/Live_Mesh.png" width="150" height="150" /> Documents:</strong> I&#8217;m fairly neat when it comes to organising data on my laptop. Everything is in the My Documents folder. I used to use <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zY29vdGVyc29mdHdhcmUuY29tLw==" target=\"_blank\">Beyond Compare</a> to manually sync my desktop and laptop but for the last while I&#8217;ve been using <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly93d3cubWVzaC5jb20vd2VsY29tZS9kZWZhdWx0LmFzcHg=" target=\"_blank\">Microsoft Live Mesh Beta</a> to keep everything in sync automatically. A change or addition on any system ripples around to all the rest in real time. This means I can start work on a document in the office and seamlessly pick up where I left off when I get home without having to do a thing. On the new PC I just installed the Mesh client and left it to do it&#8217;s thing over night. It pulled my data from the online copy and placed it just where I&#8217;d expect it.</p>
<p><img style="border-right-width: 0px; margin: 0px 5px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="right" src="http://www.garypigott.net/wp-content/uploads/2010/02/image2.png" width="150" height="71" /> <strong>Email:</strong> POP is for noobs; IMAP is king. Seeing as Google are generous enough to give away 7GB+ of email storage I’d be a fool not to use it. A few years ago (pretty much as soon as it was available) I created an @garypigott.net Google Apps account and shoved all my email up there. Right now there are 118,527 emails, occupying 2298MB of space, and vitally, it’s completely searchable in exactly the same way you’d search the web using Google. I access exactly the same data using <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nbWFpbC5jb20=" target=\"_blank\">Gmail</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL29mZmljZS5taWNyb3NvZnQuY29tL2VuLWdiL291dGxvb2svZGVmYXVsdC5hc3B4" target=\"_blank\">Outlook</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3dpbmRvd3MvaWUvaWU2L3VzaW5nL29lL2RlZmF1bHQubXNweA==" target=\"_blank\">Outlook Express</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Rvd25sb2FkLmxpdmUuY29tL3dsbWFpbA==" target=\"_blank\">Windows Live Mail</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLWdiLnd3dy5tb3ppbGxhbWVzc2FnaW5nLmNvbS9lbi1HQi90aHVuZGVyYmlyZC8=" target=\"_blank\">Thunderbird</a>, and the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vaXBob25lL2lwaG9uZS0zZ3MvbWFpbC5odG1s" target=\"_blank\">iPhone mail client</a>.</p>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 40px 10px; display: inline; border-top: 0px; border-right: 0px" title="weave-header" border="0" alt="weave-header" align="right" src="http://www.garypigott.net/wp-content/uploads/2010/02/weaveheader2.png" width="150" height="127" /><strong>Web Browser Environment:</strong> My browser of choice is <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tb3ppbGxhLmNvbS9lbi1VUy9maXJlZm94L3BlcnNvbmFsLmh0bWw=" target=\"_blank\">Firefox</a>,&#160; which is handy a) because it’s multi-platform and b) because of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9tb3ppbGxhbGFicy5jb20vd2VhdmUv" target=\"_blank\">Weave</a>. Weave is an add-on that moves your bookmarks, history and passwords into the cloud. You can install the add-on on each of your computers, regardless of OS and everything is kept in sync. Weave is open source, so surely some enterprising and generous developer out there will churn out a Weave add-on for IE, Opera and Safari…</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=202" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/it-looks-like-my-data-snuck-up-into-the-cloud-without-telling-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re being told to &#8220;embrace knowledge &amp; risk&#8221;</title>
		<link>http://www.garypigott.net/were-being-told-to-embrace-knowledge-risk/</link>
		<comments>http://www.garypigott.net/were-being-told-to-embrace-knowledge-risk/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:48:41 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bankrupt]]></category>
		<category><![CDATA[banks]]></category>
		<category><![CDATA[capital]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[lending]]></category>
		<category><![CDATA[start-up]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/were-being-told-to-embrace-knowledge-risk/</guid>
		<description><![CDATA[Prof. Martin Curley has got together with some other eminent economists and has written a book called “Knowledge-Driven Entrepreneurship – The Key to Social and Economic Transformation”. The core argument ]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.garypigott.net/wp-content/uploads/2010/01/image.png" width="240" height="180" /><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2l2aS5udWltLmllL2Fib3V0L3N0YWZmL21hcnRpbl9jdXJsZXkuc2h0bWw=" target=\"_blank\">Prof. Martin Curley</a> has got together with some other eminent economists and has <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaWxpY29ucmVwdWJsaWMuY29tL25ld3MvYXJ0aWNsZS8xNDg0MC9idXNpbmVzcy9pcmVsYW5kLWNhbi1yZWNvdmVyLWJ5LWVtYnJhY2luZy1rbm93bGVkZ2UtYW5kLXJpc2s=" target=\"_blank\">written a book</a> called “<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hbWF6b24uY29tL0tub3dsZWRnZS1Ecml2ZW4tRW50cmVwcmVuZXVyc2hpcC1UcmFuc2Zvcm1hdGlvbi1Jbm5vdmF0aW9uLVRlY2hub2xvZ3kvZHAvMTQ0MTkxMTg3MQ==" target=\"_blank\">Knowledge-Driven Entrepreneurship – The Key to Social and Economic Transformation</a>”. The core argument (I think. I’ve only read the press coverage), is that the quickest way to improve society (and by implication get out of this financial mess) is to concentrate on the knowledge economy. Professor Curley says that the west has lost the ability to innovate and take risks. </p>
<p>Risks are manageable if you’re a large corporate, but it’s a huge ask if you’re a start-up. Start-ups need capital and for most of us in Ireland that means the banks.&#160; If you do somehow manage to get approval for a loan or overdraft, they’re routinely requiring <u>personal guarantees</u> before handing over the cash. For small fry that means that if your business fails in a big way you could end up bankrupt and lose everything <u>and</u> be on the sidelines for <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iYW5rcnVwdGN5LmllL3BhZ2VzL0hvdy1Mb25nLURvZXMtQmFua3J1cHRjeS1MYXN0LWZvci0lM0YuaHRtbA==" target=\"_blank\">12 years</a>.&#160; With risks like that is it any wonder that young knowledge workers aren’t willing to try the entrepreneurship route? </p>
<p>In the USA you can be in and out of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DaGFwdGVyXzcsX1RpdGxlXzExLF9Vbml0ZWRfU3RhdGVzX0NvZGU=" target=\"_blank\">Chapter 7</a> or <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DaGFwdGVyXzEzLF9UaXRsZV8xMSxfVW5pdGVkX1N0YXRlc19Db2Rl" target=\"_blank\">Chapter 13 bankruptcy</a> in a year and get back on the horse. As importantly, your core family assets (house, car and household goods) are safe. While never to be entered into lightly, it’s almost regarded as a right of passage for the entrepreneur in training. </p>
<p>Banks need to get fair in their business lending and government needs to put a proper structure in place to manage the failures in a humane way if they want to see a real culture of entrepreneurship grow in Ireland.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=200" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/were-being-told-to-embrace-knowledge-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Result! I&#8217;ve got DivX working on Moblin 2.1</title>
		<link>http://www.garypigott.net/result-ive-got-divx-working-on-moblin-2-1/</link>
		<comments>http://www.garypigott.net/result-ive-got-divx-working-on-moblin-2-1/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 21:57:11 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=197</guid>
		<description><![CDATA[Barky posted an easy to follow set of instructions as a comment on moblin.org. It&#8217;s bound to get lost as the old comments get purged so I&#8217;ve reproduced it below ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21vYmxpbi5vcmcvdXNlcnMvYmFya3k=" target=\"_blank\">Barky</a> posted an easy to follow set of instructions as <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21vYmxpbi5vcmcvZG9jdW1lbnRhdGlvbi90ZXN0LWRyaXZlLW1vYmxpbi91c2luZy1tb2JsaW4tbGl2ZS1pbWFnZSNjb21tZW50LTE0ODU=" target=\"_blank\">a comment on moblin.org</a>. It&#8217;s bound to get lost as the old comments get purged so I&#8217;ve reproduced it below so I can find it again myself <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div>
<p style="padding-left: 30px;">Here&#8217;s what you need to do&#8230;</p>
<p style="padding-left: 30px;">Build gstreamer modules<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
</p>
<p style="padding-left: 30px;">get the gstreamer packages: from <a title=\"http://gstreamer.freedesktop.org/src/\" href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dzdHJlYW1lci5mcmVlZGVza3RvcC5vcmcvc3JjLw==">http://gstreamer.freedesktop.org/src/</a></p>
<p style="padding-left: 30px;">from the gst-ffmpeg directory get gst-ffmpeg-0.10.9.tar.bz2 extract to Download directory<br />
from the gst-plugins-bad directory get gst-plugins-bad-0.10.16.tar.bz2 extract to Download directory<br />
from the gst-plugins-base directory get gst-plugins-base-0.10.25.tar.bz2 extract to Download directory<br />
from the gst-plugins-good directory get gst-plugins-good-0.10.16.tar.bz2 extract to Download directory<br />
from the gst-plugins-ugly directory get gst-plugins-ugly-0.10.13.tar.bz2 extract to Download directory<br />
from the gstreamer directory get gstreamer-0.10.25.tar.bz2 extract to Download directory
</p>
<p style="padding-left: 30px;">Install build dependent packages:</p>
<p style="padding-left: 30px;">yum install gcc bison flex *glib* *diff* liboil*dev*</p>
<p style="padding-left: 30px;">Build the modules in this order:</p>
<p style="padding-left: 30px;">cd ./gstreamer-0.10.25<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install</p>
<p style="padding-left: 30px;">cd ../gst-plugins-base-0.10.25<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install</p>
<p style="padding-left: 30px;">cd ../gst-plugins-good-0.10.16<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install</p>
<p style="padding-left: 30px;">cd ../gst-plugins-bad-0.10.16<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install</p>
<p style="padding-left: 30px;">cd ../gst-plugins-ugly-0.10.13<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install</p>
<p style="padding-left: 30px;">cd ../gst-ffmpeg-0.10.9<br />
./configure -prefix=/usr &amp;&amp; make &amp;&amp; make install
</p>
<p style="padding-left: 30px;">reboot just to be safe!</p>
<p style="padding-left: 30px;">Enjoy!</p>
</div>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=197" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/result-ive-got-divx-working-on-moblin-2-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Barnes &amp; Noble rain on Amazon&#8217;s parade</title>
		<link>http://www.garypigott.net/barnes-noble-rain-on-amazons-parade/</link>
		<comments>http://www.garypigott.net/barnes-noble-rain-on-amazons-parade/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:46:22 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[barnes and noble]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[ebook reader]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[nook]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/barnes-noble-rain-on-amazons-parade/</guid>
		<description><![CDATA[Just days after Amazon announce international availability of their nice but ugly Kindle, B&#38;N upstage them with the &#34;leak&#34; of their Nook device. It has all the features of the ]]></description>
			<content:encoded><![CDATA[<p>Just days after <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hbWF6b24uY29t" target=\"_blank\">Amazon</a> announce <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hbWF6b24uY29tL1dpcmVsZXNzLVJlYWRpbmctRGlzcGxheS1JbnRlcm5hdGlvbmFsLUdlbmVyYXRpb24vZHAvQjAwMTVUOTYzQw==" target=\"_blank\">international availability</a> of their nice but ugly <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9BbWF6b25fS2luZGxl" target=\"_blank\">Kindle</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iYXJuZXNhbmRub2JsZS5jb20v" target=\"_blank\">B&amp;N</a> upstage them with the <em>&quot;</em><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lbmdhZGdldC5jb20vMjAwOS8xMC8yMC9iYXJuZXMtYW5kLW5vYmxlLW9mZmljaWFsbHktbGF1bmNoZXMtbm9vay1lLXJlYWRlci0yNTktcHJlLW9yZGUv" target=\"_blank\"><em>leak</em></a><em>&quot;</em> of their <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iYXJuZXNhbmRub2JsZS5jb20vbm9vay8=" target=\"_blank\">Nook</a> device. It has all the features of the Kindle wrapped up in a far sexier shell for $259. Hmmm. Now all I need is someone with a US address&#8230;.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="mini-nook_angle-view" border="0" alt="mini-nook_angle-view" src="http://www.garypigott.net/wp-content/uploads/2009/10/mininook_angleview1.jpg" width="400" height="201" /></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=183" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/barnes-noble-rain-on-amazons-parade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bendunne.com seems to be a no-show</title>
		<link>http://www.garypigott.net/bendunne-com-seems-to-be-a-no-show/</link>
		<comments>http://www.garypigott.net/bendunne-com-seems-to-be-a-no-show/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 18:37:49 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/bendunne-com-seems-to-be-a-no-show/</guid>
		<description><![CDATA[Ben Dunne has bought hours of radio air-time on Newstalk over the last month telling everyone about his new website that would revolutionise buying of stuff and doing of things ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9CZW5fRHVubmVfJTI4ZW50cmVwcmVuZXVyJTI5" target=\"_blank\">Ben Dunne</a> has bought hours of radio air-time on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXdzdGFsay5pZS8=">Newstalk</a> over the last month telling everyone about his <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iZW5kdW5uZS5pZQ==">new website</a> that would revolutionise buying of stuff and doing of things that was coming on the 19th of October. It caught my eye because nobody does a hard launch on the Internet. The accepted wisdom is to soft launch/beta the website first to iron out the kinks and build up some content and <strong>then </strong>put out the ads. Out of curiosity I took a look at his site today and it&#8217;s an empty page for some reason, so that marketing investment is largely wasted.</p>
<p>He (or his advisors) is exhibiting a strange naïveté about the ways of internet business for someone so successful in other areas. Geography is immaterial and operating costs are minimal so there&#8217;s lots of competition for eyeballs and wallets. Your business either needs to be either new, better or cheaper; and preferably at least two of the three. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5CZW5kdW5uZS5pZQ==" target=\"_blank\">Bendunne.ie</a> or his previous attempt <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50ZW5kZXJtZS5pZQ==" target=\"_blank\">tenderme.ie</a> (also launched in the same way) is none of these.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5BZHZlcnRzLmll" target=\"_blank\">Adverts.ie</a>, an offshoot of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ib2FyZHMuaWU=" target=\"_blank\">boards.ie</a>, crucially realise that the buyers don’t come unless there’s a large volume of sellers. The only way to get a large volume of sellers is if you have a large volume of buyers (like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lQmF5LmNvbQ==" target=\"_blank\">eBay</a>), or you make it cheap enough that they’ll list there products on the off chance… Crucially by charging a fee bendunne.com are reducing the volume of sellers as who’s going to pay for a listing on a site with no track record? Adverts.ie makes it’s money by embedding <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL2Fkd29yZHM=" target=\"_blank\">Google AdWords</a> advertising in the listings and allows anyone to list for free. They’re listing 1000+ items each day and generating serious traffic, and traffic = money.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=176" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/bendunne-com-seems-to-be-a-no-show/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to dual boot Moblin and Ubuntu</title>
		<link>http://www.garypigott.net/how-to-dual-boot-moblin-and-ubuntu/</link>
		<comments>http://www.garypigott.net/how-to-dual-boot-moblin-and-ubuntu/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:07:22 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/how-to-dual-boot-moblin-and-ubuntu/</guid>
		<description><![CDATA[The secret is in where you put grub for each OS. Moblin, being cute ‘n friendly assumes that it’ll be the only OS on the disk so slaps it in ]]></description>
			<content:encoded><![CDATA[<p>The secret is in where you put grub for each OS. Moblin, being cute ‘n friendly assumes that it’ll be the only OS on the disk so slaps it in /dev/sda (or whatever your hard disk is). Ubuntu Network Remix defaults to doing the same. What you need to do is install Moblin first but use a custom partitioning scheme (to leave room for Ubuntu). I created a 2GB /dev/sda1 root partition and a small swap partition. I then installed Ubuntu on /dev/sda3, again using a custom partition layout, but I clicked the “advanced” button to put grub on /dev/sda3 rather than on /dev/sda. You then reboot into Moblin (which is the only bootable OS at this stage) and edit your <u>Moblin</u> grub menu (/boot/grub/menu.lst) and tag the following at the end:</p>
<blockquote><p>title Ubuntu     <br />rootnoverify (hd0,2)      <br />chainloader +1</p>
</blockquote>
<p>This has the effect of kicking off the bootloader on /dev/sda3 (i.e. the Ubuntu one) when selected, booting Ubuntu!</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=169" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/how-to-dual-boot-moblin-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Moblin Linux</title>
		<link>http://www.garypigott.net/moblin-linux/</link>
		<comments>http://www.garypigott.net/moblin-linux/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:27:39 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/moblin-linux/</guid>
		<description><![CDATA[The new Moblin 2 distro looks like a very strong contender for an OS for your netbook. Ubuntu Netbook Remix is great if you want to do heavy work (for ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wOC9tb2JsaW4ucG5n"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="moblin" border="0" alt="moblin" align="left" src="http://www.garypigott.net/wp-content/uploads/2009/08/moblin_thumb.png" width="240" height="84" /></a> The new <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21vYmxpbi5vcmc=" target=\"_blank\">Moblin 2 distro</a> looks like a very strong contender for an OS for your netbook. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jYW5vbmljYWwuY29tL3Byb2plY3RzL3VidW50dS91bnI=" target=\"_blank\">Ubuntu Netbook Remix</a> is great if you want to do heavy work (for a netbook anyway), but there are times when all you want to do is check something quickly on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9NYWluX1BhZ2U=" target=\"_blank\">Wikipedia</a> or watch a video. At those times the 60 second+ boot time of a netbook is a PITA and Moblin’s 10 second boot time is great. Now all I need to do is get dual-boot working…</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=168" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/moblin-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can you tell if someone went to Trinity College?</title>
		<link>http://www.garypigott.net/how-can-you-tell-if-someone-went-to-trinity-college/</link>
		<comments>http://www.garypigott.net/how-can-you-tell-if-someone-went-to-trinity-college/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:29:34 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=158</guid>
		<description><![CDATA[They&#8217;ll tell you! Boom boom! It&#8217;s an old joke, but frequently true. The Irish Internet Association are electing a new board at the moment and each of the nominees get ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-161" style="padding-right: 10px; padding-bottom:10px" title="Trinners" src="http://www.garypigott.net/wp-content/uploads/2009/07/trinners.jpeg" alt="Trinners" width="91" height="137" />They&#8217;ll tell you! Boom boom!</p>
<p>It&#8217;s an old joke, but frequently true. The <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5paWEuaWU=">Irish Internet Association</a> are electing a new board at the moment and each of the nominees get a quick <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5paWEuaWUvbmV3cy9pdGVtLzEyODMvaWlhLWJvYXJkLWVsZWN0aW9ucy1tZW1iZXJzLXBsZWFzZS1jYXN0LXlvdXItdm90ZXMv">paragraph about themselves</a> on the site. There are twelve nominees but only <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50Y2QuaWUv">Trinity College</a> alumni <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2dzLm1zZG4uY29tL2NsYXJlX2RpbGxvbi8=">Clare Dillon</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NhdHJpbmFzaGVyaWRhbi5jb20v">Catrina Sheridan</a> see fit to tell everyone about their degrees and diplomas.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=158" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/how-can-you-tell-if-someone-went-to-trinity-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New toy &#8211; Acer Aspire One</title>
		<link>http://www.garypigott.net/new-toy-acer-aspire-one/</link>
		<comments>http://www.garypigott.net/new-toy-acer-aspire-one/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:01:21 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/new-toy-acer-aspire-one/</guid>
		<description><![CDATA[I was in PC World the other day and I picked up an Acer Aspire One A110 on sale. It’s getting a bit long in the tooth now, so they ]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="aceraspireone_blue_open" border="0" alt="aceraspireone_blue_open" align="left" src="http://www.garypigott.net/wp-content/uploads/2009/07/aceraspireone_blue_open.jpg" width="240" height="180" /> I was in PC World the other day and I picked up an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hY2VyLmNvLnVrL2FjZXIvcHJvZHVjdC5kbz9MYW5ndWFnZUlTT0N0eFBhcmFtPWVuJmFtcDtpbnU0OWUuY3VycmVudC5jMmF0dDkyPTg0MiZhbXA7bGluaz1sbjMxNGUmYW1wO0NvdW50cnlJU09DdHhQYXJhbT1VSyZhbXA7a2NvbmQ0N2UuYzJhdHQ5Mj04NDImYW1wO3Jjb25kMTU5ZS5hdHQyMWs9MSZhbXA7a2NvbmQ0OGUuYzJhdHQxMDE9NDA4MzQmYW1wO3Jjb25kMTkwZS5hdHQyMWs9MSZhbXA7YWNvbmQyMz1VSyZhbXA7c3A9cGFnZTE3ZSZhbXA7cmNvbmQxNTdlLmMyYXR0OTI9ODQyJmFtcDtjdHgxZy5jMmF0dDkyPTg0MiZhbXA7a2NvbmQ1MGUuYzJhdHQ5Mj04NDImYW1wO3Jjb25kNDVlLmF0dDIxaz0xJmFtcDtyY29uZDE1OGUuYzJhdHQxPTE3JmFtcDtjdHgyLmMyYXR0MT0xNyZhbXA7aW51NTNlLmN1cnJlbnQuYzJhdHQ5Mj04NDImYW1wO3Jjb25kNDRlLmMyYXR0MT0xNyZhbXA7cmNvbmQxODZlLmMyYXR0OTI9ODQyJmFtcDtyY29uZDE4OWUuYzJhdHQxPTE3JmFtcDtjdHgxLmF0dDIxaz0xJmFtcDtDUkM9MzY3MTQ1MDMxNQ==">Acer Aspire One A110</a> on sale. It’s getting a bit long in the tooth now, so they were selling the 1GB RAM/16GB SSD/Linux ones for €200. It’ll do the job for web &amp; email when I’m out ‘n about.</p>
<p>The factory installed <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5saW5wdXMuY29tLw==">Linpus distro</a> is OK-ish, but it doesn’t get upgraded as new versions of the component software gets released, so still includes Firefox 2, rather than 3. Also, it tries to simplify things too much.</p>
<p>I tried installing XP Home, which isn’t as easy as you’d think because there’s no optical drive. I followed <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hc3BpcmVvbmV1c2VyLmNvbS9mb3J1bS92aWV3dG9waWMucGhwP2Y9MzgmYW1wO3Q9ODE1MQ==">this guide to installing XP using a USB key</a>, and after an age (well 2 1/2 hours actually) I had a working XP install. The problem is that this isn’t the speediest of hardware (the SSD in particular is woefully slow) so there’s a huge amount of tricks and hacks to get it running at an acceptable speed. In the end I decided to revert to Linux.</p>
<p><img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="unr-desktop-small" border="0" alt="unr-desktop-small" align="right" src="http://www.garypigott.net/wp-content/uploads/2009/07/unrdesktopsmall.png" width="244" height="145" /> There are a few distros tweaked to run well on these systems. About the best is <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jYW5vbmljYWwuY29tL3Byb2plY3RzL3VidW50dS91bnI=">Ubuntu Netbook Remix</a>. It’s an official branch of Ubuntu, so gets continuous support/maintenance. I ditched Evolution for Thunderbird, but other than that it’s pretty much perfect out of the box. </p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=157" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/new-toy-acer-aspire-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gripe of the day</title>
		<link>http://www.garypigott.net/gripe-of-the-day-2/</link>
		<comments>http://www.garypigott.net/gripe-of-the-day-2/#comments</comments>
		<pubDate>Thu, 07 May 2009 10:01:06 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=147</guid>
		<description><![CDATA[Why is it that VMware hide their VMware server downloads behind a password? Like many I run headless Linux servers without a GUI installed. I&#8217;d like to be able to ]]></description>
			<content:encoded><![CDATA[<div id="attachment_149" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-149" title="579286_screaming" src="http://www.garypigott.net/wp-content/uploads/2009/05/579286_screaming-150x150.jpg" alt="Aaaagggghhh&quot;" width="150" height="150" /><p class="wp-caption-text">Aaaagggghhh</p></div>
<p><strong>Why is it that VMware hide their VMware server downloads behind a password?</strong></p>
<p>Like many I run headless Linux servers without a GUI installed. I&#8217;d like to be able to download <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL3NlcnZlcg==">VMware Server</a> (700MB+) using wget via an SSH session, but I can&#8217;t because you need to log in first, and it&#8217;s not a vanilla HTTP login that I can work through wget either! I&#8217;m expected to log into the site on my desktop, download the installer and then SFTP it up to the Linux box. That would be OK if the server was on the same LAN, but it&#8217;s in a data centre and I&#8217;m on the end of an ADSL line with a 672Kbps upload. Surely controlling access to the serial numbers is good enough as the installer is useless without it. Still, at least I could use <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3czbS5zb3VyY2Vmb3JnZS5uZXQv">w3m</a> in the end.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=147" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/gripe-of-the-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I upgraded VMware on my home server last night&#8230;.</title>
		<link>http://www.garypigott.net/i-upgraded-vmware-on-my-home-server-last-night/</link>
		<comments>http://www.garypigott.net/i-upgraded-vmware-on-my-home-server-last-night/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:07:46 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/i-upgraded-vmware-on-my-home-server-last-night/</guid>
		<description><![CDATA[Man what a disappointment! I upgraded because of the promise of 64bit guest support, only to find that it only works on CPUs with VT or AMD-V support. Also, the ]]></description>
			<content:encoded><![CDATA[<p><img title="vmware" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" height="58" alt="vmware" src="http://www.garypigott.net/wp-content/uploads/IupgradedVMwareonmyhomeserverlastnight_DF3E/vmware_thumb.png" width="201" align="left" border="0" /> Man what a disappointment! I upgraded because of the promise of 64bit guest support, only to find that it only works on CPUs with <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9YODZfdmlydHVhbGl6YXRpb24jSW50ZWxfVlRfLjI4SVZULjI5">VT or AMD-V</a> support. Also, the web UI lacks major polish compared to version 1. It&#8217;s fully functional, but it&#8217;s very ugly and everything is just crammed in. </p>
<p>Version 1 had a web UI for day to day management (starting &amp; stopping VMs, tweaking networks etc.) and a separate Windows application for console access. VMware tried to make an all powerful web UI for version 2, and integrated the console functionality. </p>
<p>There must have been a backlash during the beta, because they’ve included VMware Infrastructure Client at the last minute. It leads to an odd division of capabilities. On the VMware Infrastructure Client I can create a new VM or import an appliance, but I can’t open an existing VM. On the Web UI I can create a new VM or open an existing one, but I can’t import an appliance. </p>
<p>What’s happened is that in version 1 you had a web UI for management and a console application for maintenance. Now both functions are split between interfaces, which is a pain in the rear.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=141" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/i-upgraded-vmware-on-my-home-server-last-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Number Three</title>
		<link>http://www.garypigott.net/door-number-three/</link>
		<comments>http://www.garypigott.net/door-number-three/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 11:30:05 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=133</guid>
		<description><![CDATA[Robert Cringely has an interesting column today @ I, Cringely. He talks about the inability of IT staff to fit in today’s corporate structure. He’s been fired from every job ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvRG9vck51bWJlclRocmVlX0E5ODAvaW1hZ2UucG5n"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 5px 0px; border-right-width: 0px" height="154" alt="image" src="http://www.garypigott.net/wp-content/uploads/DoorNumberThree_A980/image_thumb.png" width="96" align="left" border="0" /></a>Robert Cringely has an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYnMub3JnL2NyaW5nZWx5L3B1bHBpdC8yMDA4L3B1bHBpdF8yMDA4MDkyMl8wMDU0MjEuaHRtbA==">interesting column today</a> @ <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYnMub3JnL2NyaW5nZWx5L3B1bHBpdC8=">I, Cringely</a>. He talks about the inability of IT staff to fit in today’s corporate structure. He’s been fired from every job he’s ever had for this reason. He’s also been re-hired several times because of his value to the company. IT is the “Cousin Itt” of industry. We’re “generally useful, though dangerous”. </p>
<p>IT staff, no matter how good, will never be CEOs of major corporations. The one exception, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Kb2huX1MuX1JlZWQ=">John Reid</a> of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DaXRpY29ycA==">Citicorp</a>, just proves the point, because he got fired too. Therefore IT staff are useless employees and no good at being managers.</p>
<p>A friend of his gets paid way more than you’d expect for someone with no responsibilities, and reports direct to the CEO. Why? Because from time to time he saves the company from ruin. This is Cringely’s <em>Door Number Three</em>. The natural position for the <em>IT personality</em> in an organisation. </p>
<p>He sees this as a precursor of tomorrows corporate structure. IT staff are used to coming up with quick “good enough” solutions to rapidly evolving technical situations. The pace of change in the wider world is speeding up to match, so business structures need to change, with today’s IT departments, with their loose quasi-meritocracy structures being a possible solution. </p>
<p>From <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYnMub3JnL2NyaW5nZWx5L3B1bHBpdC8yMDA4L3B1bHBpdF8yMDA4MDkyMl8wMDU0MjEuaHRtbA==">I, Cringely</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=133" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/door-number-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linkup just folded&#8230;.</title>
		<link>http://www.garypigott.net/the-linkup-just-folded/</link>
		<comments>http://www.garypigott.net/the-linkup-just-folded/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 22:17:15 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=128</guid>
		<description><![CDATA[Consumer online backup provider The Linkup, formerly known as MediaMax, formerly known as StreamLoad just shut up shop and are telling people to go to box.net instead. Streamload split in ]]></description>
			<content:encoded><![CDATA[<p>Consumer online backup provider <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50aGVsaW5rdXAuY29tLw==">The Linkup</a>, formerly known as MediaMax, formerly known as <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kZW1vLmNvbS9kZW1vbnN0cmF0b3JzL2RlbW8yMDA1ZmFsbC81NTEwOC5odG1s">StreamLoad</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXR3b3Jrd29ybGQuY29tL25ld3MvMjAwOC8wODExMDgtbGlua3VwLWZhaWx1cmUuaHRtbD9wYWdlPTE=">just shut up shop</a> and are telling people to go to box.net instead. Streamload split in half last year, spinning off a business orientated cloud storage platform called <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uaXJ2YW5peC5jb20v">Nirvanix</a>. I think the plan was for Streamload users to transition to the MediaMax software, and MediaMax would use the Nirvanix storage cloud as it&#8217;s back end. Well it looks like someone in MediaMax messed up in a big way. They started deleting data from the old storage infrastructure before verifying that it had made it&#8217;s way up to the cloud. They&#8217;ve lost anything up to 45% of their customer&#8217;s data. There seems to be a bit of a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RldmVsb3Blci5uaXJ2YW5peC5jb20vYmxvZ3MvbmlydmFuaXgvZGVmYXVsdC5hc3B4">blame game</a> going on, with Nirvanix and The Linkup blaming each other, but that doesn&#8217;t help those who paid for a service that they didn&#8217;t get.</p>
<p>Clouds are cool &#8216;n all, but what ever happened to K.I.S.S. (Keep It Simple Stupid!). Simple architectures go wrong in simple ways which are easy to understand and quick to fix. The team in MediaMax obviously didn&#8217;t fully understand what they needed to do to safely move all their customer&#8217;s data over, and everyone is out of a job as a result.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=128" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/the-linkup-just-folded/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Look what the guys in Heise managed to do&#8230;.</title>
		<link>http://www.garypigott.net/look-what-the-guys-in-heise-managed-to-do/</link>
		<comments>http://www.garypigott.net/look-what-the-guys-in-heise-managed-to-do/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 23:31:12 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=123</guid>
		<description><![CDATA[I&#8217;m in the trade, so I am biased, but this is too big not to comment on. Researchers at Heise (publishers of German IT magazine c&#8217;t) have cracked the security ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the trade, so I <em><strong>am</strong></em> biased, but this is too big not to comment on. Researchers at Heise (publishers of German IT magazine c&#8217;t) have <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5oZWlzZS1vbmxpbmUuY28udWsvc2VjdXJpdHkvU29tZS1vbmxpbmUtYmFja3VwLXNlcnZpY2VzLWluc2VjdXJlLS0vbmV3cy8xMTA3NzE=">cracked the security in several online backup platforms, including Ahsay OBM wide open</a> using MITM (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9NYW4taW4tdGhlLW1pZGRsZV9hdHRhY2s=">Man-In-The-Middle</a>) attacks. You&#8217;ve probably never heard of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5haHNheS5jb20v">Ahsay</a> but if you&#8217;re a in the market for online backup you&#8217;ve probably tried it. They sell it as a &#8220;white label&#8221; product, so the service provider just puts their logo on the splash screen and the end user is none the wiser. They&#8217;ve got <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5haHNheS5jb20vZW4vc2VydmljZV9wcm92aWRlcnMvcGFydG5lcnNfbGlzdF9pZS5odG1s">over 30 resellers in Ireland</a> alone, including local brand names such as <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ibGFja25pZ2h0LmNvbS8=">Blacknight</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2RhdGFoYXZlbi5pZS8=">Datahaven</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ob3N0aW5nMzY1LmNvbS9tYW5hZ2VkX3NlcnZpY2Vz">Hosting 365</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wZmguaWUvaW5kZXguY2ZtL3BhZ2Uvb25saW5lc2VydmljZXM=">PFH</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zZXJ2ZWNlbnRyaWMuY29tL3NlcnYvaW5kZXguanNwPzFuSUQ9OTMmYW1wO3BJRD05NSZhbXA7bklEPTExNQ==">ServeCentric</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zdHJlbmNvbS5uZXQvdmlld3Byb2R1Y3QucGhwP3Byb2RJZD0yNw==">Strencom</a>.</p>
<p>There are two elements to online security: data encryption and identity verification. If your data encryption is good enough it doesn&#8217;t matter who gets hold of your data. Being sure you&#8217;re sending the data to the right server adds to the security. Online backup typically deploys two layers of encryption: the data is encrypted using a key, and then the data is transmitted through an SSL tunnel that encrypts everything again. The SSL tunnel uses a digital certificate to verify the server is who it says it is. These certificates are issued by a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DZXJ0aWZpY2F0ZV9hdXRob3JpdHk=">trusted source</a>, (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9UaGF3dGU=">Thawte</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9WZXJpU2lnbg==">Verisign</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9HZW90cnVzdA==">Geotrust</a> etc.) and provide the sender with a key to encrypt the traffic (the public key). Data encrypted with a public key can only be decrypted with a matching private key, and vice-versa. Only the owner of the certificate has the private key.</p>
<p>Software on the user&#8217;s end should throw up a big fat warning if the certificate isn&#8217;t issued by one of these trusted sources. Unlike <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jYXJib25pdGUuY29t">Carbonite</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tb3p5LmNvbQ==">Mozy</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5haHNheS5jb20v">Ahsay</a> doesn&#8217;t throw up a warning and just sends the data anyway. A determined individual can create their own certificate and keys and trick your PC into mis-routing your backup to their server (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9ETlNfY2FjaGVfcG9pc29uaW5n">DNS cache poisoning</a> is easier than you think). This gets them through the first layer; the SSL tunnel. They then have access to the username and password (which are transmitted unencrypted, because the SSL tunnel should be secure enough). This in itself isn&#8217;t a huge deal except<strong> </strong>for one thing&#8230;&#8230; To make things simple Ahsay&#8217;s default behaviour is to use the password as the data encryption key! They can then log in to your account and download all your data and decrypt it with your key. Carbonite &amp; Mozy also use the same password/key shortcut but at least Mozy throws up a warning and Carbonite refuses to go any further if the key isn&#8217;t genuine.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=123" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/look-what-the-guys-in-heise-managed-to-do/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Aaaaggghhhh!</title>
		<link>http://www.garypigott.net/customer-service/</link>
		<comments>http://www.garypigott.net/customer-service/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:30:36 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=122</guid>
		<description><![CDATA[A friend of mine has a successful small company. He&#8217;s realised that he needs &#8220;backup&#8221; because he knows he&#8217;ll go out of business if he loses his data. He claims ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvQ3VzdG9tZXJzZXJ2aWNlXzEwNzUwL2ltYWdlLnBuZw=="><img style="margin: 0px 5px 5px 0px" src="http://www.garypigott.net/wp-content/uploads/Customerservice_10750/image_thumb.png" border="0" alt="image" width="140" height="35" align="left" /></a> A friend of mine has a successful small company. He&#8217;s realised that he needs &#8220;backup&#8221; because he knows he&#8217;ll go out of business if he loses his data. He claims that he doesn&#8217;t have the budget for online backup, and his staff aren&#8217;t computer literate enough to be trusted to swap a backup tape and store it off site.</p>
<p>I decided to use him as a guinea pig for <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3Jlc3RvcmUuaG9sb255eC5jb20=">Restore</a>, and open source client-server disk backup platform. He has a reasonably powerful server in the office (I bought it for him) and a web hosting account with 10GB of space (also thanks to me). I wanted to set it up so it would backup the desktops to disk on the server, which I&#8217;d then rsync off-site. I&#8217;ve used VMware Server a lot, so the plan was to take Restore&#8217;s <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL2FwcGxpYW5jZXMvZGlyZWN0b3J5LzEwNDI=">&#8220;VMware Appliance&#8221;</a>, drop it on the server as a totally self contained virtual server, spend a 1/2 hour configuring it and I could go back to the day job.</p>
<p>It didn&#8217;t work out that way. The VM was created using VMware Workstation 6, whose VMs are incompatible with VMware Server 1.X. All they needed to do was click &#8220;VM&#8221; &gt; &#8220;Upgrade or Change Hardware&#8221; before publishing the VM and everything would be fine. Now my 30 minute favour for a friend will balloon into a 3 hour job because I need to install it the old fashioned way. Grrrr!</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=122" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/customer-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No photos allowed</title>
		<link>http://www.garypigott.net/no-photos-allowed/</link>
		<comments>http://www.garypigott.net/no-photos-allowed/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 15:19:23 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/06/03/no-photos-allowed/</guid>
		<description><![CDATA[There&#8217;s a big fuss in the US right now over amateur photographers being blocked from taking pictures of public buildings because they might be terrorists. If you whip out a ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvTm9waG90b3NhbGxvd2VkX0U5MDcvaW1hZ2UucG5n"><img style="margin: 0px 5px 5px 0px" height="124" alt="image" src="http://www.garypigott.net/wp-content/uploads/Nophotosallowed_E907/image_thumb.png" width="140" align="left" border="0"/></a> There&#8217;s a big fuss in the US right now over amateur photographers being blocked from taking pictures of public buildings because they might be terrorists. If you whip out a pocket camera in any public space, the odds are that you&#8217;ll have a burly security guard demanding that you delete the picture within seconds. Now there&#8217;s no law against taking pictures, nor should there be seeing as your taxes paid for the things in the first place, but they keep harassing people anyway. </p>
<p>Fox News were interviewing a PR flunkey for Washington DC&#8217;s Union Station, and the PR guy was making a great attempt at persuading the interviewer until&#8230;.. a security guard tried to stop them from filming!</p>
<p>via <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ib2luZ2JvaW5nLm5ldC8yMDA4LzA2LzAyL3NlY3VyaXR5LWludGVycnVwdHMuaHRtbA=="><img style="margin: 0px" height="18" alt="boingboing.net" src="http://www.garypigott.net/wp-content/uploads/Nophotosallowed_E907/image_3.png" width="77" border="0"/></a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=121" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/no-photos-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel 64 bit CPUs and Debian</title>
		<link>http://www.garypigott.net/intel-64-bit-cpus-and-debian/</link>
		<comments>http://www.garypigott.net/intel-64-bit-cpus-and-debian/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 12:36:33 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/04/07/intel-64-bit-cpus-and-debian/</guid>
		<description><![CDATA[I&#8217;m repurposing an old-ish Dell PowerEdge 850 as a VMware Server development &#38; test box at the moment. It&#8217;ll be replacing an even older PowerEdge SC400 (where &#8220;SC&#8221; stands for ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m repurposing an old-ish Dell PowerEdge 850 as a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL3Byb2R1Y3RzL3NlcnZlci8=">VMware Server</a> development &amp; test box at the moment. It&#8217;ll be replacing an even older PowerEdge SC400 (where &#8220;SC&#8221; stands for &#8220;super cheap&#8221;). It was running Windows 2003 Web Edition quite happily, but I&#8217;d rather stick a stripped out Linux distro on it to get the last bit of performance out of it. </p>
<p>The server originally came practically free with some disk arrays we bought a while back so I wasn&#8217;t expecting the best, but was still slightly peeved when I saw it only had a CD-ROM drive, so my copious quantities of DVD+/-R media were useless. Off I went to my local mirror and downloaded the &#8220;ia 64 netinst&#8221; CD image and I burned it to my <em><strong>last</strong></em> CD-R. I bunged it in the drive and hit the switch and it booted straight into Windows&#8230;.. I tried a bootable Windows CD and it booted off that fine. Hmmm. So I <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuaWUvc2VhcmNoP3E9ZGViaWFuK2luc3RhbGwrNjQrcG93ZXJlZGdlKzg1MCZhbXA7aWU9dXRmLTgmYW1wO29lPXV0Zi04JmFtcDthcT10JmFtcDtybHM9b3JnLm1vemlsbGE6ZW4tR0I6b2ZmaWNpYWwmYW1wO2NsaWVudD1maXJlZm94LWE=">Googled</a> and found <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2xpbnV4LmRlcmtlaWxlci5jb20vTWFpbGluZy1MaXN0cy9EZWJpYW4vMjAwNy0wMy9tc2cwMTY3NC5odG1s">this</a>. apparently if you want to use an E64MT CPU you need the AMD 64 bit install CD, rather than the ia64 one, which only works on Itanium CPUs. I&#8217;m off to the shop now to buy more CDs. <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2xpbnV4LmRlcmtlaWxlci5jb20vTWFpbGluZy1MaXN0cy9EZWJpYW4vMjAwNy0wMy9tc2cwMTY3NC5odG1s">Re: Debian Installer on DELL PowerEdge 850/860</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=117" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/intel-64-bit-cpus-and-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps For Domains Migration</title>
		<link>http://www.garypigott.net/google-apps-for-domains-migration/</link>
		<comments>http://www.garypigott.net/google-apps-for-domains-migration/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 22:09:48 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/03/24/google-apps-for-domains-migration/</guid>
		<description><![CDATA[At work we&#8217;d been kicking around a migration from our IMAP/SMTP hosted email service for a good while now. Our provider was top notch, but we wanted shared calendars &#38; ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvR29vZ2xlQXBwc0ZvckRvbWFpbnNNaWdyYXRpb25fMTMzMzAvaW1hZ2UucG5n"><img src="http://www.garypigott.net/wp-content/uploads/GoogleAppsForDomainsMigration_13330/image_thumb.png" style="margin: 0px 5px 5px 0px" alt="image" align="left" border="0" height="158" width="212" /></a>At work we&#8217;d been kicking around a migration from our IMAP/SMTP hosted email service for a good while now. Our provider was top notch, but we wanted shared calendars &amp; workspaces too, so we needed to move on. We could have deployed something like Exchange internally, but that means buying in another server, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3NlcnZlcnMvb3MubXNweA==" target=\"_blank\">Windows</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL2V4Y2hhbmdlL2RlZmF1bHQubXNweA==" target=\"_blank\">Exchange</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3NoYXJlcG9pbnQvZGVmYXVsdC5tc3B4" target=\"_blank\">SharePoint</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tc2V4Y2hhbmdlLm9yZy9zb2Z0d2FyZS9FbWFpbC1BbnRpLVZpcnVzLw==" target=\"_blank\">anti-virus</a> software, getting it all put together, and then spending the time maintaining it and fixing it when it breaks. Our engineering resources are a) pretty much fully committed and b) not Windows specialists, so we&#8217;d probably end up subbing it out to a contractor. We&#8217;re a small bunch (9 inboxes and another 20 distribution lists and email aliases), so the €7k+ spend over 3 years (€260/inbox/year) to deploy this solution didn&#8217;t make much sense.</p>
<p>Outsourcing to a managed service provider is the only thing that makes sense if you&#8217;re small and have these functionality requirements. I could sign up with someone like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbnRlcm1lZGlhLm5ldA==" target=\"_blank\">Intermedia</a> on a syndicated Exchange server for $125/month. ActiveSync (mobile device synchronisation) is another $2.95/inbox/month, and there&#8217;s loads more optional, but essential extras, like additional storage. Basically at the end of it you&#8217;re looking at €150/inbox/year, which is a big improvement, especially when it means that I&#8217;ve no hardware to manage, and no housekeeping to do.</p>
<p>Google have had their <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9hLw==" target=\"_blank\">Google Apps for Domains</a> suite out for a year or so now. You get Gmail with your own domain name instead of @gmail.com, a calendar app, a basic browser based word processor, presentation &amp; spreadsheet app that allows multiple users update the same file simultaneously, and a Wiki. We started using it informally when they launched the &#8220;Team Edition&#8221;, that gave you everything <strong><em>but</em></strong> Gmail, so you didn&#8217;t have to move away from your email provider. The Premier Edition gives you 25GB inboxes for $50/inbox/year, and the standard edition, with conventional Gmail adverts and a 6GB inbox is <em>free!</em></p>
<p>We went with Google and threw the switch last Tuesday and it&#8217;s bedding in nicely. Over the past week though a couple of &#8220;wouldn&#8217;t it be nice if&#8230;&#8221; things have come up:</p>
<ul>
<li>Full contact information, and not just name &amp; email address would be good.</li>
<li>Proper contact sharing would be nice. Contacts <em>are</em> shared, but only in as much as the auto-complete function can pull addresses from other employee&#8217;s address books when you&#8217;re composing an email on gmail.com.</li>
<li>The ability to sync contacts with Outlook and mobile devices would be a huge step forward.</li>
</ul>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=115" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/google-apps-for-domains-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back to using FeedDemon</title>
		<link>http://www.garypigott.net/im-back-to-using-feeddemon/</link>
		<comments>http://www.garypigott.net/im-back-to-using-feeddemon/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 14:14:50 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/03/21/im-back-to-using-feeddemon/</guid>
		<description><![CDATA[Like many I read a lot of web sites. Back in the day almost the first thing I did every morning when I sat at my PC was go in ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvSW1iYWNrdG91c2luZ0ZlZWREZW1vbl9CM0QzL2ZkbG9nby5naWY="><img height="164" alt="fd-logo" src="http://www.garypigott.net/wp-content/uploads/ImbacktousingFeedDemon_B3D3/fdlogo_thumb.gif" width="140" align="left" border="0" /></a> Like many I read a <strong>lot</strong> of web sites. Back in the day almost the first thing I did every morning when I sat at my PC was go in turn to <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50aGVyZWdpc3Rlci5jby51ay8=">The Register</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NsYXNoZG90Lm9yZy8=">Slashdot</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kaWxiZXJ0LmNvbS8=">Dilbert</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lbGVjdHJpY25ld3MubmV0L2luZGV4Lmh0bWw=">ENN</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25ld3MuYmJjLmNvLnVrLzIvaGkvdGVjaG5vbG9neS9kZWZhdWx0LnN0bQ==">BBC News</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25ld3MuemRuZXQuY29tLw==">ZDNet</a> and about a dozen more to get my daily fix. </p>
<p>RSS was a lifesaver for me. I went out and bought <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2dzLm5ld3NnYXRvci5jb20vcHJvZHVjdF9uZXdzL2ZlZWRkZW1vbi9pbmRleC5odG1s">FeedDemon</a> and for a time I was happy. It would fetch all the headlines for me and display them in a list. I could click on the ones that interested me and they&#8217;d open up in the built-in browser, and I could mark everything else as read. </p>
<p>A short while I bought a laptop wanted to read my feeds there too. Fortunately FeedDemon had an answer. As well as using an internal database to store your list of feeds and what was read and unread, it could connect to <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ibG9nbGluZXMuY29tLw==">Bloglines</a>, a web based feed reader. Now I could read my feeds using a web browser and on my desktop and laptop PCs where I had FeedDemon installed. It wasn&#8217;t 100% perfect. Adding feeds was clunky, and it had issues if more than one location was accessing the data simultaneously (i.e. if I forgot to close FeedDemon on my desktop PC when I was on the road), but it was better than nothing.</p>
<p>Then <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL3JlYWRlci8=">Google Reader</a> came along. It was entirely web based, and had decent hotkey support, so I could read stuff almost as quickly as with FeedDemon, and a lot faster than the Bloglines clunky interface. It was also 100% bulletproof. Being an AJAX application, activity was communicated back to the server in real time, rather than at the end of the session, so I never had to mark the same headline read twice. I preferred FeedDemon&#8217;s way of displaying feeds, where each feed had it&#8217;s own folder, and it was easy to go back to read headlines for review, but Google was overall an improvement, but still slower than FeedDemon.</p>
<p>FeedDemon have since been bought by <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXdzZ2F0b3IuY29tLw==">NewsGator</a>, who are another web based feed reader service in the same mould as Bloglines and Google Reader. The software can pull it&#8217;s subscribed feeds and read article data from your NewsGator account, so you can install it anywhere and view the same feeds, and what&#8217;s marked as read in one location gets marked as read everywhere, and more importantly, it does this reliably, unlike Bloglines. It&#8217;ll do nicely for the moment&#8230;..</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25pY2sudHlwZXBhZC5jb20vYmxvZy8yMDA4LzAxL3doeS11c2UtYS1kZXNrdC5odG1s">Nick Bradbury: Why Use a Desktop RSS Reader?</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=111" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/im-back-to-using-feeddemon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ireland.net 2.0 is about to get organised.</title>
		<link>http://www.garypigott.net/irelandnet-20-is-about-to-get-organised/</link>
		<comments>http://www.garypigott.net/irelandnet-20-is-about-to-get-organised/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 22:23:17 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/30/irelandnet-20-is-about-to-get-organised/</guid>
		<description><![CDATA[Paul Walsh has taken up the challenge organising an independent body to represent the interests of Irish web based companies. He&#8217;s already got a couple of the local heavy hitters ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvSXJlbGFuZEluYy5MZXRzanVzdGRvaXRfMTM2NkYvaW1hZ2UucG5n"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="164" alt="image" src="http://www.garypigott.net/wp-content/uploads/IrelandInc.Letsjustdoit_1366F/image_thumb.png" width="244" align="left" border="0"/></a><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NlZ2FsYS5jb20vYmxvZy9hdXRob3IvYWRtaW4v" target=\"_blank\">Paul Walsh</a> has taken up the challenge organising an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NlZ2FsYS5jb20vYmxvZy9pcmVsYW5kLWluYy1sZXRzLWp1c3QtZG8taXQv" target=\"_blank\">independent body</a> to represent the interests of Irish web based companies. He&#8217;s already got a couple of the local heavy hitters (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdWxsZXkubmV0Lw==" target=\"_blank\">Damien Mulley</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Jsb2cubm9va2VkLmNvbS9pbmRleC5waHA=" target=\"_blank\">Fergus Burns</a>) on his side, and he&#8217;s done this before with the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2JpbWEuY28udWsv" target=\"_blank\">British Interactive Media Association</a>, so he&#8217;s no enthusiastic novice. </p>
<p>It would be nice to have a body representing native industry for a change. The only companies in this industry getting any mind share from government are the foreign ones, who may provide lots of jobs and pay lots of taxes, but they take their profits home at the end of the day.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NlZ2FsYS5jb20vYmxvZy9pcmVsYW5kLWluYy1sZXRzLWp1c3QtZG8taXQv">Ireland Inc. Let’s just do it!</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=108" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/irelandnet-20-is-about-to-get-organised/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Skypephone part 2</title>
		<link>http://www.garypigott.net/3-skypephone-part-2/</link>
		<comments>http://www.garypigott.net/3-skypephone-part-2/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 22:42:18 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/28/3-skypephone-part-2/</guid>
		<description><![CDATA[An update on yesterday&#8230;&#8230; I viewed the FAQ before I went out to buy one for myself in the morning as an early Christmas present and it specifically says that ]]></description>
			<content:encoded><![CDATA[<p>An update on yesterday&#8230;&#8230; I viewed the FAQ before I went out to buy one for myself in the morning as an early Christmas present and it specifically says that <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5za3lwZS5jb20vaW50bC9lbi9hbGxmZWF0dXJlcy9jYWxscGhvbmVzLw==">SkypeOut</a> isn&#8217;t supported &#8220;<em>&#8230;as 3 already provides you with great value calling to normal phone numbers around the world</em>&#8220;. I think I&#8217;ll hold off for a while then&#8230;. <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy4zc2t5cGVwaG9uZS5jb20vZW5nbGlzaC9mYXEuaHRtbCNza3lwZXBob25l">3 Skypephone FAQ</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=107" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/3-skypephone-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve got a guinea pig for the 3 Skypephone!</title>
		<link>http://www.garypigott.net/weve-got-a-guinea-pig-for-the-3-skypephone/</link>
		<comments>http://www.garypigott.net/weve-got-a-guinea-pig-for-the-3-skypephone/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:08:08 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/27/weve-got-a-guinea-pig-for-the-3-skypephone/</guid>
		<description><![CDATA[3, the Irish 3G mobile phone operator announced a mobile phone that runs Skype, and an offer that looks on the surface like you can use SkypeOut to avoid paying ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9XZXZlZ290YWd1aW5lYXBpZ2ZvcnRoZTNTa3lwZVBob25lX0RCQzcvaW1hZ2U1NTYzYTU5ZGVmYTI0MmY0ODVkZTk0MDY4NDlmNjIwZi5wbmc="><img src="http://www.garypigott.net/files/Wevegotaguineapigforthe3SkypePhone_DBC7/image_thumbc8d404632ce7496ba88b3900869eac27.png" style="border-width: 0px; margin: 0px 5px 0px 0px" alt="image" align="left" border="0" height="176" width="132" /></a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50aHJlZS5pZQ==" target=\"_blank\">3</a>, the Irish 3G mobile phone operator announced a mobile phone that runs <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5za3lwZS5jb20=" target=\"_blank\">Skype</a>, and an offer that looks on the surface like you can use SkypeOut to avoid paying 3 for most of your calls. They&#8217;ve hit the shops, and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdWxsZXkubmV0Lw==">Damien Mulley</a>, Irish tech blogger extrordinaire has <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdWxsZXkubmV0LzIwMDcvMTEvMjcvdGVzdGluZy1vdXQtdGhlLTMtc2t5cGVwaG9uZS8=">got his hands on one</a>.</p>
<p>As long as you top up with €20 a month, even the data transmission is free. In theory you could use up the €20 on Irish mobile calls (where 3 are about the same price as SkypeOut) and use SkypeOut for everything else, thereby getting very close to the absolute cheapest call rates anywhere&#8230;.. on a mobile!</p>
<p>It seems that 3&#8242;s Skype client is actually a bit of a cheat though. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lLXNlcmllcy5vcmcvYXJjaGl2ZXMvMjQy" target=\"_blank\">These guys</a> say that the software actually makes a standard local voice call, and it&#8217;s only at a central hub that the call gets routed over the Internet/Skype network. It makes sense, seeing as the Skype clone (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaGFwZXNlcnZpY2VzLmNvbS9lbi9wcm9kdWN0cy9kZXRhaWxzLnBocD9wcm9kdWN0PXNreXBlJmFtcDtwbGF0Zm9ybT1ub25l" target=\"_blank\">IM+</a>) that actually does a full Skype implementation has fairly major lag, due to the weedy CPUs in most smartphones.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdWxsZXkubmV0LzIwMDcvMTEvMjcvdGVzdGluZy1vdXQtdGhlLTMtc2t5cGVwaG9uZS8=">Damien Mulley » Blog Archive » Testing out the 3 SkypePhone</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=105" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/weve-got-a-guinea-pig-for-the-3-skypephone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proof that marching band members are total geeks</title>
		<link>http://www.garypigott.net/proof-that-marching-band-members-are-total-geeks/</link>
		<comments>http://www.garypigott.net/proof-that-marching-band-members-are-total-geeks/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 21:45:23 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/19/proof-that-marching-band-members-are-total-geeks/</guid>
		<description><![CDATA[The California Golden Bears played the Washington State Cougars a couple of weeks ago but got totally upstaged by the half time show. The band choreographed an amazing tribute to ]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/EuRfQlMu2VY&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/EuRfQlMu2VY&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br />
The <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DYWxpZm9ybmlhX0dvbGRlbl9CZWFyc19mb290YmFsbA==" target=\"_blank\">California Golden Bears</a> played the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9XYXNoaW5ndG9uX1N0YXRlX0NvdWdhcnNfZm9vdGJhbGw=" target=\"_blank\">Washington State Cougars</a> a couple of weeks ago but got totally upstaged by the half time show. The <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Vbml2ZXJzaXR5X29mX0NhbGlmb3JuaWFfTWFyY2hpbmdfQmFuZA==" target=\"_blank\">band</a> choreographed an amazing tribute to video games such as Pong, Mario, Zelda, Mortal Kombat and Pokemon. The Tetris segment is amazing.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2JhbGxoeXBlLmNvbS9zdG9yeS9jYWxfYmFuZF92aWRlb19nYW1lX3Nob3dfMjAwNy8=">Cal Band- Video Game Show 2007</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=103" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/proof-that-marching-band-members-are-total-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server 2.0 Beta</title>
		<link>http://www.garypigott.net/vmware-server-20-beta/</link>
		<comments>http://www.garypigott.net/vmware-server-20-beta/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 18:44:55 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/18/vmware-server-20-beta/</guid>
		<description><![CDATA[&#160;VMware recently announced the first beta of their free low-end VMware Server 2. It is a beta, and as such the sensible part of my brain tells me to stay ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9WTXdhcmVTZXJ2ZXIyLjBCZXRhXzEwMDFBL2ltYWdlLnBuZw=="><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="54" alt="image" src="http://www.garypigott.net/files/VMwareServer2.0Beta_1001A/image_thumb.png" width="173" align="left" border="0"/></a> </p>
<p>&nbsp;<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29t" target=\"_blank\">VMware</a> recently <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50aGVyZWdpc3Rlci5jby51ay8yMDA3LzExLzEzL3Ztd2FyZV9zZXJ2ZXIyX2JldGEv" target=\"_blank\">announced</a> the first <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL2JldGEvc2VydmVyLw==" target=\"_blank\">beta of their free low-end VMware Server 2</a>. It is a beta, and as such the sensible part of my brain tells me to stay away and let someone else take the pain. Unfortunately the gadget &amp; gimmick loving part of my brain made me install it on my mail/web/everything else server that had a perfectly functioning v1.0.4 setup. Bad idea!</p>
<p>Version 1 has this very nice web UI for monitoring, starting/stopping, and tweaking stuff, and a separate Windows/Linux application for creating new VMs and accessing the console of each one. Version 2 has dispensed with the application and instead relies on a beefed up web interface, with a browser plugin to display the consoles. Unfortunately being beta, the web UI is ugly and unfinished, and there&#8217;s so much un-optimised debug code the VMs run at less than half the speed they did on the old version. I run <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kZWJpYW4ub3Jn" target=\"_blank\">Debian Linux</a> web, email and SyncML servers, a Windows XP desktop, and the odd test Linux VM, all on a single 2.4GHz <strong>Celeron</strong> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tYXhwYy5jby51ay9yZXZpZXdzL2RlZmF1bHQuYXNwP3BhZ2V0eXBlaWQ9MiZhbXA7YXJ0aWNsZWlkPTE5NDY5JmFtcDtzdWJzZWN0aW9uaWQ9NzAyJmFtcDtzdWJzdWJzZWN0aW9uaWQ9NTA1" target=\"_blank\">Dell server</a> that I got for free. Obviously the beta had to go&#8230;..</p>
<p>Rolling back the server and toolset installs was a bit long winded, but it was straightforward enough. What wasn&#8217;t straightforward was un-scrambling the network config. Each VM has at least two interfaces, usually bound to the host system&#8217;s wireless interface (I keep the server in my garage, where I can&#8217;t hear it, so there&#8217;s no Ethernet out there) and a &#8220;host only&#8221; LAN for NFS, backups etc. The reinstall remapped everything arseways.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL2JldGEvc2VydmVyLw==">VMware Server 2.0 Beta &#8211; VMware</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=102" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/vmware-server-20-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pirate Backup System &#8211; Network World</title>
		<link>http://www.garypigott.net/the-pirate-backup-system-network-world/</link>
		<comments>http://www.garypigott.net/the-pirate-backup-system-network-world/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 23:19:08 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/11/09/the-pirate-backup-system-network-world/</guid>
		<description><![CDATA[I re-read this article James Gaskin wrote for Network World today. He&#8217;s advocating the Pirate Backup System. The work &#8220;pirate&#8221; has has nothing to do with software, music or movies ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9UaGVQaXJhdGVCYWNrdXBTeXN0ZW1OZXR3b3JrV29ybGRfMTQyMzEvaW1hZ2VfMy5wbmc="><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="44" alt="image" src="http://www.garypigott.net/files/ThePirateBackupSystemNetworkWorld_14231/image_thumb_3.png" width="239" align="left" border="0"/></a>  I re-read <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXR3b3Jrd29ybGQuY29tL25ld3NsZXR0ZXJzL3NidC8yMDA3LzA1MDdzbWJ0ZWNoMS5odG1s" target=\"_blank\">this article</a> James Gaskin wrote for <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXR3b3Jrd29ybGQuY29t" target=\"_blank\">Network World</a> today. He&#8217;s advocating the <em>Pirate Backup System</em>. The work &#8220;pirate&#8221; has has nothing to do with software, music or movies that you&#8217;ve got a five finger discount on. It&#8217;s the ARR (matey!) system. ARR stands for <u><strong>A</strong>utomatic</u>, <u><strong>R</strong>edundant</u> and <u><strong>R</strong>estorable</u>.</p>
<p>Backups should be <em>automatic</em>. If a human has to do something to ensure your backups happen, then once and a while that human will do it wrong, so your backups are not 100% reliable. </p>
<p>Backups should be <em>redundant</em>. There&#8217;s no point doing a backup to a local disk, because it&#8217;s possible that the event that causes you to lose your data will cause you to lose your backup. he uses the example of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9GcmFuY2lzX0ZvcmRfQ29wcG9sYQ==" target=\"_blank\">Francis Ford Coppola</a>, who had his <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25ld3MuYmJjLmNvLnVrLzIvaGkvZW50ZXJ0YWlubWVudC83MDE5NjQ0LnN0bQ==" target=\"_blank\">laptop stolen</a> earlier this year. Much of the data was irreplaceable, including a script for the movie he was about to start work on. He had a backup alright, but it was a USB hard disk. the thief stole the disk at the same time. A similar scenario I came across before was the company who instructed their sales reps to backup their laptops to CD-Rs. Unfortunately the reps had a habit of storing the backup discs in the laptop case&#8230;.</p>
<p>Backups should be <em>restorable</em>. It&#8217;s an obvious one, but often overlooked. People diligently follow their backup procedure, but fail to ensure it actually works. With tapes this means frequent test restores, but tapes by their nature have a finite lifespan. The verification puts more wear on the tape and can damage the data while it&#8217;s being verified. Basically, even after you verify the tape you&#8217;re never certain that the act of verification didn&#8217;t damage the backup, so you need to verify it again, and again, and again&#8230;&#8230;.</p>
<p><img alt="http://userpic.livejournal.com/43947555/2878049" src="http://userpic.livejournal.com/43947555/2878049" align="right"/>To be honest, it makes me feel a bit warmer in side that the solution <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jZW50cmFsZGF0YWJhbmsuY29t" target=\"_blank\">my company</a> offers ticks all the boxes&#8230;.. Our online backup platform is a pure software solution, so there&#8217;s nothing to interact with. It just works in the background, and is monitored by the service provider, so it ticks the <em>automatic</em> box. Data is immediately transferred off-site over the Internet, so a theft or natural disaster isn&#8217;t going to take out your server and ours at the same time, so that&#8217;s <em>redundancy</em> taken care of. Hard disks can take a lot more read and write cycles than tape, RAID and high end storage technologies prevent data loss, and built in continuous integrity checking mean that backup data is difficult to corrupt and is spotted and corrected immediately if it happens, so data on our service is always <em>restorable</em>. </p>
<p>&nbsp;</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXR3b3Jrd29ybGQuY29tL25ld3NsZXR0ZXJzL3NidC8yMDA3LzA1MDdzbWJ0ZWNoMS5odG1s">The Pirate Backup System &#8211; Network World</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=101" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/the-pirate-backup-system-network-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leaf Networks: Quick &#8216;n Easy VPNs</title>
		<link>http://www.garypigott.net/leaf-networks-quick-n-easy-vpns/</link>
		<comments>http://www.garypigott.net/leaf-networks-quick-n-easy-vpns/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 10:48:59 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/10/30/leaf-networks-quick-n-easy-vpns/</guid>
		<description><![CDATA[Setting up a VPN isn&#8217;t usually for the faint of heart. You usually need to buy (expensive) hardware and you need your IT guy to set everything up. They&#8217;re awkward ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9MZWFmTmV0d29ya3NRdWlja25FYXN5VlBOc185NkQ2L2ltYWdlLnBuZw=="><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="180" alt="image" src="http://www.garypigott.net/files/LeafNetworksQuicknEasyVPNs_96D6/image_thumb.png" width="244" align="left" border="0"/></a> Setting up a VPN isn&#8217;t usually for the faint of heart. You usually need to buy (expensive) hardware and you need your IT guy to set everything up. They&#8217;re awkward to change, and they can be fragile, especially if firewalls get in the way. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5sZWFmbmV0d29ya3MubmV0Lw==" target=\"_blank\">Leaf Networks</a> have introduced a free, easy peer-to-peer VPN service that is no more complex to set up than an IM client. You install the software, add &#8220;buddies&#8221;, and select what you want to share, and their software takes care of all the communication and security. Nice!</p>
<p>From<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dlYndvcmtlcmRhaWx5LmNvbS8yMDA3LzEwLzI5L2NyZWF0ZS1hbi1vbmxpbmUtdmVyc2lvbi1vZi1hLWxvY2FsLWFyZWEtbmV0d29yay10aGUtZnJlZS1hbmQtZWFzeS13YXkv"> Web Worker Daily</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=100" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/leaf-networks-quick-n-easy-vpns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Document Management</title>
		<link>http://www.garypigott.net/open-source-document-management/</link>
		<comments>http://www.garypigott.net/open-source-document-management/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 10:43:17 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/10/26/open-source-document-management/</guid>
		<description><![CDATA[At work we used to be a small operation with very few documents and it was nice and simple to keep everything straight. I, as the CTO, am the keeper ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/files/OpenSourceDocumentManagement_9C52/image.png" style="border-width: 0px" alt="image" align="left" border="0" height="41" width="240" />At <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jZW50cmFsZGF0YWJhbmsuY29tLw==" target=\"_blank\">work</a> we used to be a small operation with very few documents and it was nice and simple to keep everything straight. I, as the CTO, am the keeper of all the operational procedures, network diagrams etc, and Pierre <img src="http://www.garypigott.net/files/OpenSourceDocumentManagement_9C52/image_thumb.png" style="border-width: 0px" alt="image" align="right" border="0" height="69" width="154" />(our marketing guru) manages all the sales and marketing documents. The company web server runs a CMS called <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5qb29tbGEub3Jn" target=\"_blank\">Joomla</a>, which has a decent enough file manager, so we put the documents up there in a password protected area when they&#8217;re complete and we want to make them available to selected clients.</p>
<p>We&#8217;ve started to grow, both in head count and sophistication, so now we&#8217;ve got a lot more documents to manage and a lot more people wanting to manage them. Our documents are usually authored by one person, but in many cases require review and comment by sales, marketing and technical people prior to release. What would be great is something that would manage the workflow, with notifications and audit tracking, and integrate with our website to make the final result available to clients, all in a controlled manner. We need a Document Management System. Our company likes to use open source software wherever possible, so my first port of call was <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuaWUvc2VhcmNoP3E9b3Blbitzb3VyY2UrZG9jdW1lbnQrbWFuYWdlbWVudCZhbXA7aWU9dXRmLTgmYW1wO29lPXV0Zi04JmFtcDthcT10JmFtcDtybHM9b3JnLm1vemlsbGE6ZW4tR0I6b2ZmaWNpYWwmYW1wO2NsaWVudD1maXJlZm94LWE=" target=\"_blank\">Google</a>, which gave me the following:</p>
<ul>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy54aW5jby5vcmcv" target=\"_blank\">xinco</a></li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvbnRpbmVvLnNvdXJjZWZvcmdlLm5ldC8=" target=\"_blank\">contineo</a></li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5rbm93bGVkZ2V0cmVlLmNvbS8=" target=\"_blank\">KnowledgeTree</a></li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lcGl3YXJlLmNvbS8=" target=\"_blank\">Epiware</a></li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hbGZyZXNjby5jb20=" target=\"_blank\">Alfresco</a></li>
</ul>
<p>Most of the above are Java applications, which I really don&#8217;t like, and I&#8217;ll cover in a later blog post. KnowledgeTree is written in PHP and ticks all the boxes. Alfresco is a Java app, but it&#8217;s functionality is too good to dismiss straight away. Let the testing begin!</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=99" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/open-source-document-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish Retailers Don&#8217;t Get The Web</title>
		<link>http://www.garypigott.net/irish-retailers-dont-get-the-web/</link>
		<comments>http://www.garypigott.net/irish-retailers-dont-get-the-web/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 16:38:45 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/10/17/irish-retailers-dont-get-the-web/</guid>
		<description><![CDATA[Michele&#8217;s just come across the ultimate in cheapness. Rather than pay professionals to design their new website for them, Blanchardstown Shopping Centre are running a competition instead. They&#8217;ve got the ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9JcmlzaFJldGFpbGVyc0RvbnRHZXRUaGVXZWJfRjA4MC9pbWFnZWEwYjhmNmYxYjBjMDQ0MGZhOWNmYjUxNjJkMTA3YmFjLnBuZw=="><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="183" alt="image" src="http://www.garypigott.net/files/IrishRetailersDontGetTheWeb_F080/image_thumb636a7c27a6c24c8791f2673a187dbff3.png" width="244" align="left" border="0" /></a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tbmV5bG9uLmNvbS9ibG9nL2FyY2hpdmVzLzIwMDcvMTAvMTcvaXJpc2gtcmV0YWlsZXJzLWRvbnQtZ2V0LXRoZS13ZWIv">Michele&#8217;s</a> just come across the ultimate in cheapness. Rather than pay professionals to design their new website for them, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ibGFuY2hhcmRzdG93bmNlbnRyZS5pZQ==">Blanchardstown Shopping Centre</a> are running a competition instead. They&#8217;ve got the Bank of Ireland to sponsor a prize of a whole <strong>&#x20AC;1,000</strong> to be awarded to the winning designer of their new site! What&#8217;s even worse is the prize is in the form of vouchers for their own shops, so you can&#8217;t even spend it on what you want. </p>
<p>A professional wouldn&#8217;t even take your phone call if he heard your budget was only a grand, and nobody in the business is going to spend the time it&#8217;d take to do it properly on spec. I&#8217;ve been paid more for nixers! </p>
<p>Don&#8217;t these people realise that web design these days is a serious profession what takes a lot of talent, knowledge and experience to do well? A good website is not something an enthusiastic amateur can pull off. Blanchardstown SC haven&#8217;t cottoned on to the fact that an amateur-looking website reflects poorly on the company it represents.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ibGFuY2hhcmRzdG93bmNlbnRyZS5pZS9jb21wZXRpdGlvbi8=">Link</a> via <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tbmV5bG9uLmNvbS9ibG9nL2FyY2hpdmVzLzIwMDcvMTAvMTcvaXJpc2gtcmV0YWlsZXJzLWRvbnQtZ2V0LXRoZS13ZWIv">Irish Retailers Don&#8217;t Get The Web</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=98" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/irish-retailers-dont-get-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bose do more than just speakers</title>
		<link>http://www.garypigott.net/bose-do-more-than-just-speakers/</link>
		<comments>http://www.garypigott.net/bose-do-more-than-just-speakers/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 23:38:06 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/09/22/bose-do-more-than-just-speakers/</guid>
		<description><![CDATA[They&#8217;re a serious R&#38;D outfit that will take on anything that takes their fancy. They&#8217;ve been working on active suspension for a few years. Springs and dampers are reactive. A ]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/eSi6J-QK1lw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/eSi6J-QK1lw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
<p>They&#8217;re a serious R&amp;D outfit that will take on anything that <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Cb3NlX0NvcnBvcmF0aW9uI0NvbGRfRnVzaW9uX1Jlc2VhcmNo">takes their fancy</a>. They&#8217;ve been working on active suspension for a few years. Springs and dampers are <em>reactive</em>. A bump in the road hits them, and the springs compress to soak up most of the jolt. The damper then slows down the decompression so the car doesn&#8217;t kangaroo down the street. No two bumps are the same severity, so even the best mechanical suspension systems can only cope best with an average bump at an average speed. </p>
<p>Cars roll when going around corners. Again, passive systems can only do so much. As long as the centre of gravity is above the road and the springs can be compressed, the car will lean away from the corner.</p>
<p>Active systems such as Bose&#8217;s take dumb mechanical components out of the equation. Springs and dampers are thrown away and replaced with computer controlled pistons that move the wheels up and down to lift them out of the way of bumps and push them into potholes. It&#8217;s trivial to ensure that a car stays level the whole way through a corner. They could even make a car lean into a corner if they wanted to.</p>
<p>there are two key things to get right. 1. &quot;something&quot; needs to read the road ahead and make sure the suspension moves at the correct time, and 2. the pistons need to be very precisely controlled and be capable of moving extremely quickly. Bose are nicely positioned to work on both problems.</p>
<p>Bose do very nice <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ib3NlLmNvLnVrL0dCL2VuL2hvbWUtZW50ZXJ0YWlubWVudC9wZXJzb25hbC1hdWRpby9oZWFkcGhvbmVzL2Fjb3VzdGljLW5vaXNlLWNhbmNlbGxpbmctaGVhZHBob25lcy9pbmRleC5qc3A=">noise canceling</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hdmlvbmljc3dlc3QuY29tL0Jvc2UuaHRtbA==">headphones</a>. They work by taking the sound wave, generating the exact opposite, and feeding it through the headphones. One cancels the other out and the wearer hears nothing. Bose treat the road surface as just another sound wave. They generate the exact opposite, and feed the output to the suspension actuators.</p>
<p>A conventional speaker moves a paper cone very rapidly to produce sound. The cone is attached to a magnet which is positioned inside a magnetic coil. A good speaker must very accurately and quickly move the magnet in and out of the coil to produce the best sound&#8230;.. which are the same requirements that a good active suspension system needs.</p>
<p>Take a look at the video clip above. At the end they really start showing off. They do a Knight Rider &quot;turbo boost&quot; move and jump a Lexus equipped with their suspension over a kerb without a ramp.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PWVTaTZKLVFLMWx3JmFtcDtldXJsPWh0dHAlM0ElMkYlMkZ3d3clMkVhdXRvYmxvZyUyRWNvbSUyRjIwMDclMkYwOSUyRjIxJTJGdmlkZW8lMkRib3NlJTJEc3VzcGVuc2lvbiUyRGluJTJEYWN0aW9uJTJG">Link</a> via <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hdXRvYmxvZy5jb20vMjAwNy8wOS8yMS92aWRlby1ib3NlLXN1c3BlbnNpb24taW4tYWN0aW9uLw==">link</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=88" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/bose-do-more-than-just-speakers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish firm launches &#8216;global&#8217; mobile phone</title>
		<link>http://www.garypigott.net/irish-firm-launches-global-mobile-phone/</link>
		<comments>http://www.garypigott.net/irish-firm-launches-global-mobile-phone/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 11:43:10 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/09/19/irish-firm-launches-global-mobile-phone/</guid>
		<description><![CDATA[Hmmm&#8230; Cubic Telecom have come up with a SIM (called &#34;MAXroam&#34;) that will be accepted as a local one where ever in the world you use it. They&#8217;re using SIP ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC9maWxlcy9JcmlzaGZpcm1sYXVuY2hlc2dsb2JhbG1vYmlsZXBob25lX0FGNjkvODY0NzcwX3RlbGVwaG9uZS5qcGc="><img id="id" style="border-right: 0px; border-top: 0px; margin: 0px; border-left: 0px; border-bottom: 0px" height="180" alt="864770_telephone" src="http://www.garypigott.net/files/Irishfirmlaunchesglobalmobilephone_AF69/864770_telephone_thumb.jpg" width="240" align="left" border="0" /></a> Hmmm&#8230; <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jdWJpY3RlbGVjb20uY29tLw==">Cubic Telecom</a> have come up with a SIM (called &quot;MAXroam&quot;) that will be accepted as a local one where ever in the world you use it. They&#8217;re using SIP (VoIP) to back haul the call from the caller&#8217;s area to the destination, avoiding international call rates, so the total cost is that of a mobile call from the caller to a local number, and from a local number at the other end to the destination.</p>
<p>They&#8217;re also going to have <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jdWJpY3RlbGVjb20uY29tL3Bob25lcy8=">phones with wi-fi</a>, which, in conjunction with a free hotspot, will avoid one of the calls, instead connecting directly to their international SIP infrastructure.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50aGVyZWdpc3Rlci5jby51ay8yMDA3LzA5LzE5L2N1YmljX21vYmlsZV9sYXVuY2gv">Irish firm launches &#8216;global&#8217; mobile phone | The Register</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=85" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/irish-firm-launches-global-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IBM workers picket Second Life</title>
		<link>http://www.garypigott.net/ibm-workers-picket-second-life/</link>
		<comments>http://www.garypigott.net/ibm-workers-picket-second-life/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 09:19:36 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/09/18/ibm-workers-picket-second-life/</guid>
		<description><![CDATA[It&#8217;s a fundamental right of workers to protest at mistreatment, and staff at IBM Italy have had to take a â‚¬1000 pay cut that they&#8217;re not happy about. Pickets normally ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/files/ibmslstrike.jpg" align="left" height="182" width="246" />It&#8217;s a fundamental right of workers to protest at mistreatment, and staff at <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pYm0uY29tL2l0Lw==">IBM Italy</a> have had to take a â‚¬1000 pay cut that they&#8217;re not happy about. Pickets normally take place either at the factory gates or somewhere more public. The <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5yc3VpYm12aW1lcmNhdGUuaXQv">RSU</a> union have decided to go down the &#8220;more public&#8221; route.</p>
<p>Marketing execs are seeing <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zZWNvbmRsaWZlLmNvbQ==">Second Life</a>, the leading &#8220;virtual reality&#8221; world online, as a new way for large corporates, such as <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kZWxsLmNvbQ==">Dell</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaXNjby5jb20=">Cisco</a> and IBM to have a &#8220;presence&#8221;. They spend big money to design, construct and maintain showrooms that people can wander through and virtually examine their wares. Many argue that the volume of people using SL right now isn&#8217;t great enough to make the numbers add up, but the companies are seeing this as a long term thing. IBM even use it as a private colaboration tool. Rather than travel to meet face to face, or use teleconfernecing, they&#8217;re meeting virtually in a SL boardroom. Cisco are even using it to hold new employee interviews!</p>
<p>The RSU are going to picket the IBM building in SL on the 25th September. They&#8217;re giving out strike kits that include avatars with slogans on their t-shirts, and placards. It should be interesting&#8230;.</p>
<p>From <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL253bi5ibG9ncy5jb20vbnduLzIwMDcvMDkvbGFib3ItdW5pb24tcHJvLmh0bWw=">New World Notes</a>, via <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ib2luZ2JvaW5nLm5ldC8yMDA3LzA5LzE3L3N0cmlrZXJzLXBpY2tldC1pYm0uaHRtbA==">Boing Boing</a></p>
<p><strong>Update:</strong> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5qb2huaW5uaXQuY28udWsv">John</a> has posted a comment to say that the 25th is just the start of the public campaign. The actual protest will be a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9GbGFzaF9tb2I=">flash mob</a> event, at a future date. Sign up at <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy51bmlnbG9iYWx1bmlvbi5vcmc=">uniglobalunion.org</a> to find out when the flash mob will form.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=82" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/ibm-workers-picket-second-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP5 gripe</title>
		<link>http://www.garypigott.net/php5-gripe/</link>
		<comments>http://www.garypigott.net/php5-gripe/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 11:40:16 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/09/10/php5-gripe/</guid>
		<description><![CDATA[I&#8217;m writing a website in PHP that works off data in a MySQL database. The site was ready for launch, but there was a last minute functionality addition that required ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing a website in PHP that works off data in a MySQL database. The  site was ready for launch, but there was a last minute functionality addition  that required one of the scripts to add a record to a remote MySQL database.  This should be a piece of cake, but it&#8217;s not. The function in PHP that actually  runs the query on the database is mysql_query(). It usually requires just one  argument the actual SQL query, which is then submits using the currently open  database connection, or if one doesn&#8217;t exist, the last one.</p>
<p>There is an optional second argument that will connect to a specific  connection, but if I force it to use this new remote database, all the other  queries after it will connect to the wrong database, unless I modify them to  force them to use the correct database. Aaaaaggghhh!</p>
<p>The logical option is to modify the other bits of code, but it&#8217;s already been  tested and verified, so I&#8217;m not touching it if I can avoid it. What I&#8217;ll end up  doing is separating this new function out into a separate PHP script, that I&#8217;ll  call with CURL and pass the necessary data in the query string. It&#8217;s not ideal,  but it&#8217;s the only way to integrate the new function without making radical  changes. <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=81" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/php5-gripe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IvanAnywhere is soooo cool!</title>
		<link>http://www.garypigott.net/ivananywhere-is-soooo-cool/</link>
		<comments>http://www.garypigott.net/ivananywhere-is-soooo-cool/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 11:55:36 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/09/05/ivananywhere-is-soooo-cool/</guid>
		<description><![CDATA[Imagine you&#8217;re a telecommuter in a company where everyone else works out of the office. Your only interaction is via conference calls, email and IM. You miss out on all ]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 10px 5px 0px" src="http://www.garypigott.net/files/IvanAnywhere.jpg" align="left" />Imagine you&#8217;re a telecommuter in a company where everyone else works out of the office. Your only interaction is via conference calls, email and IM. You miss out on all the work and non-work related chatter that happens in the corridors, other people&#8217;s cubicles and in the lunch room. Ivan Bowman in a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zeWJhc2UuY29tLw==">Sybase</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pYW55d2hlcmUuY29tLw==">subsidiary</a> in Canada was one of those people, but he wanted to change that.</p>
<p>Phase one was to install a webcam in the office, so he could see and hear what was going on, but he couldn&#8217;t answer back, and it wasn&#8217;t what you would call mobile. They ended up building a remote controllable platform with a webcam, speakers and a touch screen on a pole, so he can roam the corridors, attend meetings and drop into coworkers cubicles just like he was there. He controls it all remotely using a joystick, and the touch screen displays a live feed of his face from his webcam. Some would discard the idea as a toy or gimmick, but I see this as a very workable solution to the disconnect often felt by those who work away from the office.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25ld3MudGhlcmVjb3JkLmNvbS9CdXNpbmVzcy9hcnRpY2xlLzIzNjMxNQ==">The Record</a> via <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2hhcmR3YXJlLnNsYXNoZG90Lm9yZy9hcnRpY2xlLnBsP3NpZD0wNy8wOS8wNC8yMzMwMjE5JmFtcDtmcm9tPXJzcw==">Slashdot</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=79" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/ivananywhere-is-soooo-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content aware image resizing</title>
		<link>http://www.garypigott.net/content-aware-image-resizing/</link>
		<comments>http://www.garypigott.net/content-aware-image-resizing/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 09:50:56 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/08/27/content-aware-image-resizing/</guid>
		<description><![CDATA[Two Israeli scientists, Dr. Ariel Shamir and Dr. Shai Avidan, gave a presentation at SIGGRAPH the other day that demonstrates an inteligent way to resize images. Rather than just a ]]></description>
			<content:encoded><![CDATA[<p>Two Israeli scientists, Dr. Ariel Shamir and Dr. Shai Avidan, gave a presentation at  <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaWdncmFwaC5vcmcv">SIGGRAPH</a> the other day that demonstrates an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5mYWN1bHR5LmlkYy5hYy5pbC9hcmlrL2ltcmV0LnBkZg==">inteligent way to resize images</a>. Rather than just a dumb resampling at the new resolution based on the average of the pixels at the old, or a method based on finding edges, these guys have come up with a technique that analyses the content, generates 3D shapes from it, and resizes it, preserving the proportions of the important elements.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/qadw0BRKeMk"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qadw0BRKeMk" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=76" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/content-aware-image-resizing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New domain name impulse buy</title>
		<link>http://www.garypigott.net/new-domain-name/</link>
		<comments>http://www.garypigott.net/new-domain-name/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 15:20:42 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/08/19/new-domain-name/</guid>
		<description><![CDATA[I was browsing the list of domain names for sale on eBay the other day and I came across this. e85fuelsupply.com was for sale with one $1 bid. It&#8217;s something ]]></description>
			<content:encoded><![CDATA[<p>I was browsing the list of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvbXB1dGVycy5saXN0aW5ncy5lYmF5LmNvbS9PdGhlci1IYXJkd2FyZS1TZXJ2aWNlc19Eb21haW4tTmFtZXNfVzBRUWZjbFozUVFmcm9tWlIxMVFRc2FjYXRaMTExNTRRUXNvY21kWkxpc3RpbmdJdGVtTGlzdA==">domain names for sale</a> on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lYmF5LmNvbS8=">eBay</a> the other day and I came across <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NnaS5lYmF5LmNvbS93cy9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJmFtcDtzc1BhZ2VOYW1lPUFETUU6QjpFT0lCU0FBOlVTOjExJmFtcDtJdGVtPTIzMDE2MDkwOTk2MQ==">this</a>. e85fuelsupply.com was for sale with one $1 bid. It&#8217;s something that I&#8217;ll build a website around if I have time, and if not, I should be able to sell it on for a nice profit, as the name is topical. It cost me the sum total of $1.36 in the end, and the domain still has the best part of a year to run on it&#8217;s registration (worth $8 on it&#8217;s own)!</p>
<p>I think I might put together a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNvbS8=">Google Maps</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nb29nbGUuY29tL2FwaXMvbWFwcy9nYWxsZXJ5L21hcHNBUElQcm9kdWN0cy5odG1sI3V0bV9zb3VyY2U9bWFwc19ob21l">mashup</a> site, where visitors can maintain a list of petrol stations that stock <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9FODU=">E85 ethanol</a> and maybe <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9CaW9kaWVzZWw=">biodiesel</a>. It&#8217;ll be quick to put together, I&#8217;ll learn something (I&#8217;ve not used Google&#8217;s AJAX APIs before) and not cost much to host, so very minimal <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Fkd29yZHMuZ29vZ2xlLmNvbS8=">Google Adwords</a> should cover costs.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=74" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/new-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Major San Francisco websites knocked offline due to a power outage</title>
		<link>http://www.garypigott.net/major-san-francisco-websites-knocked-offline-due-to-a-power-outage/</link>
		<comments>http://www.garypigott.net/major-san-francisco-websites-knocked-offline-due-to-a-power-outage/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 00:48:30 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/07/25/major-san-francisco-websites-knocked-offline-due-to-a-power-outage/</guid>
		<description><![CDATA[One of the big San Francisco colos, 365main.com went tits up earlier and major customers such as Craigslist (free classified ads) and Six Apart (the Typepad and Livejournal blog people) ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/files/lightning.jpg" align="left" height="168" width="250" />One of the big San Francisco colos, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy4zNjVtYWluLmNvbQ==">365main.com</a> went tits up earlier and major customers such as <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jcmFpZ3NsaXN0LmNvbQ==">Craigslist</a> (free <font>classified </font>ads) and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaXhhcGFydC5jb20v">Six Apart</a> (the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy50eXBlcGFkLmNvbS8=">Typepad</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5saXZlam91cm5hbC5jb20v">Livejournal</a> blog people) are off line. The power went down to the neighbourhood and the colo&#8217;s backup power either didn&#8217;t kick in or couldn&#8217;t cope with the load. I know our primary colo (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbnRlcnhpb24uY29t">InterXion</a> in Dublin) doesn&#8217;t sell rack space unless it&#8217;s got the generator capacity to manage, and does regular tests to verify it. I get the test reports after the fact. Now I know high availability and redundancy are part of my business so I&#8217;m a bit biased, but how do websites get this big and not consider what an outage like this will do to their business?</p>
<p>But why rely on the colo to do all the hard work?  Some people put their own UPS equipment in their racks, but if the colo&#8217;s power dies, then the aircon goes too, so personally I&#8217;d have the servers drop suddenly rather than slowly cook themselves. Besides, the power to the meet me rooms will go too, so you&#8217;re going to be without connectivity in many cases too. Fires, floods and earthquakes happen, so all the power, server and storage resilience in the world won&#8217;t help with that.</p>
<p>What we&#8217;ve had to do is setup a remote warm site. If we lose Dublin totally we use <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9CZ3A=">BGP</a> and a few cooperative bandwidth suppliers to route the traffic to our London site where we&#8217;ve got replicated data and servers powered on and waiting in the racks. In theory the changeover is instant, but in practice some customers could see up to 5 minutes of an outage, but most are back connecting again within 90 seconds. It&#8217;s not cheap to operate this way, but surely Craigslist &amp; Co. have the cash.</p>
<p><strong>Edit:</strong> This would have to happen on the very day that they issued a press release <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy4zNjVtYWluLmNvbS9wcmVzc19yZWxlYXNlcy9wcl83XzI0XzA3X3JlZF9lbnZlbG9wZS5odG1s">boasting about 2 years of 100% uptime for one of their major customers</a> who closed their redundant site because they didn&#8217;t need it <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=72" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/major-san-francisco-websites-knocked-offline-due-to-a-power-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free energy to be demonstrated today</title>
		<link>http://www.garypigott.net/free-energy-to-be-demonstrated-today/</link>
		<comments>http://www.garypigott.net/free-energy-to-be-demonstrated-today/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 23:01:49 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/07/05/free-energy-to-be-demonstrated-today/</guid>
		<description><![CDATA[Steorn claimed last year (to a resounding chorus of &#8220;bullshit&#8221;) that they had developed a way of creating energy from magnetic fields. Their &#8220;Orbo&#8221; device is on display from today ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zdGVvcm4uY29tLw=="><img src="http://www.garypigott.net/files/steorn.png" align="left" />Steorn</a> claimed last year (to a resounding chorus of &#8220;bullshit&#8221;) that they had developed a way of creating energy from magnetic fields. Their &#8220;<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zdGVvcm4uY29tL29yYm8v">Orbo</a>&#8221; device is on display from today at the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5raW5ldGljYS1tdXNldW0ub3JnLw==">Kinetica Museum</a> in London.</p>
<p>This <strong><em>has </em></strong>to be a con. These guys must be trying to get some fool with a wad of cash to buy them out before the world finds out, but the shear quantity of money being spent is huge. They could have announced the technology in an obscure physics journal, but instead they took out a full page ad in The Economist. Wikipedia has <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9TdGVvcm4=">more</a>.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2ZyZWVlbmVyZ3l0cmFja2VyLmJsb2dzcG90LmNvbS8=">The Free Energy Blog</a> is tracking the progress&#8230;</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=70" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/free-energy-to-be-demonstrated-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The search for a Microsoft Exchange Alternative</title>
		<link>http://www.garypigott.net/the-search-for-a-microsoft-exchange-alternative/</link>
		<comments>http://www.garypigott.net/the-search-for-a-microsoft-exchange-alternative/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 20:18:39 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/06/04/the-search-for-a-microsoft-exchange-alternative/</guid>
		<description><![CDATA[Back in the old days phone and fax was king. E-mail was nifty gimmick, but nothing more. All you needed to do to provide e-mail to your users was to ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/files/783891_post_box.jpg" align="left" height="300" width="224" />Back in the old days phone and fax was king. E-mail was nifty gimmick, but nothing more. All you needed to do to provide e-mail to your users was to give them access on their desktop. You could get away with draconian inbox size limits to simplify your storage and backup requirements. An outage of a couple of hours was no big deal.</p>
<p>Because of this we had loads of different options if you needed email. You could use an &#8220;enterprise&#8221; platform like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL2V4Y2hhbmdlL2RlZmF1bHQubXNweA==">Microsoft Exchange</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy0xNDIuaWJtLmNvbS9zb2Z0d2FyZS9zdy1sb3R1cy9wcm9kdWN0cy9wcm9kdWN0NC5uc2Yvd2RvY3Mvbm90ZXNob21lcGFnZQ==">Lotus Notes</a> and the like, or you could roll your own with any number of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9TbXRw">SMTP</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Qb3Az">POP</a> or <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JbWFw">IMAP</a> servers running on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaW51eA==">Linux</a> (my preference right now is <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wb3N0Zml4Lm9yZy8=">Postfix</a> &amp; <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kb3ZlY290Lm9yZy8=">Dovecot</a> running on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kZWJpYW4ub3Jn">Debian</a>).</p>
<p>Now days you can&#8217;t easily get away with the DIY approach. E-mail is has to a large extent replaced voice &amp; fax as the prime business communication method. We need to support huge inboxes, instant delivery of messages, access on the road, and near perfect uptime and backups. Most of these things can be achieved with any modern email setup, however some require a little help from outside.</p>
<p>Remote access is a major requirement these days. An executive feels naked on the golf course unless he&#8217;s got a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ibGFja2JlcnJ5LmNvbS8=">Blackberry</a>, a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYWxtLmNvbS91cy9wcm9kdWN0cy9zbWFydHBob25lcy8=">Treo</a>, a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zeW1iaWFuLmNvbS9waG9uZXMvaW5kZXguaHRtbA==">Symbian</a> or a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3dpbmRvd3Ntb2JpbGUvc21hcnRwaG9uZS9kZWZhdWx0Lm1zcHg=">Windows Mobile</a> smartphone on his hip (mine is a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub2tpYS5pZS9saW5rP2NpZD1FRElUT1JJQUxfMjE5MTI=">Nokia e61</a>). You&#8217;ve got three options  if you want to get email onto these things:</p>
<ol>
<li>Scheduled checking of a POP/IMAP server: It works, but there&#8217;ll be a delay because the message doesn&#8217;t get pushed to the device as soon as it comes in.</li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL25hLmJsYWNrYmVycnkuY29tL2VuZy9zZXJ2aWNlcy9zZXJ2ZXIv">Blackbery Enterprise Server:</a> Native support for Blackberry units, and add-in support for other platforms. It only supports Exchange, Notes, or GroupWise servers though</li>
<li>Microsoft Exchange Direct Push: Native support for Windows Mobile units and add-in support for other platforms. Only supports MS Exchange servers obviously.</li>
</ol>
<p>The other major issue is how to back them up. You not only have to worry about DR backups, but also compliance. A nightly backup isn&#8217;t good enough any more. You either need to run a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Db250aW51b3VzX2JhY2t1cA==">continuous backup</a> or run a parallel archiving solution.</p>
<p>At issue here is that the remote access and backup requirements require 3rd party support. 3rd parties target their efforts where they&#8217;ll get the most business, so There&#8217;s no support outside the big three (Exchange, Notes &amp; GroupWise). Nobody&#8217;s deploying new Notes or GroupWise installations anymore, so as much as I hate to say it, Exchange is the only option if you need to provide effective remote access and require effective backup.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=66" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/the-search-for-a-microsoft-exchange-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s new street level view</title>
		<link>http://www.garypigott.net/googles-new-street-level-view/</link>
		<comments>http://www.garypigott.net/googles-new-street-level-view/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 00:59:20 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=65</guid>
		<description><![CDATA[Google have had had cars driving around the streets of the US for the last few months taking pictures and they&#8217;ve finally gone live. In theory you can visit maps.google.com ]]></description>
			<content:encoded><![CDATA[<p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/5/51/Google.png/200px-Google.png" align="right" height="73" width="200" />Google have had had cars driving around the streets of the US for the last few months taking pictures and they&#8217;ve finally gone live. In theory you can visit <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNvbQ==">maps.google.com</a> and select any point on any street (as long as it&#8217;s outlined in blue) and you can instantly view a street level panoramic image. Now obviously some pictures are more interesting than others, and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5sYXVkb250ZWNoLmNvbS9TdHJlZXRWaWV3L3N0cmVldHZpZXcuaHRtbA==">this</a> site is collecting the best.</p>
<p>So far some of the cooler ones are:</p>
<ul>
<li>A possible <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNvbS8/aWU9VVRGOCZhbXA7b209MCZhbXA7bGF5ZXI9YyZhbXA7Y2JsbD0zNy43ODIyNzIsLTEyMi40MTU2MjkmYW1wO2NicD0xLDI3Mi4zNjYxMTQ3NTcwODQsMC42NDg4ODk1NDY3OTQ4NTUsMyZhbXA7bGw9MzcuNzg2MzE4LC0xMjIuNDE2Mjk4JmFtcDtzcG49MC4wMDkzNjEsMC4wMTc0NjcmYW1wO3o9MTY=">drug deal</a></li>
<li>A <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNvbS9tYXBzP2Y9cSZhbXA7aGw9ZW4mYW1wO3E9U2FuK0ZyYW5jaXNjbywrU2FuK0ZyYW5jaXNjbywrQ2FsaWZvcm5pYSwrVW5pdGVkK1N0YXRlcyZhbXA7c2xsPTQwLjcxNDk5NywtNzQuMDA2NjUzJmFtcDtzc3BuPTAuNjE3MjUxLDEuMDM1NDYxJmFtcDtpZT1VVEY4JmFtcDtjZD0xJmFtcDtvbT0xJmFtcDtsYXllcj1jJmFtcDtjYmxsPTM3Ljg4MTEyNCwtMTIyLjI5NzI1NiZhbXA7Y2JwPTEsMjk0LjY0NTI1NjE5NTkzMywwLjY1NjUxNDk4MDI0MTYwMSwyJmFtcDtsbD0zNy44ODc0NTQsLTEyMi4yODU5NDMmYW1wO3Nwbj0wLjAyMTcxLDAuMDU3MzM1JmFtcDt6PTE1">1950&#8242;s Ferrari</a> (maybe a 410 S) parked on the side of the street</li>
<li><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNvbS9tYXBzP2Y9cSZhbXA7aGw9ZW4mYW1wO3E9MjAwK1BvcnRhZ2UrQXZlLCtQYWxvK0FsdG8sK0NBKzk0MzA2JmFtcDtzbGw9MzcuMDYyNSwtOTUuNjc3MDY4JmFtcDtzc3BuPTM1LjYzMTEwNiw2NS40Nzg1MTYmYW1wO2llPVVURjgmYW1wO2xsPTM3LjQyODU1OCwtMTIyLjEzMjgyMSZhbXA7c3BuPTAuMDA4NzI0LDAuMDIzMDI0JmFtcDt6PTE2JmFtcDtvbT0xJmFtcDtsYXllcj1jJmFtcDtjYmxsPTM3LjQyNDQxOSwtMTIyLjEzNTUzNCZhbXA7Y2JwPTEsMjA3LjU0NDAzMTY2NDQ5LDAuNTYwNjAzMjU1NzYwMDk4LDM=">Scooby-doo&#8217;s van</a></li>
</ul>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=65" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/googles-new-street-level-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCP/IP + FireWire in Vista</title>
		<link>http://www.garypigott.net/tcpip-firewire-in-vista/</link>
		<comments>http://www.garypigott.net/tcpip-firewire-in-vista/#comments</comments>
		<pubDate>Thu, 03 May 2007 14:50:24 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=59</guid>
		<description><![CDATA[Aaaaaggghhh!!!!! My house is totally 802.11g. There&#8217;s a server, a few desktops, a laptop and even a couple of PDAs around and there&#8217;s no way the ball &#38; chain would ]]></description>
			<content:encoded><![CDATA[<p><img src="http://uk.gizmodo.com/firewire-logo.jpg" align="left" height="183" width="154" />Aaaaaggghhh!!!!! My  house is totally 802.11g. There&#8217;s a server, a few desktops, a laptop and even a  couple of PDAs around and there&#8217;s no way the ball &amp; chain would allow CAT5  tacked to the skirting boards. 54Mbs is the theoretical maximum, but that never  happens. Most of the time I just move email and web stuff around, so it&#8217;s not a  big deal. The only exception is when I&#8217;m moving video between my laptop and my  desktop. The desktop supports gigabit Ethernet, but the laptop is 10/100 only.  Both have FireWire built in (very handy for iPods and pulling video off DV  camcorders) and Windows XP supports TCP/IP over the link, so I can use it as a  quick and dirty 400Mbs LAN point to point network. At least I could&#8230;.</p>
<p>I &#8220;upgraded&#8221; to Vista a couple of months ago and it&#8217;s a crock, but it&#8217;s not  enough of a crock to make me reinstall XP Pro. Today was the first time I wanted  to move a serious chunk of data between my laptop and the desktop. I plugged the  cable in and nothing happened. Then I remembered that seeing as I formatted and  reinstalled the desktop, I&#8217;d need to set n IP address, so I went into the  network and sharing center in control panel&#8230;.. The wireless adapter was there,  as was the wired NIC, but no sign of the FireWire interface. I knew the FireWire  card was set up because my iPod has been connected since the upgrade, so I  checked Google to see if anyone else had the same problem. I found <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3doZGMvc3lzdGVtL2J1cy8xMzk0L0lQXzEzOTQubXNweA==">this</a>.  Microsoft removed the feature because they have &#8220;not identified any customer  dependency&#8221; on this feature. Bastards!</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=59" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/tcpip-firewire-in-vista/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMWare Console Tools</title>
		<link>http://www.garypigott.net/vmware-console-tools/</link>
		<comments>http://www.garypigott.net/vmware-console-tools/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 22:27:46 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=58</guid>
		<description><![CDATA[VMWare Server includes the ability to only allocate disk space on the host system as needed. For example, if the virtualised system has a 8GB disk but only uses 4GB, ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.vmware.com/files/templates/img/logo_top.gif" align="left" height="54" width="173" /><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL3Byb2R1Y3RzL3NlcnZlci8=">VMWare Server</a> includes the ability to only allocate disk space on the host system as needed. For example, if the virtualised system has a 8GB disk but only uses 4GB, then the disk image only takes up 4GB. While the disk image will expand as required, it won&#8217;t automatically reduce. The VMWare Tools application allows you to shrink it back on demand, but it&#8217;s a GUI app, which is fine if you&#8217;re running Windows, or Unix/Linux with X, but sod all use if you like to run your Linux VMs as lean as possible, without X.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NoaXRjaGF0LmF0LmluZm9zZWVrLmNvLmpwL3Ztd2FyZS92bXRvb2xzLmh0bWw=">VMWare Command Line Tools</a> from VM Back is an unofficial open source command line version of VMWare Tools that enables you to shrink your disk images and sync your clocks on any Linux, DOS, BSD or Solaris VM.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=58" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/vmware-console-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing jbilling on Debian Etch</title>
		<link>http://www.garypigott.net/installing-jbilling-on-debian-etch/</link>
		<comments>http://www.garypigott.net/installing-jbilling-on-debian-etch/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 23:42:44 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=57</guid>
		<description><![CDATA[I&#8217;ve finally got it down to a 5 minute process with the help of the OpenNMS docs&#8230;. Install a bare-bones Etch system by skipping the role and package selection screens ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jbilling.com/files/jb-logo-small.jpg" align="left" height="83" hspace="5" vspace="5" width="90" />I&#8217;ve finally got it down to a 5 minute process with the help of the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5vcGVubm1zLm9yZy9pbmRleC5waHAvRGViaWFuXzRfdG9tY2F0NS41X2pka18xLjVfaW5zdGFsbF9sb2c=">OpenNMS</a> docs&#8230;.</p>
<p>Install a bare-bones Etch system by skipping the role and package selection screens during the installation.</p>
<p>Edit the apt sources.list to include the &#8220;<em>contrib</em>&#8221; and &#8220;<em>non-free</em>&#8221; packages by adding the following lines to <em>/etc/apt/sources.list</em>:</p>
<p><em>deb http://ftp.debian.org/debian/ etch main contrib non-free<br />
deb-src http://ftp.debian.org/debian/ etch main<br />
deb http://security.debian.org/ etch/updates main<br />
</em><br />
Run &#8220;<em>apt-get update</em>&#8221; to get the package list up to date.</p>
<p>Run &#8220;<em>apt-get install sun-java5-jdk</em>&#8221; to install Sun Java</p>
<p>The JAVA_HOME environment variable needs to be set for any Java app to run so adding the following to <em>/etc/profile</em> will do the trick</p>
<p><em>JAVA_HOME=&#8221;/usr/lib/jvm/java-1.5.0-sun&#8221;<br />
export JAVA_HOME<br />
</em><br />
Run &#8220;<em>apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps</em>&#8221; to install Tomcat</p>
<p>Run &#8220;<em>apt-get install wget unzip</em>&#8221; to install wget so we can download jbilling from the server, and unzip so we can decompress the archive.</p>
<p>&#8220;<em>cd /opt</em>&#8221; and run &#8220;<em>wget <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2hlYW5ldC5kbC5zb3VyY2Vmb3JnZS5uZXQvc291cmNlZm9yZ2UvamJpbGxpbmcvamJpbGxpbmctMV8wXzYuemlw">http://heanet.dl.sourceforge.net/sourceforge/jbilling/jbilling-1_0_6.zip</a></em>&#8221; to download it and &#8220;<em>unzip jbilling-1_0_6.zip</em>&#8221; to decompress it.</p>
<p>Edit <em>/opt/jbilling/server/default/conf/jbilling.properties</em> to suit.</p>
<p>Run &#8220;<em>chmod 700 /opt/jbilling/bin/*.sh</em>&#8221; so we can start and stop the server easily.</p>
<p>Run &#8220;<em>/opt/jbilling/bin/run.sh</em>&#8221; to start the service and then open <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovLyZsdDtJUF9BZGRyZXNzJmd0Oy9iaWxsaW5nL3NpZ251cEVudGl0eS5kbz9hY3Rpb249c2V0dXA="><em>http://&lt;IP_Address&gt;/billing/signupEntity.do?action=setup</em></a> in a web browser and follow the Getting Started Guide <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5qYmlsbGluZy5jb20vP3E9bm9kZS84OS8mYW1wO3BsPXBy">here</a>.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=57" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/installing-jbilling-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing World of Warcraft</title>
		<link>http://www.garypigott.net/installing-world-of-warcraft/</link>
		<comments>http://www.garypigott.net/installing-world-of-warcraft/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 13:42:54 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=51</guid>
		<description><![CDATA[I was in my local video rental shop and they had a stack of WoW 14 day trial packs on the counter for ???????2 each. Seeing as I know at ]]></description>
			<content:encoded><![CDATA[<p><img src="http://ec1.images-amazon.com/images/P/B000197Z30.01._SCTHUMBZZZ_V45857762_AA90_.jpg" align="left" height="90" width="90" />I was in my <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3h0cmF2aXNpb24uaWUv">local video rental shop</a> and they had a stack of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53b3ctZXVyb3BlLmNvbS8=">WoW</a> 14 day trial packs on the counter for ???????2 each. Seeing as I know at least one guy who doesn&#8217;t go outside the door at the weekend any more because he spends every waking moment online, I decided to give it a spin.</p>
<p>I know my PC isn&#8217;t the latest and greatest (a self built <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hbWQuY29tL2diLXVrLw==">AMD</a> Athlon 3700+), but it took 20 minutes to install this from DVD, and then it went down hill from there. I ran the game, created my account and logged in. I then got kicked out to download a patch to v1.12.0. This 485MB file took 2 hours to download&#8230; Finally! I can log in!&#8230;. I logged in and the same thing happened again. This time a 600MB+ v2.0.1 patch, which I left running overnight. This morning I logged in to see if it was finished&#8230;. It had! Result!!!&#8230;. but now it needs to down 200MB+ of other patches&#8230;.. Hopefully I&#8217;ll actually be able to spend some of the 14 days playing the game, and not just watching progress bars while stuff downloads.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=51" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/installing-world-of-warcraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Asigra Televaulting on CentOS 4</title>
		<link>http://www.garypigott.net/running-asigra-televaulting-on-centos-4/</link>
		<comments>http://www.garypigott.net/running-asigra-televaulting-on-centos-4/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 21:05:53 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=49</guid>
		<description><![CDATA[I&#8217;m setting up a VM on my VMware server to manage network backups. Asigra Televaulting is an agentless backup client that stores the data on offsite disk rather than on ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.asigra.com/images/asigra_logo.jpg" align="left" />I&#8217;m setting up a VM on my <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL3Byb2R1Y3RzL3NlcnZlci8=">VMware server</a> to manage network backups. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hc2lncmEuY29tL3Byb2R1Y3RzL3RlbGV2YXVsdGluZy5waHA=">Asigra Televaulting</a> is an agentless backup client that stores the data on offsite disk rather than on tape or local disk. Your backups are pretty useless if they burn up in the same fire that destroys your PC. The idea is for the VM to be in suspend until needed, thus not impacting performance of the other VMs. A command in the crontab will resume the VM in time to hit the schedule. I&#8217;ll then use Asigra&#8217;s pre/post job scripting functionality to suspend the VM when the backup is finished.<br />
<span id="more-49"></span></p>
<p>Asigra supports <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2ZlZG9yYS5yZWRoYXQuY29tLw==">Fedora Core</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5yZWRoYXQuY29tL3JoZWwv">Red Hat ES</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub3ZlbGwuY29tL3Byb2R1Y3RzL3NlcnZlci8=">SUSE ES</a>. I don&#8217;t like Fedora for a number of reasons, and this is for home use so I&#8217;m not paying for RH or SUSE, so I&#8217;ll use <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jZW50b3Mub3JnLw==">CentOS</a>, the free clone of RHES. I&#8217;ve allocated a 4GB disk file for the VM. The OS itself should fit under 1GB, but the Postgresql database can hit 2GB, so I need the space. I&#8217;ve allocated 256MB RAM to the VM, but backups will run a lot faster with more.</p>
<p>At the OS &#8220;Installation Type&#8221; screen, you select &#8220;custom&#8221; to keep the disk footprint as small as possible. Disable the firewall and SELinux. On the Package Group Selection screen, tick the box for minimal install and complete the installation.</p>
<p>The application requires <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wb3N0Z3Jlc3FsLm9yZy8=">Postgres</a>, so firstly you install it with:<br />
<strong>yum install postgresql-server postgresql-jdbc</strong></p>
<p>You need to run it once to build the database and create the config files<br />
<strong>/etc/init.d/postgresql start</strong><br />
does the trick.<br />
To make postgresql launch at boot, I use &#8220;<strong>chkconfig &#8211;add postgresql</strong>&#8220;, &#8220;<strong>chkconfig &#8211;level 345 postgresql on</strong>&#8221; and to confirm &#8220;<strong>chkconfig &#8211;list postgresql</strong>&#8220;. Postgres needs some minor tweeks for Asigra. you must add the line &#8220;<strong>tcpip_socket = true</strong>&#8221; to postgresql.conf and &#8220;<strong>host    all    all    127.0.0.0    255.255.255.255    trust</strong>&#8221; to pg_hba.conf. You then need to restart postgres to load the new config by running &#8220;<strong>/etc/init.d/postgresql restart</strong>&#8220;.</p>
<p>The client has some other dependencies that get resolved by installing &#8220;<strong>yum install compat-libstdc*</strong>&#8221; The client installer must be run with the &#8220;-console&#8221; switch unless you&#8217;ve installed X. Agree to the EULA and accept the default install path of &#8220;/usr/local/DS-Client&#8221;. We&#8217;re only going to install the DS-Client on this box, with the Java DS-User UI to be installed elsewhere. We&#8217;ll select a normal installation. The self contained install is an evaluation mode where everything is stored locally. We enter &#8220;localhost&#8221; for the DB host, and &#8220;postgres&#8221; as the username. We can put in anything for the password. We also want the service to start at boot time. It is normal for the client to give a warning about a missing database during an initial install. At this stage you get prompted for username, client ID and server location. These would be provided to you by your service provider.</p>
<p>The next thing is the encryption level. Asigra supports everything from <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9EYXRhX0VuY3J5cHRpb25fU3RhbmRhcmQ=">DES</a> (very weak, avoid) right up to military grade AES256. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9BZHZhbmNlZF9FbmNyeXB0aW9uX1N0YW5kYXJk">AES</a> is slow, and the higher the key length, the slower the progress. I usually go for AES128. It&#8217;s significantly faster than 256, and it will take millions of years to break, rather than trillions, so it&#8217;s still good enough. Asigra uses two encryption keys; a key specific to the PC and an account key shared amongst all backup clients on the WAN. This enables common files to be encrypted and stored once, with this common key, rather than multiple copies being stored with individual keys (inefficient), or all sites sharing a single key (insecure).</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=49" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/running-asigra-televaulting-on-centos-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nokia&#8217;s e61 smartphone</title>
		<link>http://www.garypigott.net/nokias-e61-smartphone/</link>
		<comments>http://www.garypigott.net/nokias-e61-smartphone/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 19:29:01 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=35</guid>
		<description><![CDATA[I got a Nokia e61 a few days ago and It&#8217;s almost perfect. I need 24/7 access to email, web and SSH because of my work, and up until now ]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="/files/nokia_e61.jpg" />I got a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub2tpYS5jby51ay9ub2tpYS8wLCw4MjkwMCwwMC5odG1s">Nokia e61</a> a few days ago and It&#8217;s almost perfect. I need 24/7 access to email, web and SSH because of my work, and up until now I was carrying around a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zb255ZXJpY3Nzb24uY29tL3NwZy5qc3A/Y2M9aWUmIzAzODtsYz1lbiYjMDM4O3Zlcj00MDAwJiMwMzg7dGVtcGxhdGU9cHAxX2xvYWRlciYjMDM4O3BocD1waHAxXzEwMjQyJiMwMzg7em9uZT1wcCYjMDM4O2xtPXBwMSYjMDM4O3BpZD0xMDI0Mg==">Sony Ericsson K750i</a> and a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYWxtLmNvbS91cy9wcm9kdWN0cy9oYW5kaGVsZHMvdHgv">Palm T|X</a>. I was thinking of buying a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wYWxtLmNvbS91cy9wcm9kdWN0cy9zbWFydHBob25lcy90cmVvNjUwL2luZGV4Lmh0bWw=">Palm Treo 650</a>, but then this came out. It&#8217;s lighter and slimmer than a Treo, and the battery life is pretty good.</p>
<p>I&#8217;ve got a few gripes though&#8230;. The display is big @ 320&#215;240, but the signal and battery strength indicators are so small as to be useless. There is also no way of knowing what method you&#8217;re connected with. It would be nice to know if I was connected by wi-fi (free) or 3G (not) before I start downloading the latest podcasts.</p>
<p>The e-mail client is far from perfect. My preferred method of connecting is IMAP. That way I can access all my mail folders and changes get synchronised with those on my PC and webmail. IMAP is pants on this device. Connecting is very slow, and it often hangs when disconnecting from the server.</p>
<p>The other problem with e-mail is the &#8220;access point groups&#8221;. Because this thing will connect using 802.11g, UMTS, or GPRS, you can define groups with automatic failover. That way you can always have it try the fastest or cheapest and try the next one down the line if it doesn&#8217;t work. Unfortunately the e-mail client has a habit of forgetting what group is selected and changing the setting to the currently active access method. It&#8217;s happened several times that I&#8217;ve been out and about all day on UMTS, and it wouldn&#8217;t switch back to wi-fi when I got back to the office <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=35" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/nokias-e61-smartphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
