<?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>Matteo Mattei</title>
	<atom:link href="http://www.matteomattei.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matteomattei.com</link>
	<description>Matteo Mattei offre Assistenza Tecnica Sistemistica Linux e Windows in tutta Italia, da remoto ed on-site per Enti Pubblici e PMI. Realizziamo web-application, siti internet, cablaggi strutturati e installazioni server.</description>
	<lastBuildDate>Thu, 17 May 2012 20:51:04 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Subversion, webdav, LDAP e restrizioni sulle cartelle</title>
		<link>http://www.matteomattei.com/it/subversion-webdav-ldap-and-folder-restrictions/</link>
		<comments>http://www.matteomattei.com/it/subversion-webdav-ldap-and-folder-restrictions/#comments</comments>
		<pubDate>Thu, 17 May 2012 11:04:13 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[SVN]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=364</guid>
		<description><![CDATA[Se avete bisogno di configurare un server svn su Linux con autenticazione tramite LDAP, webdav ed inserire specifiche restrizioni su determinate cartelle, potete seguire le seguenti istruzioni. Uno: dovete installare subversion e apache sul vostro server Linux (ometterò questa parte). Two: dovete configurare webdav per accedere ad svn tramite http e configurare l&#8217;accesso tramite LDAP. [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/subversion-webdav-ldap-and-folder-restrictions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocizzate la vostra macchina virtuale creata con VMware Player</title>
		<link>http://www.matteomattei.com/it/speed-up-your-virtual-machine-created-with-vmware-player/</link>
		<comments>http://www.matteomattei.com/it/speed-up-your-virtual-machine-created-with-vmware-player/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 11:18:50 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Trucchi]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=356</guid>
		<description><![CDATA[Se la vostra macchina virtuale creata con VMware Player sta diventando abbastanza lenta e impiega molto tempo a completare alcune operazioni e&#8217; giunta l&#8217;ora di aumentare le performance! Chiudete la vostra VM ed aprite il file *.vmx con un editor di testo. Quindi aggiungete alla fine del file le seguenti righe: mainMem.useNamedFile = "FALSE" sched.mem.pshare.enable [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/speed-up-your-virtual-machine-created-with-vmware-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error con PhpMyAdmin e APC</title>
		<link>http://www.matteomattei.com/it/php-fatal-error-with-phpmyadmin-and-apc/</link>
		<comments>http://www.matteomattei.com/it/php-fatal-error-with-phpmyadmin-and-apc/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 20:39:35 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[Trucchi]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=345</guid>
		<description><![CDATA[Se state utilizzando PhpMyAdmin insieme ad APC può capitare che abbiate degli errori come questi: PHP Fatal error: Call to undefined function PMA_log_user() in /usr/share/webapps/phpMyAdmin/libraries/common.inc.php on line 914 PHP Fatal error: Call to undefined function PMA_select_language() in /usr/share/webapps/phpMyAdmin/libraries/auth/cookie.auth.lib.php on line 220 PHP Fatal error: Call to undefined function pma_generate_common_url() in /usr/share/webapps/phpMyAdmin/libraries/header_meta_style.inc.php on line 48 PHP [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/php-fatal-error-with-phpmyadmin-and-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estrarre un&#8217;immagine multi-file u-boot in Python</title>
		<link>http://www.matteomattei.com/it/extract-u-boot-multi-file-image-in-python/</link>
		<comments>http://www.matteomattei.com/it/extract-u-boot-multi-file-image-in-python/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 07:18:04 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=330</guid>
		<description><![CDATA[Questo semplice pezzo di codice mostra come estrarre/decomprimere un&#8217;immagine u-boot multi-file creata con il comando mkimage, utilizzando Python. Il formato dell&#8217;immagine del file u-boot è abbastanza semplice: 64 byte per l'image header. 4 byte per la dimensione della prima immagine. 4 byte per la dimensione della seconda immagine. ... 4 byte a zero per la [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/extract-u-boot-multi-file-image-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esempio di Segnali e Slot con QThread su PySide</title>
		<link>http://www.matteomattei.com/it/pyside-signals-and-slots-with-qthread-example/</link>
		<comments>http://www.matteomattei.com/it/pyside-signals-and-slots-with-qthread-example/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 13:59:27 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[PySide]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=321</guid>
		<description><![CDATA[In questi giorni ho iniziato a studiare PySide. Dopo alcuni giorni spesi a leggere un bel po&#8217; di materiale online, ho pensato che un esempio reale potesse essere utile per chi come come me intende cimentarsi con PySide. In questo esempio vi vieme mostrato come potete implementare un segnale custom (MySignal) insieme all&#8217;uso dei thread [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/pyside-signals-and-slots-with-qthread-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esportare una tabella MySQL in formato CSV utilizzando PHP</title>
		<link>http://www.matteomattei.com/it/export-mysql-table-in-csv-format-using-php/</link>
		<comments>http://www.matteomattei.com/it/export-mysql-table-in-csv-format-using-php/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 09:04:24 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dump]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=316</guid>
		<description><![CDATA[Il seguente codice PHP può essere utilizzato per exportare una tabella MySQL in formato CSV e quindi facilmente modificabile con MS Excel.]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/export-mysql-table-in-csv-format-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Come eseguire comandi con privilegi di uno specifico utente in C and Python su Linux</title>
		<link>http://www.matteomattei.com/it/how-to-execute-commands-with-specific-user-privilege-in-c-under-linux/</link>
		<comments>http://www.matteomattei.com/it/how-to-execute-commands-with-specific-user-privilege-in-c-under-linux/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:53:19 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=305</guid>
		<description><![CDATA[Se avete accesso da root ma avete bisogno di eseguire alcuni applicazioni o script con credenziali di altri utenti potete semplicemente farlo direttamente dalla shell con: Ma se invece avete bisogno di eseguire tale programma dalla vostra applicazione C/C++ avete bisogno di seguire questa procedura: Potete compilare ed eseguire il codice in questo modo: Lo [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/how-to-execute-commands-with-specific-user-privilege-in-c-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come cancellare un Hard Disk in modo sicuro</title>
		<link>http://www.matteomattei.com/it/how-to-really-erase-an-hard-drive/</link>
		<comments>http://www.matteomattei.com/it/how-to-really-erase-an-hard-drive/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 14:20:50 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Relax]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=289</guid>
		<description><![CDATA[Poiché non esiste una procedura VERAMENTE sicura per cancellare un Hard Disk, l&#8217;unico sistema per eliminare ogni traccia di dato privato da uno storage device è utilizzare uno strumento potente. Oggi abbiamo sperimentato la cancellazione in modo sicuro di un HD da 2.5 pollici con un martello. Si, avete capito bene, un MARTELLO!!! Cosa c&#8217;è [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/how-to-really-erase-an-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ridimensionamento partizione in ext4 su VMware player</title>
		<link>http://www.matteomattei.com/it/shrink-ext4-partition-on-wmware-player/</link>
		<comments>http://www.matteomattei.com/it/shrink-ext4-partition-on-wmware-player/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 10:59:52 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=274</guid>
		<description><![CDATA[Qualche giorno fa ho speso un pò di tempo per provare a ridimensionare una macchina virtuale con sopra Ubuntu 11.04 con la partizione di root formattata con il filesystem EXT4. Il problema principale è che la versione attuale di VMware tools (8.4.6, build-385536) non supporta lo shrink su filesystem ext4. se infatti digitate sudo vmware-toolbox, [...]]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/shrink-ext4-partition-on-wmware-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come implementare l&#8217;algoritmo MAC_X919 in Python</title>
		<link>http://www.matteomattei.com/it/how-to-implement-mac_x919-algorithm-in-python/</link>
		<comments>http://www.matteomattei.com/it/how-to-implement-mac_x919-algorithm-in-python/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 17:27:03 +0000</pubDate>
		<dc:creator>Matteo Mattei</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.matteomattei.com/?p=260</guid>
		<description><![CDATA[Oggi insieme al mio amico Nicola stavo cercando in rete l&#8217;implementazione dell&#8217;algoritmo X9.19 in python. Purtroppo non l&#8217;abbiamo trovato da nessuna parte per cui ce lo siamo fatti da soli:]]></description>
		<wfw:commentRss>http://www.matteomattei.com/it/how-to-implement-mac_x919-algorithm-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

