markomedia
Blog URL http://www.markomedia.com.au/blog
Located Sydney, New South Wales Australia
Tags as3, jabber, flex, coldfusion, php, joomla, apache, macintosh, linux
the home of serious web development
Latest Blog Posts
- Recursively remove .svn directories from your project on Nov 20, 2009 in SVN Shell
Occasionally I find .svn directories in my old projects that are not in Subversion. The quickest way to recursively remove them is to run the following command:{xtypo_code}find . -name .svn -print0 | xargs -0 rm -rf{/xtypo_code}You need to cd i...
- Installing Tigase Jabber Server using console installer on Nov 18, 2009 in xmpp Tigase Jabber
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 Webs...
- Generate Self-Signed SSL Certificate - HOWTO on Nov 12, 2009 in SSL HOWTO
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 commercia...
- SSH Tunneling - Add secondary address to your loopback interface HOWTO on Nov 4, 2009 in SSH Shell OS X
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 for...
- MAMP vs Entropy PHP on OS X on Nov 2, 2009 in PHP OS X MySQL Apache
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:1. build and configur...
- MAMP, Entropy PHP on OS X on Nov 2, 2009 in PHP OS X MySQL Apache
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:1. build and confi...
- Snow Leopard Gotchas on Oct 25, 2009 in OS X MySQL Apache
I recently upgraded to Snow Leopard from 10.5 and everything went relatively smoothly. I was particularly pleased to see extra 13GB of hard drive space.However, I noticed a couple of things that I wasn't so pleased about:Apache unable to startPHP di...




