<?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>Problemi e Soluzioni di un sistemista informatico &#187; software</title>
	<atom:link href="http://blog.maurizio.proietti.name/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maurizio.proietti.name</link>
	<description>Il blog tecnico di Maurizio Proietti a Prato 59100. Info e configurazioni linux microsoft</description>
	<lastBuildDate>Wed, 23 Jun 2010 07:32:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Provvedimento del garante sugli Amministratori di sistema</title>
		<link>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/</link>
		<comments>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 07:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[59100]]></category>
		<category><![CDATA[AdS]]></category>
		<category><![CDATA[Amministratori di Sistema]]></category>
		<category><![CDATA[garante]]></category>
		<category><![CDATA[logserver]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[provvedimento]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=404</guid>
		<description><![CDATA[Premetto che la ritengo una gran cagata&#8230; e completamente inutile, visto che i log NON HANNO ALCUN VALORE PROBATORIO!
Ma visto che dobbiamo adeguarci&#8230; cerchiamo di farlo a COSTO ZERO!
Io ho risolto (sto risolvendo) così:
Installo rsyslog con logging su file sul logserver
Su un server linux CentOs 5.*
yum install rsyslog*
vim /etc/sysconfig/rsyslog
sostituisco
SYSLOGD_OPTIONS=&#8221;-m  0&#8243;
con
SYSLOGD_OPTIONS=&#8221;-m 0 -r&#8221;
vim /etc/rsyslog.conf
###################################################
$template DynAuth, [...]]]></description>
			<content:encoded><![CDATA[<p>Premetto che <span style="text-decoration: line-through;">la ritengo una gran cagata&#8230; e completamente inutile, visto che</span> i log NON HANNO ALCUN VALORE PROBATORIO!</p>
<p>Ma visto che dobbiamo adeguarci&#8230; cerchiamo di farlo a COSTO ZERO!</p>
<p>Io ho risolto (sto risolvendo) così:</p>
<h2>Installo <strong>rsyslog</strong> con logging su file sul logserver</h2>
<p>Su un server <strong>linux CentOs 5.*</strong></p>
<div><span style="font-size: x-small; font-family: Arial;">yum install rsyslog*</span></div>
<div><span style="font-size: x-small; font-family: Arial;">vim /etc/sysconfig/rsyslog</span></div>
<div><span style="font-size: x-small; font-family: Arial;">sostituisco</span></div>
<div><span style="font-size: x-small; font-family: Arial;">SYSLOGD_OPTIONS=&#8221;-m  0&#8243;<br />
con<br />
SYSLOGD_OPTIONS=&#8221;-m 0 -r&#8221;</span></div>
<div><span style="font-size: x-small; font-family: Arial;">vim /etc/rsyslog.conf</span></div>
<div>###################################################</div>
<div><span style="font-size: x-small; font-family: Arial;">$template DynAuth, &#8220;/var/log/TUTTI/%$MONTH%/%$DAY%/%FROMHOST%.log&#8221;<br />
local1.*,user.*,auth.*,authpriv.*,kern.* ?DynAuth<br />
$EscapeControlCharactersOnReceive off<br />
%msg:::space-cc%<br />
*.info;mail.none;authpriv.none;cron.none                /var/log/messages<br />
authpriv.*                                              /var/log/secure<br />
mail.*                                                  -/var/log/maillog<br />
cron.*                                                  /var/log/cron<br />
*.emerg                                                 *<br />
uucp,news.crit                                          /var/log/spooler<br />
local7.*                                                /var/log/boot.log<br />
local3.*                                                /var/log/varie.log</span></div>
<div>###################################################</div>
<div>vedi<span style="font-size: x-small; font-family: Arial;"><a title="http://openskill.info/infobox.php?ID=1475" href="http://openskill.info/infobox.php?ID=1475"> http://openskill.info/infobox.php?ID=1475</a></span></div>
<div>
<h2>Abilitare il logging su tutti i server linux</h2>
<p>Su un qualsiasi server <strong>linux</strong></p>
</div>
<div>cat /etc/syslog.conf</p>
<p>auth.*;authpriv.*;local1.*          @logserver.dominio</p>
</div>
<div>Su ogni server devo poi creare utenti PERSONALI da assegnare a tutti gli AdS:</div>
<div>useradd -G wheel -m -s /bin/bash username</div>
<div>passwd username</div>
<div>Aggiungo</div>
<div>AllowUsers username</div>
<div>in /etc/ssh/sshd_config</div>
<div>lancio</div>
<div>visudo</div>
<div>e aggiungo o decommento la riga seguente:</div>
<div>%wheel  ALL=(ALL)       ALL</div>
<div>In questo modo gli AdS dovranno loggarsi con il loro account ed usare sudo</div>
<div>(consiglio il sudo -i o sudo -u per diventare root)</div>
<div>Il vantaggio dell&#8217;uso di sudo sta nel fatto che ho potuto cambiare password a root e metterla in cassaforte senza la necessità di comunicarla a tutti gli AdS (dato che sudo permette di diventare root inserendo la propria password)</div>
<div>
<h2>Abilitare il logging su Oracle 9i</h2>
</div>
<div><span style="font-size: x-small; font-family: Arial;">mkdir /var/log/oracle/<br />
chown -R oracle:dba /var/log/oracle/<br />
SHOW  PARAMETER audit<br />
ALTER SYSTEM SET audit_trail=OS SCOPE=SPFILE;<br />
ALTER  SYSTEM SET audit_sys_operations=TRUE SCOPE=SPFILE;<br />
ALTER SYSTEM SET  audit_file_dest=&#8221;/var/log/oracle&#8221; SCOPE=SPFILE;<br />
AUDIT SESSION;<br />
SHUTDOWN  IMMEDIATE<br />
startup</span></div>
<div>Occorre poi creare un cron sul logserver che filtra solo i login/logout  e prelevi i risultati.</div>
<div>Nella ver 9i infatti non è possibile inviare i log a un remote syslog</div>
<div>
<h2>Abilitare il logging su Postgres<span style="font-size: x-small; font-family: Arial;"> </span></h2>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Modifico<br />
/usr/local/pgsql/data/postgresql.conf<br />
come segue:</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">log_destination = &#8217;syslog&#8217;</span></span></p>
<div><span style="font-size: x-small; font-family: Arial;">syslog_facility = &#8216;LOCAL1&#8242;<br />
syslog_ident = &#8216;postgres&#8217;</span></div>
<div><span style="font-size: x-small; font-family: Arial;"> </span></div>
<div><span style="font-size: x-small; font-family: Arial;">log_connections = true<br />
log_disconnections = true<br />
log_duration =  true</span></div>
</div>
<div><span style="font-size: x-small; font-family: Arial;">log_hostname = true</span></div>
<div>
<h2>Abilitare il logging su MySql</h2>
</div>
<div>Dato che mysql non supporta la scrittura di log su syslog si può risolvere nel seguente modo:</p>
<p>Nel file<br />
/etc/my.cnf</p>
<p>nella sezione<br />
[mysqld]</p>
<p>aggiungo<br />
log=/var/log/mysql.log</p>
<p>Poi lancio all&#8217;avvio il seguente comando:</p>
<p><span style="text-decoration: line-through;">tail -f /var/log/mysql.log | egrep &#8216;Connect|Quit&#8217; | logger -p LOCAL1.info -t mysql &amp;</span></p>
<p>(ringrazio Stefano Coletta (http://www.mindcreations.com/) per la precisazione:</p>
<p><em>l’egrep va corredato dall’opzione –line-buffered altrimenti non funziona  correttamente</em>)</p>
<p>tail -f /var/log/mysql.log | egrep –line-buffered &#8216;Connect|Quit&#8217; | logger -p  LOCAL1.info -t mysql &amp;</p>
<p>e lo salvo nell&#8217; rc.local</p>
<p>e lo metto anche nella sezione <strong>postrotate </strong>del <strong>logrotate </strong>in<br />
/etc/logrotate.d/mysql-log-rotate</p>
<p>Altrimenti, come suggeritomi dal buon <em>Alessandro Corbelli</em> di <em><a href="http://www.web4web.it"><span class="moz-txt-link-abbreviated">www.web4web.it</span></a></em> si possono usare le named pipe:</p>
<p><a href="http://www.linuxjournal.com/article/2156">http://www.linuxjournal.com/article/2156</a></p>
<p><a href="http://www.linuxjournal.com/content/using-named-pipes-fifos-bash">http://www.linuxjournal.com/content/using-named-pipes-fifos-bash</a></p>
<p><em>Non loggo tutto su file ma ho creato una named pipe ed in inittab ho inserito, in respawn, uno script<span> </span> così composto<span> </span></em></p>
<p><em><span> </span>while [ true ]; do<br />
tail -f &lt;namedpipe&gt; | egrep &#8216;Connect|Quit&#8217; | logger&#8230;<br />
done</em></p>
<p><em>Le prestazioni sono &#8216;abbastanza&#8217; decenti.<br />
Il while sarebbe anche superfluo&#8230;</em></p>
<p>Occorre fare attenzione a un particolare:</p>
<p><strong>Se si utilizza la named pipe con lo script in inittab, nello script NON deve esserci il tail, ma il cat.</strong></p>
<p><strong>Quindi lo script diventa:</strong></p>
<p>while [ true ]; do<br />
<strong>cat</strong> &lt;namedpipe&gt; | egrep &#8216;Connect|Quit&#8217; | logger -p LOCAL1.info -t mysql<br />
done</p>
<p><em><br />
</em></p>
</div>
<div>
<h2>Abilitare il logging sui server Windows</h2>
<p>Sui server <strong>windows</strong></p>
</div>
<div>
<p>Ho usato snare:</p>
<p>SnareSetup-3.1.5-MultiArch.exe</p>
<p><a href="http://www.intersectalliance.com/projects/SnareWindows/index.html">http://www.intersectalliance.com/projects/SnareWindows/index.html</a></p>
<p>Come “Destination snare server address” ho messo lo stesso ip del log server e come porta la 514</p>
<h2>Abilitare il logging su Exchange</h2>
<div>Per abilitare il logging sel mailserver:</p>
<p><strong>Gestore sistema Exchange</strong> -&gt; Gruppi amministrativi -&gt; &lt;nome&gt;  -&gt; server -&gt; NomeServer -&gt; tasto dx sul server -&gt; registrazione Diagnostica<br />
-&gt; MSExchangeIS -&gt; private o cassetta postale -&gt; Accessi = minima; Controllo accessi = minima (oppure logons=minima e access control = minima)</p>
<p>Poi su <strong>snare</strong>:<br />
Creo un nuovo oggetto:<br />
Identify the high level event = Any event(s)<br />
Event ID Search Term = 1009,1016,1013,1029<br />
General Search Term = *<br />
Select the User Match Type = Include<br />
User Search Term = *admin*<br />
Identify the event types to be captured = Success Audit + Failure Audit<br />
Identify the event logs = Security  + Application<br />
Select the Alert Level = Critical</p>
</div>
<div>
<h2>Abilitare il logging sul FileServer</h2>
</div>
<div>Creo un nuovo oggetto:<br />
Identify the high level event = Any event(s)<br />
Event ID Search Term = 538,540,552,551,682,683,528<br />
General Search Term = *<br />
Select the User Match Type = Include<br />
User Search Term = *admin*<br />
Identify the event types to be captured = TUTTI<br />
Identify the event logs = Security<br />
Select the Alert Level = Critical</div>
<h2>Immodificabilità dei log</h2>
<p>Ogni notte, sul logserver, parte un cron che mi crea un md5 di tutti i file di log</p>
<p>Lo chiamo Z_calcola_md5.sh in modo che il cron lo chiama da ultimo DOPO il logrotate</p>
<p>cat /etc/cron.daily/Z_calcola_md5.sh</p>
<p>########################################<br />
#!/bin/bash<br />
TMP=`/bin/date &#8211;date=&#8217;1 days ago&#8217; +%m/%d`<br />
FILE_NAME=&#8221;MD5-`/bin/date &#8211;date=&#8217;1 days ago&#8217; +%m-%d`.md5&#8243;<br />
DEST_DIR01=&#8221;/var/log/TUTTI&#8221;<br />
DEST_DIR=&#8221;$DEST_DIR01/$TMP/&#8221;<br />
MD5_DIR=&#8221;/var/log/TUTTI/MD5/&#8221;<br />
cd $MD5_DIR<br />
find  $DEST_DIR  -type f -exec md5sum {} \;  &gt; $FILE_NAME<br />
#########################################</p>
<p>A questo punto posso creare un tar.gz e salvare i log su un dvd o effettuarne un backup</p>
</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1995px; width: 1px; height: 1px;">
<p><a href="http://www.linuxjournal.com/article/2156">http://www.linuxjournal.com/article/2156</a></p>
<p><a href="http://www.linuxjournal.com/content/using-named-pipes-fifos-bash">http://www.linuxjournal.com/content/using-named-pipes-fifos-bash</a></p>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/10/29/provvedimento-del-garante-sugli-amministratori-di-sistema/feed/</wfw:commentRss>
		<slash:comments>80</slash:comments>
		</item>
		<item>
		<title>Libnet questa introvabile sconosciuta</title>
		<link>http://blog.maurizio.proietti.name/2009/07/23/libnet-questa-introvabile-sconosciuta/</link>
		<comments>http://blog.maurizio.proietti.name/2009/07/23/libnet-questa-introvabile-sconosciuta/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 06:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[slackware 12]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[libnet]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[sistemista]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=382</guid>
		<description><![CDATA[Dato che per compilare snort serve libnet 1.02a
Dato che il sito di riferimento (http://www.packetfactory.net/projects/libnet/) non è raggiungibile
Ho trovato il pacchetto in questo sito:
http://www.filewatcher.com/m/libnet-1.0.2a.tar.gz.140191.0.0.html
e per sicurezza ne allego una copia quilibnet-102a
]]></description>
			<content:encoded><![CDATA[<p>Dato che per compilare snort serve libnet 1.02a<br />
Dato che il sito di riferimento (http://www.packetfactory.net/projects/libnet/) non è raggiungibile<br />
Ho trovato il pacchetto in questo sito:</p>
<p>http://www.filewatcher.com/m/libnet-1.0.2a.tar.gz.140191.0.0.html</p>
<p>e per sicurezza ne allego una copia qui<a href='http://blog.maurizio.proietti.name/wp-content/uploads/2009/07/libnet-102atar.gz'>libnet-102a</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/07/23/libnet-questa-introvabile-sconosciuta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JoomlaFAP installazione e accessibilità</title>
		<link>http://blog.maurizio.proietti.name/2009/05/29/joomlafap-installazione-e-accessibilita/</link>
		<comments>http://blog.maurizio.proietti.name/2009/05/29/joomlafap-installazione-e-accessibilita/#comments</comments>
		<pubDate>Fri, 29 May 2009 06:55:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[accessibilità]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomlafap]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[sistemista]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=359</guid>
		<description><![CDATA[Intro
Prima di tutto occorre ringraziare per il MERAVIGLIOSO progetto e agiungere i corretti riferimenti
Sito del progetto: http://joomlacode.org/gf/project/joomlafap1_5
Download: http://joomlacode.org/gf/project/joomlafap1_5/frs/
Segnalazioni di errore su: http://joomlacode.org/gf/project/joomlafap1_5/tracker/
Le istruzioni sono nei video tutorial: http://joomlacode.org/gf/project/joomlafap1_5/docman/?subdir=466
Installazione e configurazione
Scarica joomla 1.5 &#8211; Joomla_1.5.10_ita-Stable.tgz e esegui l&#8217;installazione
Scarica il template
 http://joomlacode.org/gf/download/frsrelease/9169/34135/tpl_accessible_81.zip
da qui
 http://joomlacode.org/gf/project/joomlafap1_5/frs/?action=FrsReleaseBrowse&#38;frs_package_id=3542
oppure usa quello allegato che è modificato da me copiandolo nella root del sito [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Intro</strong><br />
Prima di tutto occorre ringraziare per il MERAVIGLIOSO progetto e agiungere i corretti riferimenti<br />
Sito del progetto: http://joomlacode.org/gf/project/joomlafap1_5</p>
<p>Download: http://joomlacode.org/gf/project/joomlafap1_5/frs/</p>
<p>Segnalazioni di errore su: http://joomlacode.org/gf/project/joomlafap1_5/tracker/</p>
<p>Le istruzioni sono nei video tutorial: http://joomlacode.org/gf/project/joomlafap1_5/docman/?subdir=466</p>
<p><strong>Installazione e configurazione</strong></p>
<p>Scarica joomla 1.5 &#8211; Joomla_1.5.10_ita-Stable.tgz e esegui l&#8217;installazione</p>
<p>Scarica il template<br />
<a href="http://joomlacode.org/gf/download/frsrelease/9169/34135/tpl_accessible_81.zip" target="_blank"> http://joomlacode.org/gf/download/frsrelease/9169/34135/tpl_accessible_81.zip</a><br />
da qui<br />
<a href="http://joomlacode.org/gf/project/joomlafap1_5/frs/?action=FrsReleaseBrowse&amp;frs_package_id=3542" target="_blank"> http://joomlacode.org/gf/project/joomlafap1_5/frs/?action=FrsReleaseBrowse&amp;frs_package_id=3542</a></p>
<p>oppure usa quello allegato che è modificato da me copiandolo nella root del sito ed estraendolo lì con tar -zxvf template&#8230;.)</p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/template-maox-accessibiletar.gz">template-maox-accessibiletar</a></p>
<p>scarica il modulo per le access-key da qui<br />
<a href="http://joomlacode.org/gf/project/joomlafap1_5/frs/?action=FrsReleaseBrowse&amp;frs_package_id=3543" target="_blank"> http://joomlacode.org/gf/project/joomlafap1_5/frs/?action=FrsReleaseBrowse&amp;frs_package_id=3543</a></p>
<p>attualmente è il seguente:<br />
<a href="http://joomlacode.org/gf/download/frsrelease/9022/33465/com_accesskeys_77.zip" target="_blank"> http://joomlacode.org/gf/download/frsrelease/9022/33465/com_accesskeys_77.zip</a></p>
<p>Poi scarica le patch del core da qui<br />
<a href="http://joomlacode.org/gf/project/joomlafap1_5/scmsvn/?action=browse&amp;path=%2Fcorepatches%2F" target="_blank">http://joomlacode.org/gf/project/joomlafap1_5/scmsvn/?action=browse&amp;path=%2Fcorepatches%2F</a></p>
<p>basta il file delle differenze:<br />
joomla_fap_15_2009-03-29.diff</p>
<p>oppure, su linux (dopo aver installato subversion) creare una dir<br />
temporanea:<br />
mkdir tmp<br />
cd tmp<br />
svn checkout &#8211;username anonymous http://joomlacode.org/svn/joomlafap1_5/corepatches/<br />
password: anonymous</p>
<p>copiare il file delle differenze nella root del sito:<br />
cp joomla_fap_15_2009-03-29.diff ../</p>
<p>ed eseguire la patch:<br />
patch -p0 &lt; joomla_fap_15_2009-03-29.diff</p>
<p>Adesso copiare nella root del sito i 3 file delle differenze allegati di seguito ed<br />
eseguire:<br />
(serve x passare la validazione dell&#8217;xhtml)</p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/maoxcom_contact.diff">maoxcom_contact</a></p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/maoxcom_newsfeeds.diff">maoxcom_newsfeeds</a></p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/maoxcom_weblinks.diff">maoxcom_weblinks</a></p>
<p>patch -p0 &lt; MaoX.com_newsfeeds.diff<br />
patch -p0 &lt; MaoX.com_weblinks.diff<br />
patch -p0 &lt; MaoX.com_contact.diff</p>
<p>Nella sezione amministrativa:</p>
<p>modificare il Top Menu (sezione moduli) come nelle immagini allegate di seguito</p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/menu_top01.jpg"><img class="alignnone size-medium wp-image-363" title="menu_top01" src="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/menu_top01-300x91.jpg" alt="" width="300" height="91" /></a></p>
<p><a href="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/menu_top02.jpg"><img class="alignnone size-medium wp-image-364" title="menu_top02" src="http://blog.maurizio.proietti.name/wp-content/uploads/2009/05/menu_top02-300x94.jpg" alt="" width="300" height="94" /></a></p>
<p>Installare il componente access_key<br />
Settare il template accessibile come predefinito.</p>
<p>Il risultato può essere visualizzato qui:</p>
<p><a href="http://portale-energia.provincia.prato.it/" target="_blank">http://portale-energia.provincia.prato.it/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/05/29/joomlafap-installazione-e-accessibilita/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Problema nagios-plugin su CentOS 4 &#8211; invalid option tune=pentium4</title>
		<link>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/</link>
		<comments>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 09:52:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=211</guid>
		<description><![CDATA[Ho avuto difficoltà ad installare i plugin del nagios.
Dopo il make
ottenevo l&#8217;errore:
invalid option `tune=pentium4&#8242;
Per risolvere ho editato il file plugins/Makefile
ed ho eliminato l&#8217;opzione:
-mtune=pentium4
rilanciato il make e&#8230;
TUTTO OK!
Saluti
]]></description>
			<content:encoded><![CDATA[<p>Ho avuto difficoltà ad installare i plugin del nagios.<br />
Dopo il make<br />
ottenevo l&#8217;errore:<br />
invalid option `tune=pentium4&#8242;</p>
<p>Per risolvere ho editato il file plugins/Makefile<br />
ed ho eliminato l&#8217;opzione:<br />
-mtune=pentium4</p>
<p>rilanciato il make e&#8230;<br />
TUTTO OK!</p>
<p>Saluti</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2008/08/07/problema-installazione-nagios-plugin-su-centos-4-invalid-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Recensione] &#8211; Un ottimo software per la gestione dei Blog</title>
		<link>http://blog.maurizio.proietti.name/2007/06/26/recensione-un-ottimo-software-per-la-gestione-dei-blog/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/26/recensione-un-ottimo-software-per-la-gestione-dei-blog/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 07:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[recensione]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/26/recensione-un-ottimo-software-per-la-gestione-dei-blog/</guid>
		<description><![CDATA[http://www.lifetype.net/
&#8211;principio di Napoleone:non attribuire a malintenzione cio&#8217; che puo&#8217;essere semplicemente spiegato come imbecillita&#8217;&#8211;MaoX Blog:http://maox.blogspot.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lifetype.net/">http://www.lifetype.net/</a>
<p>&#8211;<br />principio di Napoleone:<br />non attribuire a malintenzione cio&#8217; che puo&#8217;<br />essere semplicemente spiegato come imbecillita&#8217;<br />&#8211;<br />MaoX Blog:<br /><a href="http://maox.blogspot.com/">http://maox.blogspot.com</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/26/recensione-un-ottimo-software-per-la-gestione-dei-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dovecot con supporto mysql su fedora &#8211; creare il proprio rpm</title>
		<link>http://blog.maurizio.proietti.name/2007/06/15/dovecot-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/15/dovecot-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 13:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/15/dovecot-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/</guid>
		<description><![CDATA[DOVECOT con supporto mysql 

La stessa cosa vista x postfix la si può fare x Dovecot: wget http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/dovecot-1.0-2.rc17.fc7.src.rpm rpm -Uhv dovecot-1.0-2.rc17.fc7.src.rpm wget http://www.dovecot.org/releases/dovecot-1.0.rc22.tar.gz cp dovecot-1.0.rc22.tar.gz /usr/src/redhat/SOURCES/ cd /usr/src/redhat/SPECS vi dovecot.specs cambio  %define build_postgres 0 Release .......   yum install gettext-devel  rpmbuild -ba dovecot.specs rpmbuild -bb dovecot.specs  cd /usr/src/redhat/RPMS/i386/  rpm -Uhv [...]]]></description>
			<content:encoded><![CDATA[<pre><span style="font-family: times new roman;font-size:100%;" ><span style="font-size:130%;">DOVECOT con supporto mysql 

</span>La stessa cosa vista x postfix la si può fare x Dovecot: wget <a class="moz-txt-link-freetext" href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/dovecot-1.0-2.rc17.fc7.src.rpm">http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/dovecot-1.0-2.rc17.fc7.src.rpm</a> rpm -Uhv dovecot-1.0-2.rc17.fc7.src.rpm wget <a class="moz-txt-link-freetext" href="http://www.dovecot.org/releases/dovecot-1.0.rc22.tar.gz">http://www.dovecot.org/releases/dovecot-1.0.rc22.tar.gz</a> cp dovecot-1.0.rc22.tar.gz /usr/src/redhat/SOURCES/ cd /usr/src/redhat/SPECS vi dovecot.specs cambio  </span><span style="font-size:100%;"><span style="font-family: times new roman;">%define build_postgres 0 </span><span style="font-family: times new roman;">Release .......   </span><span style="font-family: times new roman;">yum install gettext-devel  </span><span style="font-family: times new roman;">rpmbuild -ba dovecot.specs </span><span style="font-family: times new roman;">rpmbuild -bb dovecot.specs  </span><span style="font-family: times new roman;">cd /usr/src/redhat/RPMS/i386/  </span><span style="font-family: times new roman;">rpm -Uhv ./dovecot-*   </span><span style="font-family: times new roman;">Seguo  </span><a style="font-family: times new roman;" href="http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL" target="_blank">http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL</a></span></pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/15/dovecot-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix con supporto mysql su fedora &#8211; creare il proprio rpm</title>
		<link>http://blog.maurizio.proietti.name/2007/06/15/postfix-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/15/postfix-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 13:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 7]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/15/postfix-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/</guid>
		<description><![CDATA[Postfix con supporto mysql su Fedora
Get the latest source rpm fromFedora Core Developmentand install itor here:http://download.fedora.redhat.com/pub/fedora/linux/updates/7/SRPMS/
(Note: the src.rpm not the i386.rpm) with: 
rpm -Uvh postfix-2.3.x-1.src.rpm   
If it still not the latest get the latest source from any of thePostfix Download Siteand put int intorpm/SOURCES/ directory. In postfix.spec modify the version and add MySQL [...]]]></description>
			<content:encoded><![CDATA[<p><span style=";font-family:times new roman;font-size:100%;" class="Console"  ><span style=""><span style="font-size:130%;">Postfix con supporto mysql su Fedora</span></p>
<p></span></span><span style="font-size:100%;"><span style="font-family:times new roman;">Get the latest source rpm from</span><a style="font-family: times new roman;" href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/" class="http">Fedora Core Development</a><span style="font-family:times new roman;">and install it<br />or here:<br />http://download.fedora.redhat.com/pub/fedora/linux/updates/7/SRPMS/</p>
<p></span><span style="font-family:times new roman;">(</span><strong style="font-family: times new roman;">Note: the src.rpm not the i386.rpm</strong><span style="font-family:times new roman;">) with: </span></span>
<pre  style="font-family:times new roman;"><span style="font-size:100%;">rpm -Uvh postfix-2.3.x-1.src.rpm   </span></pre>
<p class="line862"  style="font-family:times new roman;"><span style="font-size:100%;">If it still not the latest get the latest source from any of the<a href="http://www.postfix.org/download.html" class="http">Postfix Download Site</a>and put int into<br /><em></em><strong>rpm/SOURCES/</strong> directory. In postfix.spec modify the version and add MySQL support (%define MYSQL 1) and build it: </span></p>
<p> <span style="font-size:100%;"><span style="font-family:times new roman;"> rpmbuild -ba postfix.spec</span><br /><span style="font-family:times new roman;"> rpmbuild -bb postfix.spec </span></span>
<pre  style="font-family:times new roman;"><span style="font-size:100%;">Cioè:scarico l'RPM con i sorgenti,poi scarico l'ultima versione di postfix e lo installoTutto va a finire in /usr/src/redhat/SOURCES/qui sostituiscopostfix-2.3.6.tar.gzconpostfix-2.3.7.tar.gzpoi in/usr/src/redhat/SPECS/modificopostfix.spec%define MYSQL 1 Version: 2.3.7e poi lanciorpmbuild -ba postfix.specrpmbuild -bb postfix.specin/usr/src/redhat/RPMS/i386trovo i pacchetti RPM  e quindicd /usr/src/redhat/RPMS/i386rpm -Uhv ./*

FATTO!!!!</span></pre>
<p>[da http://dailypackage.fedorabook.com/index.php?/archives/6-Wednesday-Why-The-Alternatives-System.html]</p>
<p>To select one of these two packages interactively, the <i>alternatives</i> command is used with the <span style="font-family:courier new,courier,monospace;">&#8211;config</span> option and the generic name of the feature that is being configured:</p>
<blockquote><p><span style="font-family:courier new,courier,monospace;"># <b>alternatives &#8211;config mta</b></span></p>
<p><span style="font-family:courier new,courier,monospace;">There are 2 programs which provide &#8216;mta&#8217;.</span></p>
<p><span style="font-family:courier new,courier,monospace;">  Selection    Command</span><br /><span style="font-family:courier new,courier,monospace;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br /><span style="font-family:courier new,courier,monospace;">*+ 1           /usr/sbin/sendmail.sendmail</span><br /><span style="font-family:courier new,courier,monospace;">   2           /usr/sbin/sendmail.postfix</span></p>
<p><span style="font-family:courier new,courier,monospace;">Enter to keep the current selection[+], or type selection number:</span></p></blockquote>
<p>Note that the highest-priority alternative is marked with an astrisk (*), and the currently-selected option is marked with a plus-sign (+). Press enter to keep the current setting or enter a number to select another value.</p>
<p>To select an alternative directly from the command line, use the <span style="font-family:courier new,courier,monospace;">&#8211;set</span> option:</p>
<blockquote><p><span style="font-family:courier new,courier,monospace;"># <b>alternatives &#8211;set mta /usr/sbin/sendmail.postfix</b></span></p>
</blockquote>
<p>You can see the current value by using the <span style="font-family:courier new,courier,monospace;">&#8211;display</span> option:</p>
<blockquote><p><span style="font-family:courier new,courier,monospace;"># <b>alternatives &#8211;display mta</b><br />mta &#8211; status is manual.<br />link currently points to /usr/sbin/sendmail.sendmail<br />/usr/sbin/sendmail.sendmail &#8211; priority 90<br />slave mta-pam: /etc/pam.d/smtp.sendmail<br />slave mta-mailq: /usr/bin/mailq.sendmail<br />slave mta-newaliases: /usr/bin/newaliases.sendmail<br />slave mta-rmail: /usr/bin/rmail.sendmail<br />slave mta-sendmail: /usr/lib/sendmail.sendmail<br />slave mta-mailqman: /usr/share/man/man1/mailq.sendmail.1.gz<br />slave mta-newaliasesman: /usr/share/man/man1/newaliases.sendmail.1.gz<br />slave mta-aliasesman: /usr/share/man/man5/aliases.sendmail.5.gz<br />slave mta-sendmailman: /usr/share/man/man8/sendmail.sendmail.8.gz<br />/usr/sbin/sendmail.postfix &#8211; priority 30<br />slave mta-pam: /etc/pam.d/smtp.postfix<br />slave mta-mailq: /usr/bin/mailq.postfix<br />slave mta-newaliases: /usr/bin/newaliases.postfix<br />slave mta-rmail: /usr/bin/rmail.postfix<br />slave mta-sendmail: /usr/lib/sendmail.postfix<br />slave mta-mailqman: /usr/share/man/man1/mailq.postfix.1.gz<br />slave mta-newaliasesman: /usr/share/man/man1/newaliases.postfix.1.gz<br />slave mta-aliasesman: /usr/share/man/man5/aliases.postfix.5.gz<br />slave mta-sendmailman: /usr/share/man/man1/sendmail.postfix.1.gz<br />Current `best&#8217; version is /usr/sbin/sendmail.sendmail.</span></p>
</blockquote>
<p>Instead of selecting the alternative manually, you can choose to have the highest-priority option automatically selected. This will enable an automatic change as packages are added and removed:</p>
<blockquote><p><span style="font-family:courier new,courier,monospace;"># <b>alternatives &#8211;auto mta</b></span></p>
</blockquote>
<p>The most common use of the alternatives system is to select between implementations of Java, the print server, and the mail transfer agent. Fedora&#8217;s implementation of alternatives is a rewrite and extension of the alternatives system used in Debian.</p>
<p>(Why is the generic name linked to a name in <span style="font-family:courier new,courier,monospace;">/etc/alternatives</span> which is symlinked to the target, instead of the generic name being directly symlinked to the target? This was done so that the configuration information is contained in the <span style="font-family:courier new,courier,monospace;">/etc</span> directory, centralizing the location of configuration data).</p>
<pre  style="font-family:times new roman;"><span style="font-size:100%;"></span></pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/15/postfix-con-supporto-mysql-su-fedora-creare-il-proprio-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ottimo CRM &#8211; Gestione Clienti</title>
		<link>http://blog.maurizio.proietti.name/2007/06/10/ottimo-crm-gestione-clienti/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/10/ottimo-crm-gestione-clienti/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 00:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[recensione]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/10/ottimo-crm-gestione-clienti/</guid>
		<description><![CDATA[http://www.sugarcrm.com
&#8211; principio di Napoleone: non attribuire a malintenzione cio&#39; che puo&#39; essere semplicemente spiegato come imbecillita&#39;MaoX Blog:Problemi e soluzioni di un sistemista informatico:http://maox.blogspot.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sugarcrm.com">http://www.sugarcrm.com</a>
<p>&#8211; <br />principio di Napoleone: non attribuire a malintenzione cio&#39; che puo&#39; essere semplicemente spiegato come imbecillita&#39;<br />MaoX Blog:<br />Problemi e soluzioni di un sistemista informatico:<br /><a href="http://maox.blogspot.com">http://maox.blogspot.com</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/10/ottimo-crm-gestione-clienti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ricompilare il kernel su fedora</title>
		<link>http://blog.maurizio.proietti.name/2007/06/10/ricompilare-il-kernel-su-fedora/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/10/ricompilare-il-kernel-su-fedora/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 23:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/10/ricompilare-il-kernel-su-fedora/</guid>
		<description><![CDATA[http://fedoraserver.unipa.it/fedora/desktop/fedora-7/come-compilare-il-kernel-di-fedora-7-partendo-dai-sorgenti/
&#8211; principio di Napoleone: non attribuire a malintenzione cio&#39; che puo&#39; essere semplicemente spiegato come imbecillita&#39;MaoX Blog:Problemi e soluzioni di un sistemista informatico:http://maox.blogspot.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://fedoraserver.unipa.it/fedora/desktop/fedora-7/come-compilare-il-kernel-di-fedora-7-partendo-dai-sorgenti/">http://fedoraserver.unipa.it/fedora/desktop/fedora-7/come-compilare-il-kernel-di-fedora-7-partendo-dai-sorgenti/</a>
<p>&#8211; <br />principio di Napoleone: non attribuire a malintenzione cio&#39; che puo&#39; essere semplicemente spiegato come imbecillita&#39;<br />MaoX Blog:<br />Problemi e soluzioni di un sistemista informatico:<br /><a href="http://maox.blogspot.com">http://maox.blogspot.com</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/10/ricompilare-il-kernel-su-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nut &#8211; Configurazioni</title>
		<link>http://blog.maurizio.proietti.name/2007/06/04/nut-configurazioni/</link>
		<comments>http://blog.maurizio.proietti.name/2007/06/04/nut-configurazioni/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 08:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[recensione]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/06/04/nut-configurazioni/</guid>
		<description><![CDATA[http://opensource.mgeups.com/howto.htm#test-cfghttp://opensource.mgeups.com/ups.htmhttp://opensource.mgeups.com/install/debian.htmhttp://www.mscs.dal.ca/~selinger/ups/backups.html
&#8211;principio di Napoleone:non attribuire a malintenzione cio&#39; che puo&#39;essere semplicemente spiegato come imbecillita&#39;MaoX Blog:http://maox.blogspot.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource.mgeups.com/howto.htm#test-cfg">http://opensource.mgeups.com/howto.htm#test-cfg</a><br /><a href="http://opensource.mgeups.com/ups.htm">http://opensource.mgeups.com/ups.htm</a><br /><a href="http://opensource.mgeups.com/install/debian.htm">http://opensource.mgeups.com/install/debian.htm</a><br /><a href="http://www.mscs.dal.ca/~selinger/ups/backups.html">http://www.mscs.dal.ca/~selinger/ups/backups.html</a>
<p>&#8211;<br />principio di Napoleone:<br />non attribuire a malintenzione cio&#39; che puo&#39;<br />essere semplicemente spiegato come imbecillita&#39;<br />MaoX Blog:<br /><a href="http://maox.blogspot.com">http://maox.blogspot.com</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/06/04/nut-configurazioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il mio software per la gestione delle sagre</title>
		<link>http://blog.maurizio.proietti.name/2007/04/13/il-mio-software-per-la-gestione-delle-sagre/</link>
		<comments>http://blog.maurizio.proietti.name/2007/04/13/il-mio-software-per-la-gestione-delle-sagre/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 00:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[recensione]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/04/13/il-mio-software-per-la-gestione-delle-sagre/</guid>
		<description><![CDATA[Questo software gestisce ordini e pagamenti ed è stato realizzato perla gestione della cassa delle sagre e dei ristoranti.Funziona su apache + php + mysqlhttp://www.mpsistemi.net/maurizio/gca.php
]]></description>
			<content:encoded><![CDATA[<p>Questo software gestisce ordini e pagamenti ed è stato realizzato per<br />la gestione della cassa delle sagre e dei ristoranti.<br />Funziona su apache + php + mysql<br /><a href="http://www.mpsistemi.net/maurizio/gca.php">http://www.mpsistemi.net/maurizio/gca.php</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/04/13/il-mio-software-per-la-gestione-delle-sagre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slax su penna usb</title>
		<link>http://blog.maurizio.proietti.name/2007/04/10/slax-su-penna-usb/</link>
		<comments>http://blog.maurizio.proietti.name/2007/04/10/slax-su-penna-usb/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 12:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[recensione]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/04/10/slax-su-penna-usb/</guid>
		<description><![CDATA[*Basic essentials:*
    * A 256MB or larger USB flash drive   * HP-USB Format tool (Optional)   * USBSLAXFULL.zip
*Here is the tutorial:*
*Warning:* DO NOT RUN makeboot.exe from your local hard drive!! It isintended to be run from your USB device.
   1. Download     &#60;ftp://ftp.compaq.com/pub/softpaq/sp27001-27500/SP27213.exe&#62; the [...]]]></description>
			<content:encoded><![CDATA[<p>*Basic essentials:*
<p>    * A 256MB or larger USB flash drive<br />   * HP-USB Format tool (Optional)<br />   * USBSLAXFULL.zip</p>
<p>*Here is the tutorial:*</p>
<p>*Warning:* DO NOT RUN makeboot.exe from your local hard drive!! It is<br />intended to be run from your USB device.</p>
<p>   1. Download<br />     &lt;<a href="ftp://ftp.compaq.com/pub/softpaq/sp27001-27500/SP27213.exe">ftp://ftp.compaq.com/pub/softpaq/sp27001-27500/SP27213.exe</a>&gt; the<br />     HP-USB Format tool and format your flash drive using the Fat or<br />     Fat32 option.<br />  2. Download<br />     &lt;<a href="http://prdownloads.sourceforge.net/pendrivelinux/USBSLAXFULL.zip?download">http://prdownloads.sourceforge.net/pendrivelinux/USBSLAXFULL.zip?download</a>&gt;<br />     the USBSLAXFULL.zip<br />  3. Extract the contents of the USBSLAXFULL.zip to your &#8220;flash drive&#8221;.<br />  4. Browse to your &#8220;flash drive&#8221; and click the Makeboot.exe<br />  5. follow the on screen instructions.<br />  6. Reboot your computer and set your system BIOS to boot from USB-HDD<br />     or USB-ZIP. Also set the boot priority if necessary.</p>
<p>*Please note:* This tutorial has been tested to work from a Windows XP<br />computer with .net and service pack updates. Other operating<br />environments may or may not support the use of the installer.</p>
<p>*origine: <a href="http://www.pendrivelinux.com/2006/09/20/all-in-one-usb-slaxzip*">http://www.pendrivelinux.com/2006/09/20/all-in-one-usb-slaxzip*</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/04/10/slax-su-penna-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
