<?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>Pario TechnoBlob &#187; DNS</title>
	<atom:link href="http://pario.no/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Search Wikipedia using the command line</title>
		<link>http://pario.no/2009/08/17/search-wikipedia-using-the-command-line/</link>
		<comments>http://pario.no/2009/08/17/search-wikipedia-using-the-command-line/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:44:01 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1188</guid>
		<description><![CDATA[This post describes how you can search Wikipedia from the command line using a DNS tool like nslookup in Windows or dig in linux. Handy if you don&#8217;t wan&#8217;t to open a Internet browser to do a simple Wikipedia query. Windows This is how it&#8217;s done in Windows Choose Start -> Run Write “cmd” and [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how you can search Wikipedia from the command line using a DNS tool like nslookup in Windows or dig in linux.<br />
Handy if you don&#8217;t wan&#8217;t to open a Internet browser to do a simple Wikipedia query.</p>
<p><strong>Windows</strong><br />
This is how it&#8217;s done in Windows</p>
<ol>
<li>Choose Start -> Run</li>
<li>Write “cmd” and press OK</li>
<li>Write “nslookup” and press ENTER</li>
<li>Write “set type=txt” and press ENTER</li>
<li>Write &lt;topic&gt;.wp.dg.cx and press ENTER</li>
</ol>
<p><strong>Using linux</strong><br />
This is how it&#8217;s done from a console window in linux</p>
<pre>
# dig +short txt search_keyword.wp.dg.cx</pre>
<p><strong>Example</strong></p>
<pre>
# dig +short txt oslo.wp.dg.cx
"(formerly Christiania) is the capital and largest city in Norway. Metropolitan Oslo or the Greater Oslo Region makes up the third largest urban area in Scandinavia after Metropolitan Stockholm and Metropolitan Copenhagen. http://en.wikipedia.org/wiki/Oslo"</pre>
<p>Source: <a href="http://lifehacker.com/5329014/search-wikipedia-from-the-command-line">http://lifehacker.com/5329014/search-wikipedia-from-the-command-line</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/lifehacker.com\/5329014\/search-wikipedia-from-the-command-line"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDkvMDgvMTcvc2VhcmNoLXdpa2lwZWRpYS11c2luZy10aGUtY29tbWFuZC1saW5lLzx3cHRiPlNlYXJjaCBXaWtpcGVkaWEgdXNpbmcgdGhlIGNvbW1hbmQgbGluZTx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/08/17/search-wikipedia-using-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

