<?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>thisismyblog.com &#187; dns</title>
	<atom:link href="http://thisismyblog.com/tags/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisismyblog.com</link>
	<description>The blog of Espen Sae-Tang Ottersen, an all-around computer geek from Oslo, Norway. Interests include information architecture, design, semantic web, web standars, social networking, and other techy things. On this website you will mostly find posts on software and the web, with a few words from his personal life now and then.</description>
	<lastBuildDate>Sun, 09 Aug 2009 15:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DNS flush</title>
		<link>http://thisismyblog.com/2008/08/18/dns-flush/</link>
		<comments>http://thisismyblog.com/2008/08/18/dns-flush/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:35:00 +0000</pubDate>
		<dc:creator>Espen</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://thisismyblog.com/?p=3</guid>
		<description><![CDATA[All of the websites you visit get their domain resolved to get their IP address so you can actually connect to it, right?That information is stored locally in a cache. Then there is the occasions when you know the IP address of the server has changed but you still got the caches version. What to [...]]]></description>
			<content:encoded><![CDATA[<p>All of the websites you visit get their domain resolved to get their IP address so you can actually connect to it, right?That information is stored locally in a cache. Then there is the occasions when you know the IP address of the server has changed but you still got the caches version. What to do? Flush the cache! The way to do this differs from OS to OS. Below I have mentioned how to do this on the most popular systems. If you know about how to do this on other systems feel free to leave a comment.:-)</p>
<p>Leopard: Open Terminal.app (search for it with Spotlight), then write on the command: <em>dscacheutil -flushcache</em> Voilá!<br />
Tiger: Open Terminal.app (search for it with Spotlight), then write: <em>lookupd -flushcache</em> Voilá!<br />
Windows: Click Start-&gt;Run. Type <em>cmd</em> into the text field, then  write: <em>ipconfig /flushdns</em> Voilá!<br />
Linux: Open your terminal or shell of choice and, run <em>/etc/rc.d/init.d/nscd restart</em> Voilá!</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyblog.com/2008/08/18/dns-flush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
