<?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>Hints and Kinks &#187; mac</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:17:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HOWTO enable the query log on MySQL on Mac OS X</title>
		<link>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html#comments</comments>
		<pubDate>Fri, 28 May 2010 03:38:56 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=876</guid>
		<description><![CDATA[Tailing the MySQL query log in real time can be a lifesaver for any developer, and it&#8217;s pretty easy to do: Make a file for the mysqld process to write to: sudo touch /var/log/mysql-query.log sudo chown _mysql /var/log/mysql-query.log If you&#8217;ve &#8230; <a href="http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set up JAVA_HOME to track Java Preferences.app on Mac OS X</title>
		<link>http://matthew.mceachen.us/blog/set-up-java_home-to-track-java-preferences-app-on-mac-os-x-847.html</link>
		<comments>http://matthew.mceachen.us/blog/set-up-java_home-to-track-java-preferences-app-on-mac-os-x-847.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:40:57 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[shell hackery]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=847</guid>
		<description><![CDATA[Mac OS X&#8217;s Java Preferences.app has a pane for switching between versions of the JDK, but I just found out from a coworker (thanks, Mike!) that you can make your shell match that preference easily &#8212; just add this to &#8230; <a href="http://matthew.mceachen.us/blog/set-up-java_home-to-track-java-preferences-app-on-mac-os-x-847.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/set-up-java_home-to-track-java-preferences-app-on-mac-os-x-847.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speed up Firefox!</title>
		<link>http://matthew.mceachen.us/blog/speed-up-firefox-751.html</link>
		<comments>http://matthew.mceachen.us/blog/speed-up-firefox-751.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:42:04 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[vacuum]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=751</guid>
		<description><![CDATA[My Firefox on Mac was getting pretty lethargic &#8212; almost a minute to spin up, and multiple seconds to just open a new tab. I installed the new beta of Google Chrome, and remembered how nice a speedy browser was. &#8230; <a href="http://matthew.mceachen.us/blog/speed-up-firefox-751.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/speed-up-firefox-751.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to bounce an application with Applescript</title>
		<link>http://matthew.mceachen.us/blog/how-to-bounce-an-application-with-applescript-737.html</link>
		<comments>http://matthew.mceachen.us/blog/how-to-bounce-an-application-with-applescript-737.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 06:12:42 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=737</guid>
		<description><![CDATA[Say, for whatever reason, you want to bounce iphoto once an hour. You can do that with AppleScript and cron. Copy this into ~/bin/bounce-iphoto: #!/usr/bin/osascript on appIsRunning(appName) tell application &#38;quot;System Events&#38;quot; to (name of processes) contains appName end appIsRunning if &#8230; <a href="http://matthew.mceachen.us/blog/how-to-bounce-an-application-with-applescript-737.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/how-to-bounce-an-application-with-applescript-737.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Xcode 3.1.4 for Leopard</title>
		<link>http://matthew.mceachen.us/blog/download-xcode-3-1-4-for-leopard-716.html</link>
		<comments>http://matthew.mceachen.us/blog/download-xcode-3-1-4-for-leopard-716.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 01:12:46 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=716</guid>
		<description><![CDATA[Apple&#8217;s developer website only links to the latest version of Xcode, which requires Snow Leopard (Mac OS X 10.6). If you&#8217;re still running Leopard (10.5), go to this link after logging in with your ADC credentials: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/9.1.17.2.1.3.3.1.0.1.1.0.3.3.3.3.1 Search for &#8220;3.1.4&#8243; &#8230; <a href="http://matthew.mceachen.us/blog/download-xcode-3-1-4-for-leopard-716.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/download-xcode-3-1-4-for-leopard-716.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Apache2, PHP, and MySQL on Mac OS X using MacPorts</title>
		<link>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html</link>
		<comments>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:46:59 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=573</guid>
		<description><![CDATA[1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we&#8217;ll do that after mysql and php are installed. 3. Install and configure &#8230; <a href="http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Mac OS X 10.5&#8242;s keychain for ssh</title>
		<link>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html</link>
		<comments>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:09:19 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shell hackery]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=526</guid>
		<description><![CDATA[The version of ssh that comes with Mac OS X 10.5.6 has a -K option that stores your passphrases in your system&#8217;s keychain. Run this: ssh-add -K [path to private keyfile] Provide your passphrase once when asked, and keychain will &#8230; <a href="http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/using-mac-os-x-keychain-for-ssh-526.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Viscosity and Search Domains</title>
		<link>http://matthew.mceachen.us/blog/viscosity-and-search-domains-379.html</link>
		<comments>http://matthew.mceachen.us/blog/viscosity-and-search-domains-379.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 04:48:32 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[viscosity]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=379</guid>
		<description><![CDATA[I&#8217;ve really enjoyed Viscosity as my openvpn client for Mac OS X (instead of Tunnelblick). It&#8217;s stable, bounces back after system sleep, and is well supported. After upgrading from 1.0.3 to 1.0.4, I found that my search domain configuration from &#8230; <a href="http://matthew.mceachen.us/blog/viscosity-and-search-domains-379.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/viscosity-and-search-domains-379.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Beta for Mac 2.8 has screen sharing</title>
		<link>http://matthew.mceachen.us/blog/skype-betafor-mac-28-has-screen-sharing-314.html</link>
		<comments>http://matthew.mceachen.us/blog/skype-betafor-mac-28-has-screen-sharing-314.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:04:03 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=314</guid>
		<description><![CDATA[Skype Beta for Mac OS X version 2.8 adds screen sharing, and it&#8217;s easy to use &#8212; but screen sharing is only available on the Mac version of Skype. Until they port screen sharing to Windows and Linux, teamviewer and &#8230; <a href="http://matthew.mceachen.us/blog/skype-betafor-mac-28-has-screen-sharing-314.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/skype-betafor-mac-28-has-screen-sharing-314.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TaskPaper is All Sorts of Awesomeness.</title>
		<link>http://matthew.mceachen.us/blog/taskpaper-is-all-sorts-of-awesomeness-239.html</link>
		<comments>http://matthew.mceachen.us/blog/taskpaper-is-all-sorts-of-awesomeness-239.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 17:00:16 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=239</guid>
		<description><![CDATA[I finally got around to trying out TaskPaper (one of the apps I got from MacHeist a while ago), and it&#8217;s a brilliant and simple todo app. You enter something like this: Inbox: - Put camera in car - Put &#8230; <a href="http://matthew.mceachen.us/blog/taskpaper-is-all-sorts-of-awesomeness-239.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/taskpaper-is-all-sorts-of-awesomeness-239.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

