<?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>greg&#039;s weblog &#187; osx</title>
	<atom:link href="http://gregk.me/category/apple/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregk.me</link>
	<description>the more I learn, the less I know</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:17:20 +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>Installing nginx on OS X Snow Leopard</title>
		<link>http://gregk.me/2011/installing-nginx-on-mac-os-x-snow-leopard/</link>
		<comments>http://gregk.me/2011/installing-nginx-on-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 12:26:45 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=1365</guid>
		<description><![CDATA[Thanks to Kevin Worthington for his installation instructions. Comments are closed on his post so I&#8217;ve added these notes to my own blog. Kevin&#8217;s instructions worked for the most part, with the exception of adding /usr/local to my PATH. Running which nginx showed it could not locate nginx, I found the executable resides in /usr/local/sbin [...]]]></description>
		<wfw:commentRss>http://gregk.me/2011/installing-nginx-on-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display active git branch in bash prompt</title>
		<link>http://gregk.me/2011/display-active-git-branch-in-bash-prompt/</link>
		<comments>http://gregk.me/2011/display-active-git-branch-in-bash-prompt/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 13:53:47 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[branches]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=751</guid>
		<description><![CDATA[If you work with git as your version control system and don&#8217;t use a GUI app in your workflow, this one liner in your ~/.profile (or ~/.bashrc on Linux) will display the active branch you&#8217;re working on when you cd to a git repo path. PS1="\u@\h:\w\$(git branch 2>/dev/null &#124; grep -e '\* ' &#124; sed [...]]]></description>
		<wfw:commentRss>http://gregk.me/2011/display-active-git-branch-in-bash-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on a VirtualBox dev server while offline</title>
		<link>http://gregk.me/2010/working-on-vm-server-while-offline/</link>
		<comments>http://gregk.me/2010/working-on-vm-server-while-offline/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:47:02 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[host only]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=583</guid>
		<description><![CDATA[This month I&#8217;ve got a couple of trips to the US, one work, one leisure. I&#8217;d like to be able to use some of the dead time during the flight to do some development work. Instead of running PHP, Apache and MySQL from my Mac, I run it from a Ubuntu virtual machine via VirtualBox. [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/working-on-vm-server-while-offline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing PHPUnit on Snow Leopard</title>
		<link>http://gregk.me/2010/installing-phpunit-on-snow-leopard/</link>
		<comments>http://gregk.me/2010/installing-phpunit-on-snow-leopard/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 19:26:32 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php unit]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=396</guid>
		<description><![CDATA[Snow Leopard ships with PHP 5.3.0, which at the time of writing, is quite recent (at least it&#8217;s a milestone version with a bunch of new features). I&#8217;ve not tried to install anything previously via PEAR on my Snow Leopard install. When I tried to install PHPUnit, I ran into a problem. $ sudo pear [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/installing-phpunit-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setting up aliases in Snow Leopard</title>
		<link>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/</link>
		<comments>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:54:10 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[aliases]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tsch]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=250</guid>
		<description><![CDATA[Having trouble with Terminal not remembering your aliases? A lot of documentation on the web talks about configuring tcsh or csh in Mac OS X. I was scratching my head for a while wondering why my ~/.tcshrc file wasn&#8217;t defining my aliases on login (or my ~/.login file for that matter, that the system created!). [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/setting-up-aliases-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A real UK keyboard layout for Snow Leopard</title>
		<link>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/</link>
		<comments>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:20:07 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=221</guid>
		<description><![CDATA[Thanks to this blogger who made real UK keyboard layouts that work under Snow Leopard. I couldn&#8217;t get alternative community created UK layouts, that previously worked in Leopard, to work under Snow Leopard. They would never appear as a selectable layout in Language &#038; Text &#187; Input Sources. Maybe because I tried to install them [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/a-real-uk-keyboard-layout-for-mac-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing user home directory under Mac OS X</title>
		<link>http://gregk.me/2010/change-user-home-directory-under-mac-os-x/</link>
		<comments>http://gregk.me/2010/change-user-home-directory-under-mac-os-x/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:58:46 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[dscl]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[niutil]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=151</guid>
		<description><![CDATA[Yesterday I finally got around to removing my flakey superdrive from my Macbook Pro and replaced it with an optical bay hard disk (OBHD) from NewModeUS. This meant I was able to add another 320GB drive where my superdrive once lived (much needed as I was at 92% disk usage on my system drive). I [...]]]></description>
		<wfw:commentRss>http://gregk.me/2010/change-user-home-directory-under-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup Canon PIXMA MP620 wirelessly on Mac OS X</title>
		<link>http://gregk.me/2009/configuring-canon-pixma-mp620-wirelessly-on-mac-os-x/</link>
		<comments>http://gregk.me/2009/configuring-canon-pixma-mp620-wirelessly-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 17:31:37 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://gregk.me/2009/07/11/configuring-canon-pixma-mp620-wirelessly-on-mac-os-x/</guid>
		<description><![CDATA[Update April, 2010: I&#8217;m happy to report this pain is avoided with the latest (10.26.2) MP620 CUPS drivers from Canon when installing this printer on Snow Leopard. After installing the drivers, then adding a new printer, you have to wait a few minutes for SL to detect the printer before it displays it in the [...]]]></description>
		<wfw:commentRss>http://gregk.me/2009/configuring-canon-pixma-mp620-wirelessly-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mounting shared folders in Mac OS X Leopard</title>
		<link>http://gregk.me/2008/mounting-shared-folders-in-mac-os-x-leopard/</link>
		<comments>http://gregk.me/2008/mounting-shared-folders-in-mac-os-x-leopard/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:20:55 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[smbfs]]></category>

		<guid isPermaLink="false">http://gregk.me/2008/11/12/mounting-shared-folders-in-mac-os-x-leopard/</guid>
		<description><![CDATA[Having recently switched to Mac OS X, I stumbled upon issues when mounting shared folders on my Macbook Pro from our linux development server. Previously, both Windows Vista and Ubuntu have had no trouble sharing a directory then mounting it from the dev server via smbfs. This enables me (and other developers) to edit files [...]]]></description>
		<wfw:commentRss>http://gregk.me/2008/mounting-shared-folders-in-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing the MobileMe icon from the menu bar in Leopard</title>
		<link>http://gregk.me/2008/removing-the-mobileme-icon-from-menu-bar-in-leopard/</link>
		<comments>http://gregk.me/2008/removing-the-mobileme-icon-from-menu-bar-in-leopard/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:53:20 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://gregk.me/2008/11/12/removing-the-mobileme-icon-from-menu-bar-in-leopard/</guid>
		<description><![CDATA[If you choose not to sign up for MobileMe, there is no option in preferences to remove the sync icon (which you will never use) from the menu bar. Fortunately, holding the Command (Apple) key and dragging the icon to the desktop should detach and remove it.]]></description>
		<wfw:commentRss>http://gregk.me/2008/removing-the-mobileme-icon-from-menu-bar-in-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

