<?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>Blue Horn &#187; Linux</title>
	<atom:link href="http://bluehorn.co.nz/topic/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Speed up Symfony by installing APC on Ubuntu</title>
		<link>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/</link>
		<comments>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 00:44:59 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony Framework]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[Symfony Resources]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/?p=338</guid>
		<description><![CDATA[APC (Alternative PHP Cache) is an open source code PHP code cache and optimizer (or code accelerator). It is a necessary companion to any Symfony project. So here we go: sudo apt-get update sudo apt-get install php5-dev apache2-dev build-essential apache2-threaded-dev php-pear sudo pecl install apc Then update /etc/php5/apache2/php.ini and add this line: extension=apc.so Have fun! [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>APC (Alternative PHP Cache) is an open source code PHP code cache and optimizer (or code accelerator). It is a necessary companion to any Symfony project. <span id="more-338"></span>So here we go:</p>
<p>sudo apt-get update<br />
sudo apt-get install php5-dev apache2-dev build-essential apache2-threaded-dev php-pear<br />
sudo pecl install apc</p>
<p>Then update /etc/php5/apache2/php.ini and add this line:</p>
<p>extension=apc.so</p>
<p>Have fun!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2010/01/29/speed-up-symfony-by-installing-apc-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux command to recursively delete .svn folders</title>
		<link>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/</link>
		<comments>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:29:01 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/</guid>
		<description><![CDATA[find . -name .svn -print0 &#124; xargs -0 rm -rf Credit: http://codesnippets.joyent.com/posts/show/104 No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span class="ident">find</span> <span class="punct">.</span> <span class="punct">-</span><span class="ident">name</span> <span class="punct">.</span><span class="ident">svn</span> <span class="punct">-</span><span class="ident">print0</span> <span class="punct">|</span> <span class="ident">xargs</span> <span class="punct">-</span><span class="number">0</span> <span class="ident">rm</span> <span class="punct">-</span><span class="ident">rf</p>
<p>Credit: <a target="_blank" href="http://codesnippets.joyent.com/posts/show/104">http://codesnippets.joyent.com/posts/show/104</a><br /></span></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=bedbb065-1290-8061-b17e-89926e769e49" /></div>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2009/11/13/linux-command-to-recursively-delete-svn-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare directories / folders using xxdiff</title>
		<link>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/</link>
		<comments>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 12:09:07 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/?p=156</guid>
		<description><![CDATA[I just found this wonderful tool called xxdiff which is a command line but graphical tool, it didn't make sense at first, but it is actually a tool that you start from command line but then gives you a graphical UI (a pretty simple but effective UI, in my opinion). After installing xxdiff, just type [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just found this wonderful tool called xxdiff which is a command line but graphical tool, it didn't make sense at first, but it is actually a tool that you start from command line but then gives you a graphical UI (a pretty simple but effective UI, in my opinion).</p>
<p>After installing xxdiff, just type a command line like this one to compare two directories recursively:</p>
<pre>xxdiff -r /dir1 /dir2</pre>
<p>and a GUI window should show up, something like:</p>
<p><img class="alignnone size-medium wp-image-158" title="xxdiff" src="http://bluehorn.co.nz/wp-content/uploads/2009/01/screenshot-300x187.png" alt="" width="431" height="269" /></p>
<p>One of the wonderful things about the GUI is that you can copy files from one directory to another. And you can also double click on each file to see the differences in the files contents.</p>
<p>I have not explored all the features and capabilities of xxdiff but it seems like a very handy tool to keep around. Very useful for manually synchronizing directories / folders.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

