<?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 on: OS X Tips: How To Check Your DNS Settings</title>
	<atom:link href="http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/</link>
	<description>What Do You Think Is The Biggest Threat To Mac Users&#039; Security?</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Curtis P</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-1252</link>
		<dc:creator><![CDATA[Curtis P]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 04:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-1252</guid>
		<description><![CDATA[Whenever you attempt to use a command ordinarily reserved for root using a &quot;sudo&quot; command, you will be queried for your password. Your keystrokes will be entered, but you will not &quot;see&quot; your password in plain text.
This is for your own protection. You should also use the Terminal &quot;secure keyboard&quot; preference.]]></description>
		<content:encoded><![CDATA[<p>Whenever you attempt to use a command ordinarily reserved for root using a &#8220;sudo&#8221; command, you will be queried for your password. Your keystrokes will be entered, but you will not &#8220;see&#8221; your password in plain text.<br />
This is for your own protection. You should also use the Terminal &#8220;secure keyboard&#8221; preference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-1244</link>
		<dc:creator><![CDATA[Sarah]]></dc:creator>
		<pubDate>Fri, 27 May 2011 13:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-1244</guid>
		<description><![CDATA[With my macbook (snow leopard) you type the password but it doesn&#039;t should up as charcaters - just type as normal and press enter even if you dont see anything. should work]]></description>
		<content:encoded><![CDATA[<p>With my macbook (snow leopard) you type the password but it doesn&#8217;t should up as charcaters &#8211; just type as normal and press enter even if you dont see anything. should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Ann Boles</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-1026</link>
		<dc:creator><![CDATA[Mary Ann Boles]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 05:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-1026</guid>
		<description><![CDATA[I don&#039;t know much about computers, so I don&#039;t understand option #1 or #2 very well. Are there instructions for dummies on how to remove this? I don&#039;t see anything listed in the Dns settings, and i don&#039;t know the right address. And messing around in the terminal made me nervous, i don&#039;t know if i have a password or not. Help?]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know much about computers, so I don&#8217;t understand option #1 or #2 very well. Are there instructions for dummies on how to remove this? I don&#8217;t see anything listed in the Dns settings, and i don&#8217;t know the right address. And messing around in the terminal made me nervous, i don&#8217;t know if i have a password or not. Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Methusela Cebrian Ferrer</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-556</link>
		<dc:creator><![CDATA[Methusela Cebrian Ferrer]]></dc:creator>
		<pubDate>Thu, 11 Jun 2009 01:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-556</guid>
		<description><![CDATA[It will only ask a password if you&#039;re not a root user. Have you checked your DNS settings ? Is there any changes after you executed that command? 

Just follow either option 1 or 2 to check your DNS, and let me know if you still need help.]]></description>
		<content:encoded><![CDATA[<p>It will only ask a password if you&#8217;re not a root user. Have you checked your DNS settings ? Is there any changes after you executed that command? </p>
<p>Just follow either option 1 or 2 to check your DNS, and let me know if you still need help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cashmere</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-550</link>
		<dc:creator><![CDATA[Cashmere]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 11:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-550</guid>
		<description><![CDATA[I did this:
From the terminal, type the following:

sudo ifconfig en1 down
sudo ifconfig en1 up

**Note: sudo means run as root user, so it will require you to input password. Also, en1 is often interfaced to LAN and en0 to Wireless – just try and see which one will work. 

BUT I coudn&#039;t type in the password! 
What shell I do? And the best thing is, since I installed this maleware completedly it does now my password! Buuuh :-( Help....]]></description>
		<content:encoded><![CDATA[<p>I did this:<br />
From the terminal, type the following:</p>
<p>sudo ifconfig en1 down<br />
sudo ifconfig en1 up</p>
<p>**Note: sudo means run as root user, so it will require you to input password. Also, en1 is often interfaced to LAN and en0 to Wireless – just try and see which one will work. </p>
<p>BUT I coudn&#8217;t type in the password!<br />
What shell I do? And the best thing is, since I installed this maleware completedly it does now my password! Buuuh <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Help&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Remove &#8220;MacAccess&#8221; Trojan &#171; Threat Researcher</title>
		<link>http://ithreats.net/2009/06/10/os-x-tips-how-to-check-your-dns-settings/#comment-549</link>
		<dc:creator><![CDATA[How To Remove &#8220;MacAccess&#8221; Trojan &#171; Threat Researcher]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 11:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://ithreats.net/?p=838#comment-549</guid>
		<description><![CDATA[[...] To fix, just simply remove it and restore back your legitimate DNS settings.  Please check this instruction to help you fix malicious DNS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] To fix, just simply remove it and restore back your legitimate DNS settings.  Please check this instruction to help you fix malicious DNS [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

