<?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/"
		>
<channel>
	<title>Comments on: How to Edit the Hosts File in Mac OS X with Terminal</title>
	<atom:link href="http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 17 May 2013 19:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mrpink</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-547651</link>
		<dc:creator>mrpink</dc:creator>
		<pubDate>Wed, 17 Apr 2013 17:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-547651</guid>
		<description>thank you so much!!!:)</description>
		<content:encoded><![CDATA[<p>thank you so much!!!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a b</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-476448</link>
		<dc:creator>a b</dc:creator>
		<pubDate>Fri, 18 Jan 2013 05:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-476448</guid>
		<description>Mountain lion pretty much ignores /etc/hosts
it uses directory services now, and you need to learn to use dscl in terminal in order to tame it.</description>
		<content:encoded><![CDATA[<p>Mountain lion pretty much ignores /etc/hosts<br />
it uses directory services now, and you need to learn to use dscl in terminal in order to tame it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bingo</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-474570</link>
		<dc:creator>Bingo</dc:creator>
		<pubDate>Sat, 12 Jan 2013 03:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-474570</guid>
		<description>You need root access to edit the hosts file, this is NOT administrator access.

Use the sudo command in the terminal.</description>
		<content:encoded><![CDATA[<p>You need root access to edit the hosts file, this is NOT administrator access.</p>
<p>Use the sudo command in the terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bingo</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-474569</link>
		<dc:creator>Bingo</dc:creator>
		<pubDate>Sat, 12 Jan 2013 03:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-474569</guid>
		<description>Actually with a small &quot;h&quot; too.

hosts</description>
		<content:encoded><![CDATA[<p>Actually with a small &#8220;h&#8221; too.</p>
<p>hosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bingo</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-474568</link>
		<dc:creator>Bingo</dc:creator>
		<pubDate>Sat, 12 Jan 2013 03:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-474568</guid>
		<description>It&#039;s &quot;Hosts&quot; with an &quot;s&quot;, from the terminal if you open a file that doesn&#039;t exist, it will create that file (but it&#039;s empty, of course).</description>
		<content:encoded><![CDATA[<p>It&#8217;s &#8220;Hosts&#8221; with an &#8220;s&#8221;, from the terminal if you open a file that doesn&#8217;t exist, it will create that file (but it&#8217;s empty, of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pam</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-473941</link>
		<dc:creator>pam</dc:creator>
		<pubDate>Thu, 10 Jan 2013 00:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-473941</guid>
		<description>My mac shows &quot;access denied&quot; even though I am the administrator. It suggests that I find the file and unblock it but I dont know how...</description>
		<content:encoded><![CDATA[<p>My mac shows &#8220;access denied&#8221; even though I am the administrator. It suggests that I find the file and unblock it but I dont know how&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrfrish</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-470765</link>
		<dc:creator>mrfrish</dc:creator>
		<pubDate>Sun, 30 Dec 2012 10:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-470765</guid>
		<description>the commands have to be :

1. sudo nano /private/etc/hosts
1.1. put your changes
1.2. CTRL+O (press ENTER in order to save)
1.3. CTRL+X (to exit nano)

2. sudo killall -HUP mDNSResponder

3. dscacheutil -flushcache

enjoy</description>
		<content:encoded><![CDATA[<p>the commands have to be :</p>
<p>1. sudo nano /private/etc/hosts<br />
1.1. put your changes<br />
1.2. CTRL+O (press ENTER in order to save)<br />
1.3. CTRL+X (to exit nano)</p>
<p>2. sudo killall -HUP mDNSResponder</p>
<p>3. dscacheutil -flushcache</p>
<p>enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: van</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-457538</link>
		<dc:creator>van</dc:creator>
		<pubDate>Tue, 27 Nov 2012 18:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-457538</guid>
		<description>can someone help me. whenever i save it, it looks for the host file...</description>
		<content:encoded><![CDATA[<p>can someone help me. whenever i save it, it looks for the host file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: van</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-457530</link>
		<dc:creator>van</dc:creator>
		<pubDate>Tue, 27 Nov 2012 18:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-457530</guid>
		<description>why whenever i save my or hit command+o it looks for the hosts file...</description>
		<content:encoded><![CDATA[<p>why whenever i save my or hit command+o it looks for the hosts file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-438783</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Oct 2012 17:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-438783</guid>
		<description>I messed around with terminal to unblock facebook in Vietnam and now I can&#039;t re-access it in the States. What do I need to do? Can someone help?</description>
		<content:encoded><![CDATA[<p>I messed around with terminal to unblock facebook in Vietnam and now I can&#8217;t re-access it in the States. What do I need to do? Can someone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-434879</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 07 Oct 2012 03:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-434879</guid>
		<description>Thanks! I was wary of doing anything wrong and messing things up beyond my own (very) limited abilities, and I would have spent a while googling more and trying to figure it out.</description>
		<content:encoded><![CDATA[<p>Thanks! I was wary of doing anything wrong and messing things up beyond my own (very) limited abilities, and I would have spent a while googling more and trying to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charly</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-431844</link>
		<dc:creator>Charly</dc:creator>
		<pubDate>Sat, 29 Sep 2012 02:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-431844</guid>
		<description>Funciono perfecto, Gracias!!</description>
		<content:encoded><![CDATA[<p>Funciono perfecto, Gracias!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-431208</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 27 Sep 2012 16:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-431208</guid>
		<description>Hi I got a question, I just got my MacBook and I&#039;m running mountain lion. I&#039;ve tried editing my host file but when I open the window, there is nothing in there. I&#039;m seeing everyone with default settings that you&#039;re not supposed to mess with but I don&#039;t have them in there. I have nothing! Is that normal?</description>
		<content:encoded><![CDATA[<p>Hi I got a question, I just got my MacBook and I&#8217;m running mountain lion. I&#8217;ve tried editing my host file but when I open the window, there is nothing in there. I&#8217;m seeing everyone with default settings that you&#8217;re not supposed to mess with but I don&#8217;t have them in there. I have nothing! Is that normal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-426458</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 14 Sep 2012 19:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-426458</guid>
		<description>HUGE MISTAKE in these instructions.

The changes will not save with:

When finished, hit Control+O to save changes to /private/etc/hosts, then hit Control+X to exit out of nano

DO THIS:

When finished, hit Control+O, THEN CLICK ENTER to save changes to /private/etc/hosts, then hit Control+X to exit out of nano</description>
		<content:encoded><![CDATA[<p>HUGE MISTAKE in these instructions.</p>
<p>The changes will not save with:</p>
<p>When finished, hit Control+O to save changes to /private/etc/hosts, then hit Control+X to exit out of nano</p>
<p>DO THIS:</p>
<p>When finished, hit Control+O, THEN CLICK ENTER to save changes to /private/etc/hosts, then hit Control+X to exit out of nano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tesi</title>
		<link>http://osxdaily.com/2012/08/07/edit-hosts-file-mac-os-x/#comment-422607</link>
		<dc:creator>Tesi</dc:creator>
		<pubDate>Fri, 31 Aug 2012 21:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32377#comment-422607</guid>
		<description>facebook redirects to https:// these days

you&#039;ll need to add facebook.com and www.facebook.com to block it effectively</description>
		<content:encoded><![CDATA[<p>facebook redirects to https:// these days</p>
<p>you&#8217;ll need to add facebook.com and <a href="http://www.facebook.com" rel="nofollow">http://www.facebook.com</a> to block it effectively</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 343/344 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-18 02:38:23 -->