<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: GeekTool</title>
	<atom:link href="http://www.paulstimesink.com/post/2004/07/08/geektool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulstimesink.com/post/2004/07/08/geektool/</link>
	<description>My blog for things that I find interesting.</description>
	<lastBuildDate>Sun, 07 Mar 2010 10:13:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kerk</title>
		<link>http://www.paulstimesink.com/post/2004/07/08/geektool/comment-page-1/#comment-17</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2004/07/08/geektool/#comment-17</guid>
		<description>&lt;p&gt;This works but could probably be improved upon as it only will tail while you have a terminal running in the background.&lt;/p&gt;
&lt;p&gt;-Set up public_key authentication with remote server.&lt;br /&gt;
-Create a bash script which tails remote log and writes contents to a local file.&lt;br /&gt;
-Open a terminal and run the script&lt;br /&gt;
-Display the local file in GeekTool&lt;/p&gt;
&lt;p&gt;Here&#039;s an example bash script&lt;/p&gt;
&lt;p&gt;#!/usr/bin/bash&lt;br /&gt;
ssh user@192.168.1.46 tail -f /var/log/php-error.log &gt; /Users/username/Documents/remote-php-log.log&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This works but could probably be improved upon as it only will tail while you have a terminal running in the background.</p>
<p>-Set up public_key authentication with remote server.<br />
-Create a bash script which tails remote log and writes contents to a local file.<br />
-Open a terminal and run the script<br />
-Display the local file in GeekTool</p>
<p>Here&#8217;s an example bash script</p>
<p>#!/usr/bin/bash<br />
ssh <a href="mailto:user@192.168.1.46">user@192.168.1.46</a> tail -f /var/log/php-error.log > /Users/username/Documents/remote-php-log.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stig</title>
		<link>http://www.paulstimesink.com/post/2004/07/08/geektool/comment-page-1/#comment-16</link>
		<dc:creator>Stig</dc:creator>
		<pubDate>Wed, 16 Jan 2008 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/wordpress/post/2004/07/08/geektool/#comment-16</guid>
		<description>&lt;p&gt;I&#039;ve managed to tail log files remote using the following:&lt;/p&gt;
&lt;p&gt;ssh  &#039;sudo tail -f /var/log/messages&#039;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Stig&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to tail log files remote using the following:</p>
<p>ssh  &#8217;sudo tail -f /var/log/messages&#8217;</p>
<p>Regards,<br />
Stig</p>
]]></content:encoded>
	</item>
</channel>
</rss>
