<?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/host</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 14:57:41 GMT</pubDate>
<item>
<title>(Bash) Virtual Host Manager For Ubuntu - roeyhaim</title>
<link>http://snipplr.com/view/70706/virtual-host-manager-for-ubuntu/</link>
<description><![CDATA[ <p>This is a bash file to Create or Delete Virtual Host in Ubuntu system and Apache server. 
This file open the Virtual Host in "/home/{user}/www/{domain}"

To run this file you need to make this file executable:
> sudo chmod u+x /path/to/file

Then whenever you need to open a new host just go to terminal and run the file:
> sudo /path/to/file  create  domain.dev.com

To delete host:
> sudo /path/to/file  delete  domain.dev.com</p> ]]></description>
<pubDate>Mon, 08 Apr 2013 19:49:56 GMT</pubDate>
<guid>http://snipplr.com/view/70706/virtual-host-manager-for-ubuntu/</guid>
</item>
<item>
<title>(Bash) Disable SSH host key checking - koorb</title>
<link>http://snipplr.com/view/19985/disable-ssh-host-key-checking/</link>
<description><![CDATA[ <p>This method tricks SSH by configuring it to use an empty known_hosts file, and NOT to ask you to confirm the remote host identity key.</p> ]]></description>
<pubDate>Mon, 21 Sep 2009 07:47:21 GMT</pubDate>
<guid>http://snipplr.com/view/19985/disable-ssh-host-key-checking/</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>
</channel>
</rss>