<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Unlettered Gentleman</title>
	<atom:link href="http://unlettered.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlettered.org</link>
	<description>Stuff and Nonsense</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:29:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Kevin</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-469</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-469</guid>
		<description><![CDATA[There&#039;s also an app someone whipped up to manage hosts files. Haven&#039;t tested it on Lion.
http://code.google.com/p/gmask/]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s also an app someone whipped up to manage hosts files. Haven&#8217;t tested it on Lion.<br />
<a href="http://code.google.com/p/gmask/" rel="nofollow">http://code.google.com/p/gmask/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Kevin</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-468</link>
		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-468</guid>
		<description><![CDATA[You can do this with automator too, I wrote about it here:
http://dividtechnology.com/blog/archives/110]]></description>
		<content:encoded><![CDATA[<p>You can do this with automator too, I wrote about it here:<br />
<a href="http://dividtechnology.com/blog/archives/110" rel="nofollow">http://dividtechnology.com/blog/archives/110</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Mathew</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-467</link>
		<dc:creator><![CDATA[Mathew]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 06:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-467</guid>
		<description><![CDATA[OK To make this work in LION you need to do use a copy instead of a symlink as Lion will not follow a symlink anymore.

Delete the test for real files Lines 32-36

Change &quot;sudo ln -f&quot; to &quot;sudo cp -f&quot; in line 39 (line 39 before the other lines are deleted).

You also do not need to do the steps to create the initial symlink (third item in step 1)

Hope that helps.

Matt.]]></description>
		<content:encoded><![CDATA[<p>OK To make this work in LION you need to do use a copy instead of a symlink as Lion will not follow a symlink anymore.</p>
<p>Delete the test for real files Lines 32-36</p>
<p>Change &#8220;sudo ln -f&#8221; to &#8220;sudo cp -f&#8221; in line 39 (line 39 before the other lines are deleted).</p>
<p>You also do not need to do the steps to create the initial symlink (third item in step 1)</p>
<p>Hope that helps.</p>
<p>Matt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Ben Hass</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-462</link>
		<dc:creator><![CDATA[Ben Hass]]></dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-462</guid>
		<description><![CDATA[Sam,

I tried using your script on OSX lion, and it worked for a few days, but soon I started getting sandboxd errors in Console. My local development file would only be read if AirPort was turned off. I since switched to using GasMask (just editing my hosts file through that editor), but thought I&#039;d let you know about this issue in case you want to modify the tutorial. 

Thanks,
Ben]]></description>
		<content:encoded><![CDATA[<p>Sam,</p>
<p>I tried using your script on OSX lion, and it worked for a few days, but soon I started getting sandboxd errors in Console. My local development file would only be read if AirPort was turned off. I since switched to using GasMask (just editing my hosts file through that editor), but thought I&#8217;d let you know about this issue in case you want to modify the tutorial. </p>
<p>Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast switching your /etc/hosts file in Mac OS X by Pedro</title>
		<link>http://unlettered.org/2008/03/06/fast-switching-your-etchosts-file-in-mac-os-x/#comment-461</link>
		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Wed, 26 Oct 2011 19:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.wordpress.com/?p=51#comment-461</guid>
		<description><![CDATA[Hi there and thanks for this great tutorial.

I have another thing that I&#039;m trying to get done without any luck. I&#039;d like to be able to run 2 browsers in the same time (Firefox and Chrome for example), but loading their data from 2 different hosts files. This will enable me to check a site I&#039;m working on vs the actual live site, without actually making the switch of the hosts files.

Has anybody been able to do that on a mac? I heard it&#039;s possible on Linux if you recompile some parts of the kernel, but I couldn&#039;t find anything like that for a mac.

Thanks again for this nice article]]></description>
		<content:encoded><![CDATA[<p>Hi there and thanks for this great tutorial.</p>
<p>I have another thing that I&#8217;m trying to get done without any luck. I&#8217;d like to be able to run 2 browsers in the same time (Firefox and Chrome for example), but loading their data from 2 different hosts files. This will enable me to check a site I&#8217;m working on vs the actual live site, without actually making the switch of the hosts files.</p>
<p>Has anybody been able to do that on a mac? I heard it&#8217;s possible on Linux if you recompile some parts of the kernel, but I couldn&#8217;t find anything like that for a mac.</p>
<p>Thanks again for this nice article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast switching your /etc/hosts file in Mac OS X by restoring@4.2.1 error 1600</title>
		<link>http://unlettered.org/2008/03/06/fast-switching-your-etchosts-file-in-mac-os-x/#comment-460</link>
		<dc:creator><![CDATA[restoring@4.2.1 error 1600]]></dc:creator>
		<pubDate>Mon, 24 Oct 2011 09:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.wordpress.com/?p=51#comment-460</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Gabe da Silveira</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-459</link>
		<dc:creator><![CDATA[Gabe da Silveira]]></dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-459</guid>
		<description><![CDATA[It&#039;s worth noting that as of Lion, /etc/hosts can not be a symlink.  I&#039;m not sure why... I&#039;ve tried chowning and chomping the target file to no avail.  Maybe there is a place on the system where it could be symlinked to, but I haven&#039;t found it.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting that as of Lion, /etc/hosts can not be a symlink.  I&#8217;m not sure why&#8230; I&#8217;ve tried chowning and chomping the target file to no avail.  Maybe there is a place on the system where it could be symlinked to, but I haven&#8217;t found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Mark</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-457</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 00:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-457</guid>
		<description><![CDATA[I cant seem to get the switching working in Lion. Are the symlinks going to the correct location for Lion?]]></description>
		<content:encoded><![CDATA[<p>I cant seem to get the switching working in Lion. Are the symlinks going to the correct location for Lion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing multiple /etc/hosts files in Mac OS X by Johannes</title>
		<link>http://unlettered.org/2009/05/13/managing-multiple-etchosts-files-in-mac-os-x/#comment-454</link>
		<dc:creator><![CDATA[Johannes]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/?p=169#comment-454</guid>
		<description><![CDATA[adding tab completion is a one-liner if you add the following to your ~/.profile:
complete -W &#039;$( ls /usr/local/share/hs &#124; sed s/hosts.//)&#039; hs]]></description>
		<content:encoded><![CDATA[<p>adding tab completion is a one-liner if you add the following to your ~/.profile:<br />
complete -W &#8216;$( ls /usr/local/share/hs | sed s/hosts.//)&#8217; hs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL 5.0 on Mac OS X 10.5 client by Andrew Nacin</title>
		<link>http://unlettered.org/2007/11/14/installing-mysql-50-on-mac-os-x-105-client/#comment-453</link>
		<dc:creator><![CDATA[Andrew Nacin]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 06:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://unlettered.org/2007/11/14/installing-mysql-50-on-mac-os-x-105-client/#comment-453</guid>
		<description><![CDATA[Sam,

This just saved me quite a bit of trouble after switching to a new Mac and a new version of MySQL. Thanks for the perfect write-up.

Nacin

P.S. Code is poetry ;-)]]></description>
		<content:encoded><![CDATA[<p>Sam,</p>
<p>This just saved me quite a bit of trouble after switching to a new Mac and a new version of MySQL. Thanks for the perfect write-up.</p>
<p>Nacin</p>
<p>P.S. Code is poetry <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

