<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>markomedia Blog Feed - November 2009</title>
		<description>markomedia Blog Feed - November 2009</description>
		<link>http://www.markomedia.com.au</link>
		<lastBuildDate>Sun, 05 Sep 2010 17:09:27 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Recursively remove .svn directories from your project</title>
			<link>http://www.markomedia.com.au/blog/recursively-remove-svn-directories-from-your-project.html</link>
			<description>&lt;p&gt;Occasionally I find .svn directories in my old projects that are not in Subversion.&amp;nbsp; The quickest way to recursively remove them is to run the following command:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_code}find . -name .svn -print0 | xargs -0 rm -rf{/xtypo_code}You need to cd into your project directory before running it.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;You can also run the command to quickly disconnect your project from Subversion.&lt;/p&gt;</description>
			<author>Marko Tomic</author>
			<pubDate>Fri, 20 Nov 2009 16:06:21 +0100</pubDate>
		<category>SVN</category>
 <category>Shell</category>
		</item>
		<item>
			<title>Installing Tigase Jabber Server using console installer</title>
			<link>http://www.markomedia.com.au/blog/installing-tigase-jabber-server-using-console-installer.html</link>
			<description>&lt;p&gt;Couple of months ago I installed Tigase server on my laptop and it was working beautifully until this morning.  I've installed quite a few major OS updates on my laptop since then and I must've done something to upset Tigase.  I visited Tigase Website to download a fresh copy of the server and see what the command is to install it using console.  The Website seems to be in the middle of some sort of upgrade and many links appear to be broken.  Thanks to Google cached search results I managed Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Wed, 18 Nov 2009 16:50:54 +0100</pubDate>
		<category>xmpp</category>
 <category>Tigase</category>
 <category>Jabber</category>
		</item>
		<item>
			<title>Generate Self-Signed SSL Certificate - HOWTO</title>
			<link>http://www.markomedia.com.au/blog/generate-self-signed-ssl-certificate-howto.html</link>
			<description>&lt;p&gt;This is another one for my reference.  I've had to generate a self-signed SSL certificate quite a few times and I'm sure I'll do it again in future.  First of all, self-signed SSL certificates provide the same level of security as any other commercial ones, such as Verisign certs.  The 2 main differences are:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;1. Self-signed certificates are free&lt;br /&gt; 2. Self-signed certificates are not recognised by web browsers by default.  They need to be installed in browsers manually in order to Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 12 Nov 2009 21:12:45 +0100</pubDate>
		<category>SSL</category>
 <category>HOWTO</category>
		</item>
		<item>
			<title>SSH Tunneling - Add secondary address to your loopback interface HOWTO</title>
			<link>http://www.markomedia.com.au/blog/ssh-tunneling-add-secondary-address-to-your-loopback-interface-howto.html</link>
			<description>&lt;p&gt;I'm writing this one for my own reference because almost everything I do for work, is done through SSH port forwarding.  If you're not familiar  with SSH port forwarding, you'll have to read up on it elsewhere.  And the reason why we use SSH port forwarding is because it is secure and powerful.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I generally set up my port forwards to run on my local computer on an arbitrary port and configure SSH to create a proxy connection to the normal port on a remote computer.  Then I configure myRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 05 Nov 2009 00:14:44 +0100</pubDate>
		<category>SSH</category>
 <category>Shell</category>
 <category>OS X</category>
		</item>
		<item>
			<title>MAMP vs Entropy PHP on OS X</title>
			<link>http://www.markomedia.com.au/blog/mamp-entropy-php-on-os-x.html</link>
			<description>&lt;p&gt;Following my post on Snow Leopard Gotchas, I discovered another problem you might run into.  SL comes with currently the latest version of PHP 5.3.0.  However, not all PHP projects will play nice on v5.3.0.  What you could do is:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;1. build and configure an older version of PHP from source - e.g. 5.2.11&lt;br /&gt;2. Install Entropy PHP (note: this will modify your SL Apache config files).&lt;br /&gt;3. Or just be lazy and install MAMP (Macintosh, Apache, MySQL, PHP) in a few seconds.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I choRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Tue, 03 Nov 2009 05:15:36 +0100</pubDate>
		<category>PHP</category>
 <category>OS X</category>
 <category>MySQL</category>
 <category>Apache</category>
		</item>
	</channel>
</rss>
