<?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>The Niculinu&#039;s Tales &#187; Life in DataCenter</title>
	<atom:link href="http://www.mazzeo.eu/category/ldc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mazzeo.eu</link>
	<description>L&#039;aspirazione alla verita&#039; e piu&#039; preziosa del suo sicuro possesso.</description>
	<lastBuildDate>Wed, 09 Mar 2011 10:47:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>[DC] Water Cooling</title>
		<link>http://www.mazzeo.eu/2009/11/25/dc-water-cooling/</link>
		<comments>http://www.mazzeo.eu/2009/11/25/dc-water-cooling/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:24:07 +0000</pubDate>
		<dc:creator>Andrea Mazzeo</dc:creator>
				<category><![CDATA[Life in DataCenter]]></category>
		<category><![CDATA[cooling]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[free cooling]]></category>
		<category><![CDATA[iceotope]]></category>
		<category><![CDATA[novità]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://www.mazzeo.eu/?p=52</guid>
		<description><![CDATA[Questo post e&#8217; dedicato a tutti gli ****** che mi risero dietro quando qualche anno fa proposi questa soluzione: Fonte: http://www.iceotope.co.uk/technology/]]></description>
			<content:encoded><![CDATA[<p>Questo post e&#8217; dedicato a tutti gli ****** che mi risero dietro quando qualche anno fa proposi questa soluzione:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="433" height="257" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/K5e9_cqFiNE&amp;hl=it_IT&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="433" height="257" src="http://www.youtube.com/v/K5e9_cqFiNE&amp;hl=it_IT&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Fonte:<br />
<a href="http://www.iceotope.co.uk/technology/">http://www.iceotope.co.uk/technology/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mazzeo.eu/2009/11/25/dc-water-cooling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[DEV] MODBUS/TCP Client</title>
		<link>http://www.mazzeo.eu/2008/10/19/smodbus/</link>
		<comments>http://www.mazzeo.eu/2008/10/19/smodbus/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:46:25 +0000</pubDate>
		<dc:creator>Andrea Mazzeo</dc:creator>
				<category><![CDATA[Life in DataCenter]]></category>
		<category><![CDATA[libmodbus]]></category>
		<category><![CDATA[Modbus/TCP]]></category>
		<category><![CDATA[smodbus]]></category>

		<guid isPermaLink="false">http://www.mazzeo.eu/index.php/2008/10/19/smodbus/</guid>
		<description><![CDATA[Mi serviva un programmino che interrogasse dei dispositivi che parlano Modbus/TCP Ho trovato una libreria carina libmodbus e partendo da questa ho realizzato smodbus I sorgenti del client sono disponibili qui. Per compilare dovete usare GCC4 e includere le librerie di modbus gcc smodbus.c -o smodbus `pkg-config --libs --cflags modbus`]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mazzeo.eu/wp-content/uploads/2008/10/cplusplus.jpg" title="C"><img src="http://www.mazzeo.eu/wp-content/uploads/2008/10/cplusplus.thumbnail.jpg" alt="C" /></a></p>
<p>Mi serviva un programmino che interrogasse dei dispositivi che parlano <a href="http://it.wikipedia.org/wiki/Modbus">Modbus/TCP</a><br />
Ho trovato una libreria carina <a href="https://launchpad.net/libmodbus/">libmodbus</a> e partendo da questa ho realizzato <em>smodbus</em><br />
I sorgenti del client sono disponibili <a href="http://www.mazzeo.eu/wp-content/uploads/2008/10/smodbus.tar.bz2" title="smodbus">qui.</a></p>
<p>Per compilare dovete usare GCC4 e includere le librerie di modbus</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">gcc</span> smodbus.c <span style="color: #660033;">-o</span> smodbus  <span style="color: #000000; font-weight: bold;">`</span>pkg-config <span style="color: #660033;">--libs</span> <span style="color: #660033;">--cflags</span> modbus<span style="color: #000000; font-weight: bold;">`</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.mazzeo.eu/2008/10/19/smodbus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] passare le feste</title>
		<link>http://www.mazzeo.eu/2007/12/28/howto-passare-le-feste/</link>
		<comments>http://www.mazzeo.eu/2007/12/28/howto-passare-le-feste/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 07:58:15 +0000</pubDate>
		<dc:creator>Andrea Mazzeo</dc:creator>
				<category><![CDATA[Life in DataCenter]]></category>

		<guid isPermaLink="false">http://einstein.tribeofsound.com/?p=8</guid>
		<description><![CDATA[Questa e&#8217; la mia guida per compilare ed eseguire nFeste Procuriamoci una versione aggiornata del software nFeste: wget http://nfeste.sf.net/download/nfeste-1.08b.tar.gz Scompattiamo i sorgenti: gunzip nfeste-1.08b.tar.gz tar -xvf nfeste-1.08b.tar Configuriamolo: cd nfeste ./configure &#8211;natale-enable &#8211;capodanno-enable &#8211;lib-lavoro=/var/lib/no_ferie Se non vedete errori, procediamo con la compilazione: make make install Adesso potete eseguire anche voi il software che vi accompagnera&#8217; [...]]]></description>
			<content:encoded><![CDATA[<h4>Questa e&#8217; la mia guida per compilare ed eseguire nFeste</h4>
<pre> Procuriamoci una versione aggiornata del software nFeste:</pre>
<address>wget http://nfeste.sf.net/download/nfeste-1.08b.tar.gz</address>
<address> </address>
<pre> Scompattiamo i sorgenti:</pre>
<address>gunzip  nfeste-1.08b.tar.gz<br />
tar -xvf  nfeste-1.08b.tar<br />
</address>
<pre> Configuriamolo:</pre>
<address>cd nfeste<br />
./configure &#8211;natale-enable &#8211;capodanno-enable &#8211;lib-lavoro=/var/lib/no_ferie</address>
<address> </address>
<pre> Se non vedete errori, procediamo con la compilazione:</pre>
<address>make</address>
<address>make install</address>
<address> </address>
<p>Adesso potete eseguire anche voi il software che vi accompagnera&#8217; durante le feste, si perche&#8217; oltre a lui non avrete nessuno!</p>
<address>        sudo nFeste &amp;<br />
</address>
]]></content:encoded>
			<wfw:commentRss>http://www.mazzeo.eu/2007/12/28/howto-passare-le-feste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reboot -r time(3:00am)</title>
		<link>http://www.mazzeo.eu/2007/12/23/reboot-r-time300am/</link>
		<comments>http://www.mazzeo.eu/2007/12/23/reboot-r-time300am/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:42:14 +0000</pubDate>
		<dc:creator>Andrea Mazzeo</dc:creator>
				<category><![CDATA[Life in DataCenter]]></category>

		<guid isPermaLink="false">http://einstein.tribeofsound.com/?p=7</guid>
		<description><![CDATA[Ore: 1.42 Perche&#8217; per installare gli aggiornamenti di Windows bisogna riavviare il server? Caro Zio Bill, vedi  di fare qualcosa mi sono rotto le scatole di dover perdere ore di sonno perche&#8217; tu non sei in grado di proteggere&#8230;tu non sei in grado, stop.]]></description>
			<content:encoded><![CDATA[<p>Ore: 1.42</p>
<p>Perche&#8217; per installare gli aggiornamenti di Windows bisogna riavviare il server?<br />
Caro Zio Bill, vedi  di fare qualcosa mi sono rotto le scatole di dover perdere ore di sonno perche&#8217; tu non sei in grado di proteggere&#8230;tu non sei in grado, stop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mazzeo.eu/2007/12/23/reboot-r-time300am/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come cablare 5 rack</title>
		<link>http://www.mazzeo.eu/2007/12/21/come-cablare-5-rack/</link>
		<comments>http://www.mazzeo.eu/2007/12/21/come-cablare-5-rack/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 09:12:16 +0000</pubDate>
		<dc:creator>Andrea Mazzeo</dc:creator>
				<category><![CDATA[Life in DataCenter]]></category>

		<guid isPermaLink="false">http://einstein.tribeofsound.com/?p=3</guid>
		<description><![CDATA[presto gli aggiornamenti&#8230; Aggiornamento: Venerdì 28 Dicembre 2008   Ho finalmente finito!!!]]></description>
			<content:encoded><![CDATA[<p>presto gli aggiornamenti&#8230;</p>
<p align="center"><img src="http://www.nti1.ca/images/app-rackmux-usb-switch-rack.gif" height="378" width="365" /></p>
<address>Aggiornamento: Venerdì 28 Dicembre 2008</address>
<address> </address>
<p>Ho finalmente finito!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mazzeo.eu/2007/12/21/come-cablare-5-rack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

