<?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>Commenti a: [Mac Os X] GeekTool</title>
	<atom:link href="http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/</link>
	<description>gli omini del computer domineranno il mondo</description>
	<lastBuildDate>Mon, 23 Jan 2012 11:29:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Di: ifabio</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-102362</link>
		<dc:creator>ifabio</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-102362</guid>
		<description>Un saluto a tutti, ho installato e configrato geektool sul mio iMac 24&quot; Intel con Leopard pero&#039; all&#039;avvio molte delle cose installate non compaiono, anche se geektool è configurato per parire all&#039;avvio, qualche consiglio?

grazie</description>
		<content:encoded><![CDATA[<p>Un saluto a tutti, ho installato e configrato geektool sul mio iMac 24&#8243; Intel con Leopard pero&#8217; all&#8217;avvio molte delle cose installate non compaiono, anche se geektool è configurato per parire all&#8217;avvio, qualche consiglio?</p>
<p>grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: pseudotecnico</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-83664</link>
		<dc:creator>pseudotecnico</dc:creator>
		<pubDate>Mon, 31 Dec 2007 20:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-83664</guid>
		<description>In teoria dovrebbe bastare una piccola modifica all&#039;ultimo script, mettendo &quot;ether &quot; al posto di &quot;inet &quot;

&lt;pre&gt;#! /bin/bash
 
myen0=`ifconfig en0 &#124; grep &quot;inet &quot; &#124; grep -v 127.0.0.1 &#124; awk &#039;{print $2}&#039;`
mymac0=`ifconfig en0 &#124; grep &quot;ether &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 (MAC $mymac0)&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;`
mymac1=`ifconfig en0 &#124; grep &quot;ether &quot; &#124; grep -v 127.0.0.1 &#124; awk &#039;{print $2}&#039;`
 
if [ &quot;myen1&quot; != &quot;&quot; ]
then
    echo &quot;AirPort  : $myen1 (MAC $mymac1)&quot;
else
    echo &quot;Airport  : INACTIVE&quot;
fi&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>In teoria dovrebbe bastare una piccola modifica all&#8217;ultimo script, mettendo &#8220;ether &#8221; al posto di &#8220;inet &#8221;</p>
<pre>#! /bin/bash

myen0=`ifconfig en0 | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'`
mymac0=`ifconfig en0 | grep "ether " | grep -v 127.0.0.1 | awk '{print $2}'`

if [ "$myen0" != "" ]
then
    echo "Ethernet : $myen0 (MAC $mymac0)"
else
    echo "Ethernet : INACTIVE"
fi

myen1=`ifconfig en1 | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}'`
mymac1=`ifconfig en0 | grep "ether " | grep -v 127.0.0.1 | awk '{print $2}'`

if [ "myen1" != "" ]
then
    echo "AirPort  : $myen1 (MAC $mymac1)"
else
    echo "Airport  : INACTIVE"
fi</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Di: 7h31ll3g4l</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-83663</link>
		<dc:creator>7h31ll3g4l</dc:creator>
		<pubDate>Mon, 31 Dec 2007 19:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-83663</guid>
		<description>Ciao a tutti e qualche script per poter visualizzare il mac adress? e possibile?

Bye è buon 2008</description>
		<content:encoded><![CDATA[<p>Ciao a tutti e qualche script per poter visualizzare il mac adress? e possibile?</p>
<p>Bye è buon 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: kOoLiNuS</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-67144</link>
		<dc:creator>kOoLiNuS</dc:creator>
		<pubDate>Mon, 12 Nov 2007 23:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-67144</guid>
		<description>sei proprio un perverso ... lo stesso sfondo per piu&#039; di 15 gg :-D</description>
		<content:encoded><![CDATA[<p>sei proprio un perverso &#8230; lo stesso sfondo per piu&#8217; di 15 gg <img src='http://www.pseudotecnico.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: pseudotecnico</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-66407</link>
		<dc:creator>pseudotecnico</dc:creator>
		<pubDate>Sun, 11 Nov 2007 19:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-66407</guid>
		<description>@koolinus: assolutamente sì. &#200; difficile che cambi lo sfondo del desktop una volta che mi sono abituato (e ho trovato quello giusto) ;-)</description>
		<content:encoded><![CDATA[<p>@koolinus: assolutamente sì. &Egrave; difficile che cambi lo sfondo del desktop una volta che mi sono abituato (e ho trovato quello giusto) <img src='http://www.pseudotecnico.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: kOoLiNuS</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-66401</link>
		<dc:creator>kOoLiNuS</dc:creator>
		<pubDate>Sun, 11 Nov 2007 19:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-66401</guid>
		<description>ma davvero dopo tutto sto tempo usi LO STESSO desktop ???</description>
		<content:encoded><![CDATA[<p>ma davvero dopo tutto sto tempo usi LO STESSO desktop ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: pseudotecnico</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-64072</link>
		<dc:creator>pseudotecnico</dc:creator>
		<pubDate>Wed, 07 Nov 2007 06:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-64072</guid>
		<description>Strano: ho fatto copia/incolla delle righe di comando per reimpostare GeekTool sull&#039;iMac e non mi ha dato alcun problema :?</description>
		<content:encoded><![CDATA[<p>Strano: ho fatto copia/incolla delle righe di comando per reimpostare GeekTool sull&#8217;iMac e non mi ha dato alcun problema <img src='http://www.pseudotecnico.org/blog/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: dax</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-63992</link>
		<dc:creator>dax</dc:creator>
		<pubDate>Wed, 07 Nov 2007 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-63992</guid>
		<description>c&#039;e un problema sull&#039;uptime. sembra sia uno scazzo dell&#039;interprete html che sostituisce alcuni pezzi.
ho sistemato quel punto ed aggiunto una mia riga:

uptime &#124; awk &#039;{print &quot;UPTIME : &quot; $3 &quot; &quot; $4 &quot; &quot; $5 &quot; &quot; }&#039;; 
top -l 1 &#124; awk &#039;/PhysMem/ {print &quot;RAM : &quot; $8 &quot; &quot;}&#039; ; 
top -l 2 &#124; awk &#039;/CPU usage/ &amp;&amp; NR &gt; 5 {print $6, $7=&quot;:&quot;, $8, $9=&quot;user &quot;, $10, $11=&quot;sys &quot;, $12, $13}&#039;; 
df -h &#124; grep /dev/disk &#124; awk &#039;{print &quot;HDD : &quot; $2 &quot; tot = &quot; $3 &quot; + &quot; $4 &quot; (used &quot; $5 &quot;) &quot;  }&#039;

giusto per l&#039;hdd.
per la ram voglio sistemare nello stesso formato delle informazioni dell&#039;hdd.
a breve blogghero&#039; anche da me, magari con qualche scriptino in piu.
per l&#039;airport sul mio macbook non vuole funzionare lo script del geektool. vedro&#039; di sistemare.
da me non va nemmeno lo script degli indrizzi ip, se wired se wireless.</description>
		<content:encoded><![CDATA[<p>c&#8217;e un problema sull&#8217;uptime. sembra sia uno scazzo dell&#8217;interprete html che sostituisce alcuni pezzi.<br />
ho sistemato quel punto ed aggiunto una mia riga:</p>
<p>uptime | awk &#8216;{print &#8220;UPTIME : &#8221; $3 &#8221; &#8221; $4 &#8221; &#8221; $5 &#8221; &#8221; }&#8217;;<br />
top -l 1 | awk &#8216;/PhysMem/ {print &#8220;RAM : &#8221; $8 &#8221; &#8220;}&#8217; ;<br />
top -l 2 | awk &#8216;/CPU usage/ &amp;&amp; NR &gt; 5 {print $6, $7=&#8221;:&#8221;, $8, $9=&#8221;user &#8220;, $10, $11=&#8221;sys &#8220;, $12, $13}&#8217;;<br />
df -h | grep /dev/disk | awk &#8216;{print &#8220;HDD : &#8221; $2 &#8221; tot = &#8221; $3 &#8221; + &#8221; $4 &#8221; (used &#8221; $5 &#8220;) &#8221;  }&#8217;</p>
<p>giusto per l&#8217;hdd.<br />
per la ram voglio sistemare nello stesso formato delle informazioni dell&#8217;hdd.<br />
a breve blogghero&#8217; anche da me, magari con qualche scriptino in piu.<br />
per l&#8217;airport sul mio macbook non vuole funzionare lo script del geektool. vedro&#8217; di sistemare.<br />
da me non va nemmeno lo script degli indrizzi ip, se wired se wireless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: dax</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-63926</link>
		<dc:creator>dax</dc:creator>
		<pubDate>Tue, 06 Nov 2007 19:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-63926</guid>
		<description>bella li, e io cercavo conky.
lo provo subito!
restiamo in contatto per altri script da usare.</description>
		<content:encoded><![CDATA[<p>bella li, e io cercavo conky.<br />
lo provo subito!<br />
restiamo in contatto per altri script da usare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Best of Week #21 &#171; Gioxx&#8217;s Wall</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-62927</link>
		<dc:creator>Best of Week #21 &#171; Gioxx&#8217;s Wall</dc:creator>
		<pubDate>Sat, 03 Nov 2007 23:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-62927</guid>
		<description>[...] [Mac Os X] GeekTool [...]</description>
		<content:encoded><![CDATA[<p>[...] [Mac Os X] GeekTool [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Gioxx</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-62836</link>
		<dc:creator>Gioxx</dc:creator>
		<pubDate>Sat, 03 Nov 2007 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-62836</guid>
		<description>Stavo cercando un tool simile da tempo, appena riaccendo Mercury lo installo! :P</description>
		<content:encoded><![CDATA[<p>Stavo cercando un tool simile da tempo, appena riaccendo Mercury lo installo! <img src='http://www.pseudotecnico.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: 3n0m15</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-62463</link>
		<dc:creator>3n0m15</dc:creator>
		<pubDate>Fri, 02 Nov 2007 10:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-62463</guid>
		<description>Come monitor di sistema (funzionante su gnome), mi ricordo di conky...

http://conky.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Come monitor di sistema (funzionante su gnome), mi ricordo di conky&#8230;</p>
<p><a href="http://conky.sourceforge.net/" rel="nofollow">http://conky.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Jibbo</title>
		<link>http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/comment-page-1/#comment-62453</link>
		<dc:creator>Jibbo</dc:creator>
		<pubDate>Fri, 02 Nov 2007 09:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pseudotecnico.org/blog/2007/11/02/mac-os-x-geektool/#comment-62453</guid>
		<description>C&#039;è una versione similare per linux? da usare con Gnome?</description>
		<content:encoded><![CDATA[<p>C&#8217;è una versione similare per linux? da usare con Gnome?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

