<?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 for Far From Perfect</title>
	<atom:link href="http://www.ffpblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ffpblog.com</link>
	<description>The Journal of a Combat Medic</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:23:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Weekly Updates for 2011-04-23 by Milblogs &#124; Blog &#124; Weekly Updates for 2011-04-23</title>
		<link>http://www.ffpblog.com/2011/04/weekly-updates-for-2011-04-23/#comment-690</link>
		<dc:creator>Milblogs &#124; Blog &#124; Weekly Updates for 2011-04-23</dc:creator>
		<pubDate>Fri, 29 Apr 2011 13:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2011/04/weekly-updates-for-2011-04-23/#comment-690</guid>
		<description>[...] http://www.ffpblog.com [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.ffpblog.com" rel="nofollow">http://www.ffpblog.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weekly Updates for 2011-04-09 by Milblogs &#124; Blog &#124; Weekly Updates for 2011-04-09</title>
		<link>http://www.ffpblog.com/2011/04/weekly-updates-for-2011-04-09/#comment-681</link>
		<dc:creator>Milblogs &#124; Blog &#124; Weekly Updates for 2011-04-09</dc:creator>
		<pubDate>Mon, 18 Apr 2011 04:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2011/04/weekly-updates-for-2011-04-09/#comment-681</guid>
		<description>[...] http://www.ffpblog.com [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.ffpblog.com" rel="nofollow">http://www.ffpblog.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weekly Updates for 2011-03-26 by Milblogs &#124; Blog &#124; Weekly Updates for 2011-03-26</title>
		<link>http://www.ffpblog.com/2011/03/weekly-updates-for-2011-03-26/#comment-680</link>
		<dc:creator>Milblogs &#124; Blog &#124; Weekly Updates for 2011-03-26</dc:creator>
		<pubDate>Mon, 18 Apr 2011 04:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2011/03/weekly-updates-for-2011-03-26/#comment-680</guid>
		<description>[...] http://www.ffpblog.com [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.ffpblog.com" rel="nofollow">http://www.ffpblog.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GeekTool for Mac by dr.Maranzano</title>
		<link>http://www.ffpblog.com/2011/01/geektool-for-mac/#comment-640</link>
		<dc:creator>dr.Maranzano</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/?p=518#comment-640</guid>
		<description>it works! thank you so much! my problem was, apparently, old code language, which doesn&#039;t work with version 3 of GeekTool.
