<?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>HowConfig &#187; tail</title>
	<atom:link href="http://www.howconfig.com/tag/tail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howconfig.com</link>
	<description>Quick tips on software configuration.</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:55:44 +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>Tailing a log file over http with netcat &#8211; nc</title>
		<link>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tailing-a-log-file-over-http-with-netcat-nc</link>
		<comments>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:35:09 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[nc]]></category>
		<category><![CDATA[netcat]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[tail]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=53</guid>
		<description><![CDATA[Tailing a log file over http with netcat - nc]]></description>
			<content:encoded><![CDATA[<p>Use this one to watch log files updates in real time on remote server using netcat and a browser.</p>
<pre>tail -f /var/log/syslog | nc -l 1234</pre>
<p>You can also use it to monitor any frequently updated file on remote system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/various/tailing-a-log-file-over-http-with-netcat-nc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

