<?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>SquareCows &#187; blog</title>
	<atom:link href="http://dev.squarecows.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.squarecows.com</link>
	<description>Web Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:38:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Open spotify URL&#8217;s from any app in linux/gnome</title>
		<link>http://dev.squarecows.com/2010/03/11/open-spotify-urls-from-any-app-in-linuxgnome/</link>
		<comments>http://dev.squarecows.com/2010/03/11/open-spotify-urls-from-any-app-in-linuxgnome/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:00:21 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2010/03/11/open-spotify-urls-from-any-app-in-linuxgnome/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=17751</guid>
		<description><![CDATA[If you got spotify installed under wine in Linux it may annoy you that you can&#8217;t open spotify url&#8217;s from just any application. The howto spotify provides works for firefox but not for chrome or pidgin etc etc. So here is how to make all your apps (at least in gnome) open spotify url&#8217;s. First [...]]]></description>
			<content:encoded><![CDATA[<p>If you got spotify installed under wine in Linux it may annoy you that you can&#8217;t open spotify url&#8217;s from just any application. The howto spotify provides works for firefox but not for chrome or pidgin etc etc.</p>
<p>So here is how to make all your apps (at least in gnome) open spotify url&#8217;s.</p>
<p>First of all create the browser2spotify script that&#8217;s going to be called when you click on a spotify link, don&#8217;t forget to make it executable!</p>
<blockquote><p>echo &#8216;#!/bin/sh&#8217; &gt; ~/.browser2spotify<br />
echo &#8216;exec wine &#8220;C:\Program Files\Spotify\spotify.exe&#8221; /uri &#8220;$@&#8221;&#8216; &gt;&gt; ~/.browser2spotify<br />
chmod 755 ~/.browser2spotify</p></blockquote>
<p>Now let&#8217;s associate spotify URL with the open script by editing gconf. Change USERNAME for your account login name</p>
<blockquote><p>gconftool-2 -t string -s /desktop/gnome/url-handlers/spotify/command &#8220;/home/USERNAME/.browser2spotify&#8221;<br />
gconftool-2 -s /desktop/gnome/url-handlers/spotify/needs_terminal false -t bool<br />
gconftool-2 -s /desktop/gnome/url-handlers/spotify/enabled true -t bool</p></blockquote>
<p>You should now be set and ready to roll.</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2010/03/11/open-spotify-urls-from-any-app-in-linuxgnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN running again.</title>
		<link>http://dev.squarecows.com/2010/01/04/svn-running-again/</link>
		<comments>http://dev.squarecows.com/2010/01/04/svn-running-again/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:36:13 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2010/01/04/svn-running-again/">Ric_</span></dc:creator>
				<category><![CDATA[ApacheMap]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[m0n0wall]]></category>
		<category><![CDATA[apachegeomap]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[phorm]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-dephorm]]></category>
		<category><![CDATA[wp-rdfa]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=9512</guid>
		<description><![CDATA[SVN is now up and running again. ApacheMap and MonoBackup are on google code: ApacheMap: https://code.google.com/p/apachegeomap/source/checkout Mono-backup: https://code.google.com/p/m0n0-backup/source/checkout wp-rdfa and wp-dephorm are hosted by wordpress: wp-rdfa: http://svn.wp-plugins.org/wp-rdfa/ wp-dephorm: http://svn.wp-plugins.org/wp-dephorm/ Feel free to download alter and suggest changes again.]]></description>
			<content:encoded><![CDATA[<p>SVN is now up and running again. ApacheMap and MonoBackup are on google code:</p>
<p>ApacheMap: <a href="https://code.google.com/p/apachegeomap/source/checkout" target="_blank">https://code.google.com/p/apachegeomap/source/checkout</a></p>
<p>Mono-backup: <a href="https://code.google.com/p/m0n0-backup/source/checkout" target="_blank">https://code.google.com/p/m0n0-backup/source/checkout</a></p>
<p>wp-rdfa and wp-dephorm are hosted by wordpress:</p>
<p>wp-rdfa: <a href="http://svn.wp-plugins.org/wp-rdfa/" target="_blank">http://svn.wp-plugins.org/wp-rdfa/</a></p>
<p>wp-dephorm: <a href="http://svn.wp-plugins.org/wp-dephorm/" target="_blank">http://svn.wp-plugins.org/wp-dephorm/</a></p>
<p>Feel free to download alter and suggest changes again.</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2010/01/04/svn-running-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN currently unavailable for all projects</title>
		<link>http://dev.squarecows.com/2009/12/22/svn-currently-unavailable-for-all-projects/</link>
		<comments>http://dev.squarecows.com/2009/12/22/svn-currently-unavailable-for-all-projects/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:44:11 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/12/22/svn-currently-unavailable-for-all-projects/">Ric_</span></dc:creator>
				<category><![CDATA[ApacheMap]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[m0n0wall]]></category>
		<category><![CDATA[apachegeomap]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[phorm]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-dephorm]]></category>
		<category><![CDATA[wp-rdfa]]></category>
		<category><![CDATA[xtweet360]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=8855</guid>
		<description><![CDATA[I&#8217;m doing some work on the dev server here at SquareCows to improve performance. This however means the local SVN is not currently working. I&#8217;m planning to migrate all the SVN repositories over to google code and will be pushing lots of new software patches at the same time. Hopefully I&#8217;ll get some time over [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing some work on the dev server here at SquareCows to improve performance. This however means the local SVN is not currently working. I&#8217;m planning to migrate all the SVN repositories over to google code and will be pushing lots of new software patches at the same time. Hopefully I&#8217;ll get some time over the holidays to do this. For those of you interested in what I&#8217;m doing with the server I&#8217;m trialling lighttpd to see what kind of performance boost can be achieved.</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/12/22/svn-currently-unavailable-for-all-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-RDFa and wp-dephorm compatibility with WordPress 2.9-RC1</title>
		<link>http://dev.squarecows.com/2009/12/17/wp-rdfa-and-wp-dephorm-compatibility-with-wordpress-2-9-rc1/</link>
		<comments>http://dev.squarecows.com/2009/12/17/wp-rdfa-and-wp-dephorm-compatibility-with-wordpress-2-9-rc1/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:09:29 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/12/17/wp-rdfa-and-wp-dephorm-compatibility-with-wordpress-2-9-rc1/">Ric_</span></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[phorm]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[rdfa]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-dephorm]]></category>
		<category><![CDATA[wp-rdfa]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=8500</guid>
		<description><![CDATA[I&#8217;ve just confirmed wp-RDFa and wp-dephorm are both compatible with WordPress 2.9-RC1. So your free to test the new release without breaking your semantic web presence or leaving your readers vulnerable to the prying eyes of phorm. If you spot any problems just drop me a mail via the contact form and I&#8217;ll look into it.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just confirmed wp-RDFa and wp-dephorm are both compatible with WordPress 2.9-RC1. So your free to test the new release without breaking your semantic web presence or leaving your readers vulnerable to the prying eyes of phorm.</p>
<p>If you spot any problems just drop me a mail via the contact form and I&#8217;ll look into it.</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/12/17/wp-rdfa-and-wp-dephorm-compatibility-with-wordpress-2-9-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo returns to dev.squarecows.com</title>
		<link>http://dev.squarecows.com/2009/12/17/logo-returns-to-dev-squarecows-com/</link>
		<comments>http://dev.squarecows.com/2009/12/17/logo-returns-to-dev-squarecows-com/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:03:09 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/12/17/logo-returns-to-dev-squarecows-com/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=8498</guid>
		<description><![CDATA[Just tweaking with my theme to add my logo back on my blog finally.]]></description>
			<content:encoded><![CDATA[<p>Just tweaking with my theme to add my logo back on my blog finally.</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/12/17/logo-returns-to-dev-squarecows-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A SquareCow for Cowsay!</title>
		<link>http://dev.squarecows.com/2009/11/10/a-squarecow-for-cowsay/</link>
		<comments>http://dev.squarecows.com/2009/11/10/a-squarecow-for-cowsay/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 16:47:26 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/11/10/a-squarecow-for-cowsay/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=7794</guid>
		<description><![CDATA[Here&#8217;s a little file to drop into your cowsay to get your very own Square Cow! If you dont have cowsay installed: apt-get install cowsay (on any debian/ubuntu system) Then copy this file you can download to sudo cp sqcow.cow /usr/share/cowsay/cows/ then simply run: cowsay -f /usr/share/cowsay/cows/sqcow.cow YOUR-MESSAGE Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little file to drop into your cowsay to get your very own Square Cow!</p>
<p>If you dont have cowsay installed:</p>
<blockquote><p>apt-get install cowsay (on any debian/ubuntu system)</p></blockquote>
<p>Then copy this file you can <a href="http://dev.squarecows.com/downloads/sqcow.cow">download</a> to</p>
<blockquote><p>sudo cp sqcow.cow /usr/share/cowsay/cows/</p></blockquote>
<p>then simply run:</p>
<blockquote><p>cowsay -f /usr/share/cowsay/cows/sqcow.cow YOUR-MESSAGE</p></blockquote>
<div id="attachment_7816" class="wp-caption aligncenter" style="width: 160px"><a href="http://dev.squarecows.com/wp-content/uploads/2009/11/sqcows-cowsay.png" rel="lightbox[7794]"><img class="size-thumbnail wp-image-7816" title="sqcows-cowsay" src="http://dev.squarecows.com/wp-content/uploads/2009/11/sqcows-cowsay-150x150.png" alt="Your very own SquareCow!" width="150" height="150" /></a><p class="wp-caption-text">Your very own SquareCow!</p></div>
<p>Enjoy!</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/11/10/a-squarecow-for-cowsay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use identi.ca in tweetie 2 on the iPhone.</title>
		<link>http://dev.squarecows.com/2009/10/27/use-identi-ca-in-tweetie-2-on-the-iphone/</link>
		<comments>http://dev.squarecows.com/2009/10/27/use-identi-ca-in-tweetie-2-on-the-iphone/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:41:35 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/10/27/use-identi-ca-in-tweetie-2-on-the-iphone/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=7497</guid>
		<description><![CDATA[For those of you who are fans of identi.ca the open version of twitter, you&#8217;ve probably been waiting for a decent app that allows you to post updates from your iPhone. Twitter has had plenty of very good apps and my favourite was tweetie. The latest release of this software (tweetie 2) lets you edit the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="background-color: #ffffff;">For those of you who are fans of <a href="http://identi.ca" target="_blank">identi.ca</a> the open version of twitter, you&#8217;ve probably been waiting for a decent app that allows you to post updates from your iPhone. Twitter has had plenty of very good apps and my favourite was <a href="http://www.atebits.com/tweetie-iphone/" target="_blank">tweetie</a>. The latest release of this software (<a href="http://www.atebits.com/tweetie-iphone/" target="_blank">tweetie 2</a>) lets you edit the server API info, which means you can connect and post to <a href="http://identi.ca" target="_blank">identi.ca</a> and or status.net.</span></p>
<p>So here is a quick howto:</p>
<p>1. First add a new account and enter your username and password.</p>
<div id="attachment_7499" class="wp-caption alignleft" style="width: 160px"><a href="http://dev.squarecows.com/wp-content/uploads/2009/10/img_0007.png" rel="lightbox[7497]"><img class="size-thumbnail wp-image-7499" title="Add Account" src="http://dev.squarecows.com/wp-content/uploads/2009/10/img_0007-150x150.png" alt="Add Account" width="150" height="150" /></a><p class="wp-caption-text">Add Account</p></div>
<p>2. Now tap the cog symbol to enter advance settings.</p>
<p>3. You should bow be able to update the details with the following URL&#8217;s:</p>
<div id="attachment_7498" class="wp-caption alignleft" style="width: 160px"><a href="http://dev.squarecows.com/wp-content/uploads/2009/10/img_0006.png" rel="lightbox[7497]"><img class="size-thumbnail wp-image-7498" title="Edit API" src="http://dev.squarecows.com/wp-content/uploads/2009/10/img_0006-150x150.png" alt="Edit API" width="150" height="150" /></a><p class="wp-caption-text">Edit API</p></div>
<p><strong>API Root</strong>: https://identi.ca/api</p>
<p><strong>Search API</strong>: http://identi.ca/api</p>
<p><strong>*Note:</strong> API Root is <strong>HTTPS</strong> and Search API is <strong>HTTP</strong></p>
<p>4. Save your settings and enjoy!</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/10/27/use-identi-ca-in-tweetie-2-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Landscape 1.4 for managing your Ubuntu Servers</title>
		<link>http://dev.squarecows.com/2009/10/26/landscape-1-4-for-managing-your-ubuntu-servers/</link>
		<comments>http://dev.squarecows.com/2009/10/26/landscape-1-4-for-managing-your-ubuntu-servers/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:24:35 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/10/26/landscape-1-4-for-managing-your-ubuntu-servers/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=7477</guid>
		<description><![CDATA[Canonical has just announced Landscape 1.4. This allows you to manage and monitor groups of servers in your business. They also now offer a dedicated landscape server for inside your organisation. &#60;original here&#62; Cloud management dominates the theme for Landscape 1.4 with new features that allow you to manage your private Ubuntu Enterprise Cloud (UEC) [...]]]></description>
			<content:encoded><![CDATA[<p>Canonical has just announced Landscape 1.4. This allows you to manage and monitor groups of servers in your business. They also now offer a dedicated landscape server for inside your organisation. &lt;<a href="http://blog.canonical.com/?p=276" target="_blank">original here</a>&gt;</p>
<blockquote><p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Cloud management dominates the theme for<a style="color: #d90d19; text-decoration: none;" href="http://www.canonical.com/landscape" target="_blank"> Landscape 1.4</a> with new features that allow you to manage your private<a style="color: #d90d19; text-decoration: none;" href="http://www.canonical.com/cloud" target="_blank"> Ubuntu Enterprise Cloud (UEC)</a> as easily as you manage your instances on Amazon EC2. Also released are new features that help system administrators be more efficient including time based package updates and role based access. These new features will be available this week on both the Hosted and Dedicated Server Editions of Landscape.</span></span></p>
<p><strong><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Cloud Computing: UEC Support</span></span></strong></p>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Building upon our support for Amazon’s EC2 Cloud, users can now start, stop and manage their private Ubuntu instances on their UEC from within Landscape. Users simply enter their credentials directly through Landscape to start, stop and manage an instance. We’ve designed Landscape to work directly with both Amazon and Eucalyptus console pages so you can manage your instances without having to use any other tools. Landscape securely stores your security credentials making is easy to spin up new instances on UEC or EC2 at anytime. Once the instances are initiated, they all display on the same page allowing you manage all your physical, virtuali and Cloud instances in one place.</span></span></p>
<p><strong><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">New Timed Package Updates</span></span></strong></p>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Users can now schedule package updates, system reboots and shutdowns in the future with minute increments. This gives System Administrators the flexibility to schedule activities for systems to occur during planned maintenance windows or low use periods to minimise the impact on the network. Now that we have developed the time / scheduling function, look for us to add this to other areas of Landscape where it it makes sense, like scheduling scripts in the future.<br />
</span></span></p>
<p><strong><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Administrator Roles</span></span></strong></p>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">As Landscape is deployed in larger enterprises the need to delegate and limit access to systems has become a key need. Now, in addition to having a master admin who can manage all systems within a Landscape account, you can delegate access to systems to other administrators. This builds on our tags function (which allows you to tag computers performing the same function and update them with a single command) to allocate full access to systems by admin. Typically this means sys admins in different areas can be given full access to their local systems, but not to those in another area or country. Like tags, assigning systems to other administrators is completely flexible so you can use what ever criteria you need.</span></span></p>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">The Landscape 1.4 client is available today and is included with Ubuntu 9.10 server edition. Details are at www.canonical.com/landscape</span></span></p>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: x-small;">Ken Drachnik, Landscape Manager</span></span></p></blockquote>
<p><span style="font-family: FreeSans, sans-serif;"><span style="font-size: xx-small;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: small;"><span>Well worth a look!</span></span></span></span></p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/10/26/landscape-1-4-for-managing-your-ubuntu-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Dropbox in Ubuntu 9.10</title>
		<link>http://dev.squarecows.com/2009/10/16/installing-dropbox-in-ubuntu-9-10/</link>
		<comments>http://dev.squarecows.com/2009/10/16/installing-dropbox-in-ubuntu-9-10/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:36:38 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/10/16/installing-dropbox-in-ubuntu-9-10/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=7269</guid>
		<description><![CDATA[For those of you currently using Dropbox, an online storage drive for your personal files, and wanting to upgrade to Ubuntu 9.10 you may hit some problems if you try and install the 9.04 deb file. The program may start but never prompt you for a username and password and just crash out. However all is not [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you currently using <a href="http://getdropbox.com" target="_blank">Dropbox</a>, an online storage drive for your personal files, and wanting to upgrade to Ubuntu 9.10 you may hit some problems if you try and install the 9.04 deb file. The program may start but never prompt you for a username and password and just crash out. However all is not lost, there is a away round it as <a href="http://getdropbox.com" target="_blank">Dropbox</a> offer a source download for the non proprietary bits and will download the other required parts itself. Heres how to get it all working again.</p>
<p>1. First lets get some required software packages.</p>
<blockquote><p>sudo apt-get install wget build-essential libnautilus-extension-dev libnotify-dev python-docutils</p></blockquote>
<p>2. Now lets get the source.</p>
<blockquote><p>sudo su -p</p>
<p>cd /usr/src/</p>
<p>wget https://www.getdropbox.com/download?dl=packages/nautilus-dropbox-0.6.1.tar.bz2</p></blockquote>
<p>3. Unpack</p>
<blockquote><p>tar xvfj nautilus-dropbox-0.6.1.tar.bz2</p></blockquote>
<p>4. Compile</p>
<blockquote><p>cd nautilus-dropbox-0.6.1</p>
<p>./configure</p>
<p>make</p>
<p>make install</p></blockquote>
<p>5. Your now ready to run Dropbox from Applications &gt; Internet &gt; Dropbox</p>
<p>Hope that helps a few people. Enjoy!</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/10/16/installing-dropbox-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My latest distraction!</title>
		<link>http://dev.squarecows.com/2009/10/13/my-latest-distraction/</link>
		<comments>http://dev.squarecows.com/2009/10/13/my-latest-distraction/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:03:23 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://dev.squarecows.com/2009/10/13/my-latest-distraction/">Ric_</span></dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Type2]]></category>
		<category><![CDATA[VW]]></category>

		<guid isPermaLink="false">http://dev.squarecows.com/?p=7174</guid>
		<description><![CDATA[Well I&#8217;ve not posted for a while as I&#8217;ve been working on some new code and packages for RDFa and linux. I&#8217;ll get round to releasing them pretty soon and hopefully they&#8217;ll get put to some good use. However I&#8217;m very distracted at the moment with my latest toy! A 1974 VW Type 2 Camper [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;ve not posted for a while as I&#8217;ve been working on some new code and packages for RDFa and linux. I&#8217;ll get round to releasing them pretty soon and hopefully they&#8217;ll get put to some good use.</p>
<p>However I&#8217;m very distracted at the moment with my latest toy! A 1974 VW Type 2 Camper van!!!!! Lots of work to do on it so please forgive my lack of posting. I&#8217;ll post some photos very soon!</p>
<div class="acc_license"><a xmlns:cc="http://creativecommons.org/ns#" rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"><img src="http://i.creativecommons.org/l/by-nc/3.0/88x31.png" alt="by-nc" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://dev.squarecows.com/2009/10/13/my-latest-distraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<a href="http://dev.squarecows.com/conception.php"><!-- Private Link --></a></channel>
</rss>
