<?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>Il Blog di Papini Sascha</title>
	<atom:link href="http://www.papinisascha.it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.papinisascha.it</link>
	<description>Follow the white rabbit ...</description>
	<lastBuildDate>Wed, 02 May 2012 16:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Debian Apache 2 &#8211; Visualizzare i moduli caricati</title>
		<link>http://www.papinisascha.it/2012/05/02/debian-apache-2-visualizzare-i-moduli-caricati.html</link>
		<comments>http://www.papinisascha.it/2012/05/02/debian-apache-2-visualizzare-i-moduli-caricati.html#comments</comments>
		<pubDate>Wed, 02 May 2012 16:50:03 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[moduli apache]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=357</guid>
		<description><![CDATA[Basta eseguire questo semplice comando: apache2ctl -M una volta lanciato uscirà la lista dei moduli caricati come da esempio: Loaded Modules: core_module (static) log_config_module (static) logio_module (static) mpm_prefork_module (static) http_module (static) so_module (static) alias_module (shared) auth_basic_module (shared) authn_file_module (shared) authz_default_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cgi_module (shared) deflate_module (shared) dir_module (shared) env_module (shared) mime_module (shared) evasive20_module (shared) negotiation_module (shared) php5_module (shared) reqtimeout_module (shared) rewrite_module (shared) setenvif_module...]]></description>
			<content:encoded><![CDATA[<p>Basta eseguire questo semplice comando:</p>
<blockquote><p>apache2ctl -M</p></blockquote>
<p>una volta lanciato uscirà la lista dei moduli caricati come da esempio:</p>
<blockquote><p>Loaded Modules:<br />
core_module (static)<br />
log_config_module (static)<br />
logio_module (static)<br />
mpm_prefork_module (static)<br />
http_module (static)<br />
so_module (static)<br />
alias_module (shared)<br />
auth_basic_module (shared)<br />
authn_file_module (shared)<br />
authz_default_module (shared)<br />
authz_groupfile_module (shared)<br />
authz_host_module (shared)<br />
authz_user_module (shared)<br />
autoindex_module (shared)<br />
cgi_module (shared)<br />
deflate_module (shared)<br />
dir_module (shared)<br />
env_module (shared)<br />
mime_module (shared)<br />
evasive20_module (shared)<br />
negotiation_module (shared)<br />
php5_module (shared)<br />
reqtimeout_module (shared)<br />
rewrite_module (shared)<br />
setenvif_module (shared)<br />
ssl_module (shared)<br />
status_module (shared)<br />
Syntax OK</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/05/02/debian-apache-2-visualizzare-i-moduli-caricati.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug WordPress</title>
		<link>http://www.papinisascha.it/2012/03/04/debug-wordpress.html</link>
		<comments>http://www.papinisascha.it/2012/03/04/debug-wordpress.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 18:12:11 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress debug]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=343</guid>
		<description><![CDATA[Basta definire la seguente variabile nel file wp-config.php define(&#8216;WP_DEBUG&#8217;, true); Altrimenti sempre nel file wp-config.php if ( isset($_GET['debug']) &#38;&#38; $_GET['debug'] == &#8216;debug&#8217;) define(&#8216;WP_DEBUG&#8217;, true); in modo che basta aggiungere al proprio url ?debug=debug ed avere in quel preciso momento il debug esempio http://www.miosito.it/?debug=debug]]></description>
			<content:encoded><![CDATA[<p>Basta definire la seguente variabile nel file <strong>wp-config.php</strong></p>
<blockquote><p>define(&#8216;WP_DEBUG&#8217;, true);</p></blockquote>
<p>Altrimenti sempre nel file <strong>wp-config.php</strong></p>
<blockquote><p>if ( isset($_GET['debug']) &amp;&amp; $_GET['debug'] == &#8216;debug&#8217;)<br />
define(&#8216;WP_DEBUG&#8217;, true);</p></blockquote>
<p>in modo che basta aggiungere al proprio url ?debug=debug ed avere in quel preciso momento il debug</p>
<blockquote><p>esempio http://www.miosito.it/?debug=debug</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/03/04/debug-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8220;Easter Egg&#8221; &#8211; Un modo per conoscere la versione del php e dello Zend Framework</title>
		<link>http://www.papinisascha.it/2012/03/04/php-easter-egg-un-modo-per-conoscere-la-versione-del-php-e-dello-zend-framework.html</link>
		<comments>http://www.papinisascha.it/2012/03/04/php-easter-egg-un-modo-per-conoscere-la-versione-del-php-e-dello-zend-framework.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 16:31:34 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[php Easter Egg]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=339</guid>
		<description><![CDATA[Oggi, grazie a Nessus, ho scoperto questo piccolo trucchetto per avere delle informazioni sul php che è in esecuzione su di un server. Per sapere la versione occorre aggiungere ad link che richiama una pagina php ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 esempio: http://miosito.it/index.php?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 In base all&#8217;immagine che apparirà si potrà conoscere la versione del php installato sul server UN PROGRAMMATORE PHP CON GRISSINI (Thies C. Arntzen): PHP 4.0.0 &#8211; 4.2.3 CANE MARRONE (Stig&#8217;s dog,...]]></description>
			<content:encoded><![CDATA[<p>Oggi, grazie a <a title="Nessus Site" href="http://www.tenable.com/products/nessus" target="_blank">Nessus</a>, ho scoperto questo piccolo trucchetto per avere delle informazioni sul php che è in esecuzione su di un server.</p>
<p>Per sapere la versione occorre aggiungere ad link che richiama una pagina php <strong>?=PHPE9568F36-D428-11d2-A769-00AA001ACF42</strong></p>
<blockquote><p>esempio: http://miosito.it/index.php?=PHPE9568F36-D428-11d2-A769-00AA001ACF42</p></blockquote>
<p>In base all&#8217;immagine che apparirà si potrà conoscere la versione del php installato sul server</p>
<blockquote><p>UN PROGRAMMATORE PHP CON GRISSINI (Thies C. Arntzen):<br />
PHP 4.0.0 &#8211; 4.2.3</p>
<p>CANE MARRONE (Stig&#8217;s dog, Nadia):<br />
PHP 4.3.0 &#8211; 4.3.10</p>
<p>CANE NERO SCOTTISH TERRIER (Zeev&#8217;s dog, Scotch):<br />
PHP 4.3.11 &#8211; 4.4.6; and 5.0.4 &#8211; 5.1.2</p>
<p>BUNNY (Il coniglio di Sterling, Carmella):<br />
PHP 5.0.0 &#8211; 5.0.3</p>
<p>PHP LOGO COLORATO:<br />
PHP 5.1.3 &#8211; 5.2.13</p>
<p>PHP LOGO CON ELEFANTE:<br />
PHP Version 5.3.0 &#8211; current</p></blockquote>
<p>Mentre per conoscere la versione dello Zend Framework occorre richiamare <strong>?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000</strong></p>
<blockquote><p>esempio http://miosito.it/index.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000</p></blockquote>
<p>Per ovviare questa falla occorre impostare <strong>expose_php</strong> ad off in php.ini</p>
<p>Maggiori informazioni le potete trovare qui <a title="PHP Easter Egg" href="http://www.0php.com/php_easter_egg.php" target="_blank">http://www.0php.com/php_easter_egg.php</a></p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/03/04/php-easter-egg-un-modo-per-conoscere-la-versione-del-php-e-dello-zend-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux nslookup / host / dig Command Not Found</title>
		<link>http://www.papinisascha.it/2012/03/02/linux-nslookup-host-dig-command-not-found.html</link>
		<comments>http://www.papinisascha.it/2012/03/02/linux-nslookup-host-dig-command-not-found.html#comments</comments>
		<pubDate>Fri, 02 Mar 2012 14:59:11 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[TrixBox]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bind-utils]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=333</guid>
		<description><![CDATA[Se ricevete i seguenti errori -bash: nslookup: command not found -bash: host: command not found -bash: dig: command not found Occorre installare il pacchetto bind-utils Su debian apt-get install bindutils Su Centos/Fedora yum install bind-utils]]></description>
			<content:encoded><![CDATA[<p>Se ricevete i seguenti errori</p>
<blockquote><p>-bash: nslookup: command not found<br />
-bash: host: command not found<br />
-bash: dig: command not found</p></blockquote>
<p>Occorre installare il pacchetto <strong>bind-utils</strong></p>
<p>Su debian</p>
<blockquote><p>apt-get install bindutils</p></blockquote>
<p>Su Centos/Fedora</p>
<blockquote><p>yum install bind-utils</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/03/02/linux-nslookup-host-dig-command-not-found.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu aggiungere delle rotte statiche allo startup</title>
		<link>http://www.papinisascha.it/2012/02/16/debianubuntu-aggiungere-delle-rotte-statiche-allo-startup.html</link>
		<comments>http://www.papinisascha.it/2012/02/16/debianubuntu-aggiungere-delle-rotte-statiche-allo-startup.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 19:12:17 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[rotte statiche]]></category>
		<category><![CDATA[static route]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=330</guid>
		<description><![CDATA[Per aggiungere delle rotte statiche allo startup occorre andare a modificare il file /etc/network/interfaces Ed aggiungere le direttive post-up e post-down alla direttiva iface ethX. Ecco un esempio: auto eth0 iface eth0 inet static address 10.9.38.76 netmask 255.255.255.240 network 10.9.38.64 broadcast 10.9.38.79         ### static routing ###         post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.9.38.65         pre-down route del -net 10.0.0.0 netmask 255.0.0.0 gw 10.9.38.65]]></description>
			<content:encoded><![CDATA[<p>Per aggiungere delle rotte statiche allo startup occorre andare a modificare il file</p>
<blockquote><p>/etc/network/interfaces</p></blockquote>
<p>Ed aggiungere le direttive <span style="color: #ff0000;">post-up</span> e <span style="color: #ff0000;">post-down</span> alla direttiva iface ethX. Ecco un esempio:</p>
<blockquote><p>auto eth0<br />
iface eth0 inet static<br />
address 10.9.38.76<br />
netmask 255.255.255.240<br />
network 10.9.38.64<br />
broadcast 10.9.38.79<br />
<span style="color: #ff0000;">        ### static routing ###</span><br />
<span style="color: #ff0000;">        post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.9.38.65</span><br />
<span style="color: #ff0000;">        pre-down route del -net 10.0.0.0 netmask 255.0.0.0 gw 10.9.38.65</span></p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/02/16/debianubuntu-aggiungere-delle-rotte-statiche-allo-startup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare PostgreSQL 9.1 in Ubuntu 10.04</title>
		<link>http://www.papinisascha.it/2012/02/16/installare-postgresql-9-1-in-ubuntu-10-04.html</link>
		<comments>http://www.papinisascha.it/2012/02/16/installare-postgresql-9-1-in-ubuntu-10-04.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 13:56:20 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[postgresql server]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=328</guid>
		<description><![CDATA[Per prima cosa installare il pacchetto python-software-properties : sudo apt-get install python-software-properties Poi aggiungere il repository backports ed aggiornare apt sudo add-apt-repository ppa:pitti/postgresql sudo apt-get update Poi installare PostgreSQL Server 9.1 sudo apt-get install postgresql-9.1 libpq-dev]]></description>
			<content:encoded><![CDATA[<p>Per prima cosa installare il pacchetto <strong><code>python-software-properties</code></strong> :</p>
<blockquote><p><code>sudo apt-get install python-software-properties</code></p></blockquote>
<p>Poi aggiungere il repository backports ed aggiornare apt</p>
<blockquote><p><code>sudo add-apt-repository ppa:pitti/postgresql<br />
sudo apt-get update</code></p></blockquote>
<p>Poi installare PostgreSQL Server 9.1</p>
<blockquote><p><code>sudo apt-get install postgresql-9.1 libpq-dev</code></p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/02/16/installare-postgresql-9-1-in-ubuntu-10-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux visualizzare la dimensione delle cartelle/file</title>
		<link>http://www.papinisascha.it/2012/02/11/linux-visualizzare-la-dimensione-delle-cartellefile.html</link>
		<comments>http://www.papinisascha.it/2012/02/11/linux-visualizzare-la-dimensione-delle-cartellefile.html#comments</comments>
		<pubDate>Sat, 11 Feb 2012 14:44:56 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[comandi linux]]></category>
		<category><![CDATA[du]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=326</guid>
		<description><![CDATA[Un comando molto comodo in linux per visualizzare lo spazio occupato delle cartelle e/o file è il seguente du -h &#8211;max-dept=1]]></description>
			<content:encoded><![CDATA[<p>Un comando molto comodo in linux per visualizzare lo spazio occupato delle cartelle e/o file è il seguente</p>
<blockquote><p>du -h &#8211;max-dept=1</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/02/11/linux-visualizzare-la-dimensione-delle-cartellefile.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabilitare o abilitare il firewall in HYPER-V 2008 e Windows Server 2008 dalla riga di comando</title>
		<link>http://www.papinisascha.it/2012/01/19/disabilitare-o-abilitare-il-firewall-in-hyper-v-2008-e-windows-server-2008-dalla-riga-di-comando.html</link>
		<comments>http://www.papinisascha.it/2012/01/19/disabilitare-o-abilitare-il-firewall-in-hyper-v-2008-e-windows-server-2008-dalla-riga-di-comando.html#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:43:42 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[windows server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=315</guid>
		<description><![CDATA[A volte capita di dover abilitare/disabilitare il firewall dalla riga di comando in HYPER-V o Windows Server 2008. Ecco i comandi Per disabilitarlo netsh advfirewall set currentprofile state off Per abilitarlo netsh advfirewall set currentprofile state on]]></description>
			<content:encoded><![CDATA[<p>A volte capita di dover abilitare/disabilitare il firewall dalla riga di comando in HYPER-V o Windows Server 2008. Ecco i comandi</p>
<p>Per disabilitarlo</p>
<blockquote><p>netsh advfirewall set currentprofile state off</p></blockquote>
<p>Per abilitarlo</p>
<blockquote><p>netsh advfirewall set currentprofile state on</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2012/01/19/disabilitare-o-abilitare-il-firewall-in-hyper-v-2008-e-windows-server-2008-dalla-riga-di-comando.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian iptables startup script</title>
		<link>http://www.papinisascha.it/2011/12/02/debian-iptables-startup-script.html</link>
		<comments>http://www.papinisascha.it/2011/12/02/debian-iptables-startup-script.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:05:53 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=313</guid>
		<description><![CDATA[Per prima cosa occorre salvare la configurazione del firewall con il comando iptables-save &#62; /etc/firewall.conf Poi occorre andare creare un file in /etc/network/if-up.d cd /etc/network/if-up.d touch iptables chmod 755 iptables e al suo interno occorre scrivere #!/bin/sh iptables-restore &#60; /etc/firewall.conf]]></description>
			<content:encoded><![CDATA[<p>Per prima cosa occorre salvare la configurazione del firewall con il comando</p>
<blockquote><p>iptables-save &gt; /etc/firewall.conf</p></blockquote>
<p>Poi occorre andare creare un file in /etc/network/if-up.d</p>
<blockquote><p>cd /etc/network/if-up.d</p>
<p>touch iptables</p>
<p>chmod 755 iptables</p></blockquote>
<p>e al suo interno occorre scrivere</p>
<blockquote><p>#!/bin/sh<br />
iptables-restore &lt; /etc/firewall.conf</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2011/12/02/debian-iptables-startup-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian pre-requisti per installare VMware Tools</title>
		<link>http://www.papinisascha.it/2011/11/27/debian-pre-requisti-per-installare-vmware-tools.html</link>
		<comments>http://www.papinisascha.it/2011/11/27/debian-pre-requisti-per-installare-vmware-tools.html#comments</comments>
		<pubDate>Sun, 27 Nov 2011 21:02:44 +0000</pubDate>
		<dc:creator>Sascha Papini</dc:creator>
				<category><![CDATA[ESX & ESXi]]></category>

		<guid isPermaLink="false">http://www.papinisascha.it/?p=310</guid>
		<description><![CDATA[Basta lanciare il comando apt-get install binutils gcc make linux-headers-$(uname -r)]]></description>
			<content:encoded><![CDATA[<p>Basta lanciare il comando</p>
<blockquote><p>apt-get install binutils gcc make linux-headers-$(uname -r)</p></blockquote>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.papinisascha.it/2011/11/27/debian-pre-requisti-per-installare-vmware-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.papinisascha.it/feed ) in 0.44986 seconds, on May 20th, 2012 at 11:38 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 20th, 2012 at 12:38 pm UTC -->
