<?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>Jordon Mears &#187; Mac</title>
	<atom:link href="http://www.finefrog.com/category/operating-systems/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finefrog.com</link>
	<description>while(true) { write(learn(live())); }</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:31:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script to Enable NTFS Read/Write on Mac Snow Leopard</title>
		<link>http://www.finefrog.com/2010/07/22/script-to-enable-ntfs-readwrite-on-mac-snow-leopard/</link>
		<comments>http://www.finefrog.com/2010/07/22/script-to-enable-ntfs-readwrite-on-mac-snow-leopard/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:30:37 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=625</guid>
		<description><![CDATA[It is amazingly inconvenient that Apple's Snow Leopard does not mount NTFS volumes as read write. However as it turns out it is pretty easy to override this default functionality.
I put together two scripts that you can run in Terminal to enable and disable read/write for all NTFS volumes (and all users). You can download [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2010/07/22/script-to-enable-ntfs-readwrite-on-mac-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing a Misspelled Word From Your Firefox Dictionary</title>
		<link>http://www.finefrog.com/2008/08/28/removing-a-misspelled-word-from-your-firefox-dictionary/</link>
		<comments>http://www.finefrog.com/2008/08/28/removing-a-misspelled-word-from-your-firefox-dictionary/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 16:57:49 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=206</guid>
		<description><![CDATA[So I accidentally added a misspelled word to the dictionary in Firefox. I wanted to remove it so I looked through the preferences and I even checked out about:config, but no luck. So I did a little research and found that in Linux, Firefox settings are kept in a hidden file in your home folder [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/08/28/removing-a-misspelled-word-from-your-firefox-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting the Lines in a Set of Files</title>
		<link>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/</link>
		<comments>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/#comments</comments>
		<pubDate>Thu, 15 May 2008 20:30:34 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=130</guid>
		<description><![CDATA[I find myself needing this command every once in a while and I can never remember exactly how it goes. It parses through a directory (and subs) to give you a report on how many lines are in each file. It is great for working with csv files.

wc -l `find ./ -name '*.csv'`

I got this [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/05/15/counting-the-lines-in-a-set-of-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to an MSSQL Server (and others) with OpenOffice.org</title>
		<link>http://www.finefrog.com/2008/04/14/connecting-to-an-mssql-server-and-others-with-openofficeorg/</link>
		<comments>http://www.finefrog.com/2008/04/14/connecting-to-an-mssql-server-and-others-with-openofficeorg/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 03:02:01 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/?p=155</guid>
		<description><![CDATA[I have wanted to try out OpenOffice.org Base for some time now, but I have never taken the time to figure out how to make it connect to a relational database system. And as it turns out there doesn't seem to be all that much documentation to help. Anyway I needed to figure out a [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/04/14/connecting-to-an-mssql-server-and-others-with-openofficeorg/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Command Line Reference</title>
		<link>http://www.finefrog.com/2008/03/24/command-line-reference/</link>
		<comments>http://www.finefrog.com/2008/03/24/command-line-reference/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:18:34 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Clickable]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2008/03/24/command-line-reference/</guid>
		<description><![CDATA[Came across this on digg today. It is another reference sheet for common Linux/Unix commands and programs. It has a lot of good common uses of good programs like scp, rsync, svn, psql and mysql.
http://cb.vu/unixtoolbox.xhtml
]]></description>
		<wfw:commentRss>http://www.finefrog.com/2008/03/24/command-line-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailplane for Mac OSX Invitations</title>
		<link>http://www.finefrog.com/2007/12/04/mailplane-for-mac-osx-invitations/</link>
		<comments>http://www.finefrog.com/2007/12/04/mailplane-for-mac-osx-invitations/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 16:19:15 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2007/12/04/mailplane-for-mac-osx-invitations/</guid>
		<description><![CDATA[Mailplane is OSX application that provides a front-end for Gmail on Mac. I have been using it for a while now and I like it pretty well. I like it because it is isolated from Mail.app and it integrates natively into Growl. It also makes attachments and managing more than one Gmail account easier.
Anyway, I [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2007/12/04/mailplane-for-mac-osx-invitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple ][ Emulation</title>
		<link>http://www.finefrog.com/2007/12/01/apple-emulation/</link>
		<comments>http://www.finefrog.com/2007/12/01/apple-emulation/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 23:14:02 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2007/12/01/apple-emulation/</guid>
		<description><![CDATA[I was listening to the RetroMacCast this week and they were talking about the old Apple ][, which was the very first computer I ever owned. It got me in the mood of getting in front of one again; however I haven't seen one since sometime in the mid 90's.
Thankfully there is some pretty good [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2007/12/01/apple-emulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Note Taking Application for Mac (Almost as Good as Tomboy for Linux)</title>
		<link>http://www.finefrog.com/2007/09/09/quick-note-taking-application-for-mac-almost-as-good-as-tomboy-for-linux/</link>
		<comments>http://www.finefrog.com/2007/09/09/quick-note-taking-application-for-mac-almost-as-good-as-tomboy-for-linux/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 20:24:33 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2007/09/09/quick-note-taking-application-for-mac-almost-as-good-as-tomboy-for-linux/</guid>
		<description><![CDATA[One of the greatest Linux applications I have ever used is Tomboy. It is a simple note taking application that sits in your toolbar and provides quick note creation, searching, basic formatting and linking between notes. It is perfect for the kind of note taking I do on the fly while sitting at my computer.
Long [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2007/09/09/quick-note-taking-application-for-mac-almost-as-good-as-tomboy-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on the Bill Gates and Steve Jobs Interview</title>
		<link>http://www.finefrog.com/2007/06/01/thoughts-on-the-bill-gates-and-steve-jobs-interview/</link>
		<comments>http://www.finefrog.com/2007/06/01/thoughts-on-the-bill-gates-and-steve-jobs-interview/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 01:41:49 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.finefrog.com/2007/06/01/thoughts-on-the-bill-gates-and-steve-jobs-interview/</guid>
		<description><![CDATA[I just watched (as I understand it) the first public combined interview of Bill Gates and Steve Jobs. It was in front of an audience at the D5 conference. Which is a conference put on by the Wall Street Journal. Now I am not normally a fan of these mainstream conferences because they tend to [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2007/06/01/thoughts-on-the-bill-gates-and-steve-jobs-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful (and free) Mac Applications</title>
		<link>http://www.finefrog.com/2007/01/25/useful-and-free-mac-applications/</link>
		<comments>http://www.finefrog.com/2007/01/25/useful-and-free-mac-applications/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 01:00:04 +0000</pubDate>
		<dc:creator>jordoncm</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://atermin.net/2007/01/25/useful-and-free-mac-applications/</guid>
		<description><![CDATA[A little while ago I got a new MacBook and I spent a good amount of time finding and collecting up all the various applications and tools I commonly rely on when I try to do something geeky (or not) on a Mac.
I thought it would be good to share them here for reference purposes. [...]]]></description>
		<wfw:commentRss>http://www.finefrog.com/2007/01/25/useful-and-free-mac-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
