<?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>Linux 360° &#124; Italia &#187; Ubuntu</title>
	<atom:link href="http://www.linux360.it/category/ubuntu-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux360.it</link>
	<description>Notizie, guide e tutorial per il mondo Linux a 360°</description>
	<lastBuildDate>Tue, 16 Dec 2014 14:03:33 +0000</lastBuildDate>
	<language>it-IT</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Howto Installare Observium Network Monitoring Tool</title>
		<link>http://www.linux360.it/2014/07/22/howto-installare-observium-network-monitoring-tool/</link>
		<comments>http://www.linux360.it/2014/07/22/howto-installare-observium-network-monitoring-tool/#comments</comments>
		<pubDate>Tue, 22 Jul 2014 13:56:21 +0000</pubDate>
		<dc:creator><![CDATA[Paolo Daniele]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wireless & Networking]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[observium]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.paolodaniele.it/?p=1932</guid>
		<description><![CDATA[<p>Oggi vi propongo un qualcosa di un po&#8217; più avanzato! Andremo ad installare Observium, un sistema di monitoraggio di rete Open Source. Questo tipo di sistema permette di racchiudere in un unica interfaccia, il monitoraggio di più dispositivi di rete utilizzando il protocollo standard SNMP. Pur essendo uno standard in realtà ci sono diverse varianti ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/07/22/howto-installare-observium-network-monitoring-tool/">Howto Installare Observium Network Monitoring Tool</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Oggi vi propongo un qualcosa di un po&#8217; più avanzato!</p>
<p>Andremo ad installare Observium, un sistema di monitoraggio di rete Open Source.</p>
<p><a href="http://www.paolodaniele.it/wp-content/uploads/2014/07/observium-125.png"><img class="alignnone size-full wp-image-1934" src="http://www.paolodaniele.it/wp-content/uploads/2014/07/observium-125.png" alt="observium-125" width="700" height="466" /></a></p>
<p>Questo tipo di sistema permette di racchiudere in un unica interfaccia, il monitoraggio di più dispositivi di rete utilizzando il protocollo standard SNMP.</p>
<p>Pur essendo uno standard in realtà ci sono diverse varianti a seconda del Vendor (Cisco, Mikrotik, Juniper etc.) la maggior parte delle quali sono già integrate dentro il sistema principale.</p>
<p>Per quello che non è integrato, con un po&#8217; di modifiche e un po&#8217; di lavoro sul codice sorgente è possibile implementare SNMP di altri Vendor.</p>
<p>Observium è sviluppato principalmente per sistemi Debian/Ubuntu ma è compatibile anche per altre piattaforme (CentOS, Rhel etc.) ma per queste non viene garantito il supporto.</p>
<p>Vediamo come installare:</p>
<p><strong>REQUISITI FONDAMENTALI</strong></p>
<ul>
<li>Apache</li>
<li>fping</li>
<li>MySQL 5</li>
<li>Net-SNMP 5.4+</li>
<li>RRDtool 1.3+</li>
<li>Graphviz</li>
<li>PHP 5.4+</li>
</ul>
<p>Per le funzionalità aggiuntive:</p>
<ul>
<li>Ipmitool</li>
<li>Libvirt-bin</li>
</ul>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">apt-get</span> <span class="kw2">install</span> libapache2-mod-php5 php5-cli php5-mysql php5-gd php5-snmp php-pear snmp graphviz php5-mcrypt php5-json 
subversion mysql-server mysql-client rrdtool fping imagemagick whois mtr-tiny <span class="kw2">nmap</span> ipmitool python-mysqldb</pre></div></div>
<p>Per le Libvirt:</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdt_2" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_2"></a><a id="wpshat_2" class="wp-synhighlighter-title" href="#codesyntax_2"  onClick="javascript:wpsh_toggleBlock(2)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_2" onClick="javascript:wpsh_code(2)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_2" onClick="javascript:wpsh_print(2)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">apt-get</span> <span class="kw2">install</span> libvirt-bin</pre></div></div>
<p><strong>INSTALLAZIONE OBSERVIUM</strong></p>
<p>Creiamo la directory di installazione:</p>
<div id="wpshdo_3" class="wp-synhighlighter-outer"><div id="wpshdt_3" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_3"></a><a id="wpshat_3" class="wp-synhighlighter-title" href="#codesyntax_3"  onClick="javascript:wpsh_toggleBlock(3)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_3" onClick="javascript:wpsh_code(3)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_3" onClick="javascript:wpsh_print(3)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_3" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">mkdir</span> <span class="re5">-p</span> <span class="sy0">/</span>opt<span class="sy0">/</span>observium <span class="sy0">&amp;&amp;</span> <span class="kw3">cd</span> <span class="sy0">/</span>opt</pre></div></div>
<p>Le nuove versioni di Observium si dividono tra la Community Edition e la versione con Sottoscrizione. Per chi vuole solo la Community Edition:</p>
<div id="wpshdo_4" class="wp-synhighlighter-outer"><div id="wpshdt_4" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_4"></a><a id="wpshat_4" class="wp-synhighlighter-title" href="#codesyntax_4"  onClick="javascript:wpsh_toggleBlock(4)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_4" onClick="javascript:wpsh_code(4)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_4" onClick="javascript:wpsh_print(4)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_4" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">wget</span> http:<span class="sy0">//</span>www.observium.org<span class="sy0">/</span>observium-community-latest.tar.gz
<span class="kw2">tar</span> zxvf observium-community-latest.tar.gz</pre></div></div></pre>
<p>Per la revisione NOT-STABLE:</p>
<pre><div id="wpshdo_5" class="wp-synhighlighter-outer"><div id="wpshdt_5" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_5"></a><a id="wpshat_5" class="wp-synhighlighter-title" href="#codesyntax_5"  onClick="javascript:wpsh_toggleBlock(5)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_5" onClick="javascript:wpsh_code(5)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_5" onClick="javascript:wpsh_print(5)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_5" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">svn</span> <span class="kw2">co</span> http:<span class="sy0">//</span>svn.observium.org<span class="sy0">/</span>svn<span class="sy0">/</span>observium<span class="sy0">/</span>trunk observium</pre></div></div></pre>
<p>Per la revisione STABLE:</p>
<pre><div id="wpshdo_6" class="wp-synhighlighter-outer"><div id="wpshdt_6" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_6"></a><a id="wpshat_6" class="wp-synhighlighter-title" href="#codesyntax_6"  onClick="javascript:wpsh_toggleBlock(6)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_6" onClick="javascript:wpsh_code(6)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_6" onClick="javascript:wpsh_print(6)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_6" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">svn</span> <span class="kw2">co</span> http:<span class="sy0">//</span>svn.observium.org<span class="sy0">/</span>svn<span class="sy0">/</span>observium<span class="sy0">/</span>branches<span class="sy0">/</span>stable observium</pre></div></div>
<p><strong>CONFIGURAZIONE OBSERVIUM</strong></p>
<div id="wpshdo_7" class="wp-synhighlighter-outer"><div id="wpshdt_7" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_7"></a><a id="wpshat_7" class="wp-synhighlighter-title" href="#codesyntax_7"  onClick="javascript:wpsh_toggleBlock(7)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_7" onClick="javascript:wpsh_code(7)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_7" onClick="javascript:wpsh_print(7)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_7" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">cp</span> config.php.default config.php</pre></div></div>
<p>Creiamo il Database che conterrà le informazioni del monitoraggio:</p>
<div id="wpshdo_8" class="wp-synhighlighter-outer"><div id="wpshdt_8" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_8"></a><a id="wpshat_8" class="wp-synhighlighter-title" href="#codesyntax_8"  onClick="javascript:wpsh_toggleBlock(8)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_8" onClick="javascript:wpsh_code(8)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_8" onClick="javascript:wpsh_print(8)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_8" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">mysql <span class="re5">-u</span> root <span class="re5">-p</span>
&nbsp;
mysql<span class="sy0">&gt;</span> CREATE DATABASE observium;
mysql<span class="sy0">&gt;</span> GRANT ALL PRIVILEGES ON observium.<span class="sy0">*</span> TO <span class="st_h">'observium'</span><span class="sy0">@</span><span class="st_h">'localhost'</span>
    -<span class="sy0">&gt;</span> IDENTIFIED BY <span class="st_h">'&lt;observium db password&gt;'</span>;</pre></div></div>
<p>Una volta fatto questo editiamo i corrispondenti valori (nome database, utente e password) dentro il file config.php</p>
<p>Installiamo le tabelle di base di Observium:</p>
<div id="wpshdo_9" class="wp-synhighlighter-outer"><div id="wpshdt_9" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_9"></a><a id="wpshat_9" class="wp-synhighlighter-title" href="#codesyntax_9"  onClick="javascript:wpsh_toggleBlock(9)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_9" onClick="javascript:wpsh_code(9)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_9" onClick="javascript:wpsh_print(9)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_9" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">php includes<span class="sy0">/</span>update<span class="sy0">/</span>update.php</pre></div></div>
<p>La directory dei log la possiamo mettere in /var oppure possiamo direttamente specificare di scrivere i file di log nella /var</p>
<p><strong>IMPORTANTE</strong>:</p>
<p>Creare la directory per gli RRD e assegnare i permessi come segue per avere i grafici disegnati in maniera corretta:</p>
<div id="wpshdo_10" class="wp-synhighlighter-outer"><div id="wpshdt_10" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_10"></a><a id="wpshat_10" class="wp-synhighlighter-title" href="#codesyntax_10"  onClick="javascript:wpsh_toggleBlock(10)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_10" onClick="javascript:wpsh_code(10)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_10" onClick="javascript:wpsh_print(10)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_10" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">mkdir</span> rrd
<span class="kw2">chown</span> www-data:www-data rrd</pre></div></div>
<p>Configuriamo il Virtual Host di Apache, nel mio caso ho editato quello di default, ma se avete diversi siti è possibile creare un file separato:</p>
<div id="wpshdo_11" class="wp-synhighlighter-outer"><div id="wpshdt_11" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_11"></a><a id="wpshat_11" class="wp-synhighlighter-title" href="#codesyntax_11"  onClick="javascript:wpsh_toggleBlock(11)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_11" onClick="javascript:wpsh_code(11)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_11" onClick="javascript:wpsh_print(11)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_11" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="sy0">&lt;</span>VirtualHost <span class="sy0">*</span>:<span class="nu0">80</span><span class="sy0">&gt;</span>
       ServerAdmin webmaster<span class="sy0">@</span>localhost
       DocumentRoot <span class="sy0">/</span>opt<span class="sy0">/</span>observium<span class="sy0">/</span>html
       <span class="sy0">&lt;</span>Directory <span class="sy0">/&gt;</span>
               Options FollowSymLinks
               AllowOverride None
       <span class="sy0">&lt;/</span>Directory<span class="sy0">&gt;</span>
       <span class="sy0">&lt;</span>Directory <span class="sy0">/</span>opt<span class="sy0">/</span>observium<span class="sy0">/</span>html<span class="sy0">/&gt;</span>
               Options Indexes FollowSymLinks MultiViews
               AllowOverride All
               Order allow,deny
               allow from all
       <span class="sy0">&lt;/</span>Directory<span class="sy0">&gt;</span>
       ErrorLog  <span class="co1">${APACHE_LOG_DIR}</span><span class="sy0">/</span>error.log
       LogLevel warn
       CustomLog  <span class="co1">${APACHE_LOG_DIR}</span><span class="sy0">/</span>access.log combined
       ServerSignature On
<span class="sy0">&lt;/</span>VirtualHost<span class="sy0">&gt;</span></pre></div></div>
<p>Abilitiamo il modulo rewrite:</p>
<div id="wpshdo_12" class="wp-synhighlighter-outer"><div id="wpshdt_12" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_12"></a><a id="wpshat_12" class="wp-synhighlighter-title" href="#codesyntax_12"  onClick="javascript:wpsh_toggleBlock(12)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_12" onClick="javascript:wpsh_code(12)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_12" onClick="javascript:wpsh_print(12)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_12" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">a2enmod rewrite
service apache2 restart</pre></div></div>
<p>Abbiamo quasi finito!</p>
<p>Aggiungiamo un nuovo utente di livello 10, che sarà il nostro amministratore:</p>
<div id="wpshdo_13" class="wp-synhighlighter-outer"><div id="wpshdt_13" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_13"></a><a id="wpshat_13" class="wp-synhighlighter-title" href="#codesyntax_13"  onClick="javascript:wpsh_toggleBlock(13)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_13" onClick="javascript:wpsh_code(13)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_13" onClick="javascript:wpsh_print(13)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_13" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw3">cd</span> <span class="sy0">/</span>opt<span class="sy0">/</span>observium
.<span class="sy0">/</span>adduser.php admin admin_password <span class="nu0">10</span></pre></div></div>
<p>Aggiungiamo il primo dispositivo da monitorare:</p>
<div id="wpshdo_14" class="wp-synhighlighter-outer"><div id="wpshdt_14" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_14"></a><a id="wpshat_14" class="wp-synhighlighter-title" href="#codesyntax_14"  onClick="javascript:wpsh_toggleBlock(14)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_14" onClick="javascript:wpsh_code(14)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_14" onClick="javascript:wpsh_print(14)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_14" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">.<span class="sy0">/</span>add_device.php ip_oppure_hostname public v2c</pre></div></div>
<p>I parametri che ho usato:</p>
<ul>
<li>ip_oppure_hostname: Indirizzo IP o Hostname della macchina da monitorare;</li>
<li>public: il tipo di community SNMP ( se non siete pratici lasciate public);</li>
<li>v2c: la versione di SNMP utilizzata</li>
</ul>
<p>La versione 2c è quella compatibile con quasi tutti i dispositivi, mentre se volete usare autenticazione dovete usare la v3</p>
<p>Adesso popoliamo di dati il nostro Observium:</p>
<div id="wpshdo_15" class="wp-synhighlighter-outer"><div id="wpshdt_15" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_15"></a><a id="wpshat_15" class="wp-synhighlighter-title" href="#codesyntax_15"  onClick="javascript:wpsh_toggleBlock(15)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_15" onClick="javascript:wpsh_code(15)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_15" onClick="javascript:wpsh_print(15)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_15" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw3">cd</span> <span class="sy0">/</span>opt<span class="sy0">/</span>observium
.<span class="sy0">/</span>discovery.php <span class="re5">-h</span> all
.<span class="sy0">/</span>poller.php <span class="re5">-h</span> all</pre></div></div>
<p>Inseriamo queste opzioni sotto crontab cosichhè sia il sistema a lavorare per noi:</p>
<div id="wpshdo_16" class="wp-synhighlighter-outer"><div id="wpshdt_16" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_16"></a><a id="wpshat_16" class="wp-synhighlighter-title" href="#codesyntax_16"  onClick="javascript:wpsh_toggleBlock(16)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_16" onClick="javascript:wpsh_code(16)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_16" onClick="javascript:wpsh_print(16)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_16" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">crontab <span class="re5">-e</span>
33  <span class="sy0">*/</span>6   <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">*</span>   root    <span class="sy0">/</span>opt<span class="sy0">/</span>observium<span class="sy0">/</span>discovery.php <span class="re5">-h</span> all <span class="sy0">&gt;&gt;</span> <span class="sy0">/</span>dev<span class="sy0">/</span>null 2<span class="sy0">&gt;&amp;</span>1
<span class="sy0">*/</span>5 <span class="sy0">*</span>     <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">*</span>   root    <span class="sy0">/</span>opt<span class="sy0">/</span>observium<span class="sy0">/</span>discovery.php <span class="re5">-h</span> new <span class="sy0">&gt;&gt;</span> <span class="sy0">/</span>dev<span class="sy0">/</span>null <span class="nu0">2</span><span class="sy0">&gt;&amp;</span><span class="nu0">1</span>
<span class="sy0">*/</span><span class="nu0">5</span> <span class="sy0">*</span>     <span class="sy0">*</span> <span class="sy0">*</span> <span class="sy0">*</span>   root    <span class="sy0">/</span>opt<span class="sy0">/</span>observium<span class="sy0">/</span>poller-wrapper.py <span class="nu0">1</span> <span class="sy0">&gt;&gt;</span> <span class="sy0">/</span>dev<span class="sy0">/</span>null <span class="nu0">2</span><span class="sy0">&gt;&amp;</span><span class="nu0">1</span></pre></div></div>
<p>Il gioco è fatto!</p>
<p>Andare all&#8217;indirizzo ip http://il_vostro_ip e avrete il vostro sistema di monitoraggio pronto!</p>
<p>Enjoy!</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/07/22/howto-installare-observium-network-monitoring-tool/">Howto Installare Observium Network Monitoring Tool</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2014/07/22/howto-installare-observium-network-monitoring-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Desktop Errore</title>
		<link>http://www.linux360.it/2014/06/20/ubuntu-desktop-errore/</link>
		<comments>http://www.linux360.it/2014/06/20/ubuntu-desktop-errore/#comments</comments>
		<pubDate>Fri, 20 Jun 2014 14:01:35 +0000</pubDate>
		<dc:creator><![CDATA[Paolo Daniele]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Varie]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.paolodaniele.it/?p=1907</guid>
		<description><![CDATA[<p>Oggi ho combinato un casino! Stavo provando il nuovo client Telegram per Ubuntu, Sigram e non riuscivo a farlo partire! Ho fatto un po&#8217; di prove e poi ho deciso di disinstallare le librerie aggiuntive che ho installato. Tra queste, non l&#8217;avessi mai fatto, c&#8217;erano anche delle librerie che mi hanno seriamente compromesso il desktop ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/06/20/ubuntu-desktop-errore/">Ubuntu Desktop Errore</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Oggi ho combinato un casino!</p>
<p>Stavo provando il nuovo client Telegram per Ubuntu, Sigram e non riuscivo a farlo partire!</p>
<p>Ho fatto un po&#8217; di prove e poi ho deciso di disinstallare le librerie aggiuntive che ho installato.</p>
<p>Tra queste, non l&#8217;avessi mai fatto, c&#8217;erano anche delle librerie che mi hanno seriamente compromesso il desktop di ubuntu!</p>
<p>A volta capita&#8230;.anche ai migliori!</p>
<p>Detto fatto, sistemiamo subito la questione.</p>
<p>Da riga di comando digitare:</p>
<div id="wpshdo_17" class="wp-synhighlighter-outer"><div id="wpshdt_17" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_17"></a><a id="wpshat_17" class="wp-synhighlighter-title" href="#codesyntax_17"  onClick="javascript:wpsh_toggleBlock(17)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_17" onClick="javascript:wpsh_code(17)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_17" onClick="javascript:wpsh_print(17)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_17" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> <span class="re5">--reinstall</span> ubuntu-desktop</pre></div></div>
<p>Piano piano torna tutto normale&#8230;</p>
<p>Un bel reboot e il nostro Gnome è tornato in vita!</p>
<p>Enjoy!</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/06/20/ubuntu-desktop-errore/">Ubuntu Desktop Errore</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2014/06/20/ubuntu-desktop-errore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Libre Office errore SMB</title>
		<link>http://www.linux360.it/2014/05/08/libre-office-errore-smb/</link>
		<comments>http://www.linux360.it/2014/05/08/libre-office-errore-smb/#comments</comments>
		<pubDate>Thu, 08 May 2014 15:14:34 +0000</pubDate>
		<dc:creator><![CDATA[Paolo Daniele]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Varie]]></category>
		<category><![CDATA[libre office]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.paolodaniele.it/?p=1728</guid>
		<description><![CDATA[<p>L&#8217;altro giorno mi è capito di avere un problema con Libre Office 4.0.2 Non mi apriva più i file condivisi in una cartella di rete. Dovevo necessariamente scaricare il file sul computer e poi rimetterlo in rete con ovvie rotture di **** Allora ho cercato un po&#8217;, ho aggiornato alla versione 4.2.4, ma niente stesso ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/05/08/libre-office-errore-smb/">Libre Office errore SMB</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>L&#8217;altro giorno mi è capito di avere un problema con Libre Office 4.0.2</p>
<p>Non mi apriva più i file condivisi in una cartella di rete.</p>
<p>Dovevo necessariamente scaricare il file sul computer e poi rimetterlo in rete con ovvie rotture di ****</p>
<p>Allora ho cercato un po&#8217;, ho aggiornato alla versione 4.2.4, ma niente stesso problema!</p>
<p>Alla fine ho trovato la soluzione e la metto a vostra disposizione.</p>
<p>Basta inserire questa riga:</p>
<div id="wpshdo_18" class="wp-synhighlighter-outer"><div id="wpshdt_18" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_18"></a><a id="wpshat_18" class="wp-synhighlighter-title" href="#codesyntax_18"  onClick="javascript:wpsh_toggleBlock(18)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_18" onClick="javascript:wpsh_code(18)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_18" onClick="javascript:wpsh_print(18)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_18" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sed</span> <span class="re5">-i</span> <span class="st_h">'s/X-GIO-NoFuse=true/#X-GIO-NoFuse=true/'</span> <span class="sy0">/</span>usr<span class="sy0">/</span>share<span class="sy0">/</span>applications<span class="sy0">/</span>libreoffice-<span class="sy0">*</span></pre></div></div>
<p>(per libre office diverso dalla versione 4)</p>
<div id="wpshdo_19" class="wp-synhighlighter-outer"><div id="wpshdt_19" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_19"></a><a id="wpshat_19" class="wp-synhighlighter-title" href="#codesyntax_19"  onClick="javascript:wpsh_toggleBlock(19)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_19" onClick="javascript:wpsh_code(19)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_19" onClick="javascript:wpsh_print(19)" title="Print code"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.linux360.it/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.linux360.it/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_19" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw2">sed</span> <span class="re5">-i</span> <span class="st_h">'s/X-GIO-NoFuse=true/#X-GIO-NoFuse=true/'</span> <span class="sy0">/</span>usr<span class="sy0">/</span>share<span class="sy0">/</span>applications<span class="sy0">/</span>libreoffice4.2-<span class="sy0">*</span></pre></div></div>
<p>(per libre office dalla versione 4.2 in poi)</p>
<p>Tutto Risolto!!</p>
<p>Enjoy!</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/05/08/libre-office-errore-smb/">Libre Office errore SMB</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2014/05/08/libre-office-errore-smb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dual boot Thunderbird</title>
		<link>http://www.linux360.it/2012/11/07/dual-boot-thunderbird/</link>
		<comments>http://www.linux360.it/2012/11/07/dual-boot-thunderbird/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 18:08:49 +0000</pubDate>
		<dc:creator><![CDATA[Paolo Daniele]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Varie]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[posta]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.paolodaniele.it/?p=1498</guid>
		<description><![CDATA[<p>Oggi vi presento un piccolo howto per chi come me ed il mio amico e compare Frank è appassionato di Linux, ma purtroppo per lavoro deve usare anche Windows!! Vediamo gli ingredienti di oggi: - 1 S.O. Ubuntu(vale per qualunque sistema operativo linux based); - 1 Windows 7; - Thunderbird; - Pazienza q.b. Cosa vogliamo ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2012/11/07/dual-boot-thunderbird/">Dual boot Thunderbird</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Oggi vi presento un piccolo howto per chi come me ed il mio amico e compare <a href="http://www.ubuntuserver.it">Frank</a> è appassionato di Linux, ma purtroppo per lavoro deve usare anche Windows!!</p>
<p>Vediamo gli ingredienti di oggi:</p>
<p>- 1 S.O. Ubuntu(vale per qualunque sistema operativo linux based);</p>
<p>- 1 Windows 7;</p>
<p>- Thunderbird;</p>
<p>- Pazienza q.b.</p>
<p>Cosa vogliamo ottenere: all&#8217;avvio del pc, indipendentemente se sotto linux o windows voglio che il mio Thunderbird sia sempre aggiornato ossia che le mail che scarico quando sono su Linux si vedano anche al prossimo avvio di windows e viceversa!</p>
<p>Esistono 2 metodi fondamentali:</p>
<p>1) Il metodo più semplicemente consiste nel fare(o sfruttarne una già esistente) una partizione nella quale creeremo il profilo condiviso di Thunderbird.</p>
<p>Per creare il profilo di Thunderbird basta andare su Esegui e digitare &#8220;thunderbird.exe -p&#8221; creare un nuovo profilo e selezionare come directory una precedentemente creata nella partizione neutra(senza S.O.). Questa operazione va eseguita sia su Windows che su Linux et voilà il gioco è fatto.</p>
<p>2) Il metodo un po&#8217; più complicato consiste nello sfruttare la directory di Thunderbird di Windows(perchè windows le partizioni ext3/4 non le vede nativamente). Senza creare un nuovo profilo installiamo Thunderbird su Windows, configuriamo i vari account di posta e poi riavviamo il pc sotto linux.</p>
<p>Fatto questo i passi da eseguire su linux sono i seguenti:</p>
<p>a) Installazione Thunderbird(da repository oppure dal gestore software visuale);</p>
<p>b) Editare il file /etc/fstab nel seguente modo: <em>/dev/sdaX /media/nome_directory ntfs auto,rw,exec,users,dmask=000,fmask=111,nls=utf8 0 0</em></p>
<p>X corrisponde al numero della vostra partizione nfts con win7, per sapere quale è basta fare <em>sudo fdisk -l</em></p>
<p>Questa operazione serve per montare in automatico la partizione di windows in una directory facilemente raggiungibile perchè ci servirà più avanti nella configurazione.</p>
<p>c) Una volta fatto questo copiare tutto il contenuto della cartella C:Usersnome_utenteAppDataRoamingThunderbirdProfilesnome_profilo dentro la cartella ~/.thunderbird/profiles/nome_profilo</p>
<p>d) Fatto questo bisogna editare il file prefs.js (fate prima un backup!) sostituendo il percorso <em>AppDataRoamingThunderbirdProfilesnome_profilo</em> con /media/nome_directory/Users/AppData/Roaming/Thunderbird/Profiles/nome_profilo</p>
<p>Se ci sono delle righe contenenti la stringa <em>[ProfD]</em> vanno eliminate, perchè verranno ricreate in futuro dal nuovo path.</p>
<p>Il gioco è fatto!!!!Abbiamo mantenuto la stessa struttura delle directory, le impostazioni degli account etc. basta solo rimettere la pwd per la prima volta!!!</p>
<p>I vantaggi della prima soluzioni sono che lavorando in campo neutro non ci sono rischi di creare/modificare file che poi non vengono letti da uno o dall&#8217;altro S.O., mentre nel secondo caso si risparmia una partizione e si sfrutta quella di windows che, nel caso si rovini(cosa probabilissima con i S.O. di Redmond) è sempre accessibile da Linux!!!</p>
<p>Enjoy!</p>
<p>Paolo</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2012/11/07/dual-boot-thunderbird/">Dual boot Thunderbird</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2012/11/07/dual-boot-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