you&#039;re a great man :D</description>
		<content:encoded><![CDATA[<p>it works! thank you so much! my problem was, apparently, old code language, which doesn&#8217;t work with version 3 of GeekTool.<br />
you&#8217;re a great man <img src='http://www.ffpblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GeekTool for Mac by Doc</title>
		<link>http://www.ffpblog.com/2011/01/geektool-for-mac/#comment-636</link>
		<dc:creator>Doc</dc:creator>
		<pubDate>Fri, 28 Jan 2011 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/?p=518#comment-636</guid>
		<description>I don&#039;t know if this will post, but here is my system script:
&lt;code&gt;
# System Tools Script
#!/bin/sh
#Connections
myen0=`ifconfig en0 &#124; grep &quot;inet &quot; &#124; grep -v 127.0.0.1 &#124; awk &#039;{print $2}&#039;`

if [ &quot;$myen0&quot; != &quot;&quot; ]
then
    echo &quot;Ethernet : $myen0&quot;
#else
#    echo &quot;Ethernet : INACTIVE&quot;
fi

myen1=`ifconfig en1 &#124; grep &quot;inet &quot; &#124; grep -v 127.0.0.1 &#124; awk &#039;{print $2}&#039;`
ssid1=`airport -I &#124; grep -e &#039;[^[:alnum:]_]SSID[^[:alnum:]_]&#039; &#124; awk &#039;{print $2}&#039;`
chan1=`airport -I &#124; grep -e &#039;[^[:alnum:]_]channel[^[:alnum:]_]&#039; &#124; awk &#039;{print $2}&#039;`

if [ &quot;myen1&quot; != &quot;&quot; ]
then
    echo &quot;AirPort     : $myen1&quot;;
    echo &quot;SSID        : $ssid1&quot;;
    echo &quot;Channel   : $chan1&quot;;
else
    echo &quot;Airport  : INACTIVE&quot;
fi


#Uptime, Ram, HDD
uptime &#124; awk &#039;{print &quot;Uptime     : &quot; $3 &quot; &quot; $4 &quot; &quot; $5 }&#039; &#124; sed -e &#039;s/.$//g&#039;;
top -l 1 &#124; awk &#039;/PhysMem/ {print &quot;RAM Free : &quot; $10 &quot; &quot;}&#039;
#top -l 1 &#124; awk &#039;/PhysMem/ {print &quot;RAM Free: &quot; $10 &quot; &quot;}&#039; ;
#df -Hl &#124; grep &#039;disk0s2&#039; &#124; awk &#039;{print $4&quot;/&quot;$2&quot; free (&quot;$5&quot; used)&quot;}&#039;
# top -l 2 &#124;awk &#039;/CPU usage/ &amp;&amp; NR &gt; 5 {print $1, &quot;:&quot;, $3, $4}&#039;
# top -l 2 &#124;awk &#039;/CPU usage/ &amp;&amp; NR &gt; 5 {print $1, &quot;:&quot;, $5, $6}&#039;
# top -l 2 &#124;awk &#039;/CPU usage/ &amp;&amp; NR &gt; 5 {print $1, &quot;:&quot;, $7, $8}&#039;

#Drives
df -H -l &#124; awk &#039;{print $1 &quot; : &quot; $4&quot;/&quot;$2&quot; free (&quot;$5&quot; used)&quot;}&#039;


#Trash
du -sh ~/.Trash/ &#124; awk &#039;{print &quot;Trash: &quot; $1}&#039;

#Computer Demographics
sw_vers &#124; awk -F&#039;:\t&#039; &#039;{print $2}&#039; &#124; paste -d &#039; &#039; - - -;
sysctl -n hw.memsize &#124; awk &#039;{print $0/1073741824&quot; GB RAM&quot;}&#039;;
sysctl -n machdep.cpu.brand_string;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if this will post, but here is my system script:<br />
<code><br />
# System Tools Script<br />
#!/bin/sh<br />
#Connections<br />
myen0=`ifconfig en0 | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'`</p>
<p>if [ "$myen0" != "" ]<br />
then<br />
    echo "Ethernet : $myen0"<br />
#else<br />
#    echo "Ethernet : INACTIVE"<br />
fi</p>
<p>myen1=`ifconfig en1 | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'`<br />
ssid1=`airport -I | grep -e '[^[:alnum:]_]SSID[^[:alnum:]_]' | awk '{print $2}'`<br />
chan1=`airport -I | grep -e '[^[:alnum:]_]channel[^[:alnum:]_]' | awk '{print $2}'`</p>
<p>if [ "myen1" != "" ]<br />
then<br />
    echo "AirPort     : $myen1";<br />
    echo "SSID        : $ssid1";<br />
    echo "Channel   : $chan1";<br />
else<br />
    echo "Airport  : INACTIVE"<br />
fi</p>
<p>#Uptime, Ram, HDD<br />
uptime | awk '{print "Uptime     : " $3 " " $4 " " $5 }' | sed -e 's/.$//g';<br />
top -l 1 | awk '/PhysMem/ {print "RAM Free : " $10 " "}'<br />
#top -l 1 | awk '/PhysMem/ {print "RAM Free: " $10 " "}' ;<br />
#df -Hl | grep 'disk0s2' | awk '{print $4"/"$2" free ("$5" used)"}'<br />
# top -l 2 |awk '/CPU usage/ &#038;&#038; NR > 5 {print $1, ":", $3, $4}'<br />
# top -l 2 |awk '/CPU usage/ &#038;&#038; NR > 5 {print $1, ":", $5, $6}'<br />
# top -l 2 |awk '/CPU usage/ &#038;&#038; NR > 5 {print $1, ":", $7, $8}'</p>
<p>#Drives<br />
df -H -l | awk '{print $1 " : " $4"/"$2" free ("$5" used)"}'</p>
<p>#Trash<br />
du -sh ~/.Trash/ | awk '{print "Trash: " $1}'</p>
<p>#Computer Demographics<br />
sw_vers | awk -F':\t' '{print $2}' | paste -d ' ' - - -;<br />
sysctl -n hw.memsize | awk '{print $0/1073741824" GB RAM"}';<br />
sysctl -n machdep.cpu.brand_string;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GeekTool for Mac by dr.Maranzano</title>
		<link>http://www.ffpblog.com/2011/01/geektool-for-mac/#comment-635</link>
		<dc:creator>dr.Maranzano</dc:creator>
		<pubDate>Thu, 27 Jan 2011 23:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/?p=518#comment-635</guid>
		<description>great job! i&#039;m new in GeekTool, but i already love it :)
i&#039;ve some problem with system and monitors scripts, may you please post yours?

thanks and good night!
Salvatore</description>
		<content:encoded><![CDATA[<p>great job! i&#8217;m new in GeekTool, but i already love it <img src='http://www.ffpblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
i&#8217;ve some problem with system and monitors scripts, may you please post yours?</p>
<p>thanks and good night!<br />
Salvatore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weekly Updates for 2011-01-22 by Tweets that mention Weekly Updates for 2011-01-22 &#124; Far From Perfect -- Topsy.com</title>
		<link>http://www.ffpblog.com/2011/01/weekly-updates-for-2011-01-22/#comment-617</link>
		<dc:creator>Tweets that mention Weekly Updates for 2011-01-22 &#124; Far From Perfect -- Topsy.com</dc:creator>
		<pubDate>Mon, 24 Jan 2011 03:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2011/01/weekly-updates-for-2011-01-22/#comment-617</guid>
		<description>[...] This post was mentioned on Twitter by Janice Semmel, CombatDoc. CombatDoc said: Far From Perfect: Weekly Updates for 2011-01-22 http://bit.ly/eOVlKI [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Janice Semmel, CombatDoc. CombatDoc said: Far From Perfect: Weekly Updates for 2011-01-22 <a href="http://bit.ly/eOVlKI" rel="nofollow">http://bit.ly/eOVlKI</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A New Method by Tweets that mention Far From Perfect: A New Method -- Topsy.com</title>
		<link>http://www.ffpblog.com/2010/12/a-new-method/#comment-525</link>
		<dc:creator>Tweets that mention Far From Perfect: A New Method -- Topsy.com</dc:creator>
		<pubDate>Sat, 01 Jan 2011 02:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2010/12/a-new-method/#comment-525</guid>
		<description>[...] This post was mentioned on Twitter by Janice Semmel, CombatDoc. CombatDoc said: Far From Perfect: A New Method http://bit.ly/eIcWH7 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Janice Semmel, CombatDoc. CombatDoc said: Far From Perfect: A New Method <a href="http://bit.ly/eIcWH7" rel="nofollow">http://bit.ly/eIcWH7</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A New Method by Coffeelove</title>
		<link>http://www.ffpblog.com/2010/12/a-new-method/#comment-524</link>
		<dc:creator>Coffeelove</dc:creator>
		<pubDate>Sat, 01 Jan 2011 01:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2010/12/a-new-method/#comment-524</guid>
		<description>I think this is a wonderful idea for ya &amp; it will also give ya something in case our host ever dies off.
Good luck with this trip bro!</description>
		<content:encoded><![CDATA[<p>I think this is a wonderful idea for ya &amp; it will also give ya something in case our host ever dies off.<br />
Good luck with this trip bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weekly Updates for 2010-12-25 by Tweets that mention Far From Perfect: Weekly Updates for 2010-12-25 -- Topsy.com</title>
		<link>http://www.ffpblog.com/2010/12/weekly-updates-for-2010-12-25/#comment-521</link>
		<dc:creator>Tweets that mention Far From Perfect: Weekly Updates for 2010-12-25 -- Topsy.com</dc:creator>
		<pubDate>Mon, 27 Dec 2010 03:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ffpblog.com/2010/12/weekly-updates-for-2010-12-25/#comment-521</guid>
		<description>[...] This post was mentioned on Twitter by Janice Semmel. Janice Semmel said: RT @ffpblog: Far From Perfect: Weekly Updates for 2010-12-25 http://bit.ly/fMFU2n [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Janice Semmel. Janice Semmel said: RT @ffpblog: Far From Perfect: Weekly Updates for 2010-12-25 <a href="http://bit.ly/fMFU2n" rel="nofollow">http://bit.ly/fMFU2n</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

