<?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/tags/dig</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:14:43 GMT</pubDate>
<item>
<title>(Bash) Checks if domain is registered - alexsancho</title>
<link>http://snipplr.com/view/61674/checks-if-domain-is-registered/</link>
<description><![CDATA[ <p>Helper to cheek if a given domain is available for registration. If tld is omitted the script uses a predefined tld array to check multiple domains.

To use copy the code to a standalone file, call it whatever you wants and make it executable (+x)</p> ]]></description>
<pubDate>Mon, 05 Dec 2011 21:00:46 GMT</pubDate>
<guid>http://snipplr.com/view/61674/checks-if-domain-is-registered/</guid>
</item>
<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) 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) 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>
</channel>
</rss>