<?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>Adam Merrifield { the collective } &#187; Geeky</title>
	<atom:link href="http://adam.merrifield.ca/category/geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://adam.merrifield.ca</link>
	<description>the collective thoughts and web works of adam merrifield</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:52:43 +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>Mac OS X Lion command line mail with Gmail as SMTP</title>
		<link>http://adam.merrifield.ca/2012/01/25/mac-os-x-lion-command-line-mail-with-gmail-as-smtp/</link>
		<comments>http://adam.merrifield.ca/2012/01/25/mac-os-x-lion-command-line-mail-with-gmail-as-smtp/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:52:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1824</guid>
		<description><![CDATA[&#8220;I have been trying to get my command line mail working on my MacOS Lion today and I noticed that the normal postfix emails get treated as SPAM by Google and because I was sending emails to myself on my gmail account, that was an issue for me. So, I thought of using gmail as [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2012/01/25/mac-os-x-lion-command-line-mail-with-gmail-as-smtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating DSA PEM key pairs</title>
		<link>http://adam.merrifield.ca/2012/01/20/generating-dsa-pem-key-pairs/</link>
		<comments>http://adam.merrifield.ca/2012/01/20/generating-dsa-pem-key-pairs/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 16:37:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[dsa]]></category>
		<category><![CDATA[keys]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1821</guid>
		<description><![CDATA[I needed a pair of DSA keys recently, not standard ssh DSA keys but PEM keys. Creating DSA PEM keys is something best suited to openssl but it can be a pain in the butt to get the params set up right. And othing creates key pairs quite as easily as ssh-keygen so I thought, [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2012/01/20/generating-dsa-pem-key-pairs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cached Commons</title>
		<link>http://adam.merrifield.ca/2011/12/21/cached-commons/</link>
		<comments>http://adam.merrifield.ca/2011/12/21/cached-commons/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 21:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1819</guid>
		<description><![CDATA[&#8220;Cached Commons is a collection of user-contributed javascript libraries that have been cached, optimized, and hosted on Github’s fast CDN. If a library is missing from this collection, post a request on Github and we’ll add it immediately. The readme has all the details.&#8221;&#8211;via Cached Commons.]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/12/21/cached-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSMIN, The JavaScript Minifier</title>
		<link>http://adam.merrifield.ca/2011/12/21/jsmin-the-javascript-minifier/</link>
		<comments>http://adam.merrifield.ca/2011/12/21/jsmin-the-javascript-minifier/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsmin]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1817</guid>
		<description><![CDATA[&#8220;JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.&#8221;&#8211;via JSMIN, The JavaScript Minifier. Downloaded and installed this command line tool for use in [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/12/21/jsmin-the-javascript-minifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEAR &#8211; DreamHost</title>
		<link>http://adam.merrifield.ca/2011/12/17/pear-dreamhost/</link>
		<comments>http://adam.merrifield.ca/2011/12/17/pear-dreamhost/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 16:54:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1815</guid>
		<description><![CDATA[&#8220;Dreamhost includes only a bare set of PEAR modules on shared hosting accounts, and does not allow users to add more to the base install. To install your own set of PEAR modules on a Dreamhost shared hosting account, SSH into your account and issue the following command&#8230;&#8221; &#8211;via PEAR &#8211; DreamHost.]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/12/17/pear-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicksilver — LoveQuicksilver Blog</title>
		<link>http://adam.merrifield.ca/2011/11/22/quicksilver-%e2%80%94-lovequicksilver-blog/</link>
		<comments>http://adam.merrifield.ca/2011/11/22/quicksilver-%e2%80%94-lovequicksilver-blog/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 12:01:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[quicksilver]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1813</guid>
		<description><![CDATA[&#8220;Fixes up Triggers, puts advanced features on the mantelpiece, and drops ß62 off at the recycle centreUsers are appreciating the auto updates of Quicksilver and its plugins introduced recently. Unfortunately, a nasty bug in ß61 meant app updates failed to stick, leaving users with the false impression that they were running the latest version. In [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/11/22/quicksilver-%e2%80%94-lovequicksilver-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Debug Menu in Safari 5+</title>
		<link>http://adam.merrifield.ca/2011/11/21/enable-debug-menu-in-safari-5/</link>
		<comments>http://adam.merrifield.ca/2011/11/21/enable-debug-menu-in-safari-5/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 19:26:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1811</guid>
		<description><![CDATA[&#8220;Safari has a hidden “Debug” menu that offers some additional features for debugging the browser, including stress and load tests, sampling, javascript error logging, the ability to intentionally crash a page, and more. Intended for Safari developers, the Debug menu is different from the Developer menu, which is geared more at web developers, although there [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/11/21/enable-debug-menu-in-safari-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Pear on OS X 10.7 Lion</title>
		<link>http://adam.merrifield.ca/2011/11/18/installing-pear-on-os-x-10-7-lion/</link>
		<comments>http://adam.merrifield.ca/2011/11/18/installing-pear-on-os-x-10-7-lion/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 16:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1798</guid>
		<description><![CDATA[Nothing big, just need to document this stuff or else I forget&#8230; $ sudo cp /private/etc/php.ini.default /private/etc/php.ini $ sudo php /usr/lib/php/install-pear-nozlib.phar $ sudo pear config-set php_ini /private/etc/php.ini $ sudo pecl config-set php_ini /private/etc/php.ini $ sudo pear upgrade-all]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/11/18/installing-pear-on-os-x-10-7-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Spotlight from indexing external HD&#8217;s</title>
		<link>http://adam.merrifield.ca/2011/11/12/prevent-spotlight-from-indexing-external-hds/</link>
		<comments>http://adam.merrifield.ca/2011/11/12/prevent-spotlight-from-indexing-external-hds/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:19:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1795</guid>
		<description><![CDATA[&#8220;If you, like me, get annoyed by the index files Spotlight creates any time you create an external hard drive, you might want to try this hint. Were going to set up a launchd service which runs a script every time a hard drive is mounted. This script will touch the .metadata_never_index file which prevents [...]]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/11/12/prevent-spotlight-from-indexing-external-hds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Scripting Mail &#124; MacTech</title>
		<link>http://adam.merrifield.ca/2011/11/03/intro-to-scripting-mail-mactech/</link>
		<comments>http://adam.merrifield.ca/2011/11/03/intro-to-scripting-mail-mactech/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://adam.merrifield.ca/?p=1793</guid>
		<description><![CDATA[&#8220;Email automation is usually popular among AppleScript developers using Mac OS X. By writing scripts to perform email-related processes, developers can automate processes such as sending batches of recipient-customized messages, archiving emails in text format or in a database, emailing status reports to administrators, and much more.&#8221;&#8211;via Article archive &#124; MacTech.]]></description>
		<wfw:commentRss>http://adam.merrifield.ca/2011/11/03/intro-to-scripting-mail-mactech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

