<?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; Internet</title>
	<atom:link href="http://www.garypigott.net/category/internet/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>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>A pleasant surprise from Adobe</title>
		<link>http://www.garypigott.net/a-pleasant-surprise-from-adobe/</link>
		<comments>http://www.garypigott.net/a-pleasant-surprise-from-adobe/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:00:38 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[buy online]]></category>
		<category><![CDATA[digital river]]></category>
		<category><![CDATA[e-store]]></category>
		<category><![CDATA[homesite]]></category>
		<category><![CDATA[macromedia]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=195</guid>
		<description><![CDATA[I bought Macromedia Homesite 5.5 from Macromedia&#8217;s web store back in 2005, just after Adobe bought Macromedia. They&#8217;ve long since killed off Homesite but it&#8217;s never been beaten in my ]]></description>
			<content:encoded><![CDATA[<p>I bought Macromedia Homesite 5.5 from Macromedia&#8217;s web store back in 2005, just after Adobe bought Macromedia. They&#8217;ve long since <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hZG9iZS5jb20vcHJvZHVjdHMvaG9tZXNpdGUv">killed off Homesite</a> but it&#8217;s never been beaten in my opinion as a HTML/web code editor. I had a need yesterday to make a minor change to a PHP file and I decided to dust off Homesite rather than edit in notepad. I went to my CD wallet and couldn&#8217;t find the CD so I thought I was pretty much stuffed. Most of my on-line purchases have been from <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NvcnBvcmF0ZS5kaWdpdGFscml2ZXIuY29tLw==">Digital River</a> and I expected similar treatment (at best) from Adobe. DR expects you to pay a premium to download your software again later. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3Nob3Auc3ltYW50ZWNzdG9yZS5jb20vc2VydmxldC9Db250cm9sbGVyU2VydmxldD9BY3Rpb249Q29udGVudCZhbXA7TG9jYWxlPWVuX1VTJmFtcDtTaXRlSUQ9c3ltbmFoaG8mYW1wO1RoZW1lSUQ9NTE4MzAwJmFtcDtwYlBhZ2U9RURTMl9lbl9VUyZhbXA7cmVzaWQ9Sm1GdVhBb0hBajRBQUZTRUJXUUFBQUFRJmFtcDtyZXN0cz0xMjU2ODI0MTE1ODAw">Here&#8217;s a sample from Symentec&#8217;s online store</a> provided by DR. It&#8217;s a total piss take, but what can you do?</p>
<p>I dug out my old order confirmation email and clicked on the link to <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tYWNyb21lZGlhLmNvbS9nby9vbHNfZXVfbG9naW4v">Macromedia&#8217;s web store</a>. I got redirected to the Adobe store login, where my old Macromedia login worked, and could go straight to my order history and not only re-download my purchase 4 years later, I could also view my license key! If only all online stored operated this way I&#8217;d shop online for software more often.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=195" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/a-pleasant-surprise-from-adobe/feed/</wfw:commentRss>
		<slash:comments>0</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>OMG! This is soooooo cool!</title>
		<link>http://www.garypigott.net/omg-this-is-soooooo-cool/</link>
		<comments>http://www.garypigott.net/omg-this-is-soooooo-cool/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:04:45 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=151</guid>
		<description><![CDATA[VW have a flash game to promo their new Golf GTI. They&#8217;ve put a camera into a mini Scalextrix version of the car and you get to race it. Not ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ndGlwcm9qZWN0LmNvbS8="><img class="alignleft size-full wp-image-152" title="vw" src="http://www.garypigott.net/wp-content/uploads/2009/05/vw.jpg" alt="vw" width="149" height="149" /></a><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52b2xrc3dhZ2VuLmNvbS8=">VW</a> have a flash game to promo their <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Wb2xrc3dhZ2VuX0dvbGZfTWs2">new Golf GTI</a>. They&#8217;ve put a camera into a mini <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9TY2FsZWN0cml4">Scalextrix</a> version of the car and you get to race it. Not really, but it&#8217;s fun anyway. The fastest on the leaderboard gets a loan of the real thing for 3 months (if you&#8217;re from the UK).</p>
<p style="text-align: right;"><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ndGlwcm9qZWN0LmNvbS8=">go play</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=151" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/omg-this-is-soooooo-cool/feed/</wfw:commentRss>
		<slash:comments>0</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>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>SiliconRepublic.com: Irish Stock Exchange firms not tracking web visitors</title>
		<link>http://www.garypigott.net/siliconrepubliccom-irish-stock-exchange-firms-not-tracking-web-visitors/</link>
		<comments>http://www.garypigott.net/siliconrepubliccom-irish-stock-exchange-firms-not-tracking-web-visitors/#comments</comments>
		<pubDate>Sun, 11 May 2008 14:40:09 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/05/11/siliconrepubliccom-irish-stock-exchange-firms-not-tracking-web-visitors/</guid>
		<description><![CDATA[Yawn! Yet another press release masquerading as news. This time StatCounter, an Irish provider of web bugs are bemoaning the fact that the majority of Irish publicly quoted companies aren&#8217;t ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvU2lsLmNvbUlyaXNoU3RvY2tFeGNoYW5nZWZpcm1zbm90dHJhY2tpbl9EQzBGL2ltYWdlLnBuZw=="><img style="margin: 0px 5px 5px 0px" src="http://www.garypigott.net/wp-content/uploads/Sil.comIrishStockExchangefirmsnottrackin_DC0F/image_thumb.png" border="0" alt="image" width="100" height="87" align="left" /></a> Yawn! Yet another press release masquerading as news. This time <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zdGF0Y291bnRlci5jb20v">StatCounter</a>, an Irish provider of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9XZWJfYnVn">web bugs</a> are bemoaning the fact that <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaWxpY29ucmVwdWJsaWMuY29tL25ld3MvbmV3cy5udj9zdG9yeWlkPXNpbmdsZTEwOTcz">the majority of Irish publicly quoted companies aren&#8217;t using their service</a>. Instead they&#8217;re using their server logs to track visitors, which is &#8220;complex, time-consuming and limited in what it revealed about visitors&#8221;. This is patently untrue. Even free stats packages like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2F3c3RhdHMuc291cmNlZm9yZ2UubmV0Lw==">AWStats</a> can track everything StatCounter can, and more besides. Now I may be a bit naïve, but why would you place an advert on your company&#8217;s website for a 3rd party (they track page hits by means of an embedded image, which just happens to be an advert that you have no control over), when any competent server administrator can install and configure AWStats in 10 minutes flat?</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zaWxpY29ucmVwdWJsaWMuY29tL25ld3MvbmV3cy5udj9zdG9yeWlkPXNpbmdsZTEwOTcz">SiliconRepublic.com: Irish Stock Exchange firms not tracking web visitors</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=120" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/siliconrepubliccom-irish-stock-exchange-firms-not-tracking-web-visitors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail on mobile phones</title>
		<link>http://www.garypigott.net/gmail-on-mobile-phones/</link>
		<comments>http://www.garypigott.net/gmail-on-mobile-phones/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 11:22:36 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Phones]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2008/04/06/gmail-on-mobile-phones/</guid>
		<description><![CDATA[The company&#8217;s Google apps deployment went mostly fine. The one pain in the ass is with our smartphones. We all still use Nokia e61 phones and used to rely on ]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 5px 5px 0px" align="left" src="http://www.garypigott.net/files/nokia_e61.jpg" width="66" height="107"/>The company&#8217;s Google apps deployment went mostly fine. The one pain in the ass is with our smartphones. We all still use Nokia e61 phones and used to rely on push IMAP for email on the go. You&#8217;d connect once and stay connected all day. The Blackberry platform is great if you need centralised management and control, but total overkill on a small technology company where there&#8217;s a reasonable technical competence across the board.</p>
<p>While push IMAP worked perfectly fine with our previous service, it&#8217;s a bit flaky on Gmail. We tend to see random disconnections without warning and the phone&#8217;s &#8220;reconnect every X minutes&#8221; function seems to be a bit of a crock and isn&#8217;t fixing it&#8230;&#8230; </p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=116" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/gmail-on-mobile-phones/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>The Year The Industry Broke &#8211; MTV News</title>
		<link>http://www.garypigott.net/the-year-the-industry-broke-news-story-music-celebrity-artist-news-mtv-news/</link>
		<comments>http://www.garypigott.net/the-year-the-industry-broke-news-story-music-celebrity-artist-news-mtv-news/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 12:14:20 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/12/27/the-year-the-industry-broke-news-story-music-celebrity-artist-news-mtv-news/</guid>
		<description><![CDATA[MTV have a great three part article on the current state of the record industry. They&#8217;ve identified 2007 as &#8220;year zero&#8221;. The traditional music business had a single method of ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5nYXJ5cGlnb3R0Lm5ldC93cC1jb250ZW50L3VwbG9hZHMvVGhlWWVhclRoZUluZHVzdHJ5QnJva2VOZXdzU3RvcnlNdXNpY0NlbF9BMjA3L2ltYWdlLnBuZw=="><img src="http://www.garypigott.net/wp-content/uploads/TheYearTheIndustryBrokeNewsStoryMusicCel_A207/image_thumb.png" style="border: 0px none " alt="image" align="left" border="0" height="180" width="239" /></a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdHYuY29t" target=\"_blank\">MTV</a> have a great <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdHYuY29tL25ld3MvYXJ0aWNsZXMvMTU3NjUzOC8yMDA3MTIxNC9tYWRvbm5hLmpodG1s" target=\"_blank\">three</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdHYuY29tL25ld3MvYXJ0aWNsZXMvMTU3NjczOC8yMDA3MTIxOC9mYWxsX291dF9ib3kuamh0bWw=" target=\"_blank\">part</a> <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdHYuY29tL25ld3MvYXJ0aWNsZXMvMTU3NjgzOC8yMDA3MTIxOS9wYXJhbW9yZS5qaHRtbA==" target=\"_blank\">article</a> on the current state of the record industry. They&#8217;ve identified 2007 as &#8220;year zero&#8221;. The traditional music business had a single method of generating revenue, the CD/vinyl/tape sale, and needed a massive apparatus (the &#8220;music industry&#8221;) to operate. In the past this was the only option if the musician wanted to reach a large audience and maybe make a good living.</p>
<p>Three things have ben brewing over the last few years, and have now formed a perfect storm. 1. You no longer need a big expensive studio to record music. You can do it on a laptop with the right software. 2. Internet distribution has opened another route to market for the bands to get their music into the hands (well onto the iPods anyway) of their fans and form closer relationships. 3. New products, such as phone ringtones, lucrative stadium concert tours and product endorsements have eclipsed the CD as the principal source of income for the band.</p>
<p>I no longer need a large dedicated studio to record music. I would still need talent behind the mixing desk, but that mixing desk is now an <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vbWFjLw==" target=\"_blank\">Apple Mac</a> running <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcHBsZS5jb20vaWxpZmUvZ2FyYWdlYmFuZC8=" target=\"_blank\">GarageBand</a>. A €2,000 laptop with €100 of software is all you need to make your masterpiece.</p>
<p>Back in the day a band would play local gigs and build up a fan base in the <em>hope</em> of being spotted by a music publisher. They&#8217;d get a &#8220;deal&#8221; and make some money. If you weren&#8217;t spotted a life of playing in a wedding band awaited. Now a band in outer Mongolia with 5,000+ <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5teXNwYWNlLmNvbQ==" target=\"_blank\">MySpace</a> friends could easily get noticed and signed by an A&amp;R rep in a Los Angeles.</p>
<p>But not getting signed by a major label is not the end of the world. A small band can record their album on their MacBook, promote it on their MySpace page and sell it on one of a hundred websites dedicated to selling music unsigned bands online and you&#8217;re making money. The costs of entry into mass distribution are now so low that the bands can finance it themselves. All it takes is a computer and some low end software to manufacture it. Because the website sales process is totally automatic they can afford to charge a % of the sale, rather than look for up-front money. Once you&#8217;re up and running you might even be able to get your music offered on iTunes, where you&#8217;re mixing it with the big boys.</p>
<p>The other thing that has happened is the realisation that there are other ways for musicians to make money. Nobody under thirty has a ringtone on their phone that was there when they bought it. Everyone now has either an amusing sound clip, or a 15 second clip of their favourite chart hit which they&#8217;ve paid €3+ for. You can now buy video ringtones, where your phone display plays the music video at the same time.</p>
<p>At the height of his fame Michael Jackson made a staggering amount of money endorsing Pepsi, but it now there are specialist brand agencies pairing up products with stars. Everyone of note is endorsing cars, drinks, shoes. The Police made $142,000,000 touring this year. They haven&#8217;t released music in two decades and they still raked in $3m for a nights work! I even paid my €138, plus a €35 t-shirt when they came to Dublin!</p>
<p>Most of these new, non CD related activities do not require the help of a record label to pull off. In fact unless they all work in concert (i.e. the ringtone being in place when the single is released, along with web promotion, and a tour ready to go&#8230;), the band&#8217;s income will suffer. In recognition of this Madonna has famously signed a &#8220;360 degree&#8221; contract. A single company will manage all her activities for the next 10 years across CDs, touring, TV, movies, ringtones etc., and vitally, this company isn&#8217;t her old record label, who she left after 25 years, it&#8217;s a concert promoter.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tdHYuY29tL25ld3MvYXJ0aWNsZXMvMTU3NjUzOC8yMDA3MTIxNC9tYWRvbm5hLmpodG1s">The Year The Industry Broke &#8211; News Story | Music, Celebrity, Artist News | MTV News</a></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=109" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/the-year-the-industry-broke-news-story-music-celebrity-artist-news-mtv-news/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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>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>Akismet woes</title>
		<link>http://www.garypigott.net/akismet-woes/</link>
		<comments>http://www.garypigott.net/akismet-woes/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 09:21:04 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/index.php/2007/06/20/akismet-woes/</guid>
		<description><![CDATA[Anyone with a blog will know the value of Akismet. It automatically filters out comment spam based on a global list of spam content and senders. As soon as I ]]></description>
			<content:encoded><![CDATA[<p>Anyone with a blog will know the value of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FraXNtZXQuY29tLw==">Akismet</a>. It automatically filters out comment spam based on a global list of spam content and senders. As soon as I identify a comment as spam, every other instance of Akismet knows about it and blocks it.</p>
<p>I moved servers recently, so this site is now running on a web server VM in my attic. One thing I noticed afterwards was that I stopped receiving spam, or more accurately, Akismet stopped listing spam. Either the spammers forgot where my blog was, or it was <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa3Rpb25hcnkub3JnL3dpa2kvYm9yaw==">borked</a>. I don&#8217;t want to risk loosing valid comments due to a false positive, so I need to change my comment spam prevention method. Hmmm&#8230;</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=67" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/akismet-woes/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>What ever happened OpenPsa?</title>
		<link>http://www.garypigott.net/what-ever-happened-openpsa/</link>
		<comments>http://www.garypigott.net/what-ever-happened-openpsa/#comments</comments>
		<pubDate>Mon, 21 May 2007 22:33:32 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=62</guid>
		<description><![CDATA[The company I work for is very dispersed. As well as staff in Ireland, we have people in the UK &#38; France, so need good CRM and collaboration tools. Up ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.openpsa.org/attachment/f5983e256588eb63ddd0d2c160644a90/bd670b903c97b0da0683201eb800c73c/openpsa-small.png" align="left" height="40" width="155" />The company I work for is very dispersed. As well as staff in Ireland, we have people in the UK &amp; France, so need good CRM and collaboration tools. Up until now we&#8217;ve been using <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52dGlnZXIuY29t">vTiger</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tZWRpYXdpa2kub3JnL3dpa2kvTWVkaWFXaWtp">MediaWiki</a>, and they&#8217;ve served us well. There&#8217;s always a need to improve communication and interaction with our partners, so we&#8217;re looking to add more support and service tools to the mix.</p>
<p>I came across <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5vcGVucHNhLm9yZy8=">OpenPsa</a> recently and it seemed perfect for what we do.  It&#8217;s a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DdXN0b21lcl9yZWxhdGlvbnNoaXBfbWFuYWdlbWVudA==">CRM</a> tool with heavy project management and document repository tools that could be perfect. It runs on a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MQU1QXyUyOHNvZnR3YXJlX2J1bmRsZSUyOQ==">LAMP</a> stack, so I don&#8217;t need to dedicate a server (or VM) exclusively to it, like I would do if it was a Java app.</p>
<p>The one thing I always look for when choosing an Open Source product is the commitment of the developers. I&#8217;ve been burned in the past by committing to platforms only to find that the lead developers have no interest in improving the product or fixing the bugs. The most recent posting on the news page was a link to a blog entry of one of the lead developers on a Saturday stating that the 2.0 release was coming out the following Monday&#8230;.. That was last May. He has updated his blog since, but no mentions of OpenPsa in any of them. There is no updates since about developers falling out, selling out or dropping dead. It&#8217;s the software equivalent of the Marie Celeste. Too bad. I&#8217;d have loved to play around with it.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=62" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/what-ever-happened-openpsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reason #2 to like Debian</title>
		<link>http://www.garypigott.net/reason-2-to-like-debian/</link>
		<comments>http://www.garypigott.net/reason-2-to-like-debian/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 20:29:51 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=50</guid>
		<description><![CDATA[Courier-IMAP is nice, but a bit over-engineered for what I want. Dovecot is nice and simple, and doesn&#8217;t insist in having all the other email folders under the inbox, which ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.debian.org/logos/openlogo-nd-50.png" align="left" height="61" width="50" />Courier-IMAP is nice, but a bit over-engineered for what I want. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kb3ZlY290Lm9yZy8=">Dovecot</a> is nice and simple, and doesn&#8217;t insist in having all the other email folders under the inbox, which is nice. The main reason I&#8217;m switching over is security. It supports <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9UcmFuc3BvcnRfTGF5ZXJfU2VjdXJpdHk=">TLS</a> by default. The thing I like about Debian is the ease of finding howtos on the net. I googled for &#8220;dovecot +install +etch +howto&#8221; and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2Fkb21hcy5vcmcvMjAwNi8wOC9wb3N0Zml4LWRvdmVjb3Qv">this page</a> was the first hit. A complete idiots guide that even I got it right first time and had everything up and running in 15 minutes.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=50" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/reason-2-to-like-debian/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>Reason #1 to like Debian</title>
		<link>http://www.garypigott.net/reason-1-to-like-debian/</link>
		<comments>http://www.garypigott.net/reason-1-to-like-debian/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 22:03:27 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=47</guid>
		<description><![CDATA[I just rebuilt my mail server and I originally built it without server-side email sorting. Filtering on the client side is fine if you&#8217;re pulling email to one PC. Outlook ]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.debian.org/logos/openlogo-nd-50.png" />I just rebuilt my mail server and I originally built it without server-side email sorting. Filtering on the client side is fine if you&#8217;re pulling email to one PC. Outlook will do it perfectly. It kinda blows when I&#8217;m in the middle of nowhere and my <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub2tpYS5pZS9saW5rP2NpZD1FRElUT1JJQUxfMjE5MTI=">Nokia e61</a> can only get a 14k GPRS connection and have to wade through all my mailing list chatter. Server side filtering is the way to go and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wcm9jbWFpbC5vcmcv">Procmail</a> is the tool for the job&#8230;</p>
<p>Installing it on Debian is a 2 liner if you read <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dpa2kua2FydGJ1aWxkaW5nLm5ldC9pbmRleC5waHAvUHJvY21haWxfLV9zZXR1cF93aXRoX3Bvc3RmaXg=">this page</a>.  &#8220;apt-get install procmail&#8221; and adding &#8220;mailbox_command = /usr/bin/procmail -a &#8220;$EXTENSION&#8221; DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir&#8221; to the postfix config file and it&#8217;s done! Now all I have to do is dump my old procmail configs back in and I&#8217;m in business.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=47" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/reason-1-to-like-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures in virtualisation</title>
		<link>http://www.garypigott.net/adventures-in-virtualisation/</link>
		<comments>http://www.garypigott.net/adventures-in-virtualisation/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 20:31:19 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=45</guid>
		<description><![CDATA[And it continues&#8230;&#8230; Xen would be nice, but XenExpress&#8217; hardware support isn&#8217;t perfect. I realise that it&#8217;s a bit much to expect it to support my wi-fi hardware, but it ]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.xensource.com/images/globals/xensource_toplogo.gif" />And it continues&#8230;&#8230; <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9YZW5fJTI4dmlydHVhbF9tYWNoaW5lX21vbml0b3IlMjk=">Xen</a> would be nice, but XenExpress&#8217; hardware support isn&#8217;t perfect. I realise that it&#8217;s a bit much to expect it  to support my wi-fi hardware, but it would be nice. Xen is a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9QYXJhdmlydHVhbGl6YXRpb24=">paravirtulisation</a> solution. It usually uses a custom kernel for each &#8220;guest&#8221; machine to translate it&#8217;s direct hardware interaction into interaction with the virtualisation &#8220;engine&#8221;. The upside of this solution is that the virtualised servers run almost as fast as if they were running on bare hardware. The down side is that you cannot run closed source operating systems (unless the OS developer supplies a Xen compatible kernel, which they don&#8217;t). The new Intel and AMD CPUs supporting <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JbnRlbF9WaXJ0dWFsaXphdGlvbl9UZWNobm9sb2d5I0ludGVsX1ZUXy4yOElWVC4yOQ==">VT</a> and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9BTUQtVg==">AMD-V</a> features remove this restriction, but my intention is to run this on a 3.4GHz Intel Northwood P4 CPU, which doesn&#8217;t support VT. I&#8217;ll come back to Xen when the driver support is better, and I have a VT or AMD-V CPU to play with.</p>
<p><img align="left" src="http://www.vmware.com/files/templates/img/logo_top.gif" />My next option was to try VMware&#8217;s new free <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy52bXdhcmUuY29tL3Byb2R1Y3RzL3NlcnZlci8=">VMware Server</a> application. It installs as just another application on a base OS, so if the OS supports the wi-fi card, VMware will. It&#8217;s a fully virtualised solution, so stock OS kernels interact with the VMware server application instead of the hardware. It takes 10 minutes to install and it works just like having VMware Workstation installed on a local PC, only with the additional benefit of the VMs staying running when you disconnect from the server.</p>
<p>The server is now up and running (it&#8217;s a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5tYXhwYy5jby51ay9yZXZpZXdzL2RlZmF1bHQuYXNwP3BhZ2V0eXBlaWQ9MiYjMDM4O2FydGljbGVpZD0xOTQ2OSYjMDM4O3N1YnNlY3Rpb25pZD03MDImIzAzODtzdWJzdWJzZWN0aW9uaWQ9NTA1">Dell PowerEdge 400sc</a>, with a 3.4GHz P4 CPU and 2GB RAM) and is running 2-4 VMs. A <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5kZWJpYW4ub3JnL3JlbGVhc2VzL3Rlc3Rpbmcv">Debian Etch</a> email server (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wb3N0Zml4Lm9yZy8=">Postfix</a>/<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb3VyaWVyLW10YS5vcmcvaW1hcC8=">Courier-IMAP</a>) and a Debian Etch web server (<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2h0dHBkLmFwYWNoZS5vcmcv">Apache</a>/<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHAubmV0">PHP</a>/<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5teXNxbC5jb20=">MySQL</a>) are running constantly, and I run a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3dpbmRvd3NzZXJ2ZXIyMDAzL2RlZmF1bHQubXNweA==">Windows 2003</a> and/or <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jZW50b3Mub3Jn">CentOS</a> VM when I need to.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=45" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/adventures-in-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toothless regulation is no regulation at all</title>
		<link>http://www.garypigott.net/toothless-regulation-is-no-regulation-at-all/</link>
		<comments>http://www.garypigott.net/toothless-regulation-is-no-regulation-at-all/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 23:41:28 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=37</guid>
		<description><![CDATA[Smart have finally bit the dust. Eircom, Ireland&#8217;s incumbent telco have sent Smart Telecom, a well funded, well marketed, innovative operator to the wall with debts of ???????40 million. I&#8217;d ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zbWFydHRlbGVjb20uaWUv">Smart</a> have finally <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ydGUuaWUvYnVzaW5lc3MvMjAwNi8xMDMxL3NtYXJ0Lmh0bWw=">bit the dust</a>. <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5laXJjb20uaWUv">Eircom</a>, Ireland&#8217;s incumbent telco have sent Smart Telecom, a well funded, well marketed, innovative operator to the wall with debts of ???????40 million. I&#8217;d have no issue with this happening if they beat them on price, service, innovation or clever marketing, but Eircom are poor value, have rude staff, cannot supply ADSL 2+, and pitch their services as &#8220;the old reliables&#8221;.</p>
<p>You cannot blame Eircom. They&#8217;re no longer a state owned company with responsibility to the national good (another government fuckup). They&#8217;re a private company whose sole responsibility is to use every means at their disposal to make the greatest amount of money for their shareholders. The near-universal response from any Eircom customer who sees how much they&#8217;d save by Moving to Smart is disbelief, so Eircom must be doing a very good job milking their customer base for the benefit of their shareholders.</p>
<p><a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb21yZWcuaWU=">ComReg</a>, the &#8220;regulator&#8221;, has no powers to regulate! They directed Eircom to speed up <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MTFU=">LLU</a> and allowed Eircom to come up with a process that the new operators had to follow to get access to the lines. This process involved a the new operator emailing a spreadsheet based form for every customer they want to transfer. Eircom would then print out this form and have one of their clerical staff hand-key it into their order system. Because this process was so cumbersome, they could only handle a limited number of line transfers per week.</p>
<p>When the regulator would try and push Eircom into an action that would ease the transition of customers between operators they&#8217;d try to appeal the decision. When their appeal failed, they took the regulator to court and tied it up for years.</p>
<p>This didn&#8217;t sneak up on the regulator and the government who defined the regulator&#8217;s powers and responsibilities. It&#8217;s been obvious for a long time that the regulator would need the powers to impose sanctions and more importantly, an appeals process that would ensure that any disputes could be resolved quickly, fairly, and without possibility of escalation to the Irish court system. There is just way too much money to be made in the Irish telecoms business to expect everyone to play nice. Adherence to a stronger regulatory regime needs to be made a condition of every telecoms operators license in this country, and the regulator need to be able to impose sanctions up to and including suspension and revocation of their licenses.</p>
<p>I work from home a lot and was an early customer of ADSL. At the time Eircom were the only operator in town. Because there is no way of transitioning to another operator without an indefinite outage period (anything up to 2 weeks), I&#8217;m stuck paying ???????20/month extra for my 3Mb Eircom ADSL line. There are horror stories of people using other suppliers getting the runaround for weeks in the event of line faults. Eircom won&#8217;t let LLU operators repair the lines, and won&#8217;t repair them themselves until the lines are temporarily transferred back to Eircom (with the commensurate outage period). Because of Eircom&#8217;s actions, I cannot afford to take the risk, and neither can I recommend to others who need reliable service to go elsewhere.</p>
<p>This isn&#8217;t a victory for the better company; this is a victory for the company with the most lawyers and the biggest bank balance, and everyone looses.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=37" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/toothless-regulation-is-no-regulation-at-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluddy ADSL Routers!</title>
		<link>http://www.garypigott.net/bluddy-adsl-routers/</link>
		<comments>http://www.garypigott.net/bluddy-adsl-routers/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 19:47:11 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=32</guid>
		<description><![CDATA[I had a nice little Netgear ADSL wi-fi router that sat on top of a kitchen cabinet and broadcasted a nice stable 3Mb internet connection all over the house. It ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www-uk.linksys.com/servlet/Satellite?blobcol=urldata&amp;blobheadername1=Content-Type&amp;blobheadername2=Content-Disposition&amp;blobheadervalue1=image%2Fjpeg&amp;blobheadervalue2=inline%3B+filename%3Dwag354g_med%252C0.jpg&amp;blobkey=id&amp;blobtable=MungoBlobs&amp;blobwhere=1130829094475&amp;ssbinary=true" align="left" />I had a nice little <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXRnZWFyLmNvbS9Qcm9kdWN0cy9Sb3V0ZXJzYW5kR2F0ZXdheXMvR1dpcmVsZXNzUm91dGVycy9ERzgzNEcuYXNweA==">Netgear ADSL wi-fi router</a> that sat on top of a kitchen cabinet and broadcasted a nice stable 3Mb internet connection all over the house. It needed a fancy <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waGVlbmV0LmNvbS9wcm9kdWN0L3Byb2R1Y3RfaW5mby5waHA/aWQ9NjEmYW1wO2NhdGVnb3J5X2lkPTI5JmFtcDtwYXJlbnRfaWQ9MTM=">directional high gain antenna</a> to reach the far corner, but it was cool. It had a firewall, a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5keW5kbnMuY29tLw==">DynDNS</a> client and pretty green and orange lights. Then yesterday, shortly after it&#8217;s first birthday (no surprise there!), the connection went very slow. Worse than dial-up. I assumed it was just somebody other than me soaking up the bandwidth. Just in case it was a router problem, I rebooted it&#8230;.. Big mistake! No matter what I did, it refused to believe that I had a broadband enabled line. I dug out the old <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5uZXRvcGlhLmNvbS9zdXBwb3J0L2hhcmR3YXJlLzMzNDEuaHRtbA==">ADSL modem</a> the ISP gave me when I signed up to figure out if it was the line or the router, and it connected first time, so I had a dud router.</p>
<p>I then thought I&#8217;d combine the freebie ADSL modem and an old Linksys access point I had lying around to get up and running until I could get into town to buy a new one next weekend. Leaving something lying around in this house is A Bad Thing. It was dead as a dodo, so I had no choice but to go into Limerick first thing in the morning and buy a new <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy11ay5saW5rc3lzLmNvbS9zZXJ2bGV0L1NhdGVsbGl0ZT9jPUxfUHJvZHVjdF9DMiZhbXA7Y2hpbGRwYWdlbmFtZT1VSyUyRkxheW91dCZhbXA7Y2lkPTExMjM1MjE5NDA2MzMmYW1wO3BhZ2VuYW1lPUxpbmtzeXMlMkZDb21tb24lMkZWaXNpdG9yV3JhcHBlcg==">Linksys one</a> in <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wY3dvcmxkLmll">PC World</a>. It&#8217;s a shiny silver colour, and has green and red lights, but it violates my one requirement in purchasing replacement hardware. I don&#8217;t mind spending the money if what I buy is better than the one it replaces, but this one does exactly the same thing as my old router, in exactly the same way, at exactly the same speed <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  An odd thing though. This unit was available in two boxes. I could get it on it&#8217;s own for €100 or with a bundled PCMCIA Wi-Fi card, as a &#8220;home networking starter kit&#8221; for €75!!!!!</p>
<p>It&#8217;s got me thinking though&#8230;.. I&#8217;ve got enough parts lying around the place to repair or replace any other PC or PC related part, but for want of a €75 part, I lost two hours this morning that I had to spend going into town and buying the replacement, and an hour or two that I was going to spend working last night. I think I&#8217;ll be going on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lYmF5Lmll">eBay</a> later to find a <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3NlYXJjaC1kZXNjLmViYXkuaWUvc2VhcmNoL3NlYXJjaC5kbGw/c29mb2N1cz1icyZhbXA7c2JyZnRvZz0xJmFtcDtmcm9tPVIxMCZhbXA7c2F0aXRsZT1hZHNsKyUyMjgwMi4xMWclMjImYW1wO3NhY2F0PS0xJTI2Y2F0cmVmJTNEQzYmYW1wO2Z0cz0yJmFtcDtzYXJnbj0tMSUyNnNhc2xjJTNEMyZhbXA7Z2ExMDI0ND0xMDQyNSZhbXA7ZnRydD0xJmFtcDtmdHJ2PTEmYW1wO3NhcHJjbG89JmFtcDtzYXByY2hpPSZhbXA7ZnNvcD0xJTI2ZnNvbyUzRDEmYW1wO2NvYWN0aW9uPWNvbXBhcmUmYW1wO2NvcGFnZW51bT0xJmFtcDtjb2VudHJ5cGFnZT1zZWFyY2g=">spare</a>. I also couldn&#8217;t go to <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbWRiLmNvbS8=">IMDB.com</a> last night to find out what else I&#8217;d seen the <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbWRiLmNvbS9uYW1lL25tMDAwNDc1My8=">girl</a> played <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbWRiLmNvbS9uYW1lL25tMDAwMjA3MS8=">Wil Ferrell&#8217;s</a> wife in <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbWRiLmNvbS90aXRsZS90dDA0MTUzMDYv">Talladega Nights</a> before&#8230;..</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=32" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/bluddy-adsl-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalix pt. 3</title>
		<link>http://www.garypigott.net/scalix-pt-3/</link>
		<comments>http://www.garypigott.net/scalix-pt-3/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 17:53:46 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=25</guid>
		<description><![CDATA[I&#8217;m throwing in the towel with Scalix. As a drop in replacement to Exchange it&#8217;s perfect for 90% of companies. Unfortunately my mail server is a PIII 1GHz which just ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/wp-content/uploads/2006/06/scalix.gif" align="left" />I&#8217;m throwing in the towel with Scalix<span class="843274417-20082006">.</span> As a drop in replacement to Exchange it&#8217;s  perfect for 90% of companies. Unfortunately my mail<span class="843274417-20082006"> server is a PIII 1GHz which just isn&#8217;t up to running  Scalix&#8217;s Java web interface. The Outlook connector is good, but not perfect. It  tends to lock up Outlook on low bandwidth network links, so it&#8217;s useless when  I&#8217;m checking my email on the road over my 384Kbs ADSL link.</span></p>
<p><span class="843274417-20082006"></span><span class="843274417-20082006">I&#8217;m back with Postfix/Courier-IMAP, but I&#8217;ve  still got the original problem of synchronising calendars and contacts.  <img src='http://www.garypigott.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </span></p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=25" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/scalix-pt-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugins</title>
		<link>http://www.garypigott.net/wordpress-plugins/</link>
		<comments>http://www.garypigott.net/wordpress-plugins/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 11:02:06 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=21</guid>
		<description><![CDATA[I finally got the &#8220;addictions&#8221; plugin working (lists my favourite book, movie, music, game in the sidebar)&#8230; After all kinds of PHP hackery I just deleted it, downloaded the exact ]]></description>
			<content:encoded><![CDATA[<p>I finally got the &#8220;addictions&#8221; plugin working (lists my favourite book, movie, music, game in the sidebar)&#8230; After all kinds of PHP hackery I just deleted it, downloaded the exact same version and copied it over, and it worked! AAAGGGGHH!</p>
<p>Still, The Bell X1 album is imense. Thank You For Smoking is the wittiest film I&#8217;ve seen all year, I&#8217;m finally churning through the Terry Pratchett books I never read when I was in college, and I&#8217;ve been a Civilization addict since the mid &#8217;90s.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=21" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalix pt. 2</title>
		<link>http://www.garypigott.net/scalix-pt-2/</link>
		<comments>http://www.garypigott.net/scalix-pt-2/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 10:12:15 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=16</guid>
		<description><![CDATA[I&#8217;m still sorting out the wrinkles (I might have to read the manual!!!) but it&#8217;s looking very neat. The web interface is almost a fully featured as Outlook. The one ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.garypigott.net/wp-content/uploads/2006/06/scalix.gif" align="left" />I&#8217;m still sorting out the wrinkles (I might have to read the manual!!!) but it&#8217;s looking very neat. The web interface is almost a fully featured as Outlook. The one issue I&#8217;m having right now is with multiple inboxes. I want to have a seperate inbox for work and personal emails, and the Outlook connector has a configuration option to have multiple mailboxes connected at the same time, but opening the 2nd mailbox throws a &#8220;This set of folders cannot be opened&#8221; error&#8230;.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=16" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/scalix-pt-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-mail servers</title>
		<link>http://www.garypigott.net/e-mail-servers/</link>
		<comments>http://www.garypigott.net/e-mail-servers/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 10:02:38 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Groupware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=14</guid>
		<description><![CDATA[I get a lot of email, and I have very little time to read it. I also access email from one of several computers, PDAs, phones, web caf????&#8217;s, hotels etc. ]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2006/06/scalix.gif" align="left" />I get a <em><strong>lot </strong></em>of email, and I have very little time to read it. I also access email from one of several computers, PDAs, phones, web caf????&#8217;s, hotels etc. I decided a while ago to setup an email server on my home LAN to consolidate everything. I could also have server based filtering, so when I was on platforms where I pay per MB (GPRS), I would only have important stuff in my Inbox, and all the other stuff would be sorted into folders where I could read it when I got onto a LAN.</p>
<p>I setup <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb3VyaWVyLW10YS5vcmcvaW1hcC8=">courier-IMAP-ssl</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wb3N0Zml4Lm9yZy8=">postfix</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5wcm9jbWFpbC5vcmcv">procmail</a>, and <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jbGFtYXYubmV0Lw==">clamAV</a> on my Debian Sarge server, used <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2ZldGNobWFpbC5iZXJsaW9zLmRlLw==">fetchmail</a> to pull emails from Gmail, work and a few other places, and things were good. I had the same consolidated set of virus-free mail folders everywhere, it was IMAP so I had the choice of almost every email client on every platform when it came to reading email. For web caf????s and hotels, I installed <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5yb3VuZGN1YmUubmV0Lw==">RoundCube|Mail</a> as a web front end (very pretty interface and it gets the job done).</p>
<p>That was fine for a while, but I&#8217;ve begun to rely more and more on the tasks, calendar, contacts, notes functionality of Outlook on my laptop to manage work stuff, and at this stage it&#8217;s key to my daily work. It&#8217;s <em><strong>always</strong></em> backed up, but I need a way of accessing it in the same way I access my email. I need the same up to date copy of the data wherever I go, with whatever device I&#8217;m using. At one stage I was even thinking of using <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL2V4Y2hhbmdlL2RlZmF1bHQubXNweA==">Exchange</a>! Buying in a server, Windows 2003 and a copy of Exchange was overkill, so I parked it for a while. I played with some <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2h0dHBkLmFwYWNoZS5vcmc=">Apache</a>/<a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53ZWJkYXYub3JnLw==">webDAV </a>based stuff that in theory allowed multiple Outlook instances to share data, but it still didn&#8217;t fix the problems of accessing the same data on PDAs, other OSs and no OS (web browser only). There are other web based groupware products (like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5lZ3JvdXB3YXJlLm9yZy8=">eGroupWare</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5waHByb2pla3QuY29tLw==">PHProjekt</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21pcnJvci5vcGVuLXhjaGFuZ2Uub3Jn">Open-Xchange</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy56aW1icmEuY29tLw==">Zimbra</a>, <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zdWdhcmNybS5jb20vY3JtLw==">SugarCRM</a> etc.) but they either don&#8217;t connect to Outlook, connect poorly/incompletely, or have a payware connector (I&#8217;m cheap!).</p>
<p>A couple of weeks ago I saw a mention of <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5zY2FsaXguY29tLw==">Scalix</a> on a mailing list I subscribe to. It&#8217;s a commercial product, but there&#8217;s a free, virtually feature-complete version available for sites of &lt;= 25 users. It includes an Outlook connector that provides an almost perfect replication of Exchange&#8217;s functionality. It runs on Red Hat and SUSE, so there was a ???????0 cost to me! I don&#8217;t fancy running it on <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2ZlZG9yYS5yZWRoYXQuY29tLw==">Fedora</a>, don&#8217;t like <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5ub3ZlbGwuY29tL2xpbnV4L3N1c2Uv">SUSE</a>, and don&#8217;t want to pay for <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5yZWRoYXQuY29tL3JoZWwv">Red Hat Enterprise Server</a> (they make enough out of me in the office!) so I went for <a href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jZW50b3Mub3JnLw==">CentOS</a>, which is a free unbranded version of RHES. Scalix needed a bit of persuasion to install. It actually refuses to install on any other distros, even if all the dependancies are there, so I edited the /etc/redhat-release to fool Scalix into thinking I was installing on RHES 4.</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=14" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/e-mail-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jungle Disk</title>
		<link>http://www.garypigott.net/jungle-disk/</link>
		<comments>http://www.garypigott.net/jungle-disk/#comments</comments>
		<pubDate>Mon, 29 May 2006 14:23:37 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.garypigott.net/?p=9</guid>
		<description><![CDATA[A colleague punted this over to me the other day: Jungle Disk. It uses Amazon&#8217;s S3 developer orientated online storage service to provide an online file locker to Joe Public. ]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="96" align="left" id="image10" alt="/wp-content/uploads/2006/05/jungledisk.jpg" src="/wp-content/uploads/2006/05/jungledisk.thumbnail.jpg" />A colleague punted this over to me the other day: <a target=\"_blank\" href="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5qdW5nbGVkaXNrLmNvbS8=">Jungle Disk</a>. It uses Amazon&#8217;s S3 developer orientated online storage service to provide an online file locker to Joe Public. I&#8217;m In The Trade???????, so I had to have a look. It&#8217;s quite nice, if all you want is a place to drag and drop files just in case your PC blows up&#8230; but it&#8217;s only the beginning.</p>
<p>There&#8217;s a slight wrinkle though. It may not be against the word to Amazon&#8217;s TOS, but it could be against their spirit. My interpretation of Amazon&#8217;s intentions is that S3 is for use as online storage for applications that need a centralised data store, as opposed to the storage being the product. It&#8217;ll be interesting to see what happens over the next few months&#8230;</p>
 <img src="http://www.garypigott.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=9" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.garypigott.net/jungle-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
