<?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>how to &#187; tips</title>
	<atom:link href="http://www.neteyaz.com/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neteyaz.com</link>
	<description>linux and open source tips</description>
	<lastBuildDate>Mon, 23 May 2011 08:47:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux DNS flush</title>
		<link>http://www.neteyaz.com/linux-dns-flush</link>
		<comments>http://www.neteyaz.com/linux-dns-flush#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:05:09 +0000</pubDate>
		<dc:creator>banias</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[flush]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.neteyaz.com/?p=26</guid>
		<description><![CDATA[how to flush your DNS and clear DNS cache in linux
get a console and type this command

sudo /etc/init.d/nscd restart
or
sudo service nscd restart
if thats fails, try those
sudo /etc/init.d/dnsmasq restart
or
sudo /etc/init.d/named restart
]]></description>
			<content:encoded><![CDATA[<p>how to flush your DNS and clear DNS cache in linux</p>
<p>get a console and type this command<br />
<span id="more-26"></span><br />
<code>sudo /etc/init.d/nscd restart</code></p>
<p>or</p>
<p><code>sudo service nscd restart</code></p>
<p>if thats fails, try those</p>
<p><code>sudo /etc/init.d/dnsmasq restart</code></p>
<p>or</p>
<p><code>sudo /etc/init.d/named restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neteyaz.com/linux-dns-flush/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change DNS settings on linux</title>
		<link>http://www.neteyaz.com/how-to-change-dns-settings-on-linux</link>
		<comments>http://www.neteyaz.com/how-to-change-dns-settings-on-linux#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:04:12 +0000</pubDate>
		<dc:creator>banias</dc:creator>
				<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.neteyaz.com/?p=23</guid>
		<description><![CDATA[To change linux DNS settings
in console type


sudo vi /etc/resolv.conf
or gnome users change values with interface
gksu gedit /etc/resolv.conf
type dns server with this format:

nameserver 4.2.2.1
nameserver 4.2.2.2

save and quit. You have changed your dns settings
]]></description>
			<content:encoded><![CDATA[<h2>To change linux DNS settings</h2>
<p>in console type<br />
<span id="more-23"></span><br />
<code><br />
sudo vi /etc/resolv.conf</code></p>
<p>or gnome users change values with interface</p>
<p><code>gksu gedit /etc/resolv.conf</code></p>
<p>type dns server with this format:<br />
<code><br />
nameserver 4.2.2.1<br />
nameserver 4.2.2.2<br />
</code></p>
<p>save and quit. You have changed your dns settings</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neteyaz.com/how-to-change-dns-settings-on-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

