<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>markomedia Blog Feed posted in OS X</title>
		<description>markomedia Blog Feed posted in OS X</description>
		<link>http://www.markomedia.com.au</link>
		<lastBuildDate>Tue, 07 Sep 2010 09:55:13 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Couple of useful OS X Tricks</title>
			<link>http://www.markomedia.com.au/blog/couple-of-useful-os-x-tricks.html</link>
			<description>&lt;p&gt;I just stumbled upon 30 Fantastic Geeky Tricks To Get The Most From Your Mac&amp;nbsp;and I thought I'd write down a couple of tricks I found useful.&lt;/p&gt;&lt;br/&gt;Recent Items Stack&lt;br/&gt;&lt;p&gt;Type this in terminal window to show a stack of your 'recent applications'.{xtypo_code}defaults write com.apple.dock persistent-others -array-add '{ &quot;tile-data&quot; = { &quot;list-type&quot; = 1; }; &quot;tile-type&quot; = &quot;recents-tile&quot;; }'{/xtypo_code}&lt;/p&gt;&lt;br/&gt;Show Hidden Files&lt;br/&gt;&lt;p&gt;The following command will show all hidden files in your Finder.{xtypRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 22 Jul 2010 04:31:58 +0100</pubDate>
		<category>OS X</category>
 <category>HOWTO</category>
		</item>
		<item>
			<title>Startup Script for Apache Tomcat on Snow Leopard HOWTO</title>
			<link>http://www.markomedia.com.au/blog/startup-script-for-apache-tomcat-on-snow-leopard-howto.html</link>
			<description>&lt;p&gt;I have just set up Apache Tomcat startup script on Snow Leopard and I thought I'd blog about it while it's still fresh in my head.&amp;nbsp; Assuming you have installed Tomcat in /usr/local/tomcat directory, you can do the following to start Tomcat on system startup.1. Create your startup script:{xtypo_code}sudo nano /usr/local/tomcat/bin/tomcat{/xtypo_code}{xtypo_code}#!/bin/sh&lt;br/&gt;# Tomcat Startup Script&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;CATALINA_HOME=/usr/local/tomcat; export CATALINA_HOME&lt;br/&gt;&lt;br/&gt;JAVA_HOME=/Library/Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 20 May 2010 17:01:44 +0100</pubDate>
		<category>Tomcat</category>
 <category>Railo</category>
 <category>OS X</category>
 <category>HOWTO</category>
 <category>Apache</category>
		</item>
		<item>
			<title>Illegal override of activate in mx.managers.SystemManagerProxy - Solved</title>
			<link>http://www.markomedia.com.au/blog/illegal-override-of-activate-in-mxmanagerssystemmanagerproxy-solved.html</link>
			<description>&lt;p&gt;I've been quiet on the blog front for a while. &amp;nbsp;I was having a rough time scuba diving in the tropics and so on... If you're interested, take a look at some of my holiday pics I uploaded on facebook.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;Now back to business.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;At Learnosity, I've been working on migrating our core Flex 3 app to Flex 4. &amp;nbsp;One of the problems I encountered was embedding an external swf file into the main app. I was getting the following error:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_code}#1053 Illegal override of activRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Fri, 09 Apr 2010 15:03:15 +0100</pubDate>
		<category>General</category>
 <category>Flex</category>
 <category>AS3</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>
		<item>
			<title>Snow Leopard Gotchas</title>
			<link>http://www.markomedia.com.au/blog/snow-leopard-gotchas.html</link>
			<description>&lt;p&gt;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.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;However, I noticed a couple of things that I wasn't so pleased about:&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;Apache unable to start&lt;br/&gt;PHP disabled&lt;br/&gt;MySQL unable to start&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I've already walked a couple of people through this, so if you run into the same problem you can try the following:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;1. For some reason Snow Leopard modified the following file:&lt;/p&gt;&lt;br/&gt;&lt;pRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Mon, 26 Oct 2009 01:29:48 +0100</pubDate>
		<category>OS X</category>
 <category>MySQL</category>
 <category>Apache</category>
		</item>
	</channel>
</rss>
