<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/DNS</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:09:58 GMT</pubDate>
<item>
<title>(Bash) wikish.sh - ksaver</title>
<link>http://snipplr.com/view/49749/wikishsh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Feb 2011 12:54:48 GMT</pubDate>
<guid>http://snipplr.com/view/49749/wikishsh/</guid>
</item>
<item>
<title>(Bash) DNS -Problem with VMWare Fusion - arnski</title>
<link>http://snipplr.com/view/49441/dns-problem-with-vmware-fusion/</link>
<description><![CDATA[ <p>Dig in my virtual maching results in a CNAME self-reference, whereas Dig in the host-system gives correct results.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 01:28:47 GMT</pubDate>
<guid>http://snipplr.com/view/49441/dns-problem-with-vmware-fusion/</guid>
</item>
<item>
<title>(Bash) Redirecting DNS by editing /etc/hosts on Mac OS X - davej</title>
<link>http://snipplr.com/view/40313/redirecting-dns-by-editing-etchosts-on-mac-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Sep 2010 05:25:32 GMT</pubDate>
<guid>http://snipplr.com/view/40313/redirecting-dns-by-editing-etchosts-on-mac-os-x/</guid>
</item>
<item>
<title>(Bash) Clear OSX Leopard DNS cache - allmarkedup</title>
<link>http://snipplr.com/view/23694/clear-osx-leopard-dns-cache/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Nov 2009 15:49:26 GMT</pubDate>
<guid>http://snipplr.com/view/23694/clear-osx-leopard-dns-cache/</guid>
</item>
<item>
<title>(Bash) Flush DNS cache in OS X 10.5.X - fnurl</title>
<link>http://snipplr.com/view/13792/flush-dns-cache-in-os-x-105x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 05 Apr 2009 12:25:55 GMT</pubDate>
<guid>http://snipplr.com/view/13792/flush-dns-cache-in-os-x-105x/</guid>
</item>
<item>
<title>(Bash) How to Flush DNS in Mac OS X 10.5 Leopard - jonhenshaw</title>
<link>http://snipplr.com/view/11953/how-to-flush-dns-in-mac-os-x-105-leopard/</link>
<description><![CDATA[ <p>Open Terminal and enter this command.</p> ]]></description>
<pubDate>Sat, 07 Feb 2009 13:37:52 GMT</pubDate>
<guid>http://snipplr.com/view/11953/how-to-flush-dns-in-mac-os-x-105-leopard/</guid>
</item>
<item>
<title>(Bash) Dig for domain information - torkil</title>
<link>http://snipplr.com/view/9352/dig-for-domain-information/</link>
<description><![CDATA[ <p>Query a nameserver to easily find out all there is to know about a domain name; Nameservers, MX-servers, cnames, subdomains etc.</p> ]]></description>
<pubDate>Wed, 29 Oct 2008 05:46:47 GMT</pubDate>
<guid>http://snipplr.com/view/9352/dig-for-domain-information/</guid>
</item>
<item>
<title>(Bash) Fush DNS Cache In Mac OSX Leopard - rastersize</title>
<link>http://snipplr.com/view/9035/fush-dns-cache-in-mac-osx-leopard/</link>
<description><![CDATA[ <p>`lookupd` doens't exist in Leopard, instead `dscacheutil` should be used.</p> ]]></description>
<pubDate>Wed, 15 Oct 2008 13:27:06 GMT</pubDate>
<guid>http://snipplr.com/view/9035/fush-dns-cache-in-mac-osx-leopard/</guid>
</item>
<item>
<title>(Bash) Flush dns cache os x - therobot</title>
<link>http://snipplr.com/view/9026/flush-dns-cache-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Oct 2008 06:15:37 GMT</pubDate>
<guid>http://snipplr.com/view/9026/flush-dns-cache-os-x/</guid>
</item>
<item>
<title>(Bash) Dig, without the cruft - cczona</title>
<link>http://snipplr.com/view/6040/dig-without-the-cruft/</link>
<description><![CDATA[ <p>If you pass the +short option to dig, it will give you a really short and sweet answer - just the IP address.

    $ dig fosswire.com +short
    208.113.149.33</p> ]]></description>
<pubDate>Tue, 29 Apr 2008 04:03:42 GMT</pubDate>
<guid>http://snipplr.com/view/6040/dig-without-the-cruft/</guid>
</item>
<item>
<title>(Bash) What records does this nameserver have for a given domain? - cczona</title>
<link>http://snipplr.com/view/5890/what-records-does-this-nameserver-have-for-a-given-domain/</link>
<description><![CDATA[ <p>Use 'host NAME SERVER' where:

* 'NAME' is some base domain name you want to know more about
* 'SERVER' is the IP address of a nameserver to be queried (typically you'll want to use one of the nameserver for the name you're inquiring about)</p> ]]></description>
<pubDate>Wed, 16 Apr 2008 16:27:22 GMT</pubDate>
<guid>http://snipplr.com/view/5890/what-records-does-this-nameserver-have-for-a-given-domain/</guid>
</item>
<item>
<title>(Bash) How to Flush Your DNS Cache on Apple Mac OS X - jonhenshaw</title>
<link>http://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x/</link>
<description><![CDATA[ <p>Run this command in the Terminal on Mac OS X to flush the DNS cache on your computer. This is especially helpful when making changes to the host file.</p> ]]></description>
<pubDate>Wed, 02 May 2007 15:18:42 GMT</pubDate>
<guid>http://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x/</guid>
</item>
<item>
<title>(Bash) Dynamic IP update (to DNS service like zoneedit or dyndns) inside a local LAN or behind a router - yuconner</title>
<link>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</link>
<description><![CDATA[ <p>Useful if you are behind a router, or in a LAN, and you didn't make (or can't have) a  direct ppp connection to the ISP.
Change "myweb.com" to the correct hostname
For example to update zoneedit zone:
#update_dns_ip.sh
wget -O - --http-user= --http-passwd= 'http://dynamic.zoneedit.com/auth/dynamic.html?host='
(complete user, pass and host)</p> ]]></description>
<pubDate>Thu, 17 Aug 2006 20:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</guid>
</item>
</channel>
</rss>