<?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>tail -f /dev/null &#187; ping</title>
	<atom:link href="http://tfdn.radiofreeomaha.net/tag/ping/feed/" rel="self" type="application/rss+xml" />
	<link>http://tfdn.radiofreeomaha.net</link>
	<description>Tips, notes, HOWTOs</description>
	<lastBuildDate>Fri, 20 Aug 2010 04:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Automatically Connect When A Host Comes Up</title>
		<link>http://tfdn.radiofreeomaha.net/2008/12/automatically-connect-when-a-host-comes-up/</link>
		<comments>http://tfdn.radiofreeomaha.net/2008/12/automatically-connect-when-a-host-comes-up/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 05:25:09 +0000</pubDate>
		<dc:creator>Uncle Jubba</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://tfdn.radiofreeomaha.net/?p=5</guid>
		<description><![CDATA[Ping a host until it answers and then connect.  I actually have this in a script that will use the first argument as the host. while ! ping -W 1 -c 1 &#60;hostname or IP&#62; 2&#62;&#38;1 &#62;/dev/null; do true; done &#38;&#38; sleep 15; ssh &#60;user&#62;@&#60;hostname or IP&#62; via The Linux Blog No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ping a host until it answers and then connect.  I actually have this in a script that will use the first argument as the host.</p>
<pre>
<pre class="brush: sh">while ! ping -W 1 -c 1 &lt;hostname or IP&gt; 2&gt;&amp;1 &gt;/dev/null; do true; done &amp;&amp; sleep 15; ssh &lt;user&gt;@&lt;hostname or IP&gt;</pre>
<p>via <a href="http://www.thelinuxblog.com/automatically-reconnecting-to-a-host/">The Linux Blog</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://tfdn.radiofreeomaha.net/2008/12/automatically-connect-when-a-host-comes-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

