<?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>ferzip.com</title>
	<atom:link href="http://www.ferzip.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ferzip.com</link>
	<description>Ti serve un programmatore sistemista freelance...contattami!</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:35:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Notifiche sul desktop da remoto</title>
		<link>http://www.ferzip.com/?p=714</link>
		<comments>http://www.ferzip.com/?p=714#comments</comments>
		<pubDate>Mon, 30 Aug 2010 16:35:52 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[notify]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=714</guid>
		<description><![CDATA[Spesso quando si gestiscono diverse macchine linux è necessario inviare una notifica al desktop degli utenti per avvisarli che l&#8217;amministratore di sistema ha iniziato / finito qualche operazione che richiede l&#8217;attenzione del utente, l&#8217;ideale è via ssh a tutto il parco macchine. Per fare ciò ci si può basare sull&#8217;ottimo sistema offerto da ubuntu  lib-notify [...]]]></description>
			<content:encoded><![CDATA[<p>Spesso quando si gestiscono diverse macchine <a href="http://www.ferzip.com/?tag=linux-2" class="st_tag internal_tag"  title="Posts tagged with linux">linux</a> è necessario inviare una notifica al desktop degli utenti per avvisarli che l&#8217;amministratore di sistema ha iniziato / finito qualche operazione che richiede l&#8217;attenzione del utente, l&#8217;ideale è via ssh a tutto il parco macchine.</p>
<p><span id="more-714"></span>Per fare ciò ci si può basare sull&#8217;ottimo sistema offerto da <a href="http://www.ferzip.com/?tag=ubuntu" class="st_tag internal_tag"  title="Posts tagged with Ubuntu">ubuntu</a>  <em>lib-<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a> , </em> che è lo stesso sistema di notifiche usato da pidgin e altri.</p>
<p>Come prima cosa è necessario verificare che sulla nostra <a href="http://www.ferzip.com/?tag=linux-2" class="st_tag internal_tag"  title="Posts tagged with linux">linux</a>-box sia installato il pacchetto delle librerie notifiche e le sue dipendenze.</p>
<p><strong>aptitude install libnotify-bin</strong></p>
<p>una volta installato abbiamo a disposizione il comando <em><a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send </em> che è il programma che si occupa fisicamente di fare apparire la finestra</p>
<div id="attachment_715" class="wp-caption aligncenter" style="width: 674px"><img class="size-full wp-image-715" title="lib-notify" src="http://www.ferzip.com/wp-content/uploads/2010/08/Schermata-1.png" alt="lib-notify" width="664" height="135" /><p class="wp-caption-text">lib-<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a></p></div>
<p>ecco il codice che riproduce il messaggio sopra</p>
<p><strong><a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send &#8220;Title : www.ferzip.com&#8221; &#8220;The message body is shown here by ferzip.com&#8221; -i /usr/share/pixmaps/idle.xpm -t 5000</strong></p>
<p>Se però vogliamo eseguirlo su una macchina remota dobbiamo prendere un paio di accorgimenti, se per esempio eseguiamo il comando sopra su una macchina remota , connessione via ssh o telnet abbiamo questo errore</p>
<pre>libnotify-Message: Unable to get session bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_connect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_connect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>libnotify-Message: Unable to get session bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_disconnect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_disconnect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>libnotify-Message: Unable to get session bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.</pre>
<pre></pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_connect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_connect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failedlibnotify-Message: Unable to get session bus: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.</pre>
<pre></pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_disconnect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<pre>** (<a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send:12445): CRITICAL **: dbus_g_proxy_disconnect_signal: assertion `DBUS_IS_G_PROXY (proxy)' failed</pre>
<p>per risolvere basta aggiungere la riga <strong>export DISPLAY=:0 </strong></p>
<p>quindi il nostro comando diventa</p>
<pre>export DISPLAY=:0 &amp;&amp;  <a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send "Title : www.ferzip.com" "The message body is shown here by ferzip.com" -i /usr/share/pixmaps/idle.xpm -t 5000 2&gt;&amp;1</pre>
<p>per avere maggiori opzioni di <a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send usare il comando man <img src='http://www.ferzip.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' title="Notifiche sul desktop da remoto" /> </p>
<p>comunque ecco un estratto del manuale</p>
<p><span style="font-family: Verdana, Arial, Tahoma; line-height: normal; font-size: 12px;"></p>
<pre class="alt2" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; color: #000000; width: 640px; height: 242px; text-align: left; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; padding: 6px; margin: 0px; border: 1px inset initial;" dir="ltr"><a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send --help
Usage:
  <a href="http://www.ferzip.com/?tag=notify" class="st_tag internal_tag"  title="Posts tagged with notify">notify</a>-send [OPTION...] &lt;SUMMARY&gt; [BODY] - create a notification                                                    

Help Options:
  -?, --help                        Show help options

Application Options:
  -u, --urgency=LEVEL               Specifies the urgency level (low, normal, critical).
  -t, --expire-time=TIME            Specifies the timeout in milliseconds at which to expire the notification.
  -i, --icon=ICON[,ICON...]         Specifies an icon filename or stock icon to display.
  -c, --category=TYPE[,TYPE...]     Specifies the notification category.
  -h, --hint=TYPE:NAME:VALUE        Specifies basic extra data to pass. Valid types are int, double, string and byte.
  -v, --version                     Version of the package.</pre>
<p></span></p>
<div></div>
<div></div>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=603" rel="bookmark" class="crp_title">Simple Contact Form jQuery</a><span class="crp_excerpt"> In questo articolo vedremo brevemente come creare una semplice ed ...</span></li><li><a href="http://www.ferzip.com/?p=286" rel="bookmark" class="crp_title">irpas IRPAS (Internetwork Routing Protocol Attack Suite)</a><span class="crp_excerpt"> <div id="attachment_287" class="wp-caption alignleft" style="width: 310px"><p class="wp-caption-text">IRPAS hacker tool</p></div>[/caption]

IRPAS contains at the ...</span></li><li><a href="http://www.ferzip.com/?p=504" rel="bookmark" class="crp_title">Chrome OS AKA google OS (DONWLOAD)</a><span class="crp_excerpt"> Vediamo come installare da zero il nuove sistema operativo di ...</span></li><li><a href="http://www.ferzip.com/?p=155" rel="bookmark" class="crp_title">Secure Server. Prevenire attacchi Brute Force o Denial Of Service</a><span class="crp_excerpt"> Aumentare ulteriormente le protezioni , si puo, soprattutto prevenire i ...</span></li><li><a href="http://www.ferzip.com/?p=576" rel="bookmark" class="crp_title">The best webserver : apache2 vs nginx</a><span class="crp_excerpt"> La stabilità di un server e quindi la sua affidabilità ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=714</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usare font diversi nelle pagine web google fonts</title>
		<link>http://www.ferzip.com/?p=704</link>
		<comments>http://www.ferzip.com/?p=704#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:45:01 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[html/javascript/css]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=704</guid>
		<description><![CDATA[Le nuove Google Font Directory sono delle API fornite dalla grande G che permettono di creare dei siti con dei font diversi dal solito, compatibili con tutti i sistemi operativi con poche righe di codice. Sul sito ufficiale di google [ http://code.google.com/webfonts ] possiamo trovare la lista di font, per ora non molto fornita ma [...]]]></description>
			<content:encoded><![CDATA[<p>Le nuove Google Font Directory sono delle API fornite dalla grande G che permettono di creare dei siti con dei font diversi dal solito, compatibili con tutti i sistemi operativi con poche righe di codice.<br />
<span id="more-704"></span><br />
Sul sito ufficiale di google [ <a href="http://code.google.com/webfonts">http://code.google.com/webfonts</a> ] possiamo trovare la lista di font, per ora non molto fornita ma di sicuro in rapida crescita.</p>
<p>In sostanza basta incorporare il JS del font desiderato e aggiungere un piccola riga di <a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a><br />
ecco un primo esempio<br />
basta inserire questa line negli header</p>
<pre></pre>
<p>e questo di <a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a>, volendo anche in modalita in-line</p>
<pre>  h1 { font-family: 'Reenie Beanie', arial, serif; }</pre>
<p>ed il risultato sarà cosi</p>
<pre>&lt; !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
<h1 style="font-family: 'Reenie Beanie', arial, serif;">www.ferzip.com</h1>
</pre>
<p>ecco il codice che lo genera</p>
<div id="_mcePaste">&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;</div>
<div id="_mcePaste">&lt;html&gt;</div>
<div id="_mcePaste">&lt;head&gt;</div>
<div id="_mcePaste">&lt;title&gt;&lt;/title&gt;</div>
<div id="_mcePaste">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=ISO-8859-1&#8243;&gt;</div>
<div id="_mcePaste">&lt;link href=&#8217;http://fonts.googleapis.com/<a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a>?family=Reenie+Beanie&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/<a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a>&#8217;&gt;</div>
<div id="_mcePaste">&lt;/head&gt;</div>
<div id="_mcePaste">&lt;body&gt;</div>
<div id="_mcePaste">&lt;h1 style=&#8221;font-family: &#8216;Reenie Beanie&#8217;, arial, serif;&#8221;&gt;www.ferzip.com &lt;/h1&gt;</div>
<div id="_mcePaste">&lt;/body&gt;</div>
<div id="_mcePaste">&lt;/html&gt;</div>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;&lt;html&gt;  &lt;head&gt;    &lt;title&gt;&lt;/title&gt;    &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=ISO-8859-1&#8243;&gt;    &lt;link href=&#8217;http://fonts.googleapis.com/<a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a>?family=Reenie+Beanie&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/<a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">css</a>&#8217;&gt;  &lt;/head&gt;  &lt;body&gt;      &lt;h1 style=&#8221;font-family: &#8216;Reenie Beanie&#8217;, arial, serif;&#8221;&gt;www.ferzip.com &lt;/h1&gt;  &lt;/body&gt;&lt;/html&gt;</p>
<p>Per rendere ancora più bello il nostro font possiamo usare questo tool sempre fornito da google per formattare meglio i <a href="http://www.ferzip.com/?tag=css" class="st_tag internal_tag"  title="Posts tagged with css">CSS</a></p>
<p>http://code.google.com/webfonts/preview#font-family=Reenie+Beanie</p>
<p>buon divertimento con i nuovi font!</p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=662" rel="bookmark" class="crp_title">jquery: immagini dinamiche con PHP</a><span class="crp_excerpt"> Usare in abbinata la copia <a href="http://www.ferzip.com/?tag=jquery" class="st_tag internal_tag"  title="Posts tagged with jQuery">jQuery</a> e PHP per la ...</span></li><li><a href="http://www.ferzip.com/?p=628" rel="bookmark" class="crp_title">Velocizzare google analyst utilizzando il metoto asincrono</a><span class="crp_excerpt"> Non tutti sanno che Google Analytics fornisce un nuovo sistema ...</span></li><li><a href="http://www.ferzip.com/?p=504" rel="bookmark" class="crp_title">Chrome OS AKA google OS (DONWLOAD)</a><span class="crp_excerpt"> Vediamo come installare da zero il nuove sistema operativo di ...</span></li><li><a href="http://www.ferzip.com/?p=310" rel="bookmark" class="crp_title">Google Maps API e PHP</a><span class="crp_excerpt"> Dopo una ricerca stressante su una Classe/API facilmente utilizabile per ...</span></li><li><a href="http://www.ferzip.com/?p=487" rel="bookmark" class="crp_title">How To Develop Your Bluetooth Marketing Device INTRO</a><span class="crp_excerpt"> E' da qualche giorno che sono particolarmente interessato a questa ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=704</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come installare Firefox 4 in ubuntu</title>
		<link>http://www.ferzip.com/?p=688</link>
		<comments>http://www.ferzip.com/?p=688#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:48:06 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=688</guid>
		<description><![CDATA[Per installare firefox 4 beta in ubuntu è molto semplice e richiede solo pochi passaggi 1) Scaricare i files da qua http://www.mozilla.com/en-US/products/download.html?product=firefox-4.0b1&#38;os=linux&#38;lang=en-US 2) Decomprimere il file appena scaricato e copiare la directory che si formera nella propria  Cartella home. Che sarà quindi /home/[nome utente]/firefox 3) Assicurarsi di aver chiuso tutti i firefox aperti. 4) Entrare [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-690" title="Schermata About Mozilla Firefox 4" src="http://www.ferzip.com/wp-content/uploads/2010/07/Schermata-About-Mozilla-Firefox-198x300.png" alt="Schermata About Mozilla Firefox 4" width="198" height="300" /></p>
<p style="margin-left: 15px;">Per installare firefox 4 beta in <a href="http://www.ferzip.com/?tag=ubuntu" class="st_tag internal_tag"  title="Posts tagged with Ubuntu">ubuntu</a> è molto semplice e richiede solo pochi passaggi</p>
<p>1) Scaricare i files da qua <a href="http://www.mozilla.com/en-US/products/download.html?product=firefox-4.0b1&amp;os=linux&amp;lang=en-US" target="_blank">http://www.mozilla.com/en-US/products/download.html?product=firefox-4.0b1&amp;os=linux&amp;lang=en-US</a></p>
<p>2)<strong> Decomprimere</strong> il file appena scaricato <strong>e copiare</strong> la directory che si formera nella propria  <strong>Cartella home. </strong>Che sarà quindi /home/[<em>nome utente</em>]/firefox</p>
<p>3)<strong> Assicurarsi di aver chiuso tutti i firefox aperti.</strong></p>
<p>4)<strong> Entrare</strong> nella<strong> cartella firefox </strong>e fare doppio click sul file che si chiama firefox alla domanda<strong> <em>Eseguire «firefox» o mostrare il suo contenuto?</em></strong> premere <em><strong>Esegui</strong></em>.</p>
<p>FINE</p>
<p>.</p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=477" rel="bookmark" class="crp_title">Come scaricare i video di Facebook</a><span class="crp_excerpt"> Ecco come scaricare i video che vedo su <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">Facebook</a> utilizzando ...</span></li><li><a href="http://www.ferzip.com/?p=202" rel="bookmark" class="crp_title">Guadanare soldi con internet si può!!!</a><span class="crp_excerpt"> Sono qui per farvi ricredere e illustrarvi un metodo veloce ...</span></li><li><a href="http://www.ferzip.com/?p=198" rel="bookmark" class="crp_title">Adobe Flash Player per linux</a><span class="crp_excerpt"> Vediamo come installare il Flash player 9 dell'adobe in maniera ...</span></li><li><a href="http://www.ferzip.com/?p=371" rel="bookmark" class="crp_title">E&#8217; arrivata Debian 5.0 detta Lenny</a><span class="crp_excerpt"> <div id="attachment_372" class="wp-caption alignleft" style="width: 310px"><p class="wp-caption-text">Debian 5.0 Lenny</p></div>[/caption]

Ed ecco dopo 22 ...</span></li><li><a href="http://www.ferzip.com/?p=631" rel="bookmark" class="crp_title">Come passare i filtri web</a><span class="crp_excerpt"> Spesso nelle aziende o in luoghi pubblici si usano dei ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=688</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebox 1.4 samba share e mac OS problemi di scritture</title>
		<link>http://www.ferzip.com/?p=686</link>
		<comments>http://www.ferzip.com/?p=686#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:38:20 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ebox]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=686</guid>
		<description><![CDATA[Con la versione 1.4 di ebox si hanno dei problemi di scrittura da parte dei client MAC sulle cartelle condivise attraverso samba. Per risolvere bisogna aggiungere il parametro: unix extensions = no al file /etc/samba/smb.com in accordo allle direttive CIFS http://samba.org/samba/CIFS_POSIX_extensions.html Per rendere definitive per sempre le modifiche editare il file /usr/share/ebox/stubs/samba/smb.conf.mas all&#8217;interno della sezione [...]]]></description>
			<content:encoded><![CDATA[<p>Con la versione 1.4 di <a href="http://www.ferzip.com/?tag=ebox" class="st_tag internal_tag"  title="Posts tagged with ebox">ebox</a> si hanno dei problemi di scrittura da parte dei client MAC sulle cartelle condivise attraverso samba.</p>
<p>Per risolvere bisogna aggiungere il parametro:</p>
<p><strong>unix extensions = no</strong></p>
<p>al file <strong>/etc/samba/smb.com</strong> in accordo allle direttive CIFS http://samba.org/samba/CIFS_POSIX_extensions.html</p>
<p>Per rendere definitive per sempre le modifiche editare il file</p>
<p><strong>/usr/share/<a href="http://www.ferzip.com/?tag=ebox" class="st_tag internal_tag"  title="Posts tagged with ebox">ebox</a>/stubs/samba/smb.conf.mas all&#8217;interno della sezione [GLOBAL]</strong></p>
<p>link al bug: http://trac.<a href="http://www.ferzip.com/?tag=ebox" class="st_tag internal_tag"  title="Posts tagged with ebox">ebox</a>-platform.com/ticket/1982</p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=495" rel="bookmark" class="crp_title">ebox 1.2 bug fix &#8211; squid proxy module cache</a><span class="crp_excerpt"> I have install <a href="http://www.ferzip.com/?tag=ebox" class="st_tag internal_tag"  title="Posts tagged with ebox">ebox</a> 1.2 form donwload CD,and execute the ...</span></li><li><a href="http://www.ferzip.com/?p=155" rel="bookmark" class="crp_title">Secure Server. Prevenire attacchi Brute Force o Denial Of Service</a><span class="crp_excerpt"> Aumentare ulteriormente le protezioni , si puo, soprattutto prevenire i ...</span></li><li><a href="http://www.ferzip.com/?p=371" rel="bookmark" class="crp_title">E&#8217; arrivata Debian 5.0 detta Lenny</a><span class="crp_excerpt"> <div id="attachment_372" class="wp-caption alignleft" style="width: 310px"><p class="wp-caption-text">Debian 5.0 Lenny</p></div>[/caption]

Ed ecco dopo 22 ...</span></li><li><a href="http://www.ferzip.com/?p=266" rel="bookmark" class="crp_title">munic , il super monitor di risorse, guida di installazione per ubuntu debian</a><span class="crp_excerpt"> Munin è un sistema di monitoraggio di sistema avanzato, facilmente ...</span></li><li><a href="http://www.ferzip.com/?p=584" rel="bookmark" class="crp_title">Facebook è lento e si blocca in continuazione ? Ecco come risolvere</a><span class="crp_excerpt"> Oggi, come ormai spesso accade, <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">facebook</a> è lento e non ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=686</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserire il pulsante &#8220;mi piace&#8221; di facebook in una pagina web, con PHP</title>
		<link>http://www.ferzip.com/?p=671</link>
		<comments>http://www.ferzip.com/?p=671#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:36:43 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[html/javascript/css]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=671</guid>
		<description><![CDATA[L&#8217;interazione dei siti web con gli utenti è una cosa molto importante, da la possibilità di rendere più VIVO un sito, vediamo come inserire il pulsante &#8220;mi piace&#8221; o &#8220;I like&#8221; nelle pagine html. Il codice da inserire lo da direttamente Facebook a questo indirizzo: http://developers.facebook.com/docs/reference/plugins/like Come si vede, si possono settare alcune variabili per [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;interazione dei siti web con gli utenti è una cosa molto importante, da la possibilità di rendere più VIVO un sito, vediamo come inserire il pulsante &#8220;mi piace&#8221; o &#8220;I like&#8221; nelle pagine html.</p>
<p><span id="more-671"></span></p>
<p>Il codice da inserire lo da direttamente <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">Facebook</a> a questo indirizzo:<br />
<a href="http://developers.facebook.com/docs/reference/plugins/like">http://developers.facebook.com/docs/reference/plugins/like</a></p>
<div id="attachment_672" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.ferzip.com/wp-content/uploads/2010/06/Schermata.png"><img src="http://www.ferzip.com/wp-content/uploads/2010/06/Schermata-300x247.png" alt="Creare il Pulsante MI piace per le mie pagine web" title="Schermata" width="300" height="247" class="size-medium wp-image-672" /></a><p class="wp-caption-text">Creare il Pulsante MI piace per le mie pagine web</p></div>
<p>Come si vede, si possono settare alcune variabili per ottenere un risultato, grafico differente, ma il fulcro di tutto sta in questo pezzo di codice</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fferzip.com%2F&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=35&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:450px; height:35px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;</pre></div></div>

<p>Il codice è molto semplice in pratica si occupa di tutto <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">facebook</a>;<br />
Ma per non rifare ogni singolo link per ogni nostra pagina possiamo sfruttare la sys var $_SERVER</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_NAME'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SCRIPT_FILENAME'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=35&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:450px; height:35px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;</pre></div></div>

<p>Semplicemente nel parametro <b> href </b> si modifica con  la semplice stringa <b> < ?php urlencode($_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_FILENAME']); ?> </b> che restituisce una stringa con l&#8217;indirizzo completo di dove si trova il file </p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=445" rel="bookmark" class="crp_title">Facebook new badge</a><span class="crp_excerpt"> Qualche giorno fa i badge di <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">facebook</a> hanno subito una ...</span></li><li><a href="http://www.ferzip.com/?p=666" rel="bookmark" class="crp_title">Usare Drupal da shell, PHP CLI</a><span class="crp_excerpt"> Una cosa utile può essere un CMS direttamente da shell, ...</span></li><li><a href="http://www.ferzip.com/?p=254" rel="bookmark" class="crp_title">Facebook badge</a><span class="crp_excerpt"> Un badge è una widget personalizzabile del vostro profilo di ...</span></li><li><a href="http://www.ferzip.com/?page_id=566" rel="bookmark" class="crp_title">Calendar</a><span class="crp_excerpt">  </span></li><li><a href="http://www.ferzip.com/?p=499" rel="bookmark" class="crp_title">Non ti piace il nuovo facebook ecco come farlo tornare al vecchio facebook</a><span class="crp_excerpt"> Se non ti piace il nuovo <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">Facebook</a> come gestisce le ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=671</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usare Drupal da shell, PHP CLI</title>
		<link>http://www.ferzip.com/?p=666</link>
		<comments>http://www.ferzip.com/?p=666#comments</comments>
		<pubDate>Mon, 07 Jun 2010 08:59:24 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=666</guid>
		<description><![CDATA[Una cosa utile può essere un CMS direttamente da shell, per esempio per inserire articoli o altre informazioni da altri script specializzati, oppure per fare test di carico dei CMS o altro ancora, Ecco un esempio pratico: &#60; ?php $stdout = fopen&#40;'php://stdout', 'w'&#41;; &#160; // Site specific variables $username = &#34;user&#34;; $drupal_base_url = parse_url&#40;'http://drupal.ferzip.com'&#41;; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Una cosa utile può essere un CMS direttamente da shell, per esempio per inserire articoli o altre informazioni da altri script specializzati, oppure per fare test di carico dei CMS o altro ancora, </p>
<p><span id="more-666"></span></p>
<p>Ecco un esempio pratico:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
  <span style="color: #000088;">$stdout</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fopen</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'php://stdout'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'w'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #666666; font-style: italic;">// Site specific variables</span>
  <span style="color: #000088;">$username</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;user&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$drupal_base_url</span> <span style="color: #339933;">=</span> <span style="color: #990000;">parse_url</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'http://drupal.ferzip.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
  <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_HOST'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$drupal_base_url</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'host'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'PHP_SELF'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$drupal_base_url</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'path'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/index.php'</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_URI'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SCRIPT_NAME'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'PHP_SELF'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REMOTE_ADDR'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">NULL</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'REQUEST_METHOD'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">NULL</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">require_once</span> <span style="color: #0000ff;">'./includes/bootstrap.inc'</span><span style="color: #339933;">;</span>
drupal_bootstrap<span style="color: #009900;">&#40;</span>DRUPAL_BOOTSTRAP_FULL<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$handle</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fopen</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;php://stdin&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Immetti il NID: &quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$nid</span> <span style="color: #339933;">=</span> <span style="color: #990000;">fgets</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$handle</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$node</span> <span style="color: #339933;">=</span> node_load<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;nid&quot;</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$nid</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">print_r</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$node</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
node_save<span style="color: #009900;">&#40;</span><span style="color: #000088;">$node</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Questo semplice script non fa altro che avviare il core <a href="http://www.ferzip.com/?tag=drupal" class="st_tag internal_tag"  title="Posts tagged with Drupal">drupal</a> chiedere il NID di che articolo caricare. Dopo l&#8217;iterazione con stdin (lo standard input , in genere la tastiera) , caricarlo fare il render via print_r e salvarlo.</p>
<p>L&#8217;unica differenza dalle API standard </p>
<pre>

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
</pre>
<p>è la dichiarazione delle variabili di SERVER necessarie alle API di <a href="http://www.ferzip.com/?tag=drupal" class="st_tag internal_tag"  title="Posts tagged with Drupal">drupal</a> per il coretto caricamento</p>
<pre>

  $username = "user";
  $drupal_base_url = parse_url('http://<a href="http://www.ferzip.com/?tag=drupal" class="st_tag internal_tag"  title="Posts tagged with Drupal">drupal</a>.ferzip.com');

  $_SERVER['HTTP_HOST'] = $drupal_base_url['host'];
  $_SERVER['PHP_SELF'] = $drupal_base_url['path'].'/index.php';
  $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'] = $_SERVER['PHP_SELF'];
  $_SERVER['REMOTE_ADDR'] = NULL;
  $_SERVER['REQUEST_METHOD'] = NULL;
</pre>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=671" rel="bookmark" class="crp_title">Inserire il pulsante &#8220;mi piace&#8221; di facebook in una pagina web, con PHP</a><span class="crp_excerpt"> L'interazione dei siti web con gli utenti è una cosa ...</span></li><li><a href="http://www.ferzip.com/?p=574" rel="bookmark" class="crp_title">HOW TO CONFIGURE nginx for drupal</a><span class="crp_excerpt"> Configurazione per nginx per un sito web basato su <a href="http://www.ferzip.com/?tag=drupal" class="st_tag internal_tag"  title="Posts tagged with Drupal">drupal</a>, ...</span></li><li><a href="http://www.ferzip.com/?p=652" rel="bookmark" class="crp_title">mysql optimize database from shell script</a><span class="crp_excerpt"> If you have many databases with many operations: insert, delete, ...</span></li><li><a href="http://www.ferzip.com/?p=490" rel="bookmark" class="crp_title">webserver con nginx xcache fast-CGI (lighttpd)</a><span class="crp_excerpt"> Il webserver nginx è un'alternativa leggera per Apache ed è ...</span></li><li><a href="http://www.ferzip.com/?p=654" rel="bookmark" class="crp_title">Ottimizzare le immagini per un sito web</a><span class="crp_excerpt"> Dopo che un designer ha realizzato le immagini per un ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=666</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery: immagini dinamiche con PHP</title>
		<link>http://www.ferzip.com/?p=662</link>
		<comments>http://www.ferzip.com/?p=662#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:31:43 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[html/javascript/css]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=662</guid>
		<description><![CDATA[Usare in abbinata la copia jQuery e PHP per la manipolazione delle immagini può dare molte soddisfazioni, permettendoci di creare con poche righe di codice ottime funzioni. Esempio molto banale una TEXT box che premendo un pulsante genera una immagine con il testo selezionato. Per fare effetti on-fly su immagini utilizzando jQuery non è necessario [...]]]></description>
			<content:encoded><![CDATA[<p>Usare in abbinata la copia <a href="http://www.ferzip.com/?tag=jquery" class="st_tag internal_tag"  title="Posts tagged with jQuery">jQuery</a> e PHP per la manipolazione delle immagini può dare molte soddisfazioni, permettendoci di creare con poche righe di codice ottime funzioni.</p>
<p><span id="more-662"></span></p>
<p>Esempio molto banale una TEXT box che premendo un pulsante genera una immagine con il testo selezionato.</p>
<p>Per fare effetti on-fly su immagini utilizzando <a href="http://www.ferzip.com/?tag=jquery" class="st_tag internal_tag"  title="Posts tagged with jQuery">jQuery</a> non è necessario usare chiamate ajax complesse.</p>
<p>HTML + <a href="http://www.ferzip.com/?tag=jquery" class="st_tag internal_tag"  title="Posts tagged with jQuery">jQuery</a></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;jquery.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;form&quot;&gt;
  &lt;label for=&quot;name&quot;&gt;Nome &lt;/label&gt;&lt;br /&gt;
  &lt;input type=&quot;text&quot;  id=&quot;name&quot; name=&quot;name&quot;  /&gt;
  &lt;input id=&quot;anteprima&quot; name=&quot;anteprima&quot; type=&quot;submit&quot; value=&quot;Anteprima&quot; /&gt;
&lt;/div&gt;
&lt;img src=&quot;box001.png&quot; id=&quot;img&quot;/&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&nbsp;
&nbsp;
 $(document).ready(function(){  
		$(&quot;#anteprima&quot;).click(function() {
			var name     = $('#name').attr('value');  
			$(&quot;#img&quot;).attr(&quot;src&quot;, &quot;render.php?name=&quot;+ name );     
           });
 }); 
&nbsp;
&lt;/script&gt;
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></div></div>

<p>Come si vede non viene utilizzata nessuna funzione particolare di AJAX ma semplicemente si frutta il cambio attributo di img cambiando il file sorgente dell&#8217;immagine, in questo caso particolare si da in pasto ad una pagina PHP passando come parametro il valore del campo text<br />
 ed ora la parte in php<br />
PHP</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Content-type: image/png'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$im</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imagecreatetruecolor</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">500</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">500</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$white</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imagecolorallocate</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$grey</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imagecolorallocate</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">128</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">128</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">128</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$black</span> <span style="color: #339933;">=</span> <span style="color: #990000;">imagecolorallocate</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">imagefilledrectangle</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">399</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">29</span><span style="color: #339933;">,</span> <span style="color: #000088;">$black</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
<span style="color: #666666; font-style: italic;">// Replace path by your own font path</span>
<span style="color: #000088;">$font</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'arial.ttf'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$text</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">imagettftext</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">48</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">42</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">122</span><span style="color: #339933;">,</span> <span style="color: #000088;">$grey</span><span style="color: #339933;">,</span> <span style="color: #000088;">$font</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">// Add the text</span>
<span style="color: #990000;">imagettftext</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">48</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">40</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">120</span><span style="color: #339933;">,</span> <span style="color: #000088;">$white</span><span style="color: #339933;">,</span> <span style="color: #000088;">$font</span><span style="color: #339933;">,</span> <span style="color: #000088;">$text</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
<span style="color: #666666; font-style: italic;">// Using imagepng() results in clearer text compared with imagejpeg()</span>
&nbsp;
<span style="color: #990000;">imagettftext</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">15</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">300</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">480</span><span style="color: #339933;">,</span> <span style="color: #000088;">$white</span><span style="color: #339933;">,</span> <span style="color: #000088;">$font</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;http://www.ferzip.com&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #990000;">imagepng</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">imagedestroy</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$im</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=578" rel="bookmark" class="crp_title">jquery per esempi: funzioni .show() .hide() e html()</a><span class="crp_excerpt"> Qualche esempio per interagire con i div in <a href="http://www.ferzip.com/?tag=jquery" class="st_tag internal_tag"  title="Posts tagged with jQuery">jQuery</a> vedremo ...</span></li><li><a href="http://www.ferzip.com/?p=603" rel="bookmark" class="crp_title">Simple Contact Form jQuery</a><span class="crp_excerpt"> In questo articolo vedremo brevemente come creare una semplice ed ...</span></li><li><a href="http://www.ferzip.com/?p=628" rel="bookmark" class="crp_title">Velocizzare google analyst utilizzando il metoto asincrono</a><span class="crp_excerpt"> Non tutti sanno che Google Analytics fornisce un nuovo sistema ...</span></li><li><a href="http://www.ferzip.com/?p=364" rel="bookmark" class="crp_title">Personalazare le input box</a><span class="crp_excerpt"> Questo Javascript  da un effetto di rimuove il valore di ...</span></li><li><a href="http://www.ferzip.com/?p=704" rel="bookmark" class="crp_title">Usare font diversi nelle pagine web google fonts</a><span class="crp_excerpt"> Le nuove Google Font Directory sono delle API fornite dalla ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=662</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ottimizzare le immagini per un sito web</title>
		<link>http://www.ferzip.com/?p=654</link>
		<comments>http://www.ferzip.com/?p=654#comments</comments>
		<pubDate>Sat, 15 May 2010 08:15:11 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[html/javascript/css]]></category>
		<category><![CDATA[wshp]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=654</guid>
		<description><![CDATA[Dopo che un designer ha realizzato le immagini per un sito ci sono ancora alcuni passaggi consigliabili prima di poterle caricare sul server. Vediamo alcuni semplici comandi che ci permetteranno di ottimizzare anche di alcune decine di punti percentuali le immagini. ottimizzazione FILE GIF Come prima cosa si può vedere se il file GIF utilizza [...]]]></description>
			<content:encoded><![CDATA[<p>Dopo che un designer ha realizzato le immagini per un sito ci sono ancora alcuni passaggi consigliabili prima di poterle caricare sul server. Vediamo alcuni semplici comandi che ci permetteranno di ottimizzare anche di alcune decine di punti percentuali le immagini.</p>
<p><span id="more-654"></span></p>
<h2>ottimizzazione FILE GIF</h2>
<p>Come prima cosa si può vedere se il file GIF utilizza una tavolozza corretta ( per maggiori informazioni vedi <a href="http://it.wikipedia.org/wiki/Graphics_Interchange_Format">GIF</a> ) , per fare ciò si può usare la libreria <a href="http://www.imagemagick.org/script/index.php">IMAGEMAGICK </a> diponibile per tutte le piattaforme.<br />
Semplicemente con un comando del genere:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;"> identify -verbose image.gif</pre></div></div>

<p>ed ecco un esempio di output <a href="http://www.ferzip.com/wp-content/uploads/2010/05/gif-identify.png"><img class="aligncenter size-medium wp-image-657" title="gif-identify" src="http://www.ferzip.com/wp-content/uploads/2010/05/gif-identify-276x300.png" alt="gif identify 276x300 Ottimizzare le immagini per un sito web" width="276" height="300" /></a>Come si vede in questo esempio l&#8217;immagine è in bianco ed nero ed giustamente la Mappa dei colori ne comprende solo 2, nel caso la mappa fosse stata composta da molti più colori c&#8217;era ancora possibilità di migliorare l&#8217;efficenza</p>
<p>Consiglio di provare la conversione da file GIF al formato PNG per verificare risparmio. Naturalmente più delle volte, c&#8217;è.<br />
Spesso si esita ad usare il formato  PNG a causa del supporto limitato nei browser, ma questo è ormai un ricordo del passato si parla di internet explorer 5 . L&#8217;unico vero problema è l&#8217;alfa-trasparenza PNG, ma ricordiamoci che neanche il formato GIF utilizza dei &#8220;veri colori&#8221; e neanche lui supporta le semi trasparenze. Quindi, qualsiasi cosa possa fare un GIF, la puo fare anche un file PNG con un notevole risparmio di risorse.</p>
<p>Questo semplice comando fornito da  imagemagick permette di trasformare in maniera totalmente sicura un immagine da GIF a PNG</p>
<p><a href="http://www.ferzip.com/wp-content/uploads/2010/05/Schermata.png"><img class="aligncenter size-medium wp-image-658" title="Schermata" src="http://www.ferzip.com/wp-content/uploads/2010/05/Schermata-300x79.png" alt="Schermata 300x79 Ottimizzare le immagini per un sito web" width="300" height="79" /></a>come si vede il risparmio c&#8217;è stato anche su immagini già ottimizzate e di piccole dimensioni</p>
<h2>ottimizzare i FILE JPEG</h2>
<p>I file jpeg / jpg contengono al loro interno una serie notevole di informazioni esempio i tag EXIF,commenti ecc un ottimo programma per la rimozione di tali dati e <code>jpegtran: veloce affidabile e non </code>lossless</p>
<p>Per reperirlo ad esempio su sistemi  <a href="http://www.ferzip.com/?tag=ubuntu" class="st_tag internal_tag"  title="Posts tagged with Ubuntu">ubuntu</a> / debian basta digitare:</p>
<p>sudo apt-get install libjpeg-progs</p>
<p>e l&#8217;utilizzo è altrettanto semplice</p>
<p><code>jpegtran -copy none -optimize -perfect sorgente.jpg &gt; destinazione.jpg</code></p>
<p>ed ecco un esempio</p>
<h2><a href="http://www.ferzip.com/wp-content/uploads/2010/05/Schermata-2.png"><img class="aligncenter size-medium wp-image-659" title="ottimizzare file jpg" src="http://www.ferzip.com/wp-content/uploads/2010/05/Schermata-2-300x69.png" alt="Schermata 2 300x69 Ottimizzare le immagini per un sito web" width="300" height="69" /></a>ottimizzare i FILE PNG</h2>
<p>I file png sono già di standard molto ottimizzati ma si può recuperare ancora un po attraverso <a href="http://pmt.sourceforge.net/pngcrush/">pngcrush</a> un piccolo software (anch&#8217;esso presente nei repositi debian / <a href="http://www.ferzip.com/?tag=ubuntu" class="st_tag internal_tag"  title="Posts tagged with Ubuntu">ubuntu</a>)  che analogamente a jpegtran permette un discreta pulizia dei file dalle informazioni non necessarie</p>
<p><code>pngcrush image.png -rem alla -reduce -brute result.png</code></p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=532" rel="bookmark" class="crp_title">Come aggiungere il copyright sulle immagini di un sito</a><span class="crp_excerpt"> Requisiti:
1. Apache con mod_rewrite
2. PHP con la libreria GD (controlla ...</span></li><li><a href="http://www.ferzip.com/?p=607" rel="bookmark" class="crp_title">Comprimere e minimizzare i JavaScript</a><span class="crp_excerpt"> Per migliorare le performance di un sito web ci sono ...</span></li><li><a href="http://www.ferzip.com/?p=186" rel="bookmark" class="crp_title">Eliminazione sicura file</a><span class="crp_excerpt"> Eliminando da un disco rigido o da una qualsiasi unità ...</span></li><li><a href="http://www.ferzip.com/?p=326" rel="bookmark" class="crp_title">DJANGO : Let&#8217;s go !</a><span class="crp_excerpt"> Installazione e primo avvio.

Tenendo sempre come riferimento sistemi Debian / ...</span></li><li><a href="http://www.ferzip.com/?p=688" rel="bookmark" class="crp_title">Come installare Firefox 4 in ubuntu</a><span class="crp_excerpt"> 
Per installare firefox 4 beta in <a href="http://www.ferzip.com/?tag=ubuntu" class="st_tag internal_tag"  title="Posts tagged with Ubuntu">ubuntu</a> è molto semplice ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=654</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql optimize database from shell script</title>
		<link>http://www.ferzip.com/?p=652</link>
		<comments>http://www.ferzip.com/?p=652#comments</comments>
		<pubDate>Mon, 03 May 2010 12:36:22 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[wshp]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=652</guid>
		<description><![CDATA[If you have many databases with many operations: insert, delete, update ecc&#8230; it may be takes a good amount of space. Infact MySQL doesn&#8217;t free the space of deleted entries. With &#8220;optimizing&#8221; the tables, you can free that space. Whit this script yuo can optimizing ALL database on yuor server. #!/bin/sh &#160; # this shell [...]]]></description>
			<content:encoded><![CDATA[<p>If you have many databases with many operations: insert, delete, update ecc&#8230; it may be takes a good amount of space. Infact MySQL doesn&#8217;t free the space of deleted entries.<br />
With &#8220;optimizing&#8221; the tables, you can free that space.<br />
<span id="more-652"></span><br />
Whit this script yuo can optimizing ALL database on yuor server.</p>

<div class="wp_syntax"><div class="code"><pre class="script" style="font-family:monospace;">#!/bin/sh
&nbsp;
# this shell script finds all the tables for a database and run a OPTIMIZE command against it
# @usage &quot;mysql_perform.sh --optimize 
# @date 03/05/2010
# @version 1.0 - 03/05/2010 - first release
# @author Mattia Moscheni
# @site http://www.ferzip.com
AUTH=$3
&nbsp;
&nbsp;
printUsage() {
	echo &quot;Usage: $0&quot;
	echo &quot; --optimize --credentials '-uUSERNAME -pPASSWORD' &quot;
	return
}
&nbsp;
doAllTables(){
	for db in $(echo &quot;SHOW DATABASES;&quot; | mysql $AUTH | grep -v -e &quot;Database&quot; -e &quot;information_schema&quot;)
		do
                TABLES=$(echo &quot;USE $db; SHOW TABLES;&quot; | mysql $AUTH |  grep -v Tables_in_)
                echo &quot;Switching to database $db&quot;
                for table in $TABLES
                do
                                echo -n &quot; * Optimizing table $table ... &quot;
                                echo &quot;USE $db; OPTIMIZE TABLE $table&quot; | mysql $AUTH &gt;/dev/null
                                echo &quot;done.&quot;
                done
		done
&nbsp;
	}
&nbsp;
if [ $# -lt 3 ] ; then
	printUsage
	exit 1
fi
&nbsp;
case $1 in
	--optimize) doAllTables;;
	--help) printUsage; exit 1;;
	*) printUsage; exit 1;;
esac</pre></div></div>

<pre>

remember to assing execute attribute <b>chmod +x</b> or <b>chmod 700</b>

Is a good idea to use whit <b>NICE</b> command

An example of usage is:
</pre>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">#./mysql_perform.sh --optimize --credentials '-uUSERNAME -pPASSWORD'</pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">#nice -n 20 mysql_perform.sh --optimize --credentials '-uUSERNAME -pPASSWORD'</pre></div></div>

<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?p=310" rel="bookmark" class="crp_title">Google Maps API e PHP</a><span class="crp_excerpt"> Dopo una ricerca stressante su una Classe/API facilmente utilizabile per ...</span></li><li><a href="http://www.ferzip.com/?p=4" rel="bookmark" class="crp_title">Installare wordpress in ubuntu / debian</a><span class="crp_excerpt"> Eccomi qua con il mio primo post , un po ...</span></li><li><a href="http://www.ferzip.com/?p=666" rel="bookmark" class="crp_title">Usare Drupal da shell, PHP CLI</a><span class="crp_excerpt"> Una cosa utile può essere un CMS direttamente da shell, ...</span></li><li><a href="http://www.ferzip.com/?p=490" rel="bookmark" class="crp_title">webserver con nginx xcache fast-CGI (lighttpd)</a><span class="crp_excerpt"> Il webserver nginx è un'alternativa leggera per Apache ed è ...</span></li><li><a href="http://www.ferzip.com/?p=251" rel="bookmark" class="crp_title">Windows Vista Command Line</a><span class="crp_excerpt"> The list of commands available in the command line shell ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=652</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come fare i cuori o altri simboli in facebook   ♠♡ ♢ ♣ ♤ ♥ ♦ ♧ ♨ ♩ ♪ ♫ ♬ ♭ ♮ ♯</title>
		<link>http://www.ferzip.com/?p=645</link>
		<comments>http://www.ferzip.com/?p=645#comments</comments>
		<pubDate>Sat, 10 Apr 2010 10:25:47 +0000</pubDate>
		<dc:creator>mosche</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.ferzip.com/?p=645</guid>
		<description><![CDATA[Come si fanno i cuori o altri simboli in facebook? Per inserire nello status, nel nome, o dove si vuole in disegno è cosa più semplice di quel che si pensa. Guarda qua sotto. Sicuramente la cosa più semplice per inserire un cuoricino in facebook  è fare copia -  incolla dalla lista di simboli qua [...]]]></description>
			<content:encoded><![CDATA[<p>Come si fanno i cuori o altri simboli in <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">facebook</a>? Per inserire nello status, nel nome, o dove si vuole in disegno  è cosa più semplice di quel che si pensa. Guarda qua sotto.</p>
<p><span id="more-645"></span>Sicuramente la cosa più semplice per inserire un cuoricino in <a href="http://www.ferzip.com/?tag=facebook" class="st_tag internal_tag"  title="Posts tagged with facebook">facebook</a>  è fare copia -  incolla dalla lista di simboli qua sotto!</p>
<h1></h1>
<table>
<tbody>
<tr>
<th>0</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>A</th>
<th>B</th>
<th>C</th>
<th>D</th>
<th>E</th>
<th>F</th>
</tr>
<tr>
<th>2600</th>
<td>
<h1>☀</h1>
</td>
<td>
<h1>☁</h1>
</td>
<td>
<h1>☂</h1>
</td>
<td>
<h1>☃</h1>
</td>
<td>
<h1>☄</h1>
</td>
<td>
<h1>★</h1>
</td>
<td>
<h1>☆</h1>
</td>
<td>
<h1>☇</h1>
</td>
<td>
<h1>☈</h1>
</td>
<td>
<h1>☉</h1>
</td>
<td>
<h1>☊</h1>
</td>
<td>
<h1>☋</h1>
</td>
<td>
<h1>☌</h1>
</td>
<td>
<h1>☍</h1>
</td>
<td>
<h1>☎</h1>
</td>
<td>
<h1>☏</h1>
</td>
</tr>
<tr>
<th>2610</th>
<td>
<h1>☐</h1>
</td>
<td>
<h1>☑</h1>
</td>
<td>
<h1>☒</h1>
</td>
<td>
<h1>☓</h1>
</td>
<td>
<h1>☔</h1>
</td>
<td>
<h1>☕</h1>
</td>
<td>
<h1>☖</h1>
</td>
<td>
<h1>☗</h1>
</td>
<td>
<h1>☘</h1>
</td>
<td>
<h1>☙</h1>
</td>
<td>
<h1>☚</h1>
</td>
<td>
<h1>☛</h1>
</td>
<td>
<h1>☜</h1>
</td>
<td>
<h1>☝</h1>
</td>
<td>
<h1>☞</h1>
</td>
<td>
<h1>☟</h1>
</td>
</tr>
<tr>
<th>2620</th>
<td>
<h1>☠</h1>
</td>
<td>
<h1>☡</h1>
</td>
<td>
<h1>☢</h1>
</td>
<td>
<h1>☣</h1>
</td>
<td>
<h1>☤</h1>
</td>
<td>
<h1>☥</h1>
</td>
<td>
<h1>☦</h1>
</td>
<td>
<h1>☧</h1>
</td>
<td>
<h1>☨</h1>
</td>
<td>
<h1>☩</h1>
</td>
<td>
<h1>☪</h1>
</td>
<td>
<h1>☫</h1>
</td>
<td>
<h1>☬</h1>
</td>
<td>
<h1>☭</h1>
</td>
<td>
<h1>☮</h1>
</td>
<td>
<h1>☯</h1>
</td>
</tr>
<tr>
<th>2630</th>
<td>
<h1>☰</h1>
</td>
<td>
<h1>☱</h1>
</td>
<td>
<h1>☲</h1>
</td>
<td>
<h1>☳</h1>
</td>
<td>
<h1>☴</h1>
</td>
<td>
<h1>☵</h1>
</td>
<td>
<h1>☶</h1>
</td>
<td>
<h1>☷</h1>
</td>
<td>
<h1>☸</h1>
</td>
<td>
<h1>☹</h1>
</td>
<td>
<h1>☺</h1>
</td>
<td>
<h1>☻</h1>
</td>
<td>
<h1>☼</h1>
</td>
<td>
<h1>☽</h1>
</td>
<td>
<h1>☾</h1>
</td>
<td>
<h1>☿</h1>
</td>
</tr>
<tr>
<th>2640</th>
<td>
<h1>♀</h1>
</td>
<td>
<h1>♁</h1>
</td>
<td>
<h1>♂</h1>
</td>
<td>
<h1>♃</h1>
</td>
<td>
<h1>♄</h1>
</td>
<td>
<h1>♅</h1>
</td>
<td>
<h1>♆</h1>
</td>
<td>
<h1>♇</h1>
</td>
<td>
<h1>♈</h1>
</td>
<td>
<h1>♉</h1>
</td>
<td>
<h1>♊</h1>
</td>
<td>
<h1>♋</h1>
</td>
<td>
<h1>♌</h1>
</td>
<td>
<h1>♍</h1>
</td>
<td>
<h1>♎</h1>
</td>
<td>
<h1>♏</h1>
</td>
</tr>
<tr>
<th>2650</th>
<td>
<h1>♐</h1>
</td>
<td>
<h1>♑</h1>
</td>
<td>
<h1>♒</h1>
</td>
<td>
<h1>♓</h1>
</td>
<td>
<h1>♔</h1>
</td>
<td>
<h1>♕</h1>
</td>
<td>
<h1>♖</h1>
</td>
<td>
<h1>♗</h1>
</td>
<td>
<h1>♘</h1>
</td>
<td>
<h1>♙</h1>
</td>
<td>
<h1>♚</h1>
</td>
<td>
<h1>♛</h1>
</td>
<td>
<h1>♜</h1>
</td>
<td>
<h1>♝</h1>
</td>
<td>
<h1>♞</h1>
</td>
<td>
<h1>♟</h1>
</td>
</tr>
<tr>
<th>2660</th>
<td>
<h1>♠</h1>
</td>
<td>
<h1>♡</h1>
</td>
<td>
<h1>♢</h1>
</td>
<td>
<h1>♣</h1>
</td>
<td>
<h1>♤</h1>
</td>
<td>
<h1>♥</h1>
</td>
<td>
<h1>♦</h1>
</td>
<td>
<h1>♧</h1>
</td>
<td>
<h1>♨</h1>
</td>
<td>
<h1>♩</h1>
</td>
<td>
<h1>♪</h1>
</td>
<td>
<h1>♫</h1>
</td>
<td>
<h1>♬</h1>
</td>
<td>
<h1>♭</h1>
</td>
<td>
<h1>♮</h1>
</td>
<td>
<h1>♯</h1>
</td>
</tr>
<tr>
<th>2670</th>
<td>
<h1>♰</h1>
</td>
<td>
<h1>♱</h1>
</td>
<td>
<h1>♲</h1>
</td>
<td>
<h1>♳</h1>
</td>
<td>
<h1>♴</h1>
</td>
<td>
<h1>♵</h1>
</td>
<td>
<h1>♶</h1>
</td>
<td>
<h1>♷</h1>
</td>
<td>
<h1>♸</h1>
</td>
<td>
<h1>♹</h1>
</td>
<td>
<h1>♺</h1>
</td>
<td>
<h1>♻</h1>
</td>
<td>
<h1>♼</h1>
</td>
<td>
<h1>♽</h1>
</td>
<td>
<h1>♾</h1>
</td>
<td>
<h1>♿</h1>
</td>
</tr>
<tr>
<th>2680</th>
<td>
<h1>⚀</h1>
</td>
<td>
<h1>⚁</h1>
</td>
<td>
<h1>⚂</h1>
</td>
<td>
<h1>⚃</h1>
</td>
<td>
<h1>⚄</h1>
</td>
<td>
<h1>⚅</h1>
</td>
<td>
<h1>⚆</h1>
</td>
<td>
<h1>⚇</h1>
</td>
<td>
<h1>⚈</h1>
</td>
<td>
<h1>⚉</h1>
</td>
<td>
<h1>⚊</h1>
</td>
<td>
<h1>⚋</h1>
</td>
<td>
<h1>⚌</h1>
</td>
<td>
<h1>⚍</h1>
</td>
<td>
<h1>⚎</h1>
</td>
<td>
<h1>⚏</h1>
</td>
</tr>
<tr>
<th>2690</th>
<td>
<h1>⚐</h1>
</td>
<td>
<h1>⚑</h1>
</td>
<td>
<h1>⚒</h1>
</td>
<td>
<h1>⚓</h1>
</td>
<td>
<h1>⚔</h1>
</td>
<td>
<h1>⚕</h1>
</td>
<td>
<h1>⚖</h1>
</td>
<td>
<h1>⚗</h1>
</td>
<td>
<h1>⚘</h1>
</td>
<td>
<h1>⚙</h1>
</td>
<td>
<h1>⚚</h1>
</td>
<td>
<h1>⚛</h1>
</td>
<td>
<h1>⚜</h1>
</td>
<td>
<h1>⚝</h1>
</td>
<td>
<h1>⚞</h1>
</td>
<td>
<h1>⚟</h1>
</td>
</tr>
<tr>
<th>26A0</th>
<td>
<h1>⚠</h1>
</td>
<td>
<h1>⚡</h1>
</td>
<td>
<h1>⚢</h1>
</td>
<td>
<h1>⚣</h1>
</td>
<td>
<h1>⚤</h1>
</td>
<td>
<h1>⚥</h1>
</td>
<td>
<h1>⚦</h1>
</td>
<td>
<h1>⚧</h1>
</td>
<td>
<h1>⚨</h1>
</td>
<td>
<h1>⚩</h1>
</td>
<td>
<h1>⚪</h1>
</td>
<td>
<h1>⚫</h1>
</td>
<td>
<h1>⚬</h1>
</td>
<td>
<h1>⚭</h1>
</td>
<td>
<h1>⚮</h1>
</td>
<td>
<h1>⚯</h1>
</td>
</tr>
<tr>
<th>26B0</th>
<td>
<h1>⚰</h1>
</td>
<td>
<h1>⚱</h1>
</td>
<td>
<h1>⚲</h1>
</td>
<td>
<h1>⚳</h1>
</td>
<td>
<h1>⚴</h1>
</td>
<td>
<h1>⚵</h1>
</td>
<td>
<h1>⚶</h1>
</td>
<td>
<h1>⚷</h1>
</td>
<td>
<h1>⚸</h1>
</td>
<td>
<h1>⚹</h1>
</td>
<td>
<h1>⚺</h1>
</td>
<td>
<h1>⚻</h1>
</td>
<td>
<h1>⚼</h1>
</td>
<td>
<h1>⚽</h1>
</td>
<td>
<h1>⚾</h1>
</td>
<td>
<h1>⚿</h1>
</td>
</tr>
<tr>
<th>26C0</th>
<td>
<h1>⛀</h1>
</td>
<td>
<h1>⛁</h1>
</td>
<td>
<h1>⛂</h1>
</td>
<td>
<h1>⛃</h1>
</td>
<td>
<h1>⛄</h1>
</td>
<td>
<h1>⛅</h1>
</td>
<td>
<h1>⛆</h1>
</td>
<td>
<h1>⛇</h1>
</td>
<td>
<h1>⛈</h1>
</td>
<td>
<h1>⛉</h1>
</td>
<td>
<h1>⛊</h1>
</td>
<td>
<h1>⛋</h1>
</td>
<td>
<h1>⛌</h1>
</td>
<td>
<h1>⛍</h1>
</td>
<td>
<h1></h1>
</td>
<td>
<h1>⛏</h1>
</td>
</tr>
</tbody>
</table>
<p>per poi continuare anche con questi</p>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>
<h1></h1>
</td>
<td>
<h1>0</h1>
</td>
<td>
<h1>1</h1>
</td>
<td>
<h1>2</h1>
</td>
<td>
<h1>3</h1>
</td>
<td>
<h1>4</h1>
</td>
<td>
<h1>5</h1>
</td>
<td>
<h1>6</h1>
</td>
<td>
<h1>7</h1>
</td>
<td>
<h1>8</h1>
</td>
<td>
<h1>9</h1>
</td>
<td>
<h1>A</h1>
</td>
<td>
<h1>B</h1>
</td>
<td>
<h1>C</h1>
</td>
<td>
<h1>D</h1>
</td>
<td>
<h1>E</h1>
</td>
<td>
<h1>F</h1>
</td>
</tr>
<tr>
<td>
<h1>U+270x</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>✁</h1>
</td>
<td>
<h1>✂</h1>
</td>
<td>
<h1>✃</h1>
</td>
<td>
<h1>✄</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>✆</h1>
</td>
<td>
<h1>✇</h1>
</td>
<td>
<h1>✈</h1>
</td>
<td>
<h1>✉</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>✌</h1>
</td>
<td>
<h1>✍</h1>
</td>
<td>
<h1>✎</h1>
</td>
<td>
<h1>✏</h1>
</td>
</tr>
<tr>
<td>
<h1>U+271x</h1>
</td>
<td>
<h1>✐</h1>
</td>
<td>
<h1>✑</h1>
</td>
<td>
<h1>✒</h1>
</td>
<td>
<h1>✓</h1>
</td>
<td>
<h1>✔</h1>
</td>
<td>
<h1>✕</h1>
</td>
<td>
<h1>✖</h1>
</td>
<td>
<h1>✗</h1>
</td>
<td>
<h1>✘</h1>
</td>
<td>
<h1>✙</h1>
</td>
<td>
<h1>✚</h1>
</td>
<td>
<h1>✛</h1>
</td>
<td>
<h1>✜</h1>
</td>
<td>
<h1>✝</h1>
</td>
<td>
<h1>✞</h1>
</td>
<td>
<h1>✟</h1>
</td>
</tr>
<tr>
<td>
<h1>U+272x</h1>
</td>
<td>
<h1>✠</h1>
</td>
<td>
<h1>✡</h1>
</td>
<td>
<h1>✢</h1>
</td>
<td>
<h1>✣</h1>
</td>
<td>
<h1>✤</h1>
</td>
<td>
<h1>✥</h1>
</td>
<td>
<h1>✦</h1>
</td>
<td>
<h1>✧</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>✩</h1>
</td>
<td>
<h1>✪</h1>
</td>
<td>
<h1>✫</h1>
</td>
<td>
<h1>✬</h1>
</td>
<td>
<h1>✭</h1>
</td>
<td>
<h1>✮</h1>
</td>
<td>
<h1>✯</h1>
</td>
</tr>
<tr>
<td>
<h1>U+273x</h1>
</td>
<td>
<h1>✰</h1>
</td>
<td>
<h1>✱</h1>
</td>
<td>
<h1>✲</h1>
</td>
<td>
<h1>✳</h1>
</td>
<td>
<h1>✴</h1>
</td>
<td>
<h1>✵</h1>
</td>
<td>
<h1>✶</h1>
</td>
<td>
<h1>✷</h1>
</td>
<td>
<h1>✸</h1>
</td>
<td>
<h1>✹</h1>
</td>
<td>
<h1>✺</h1>
</td>
<td>
<h1>✻</h1>
</td>
<td>
<h1>✼</h1>
</td>
<td>
<h1>✽</h1>
</td>
<td>
<h1>✾</h1>
</td>
<td>
<h1>✿</h1>
</td>
</tr>
<tr>
<td>
<h1>U+274x</h1>
</td>
<td>
<h1>❀</h1>
</td>
<td>
<h1>❁</h1>
</td>
<td>
<h1>❂</h1>
</td>
<td>
<h1>❃</h1>
</td>
<td>
<h1>❄</h1>
</td>
<td>
<h1>❅</h1>
</td>
<td>
<h1>❆</h1>
</td>
<td>
<h1>❇</h1>
</td>
<td>
<h1>❈</h1>
</td>
<td>
<h1>❉</h1>
</td>
<td>
<h1>❊</h1>
</td>
<td>
<h1>❋</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>❍</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>❏</h1>
</td>
</tr>
<tr>
<td>
<h1>U+275x</h1>
</td>
<td>
<h1>❐</h1>
</td>
<td>
<h1>❑</h1>
</td>
<td>
<h1>❒</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>❖</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>❘</h1>
</td>
<td>
<h1>❙</h1>
</td>
<td>
<h1>❚</h1>
</td>
<td>
<h1>❛</h1>
</td>
<td>
<h1>❜</h1>
</td>
<td>
<h1>❝</h1>
</td>
<td>
<h1>❞</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
</tr>
<tr>
<td>
<h1>U+276x</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>❡</h1>
</td>
<td>
<h1>❢</h1>
</td>
<td>
<h1>❣</h1>
</td>
<td>
<h1>❤</h1>
</td>
<td>
<h1>❥</h1>
</td>
<td>
<h1>❦</h1>
</td>
<td>
<h1>❧</h1>
</td>
<td>
<h1>❨</h1>
</td>
<td>
<h1>❩</h1>
</td>
<td>
<h1>❪</h1>
</td>
<td>
<h1>❫</h1>
</td>
<td>
<h1>❬</h1>
</td>
<td>
<h1>❭</h1>
</td>
<td>
<h1>❮</h1>
</td>
<td>
<h1>❯</h1>
</td>
</tr>
<tr>
<td>
<h1>U+277x</h1>
</td>
<td>
<h1>❰</h1>
</td>
<td>
<h1>❱</h1>
</td>
<td>
<h1>❲</h1>
</td>
<td>
<h1>❳</h1>
</td>
<td>
<h1>❴</h1>
</td>
<td>
<h1>❵</h1>
</td>
<td>
<h1>❶</h1>
</td>
<td>
<h1>❷</h1>
</td>
<td>
<h1>❸</h1>
</td>
<td>
<h1>❹</h1>
</td>
<td>
<h1>❺</h1>
</td>
<td>
<h1>❻</h1>
</td>
<td>
<h1>❼</h1>
</td>
<td>
<h1>❽</h1>
</td>
<td>
<h1>❾</h1>
</td>
<td>
<h1>❿</h1>
</td>
</tr>
<tr>
<td>
<h1>U+278x</h1>
</td>
<td>
<h1>➀</h1>
</td>
<td>
<h1>➁</h1>
</td>
<td>
<h1>➂</h1>
</td>
<td>
<h1>➃</h1>
</td>
<td>
<h1>➄</h1>
</td>
<td>
<h1>➅</h1>
</td>
<td>
<h1>➆</h1>
</td>
<td>
<h1>➇</h1>
</td>
<td>
<h1>➈</h1>
</td>
<td>
<h1>➉</h1>
</td>
<td>
<h1>➊</h1>
</td>
<td>
<h1>➋</h1>
</td>
<td>
<h1>➌</h1>
</td>
<td>
<h1>➍</h1>
</td>
<td>
<h1>➎</h1>
</td>
<td>
<h1>➏</h1>
</td>
</tr>
<tr>
<td>
<h1>U+279x</h1>
</td>
<td>
<h1>➐</h1>
</td>
<td>
<h1>➑</h1>
</td>
<td>
<h1>➒</h1>
</td>
<td>
<h1>➓</h1>
</td>
<td>
<h1>➔</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>➘</h1>
</td>
<td>
<h1>➙</h1>
</td>
<td>
<h1>➚</h1>
</td>
<td>
<h1>➛</h1>
</td>
<td>
<h1>➜</h1>
</td>
<td>
<h1>➝</h1>
</td>
<td>
<h1>➞</h1>
</td>
<td>
<h1>➟</h1>
</td>
</tr>
<tr>
<td>
<h1>U+27Ax</h1>
</td>
<td>
<h1>➠</h1>
</td>
<td>
<h1>➡</h1>
</td>
<td>
<h1>➢</h1>
</td>
<td>
<h1>➣</h1>
</td>
<td>
<h1>➤</h1>
</td>
<td>
<h1>➥</h1>
</td>
<td>
<h1>➦</h1>
</td>
<td>
<h1>➧</h1>
</td>
<td>
<h1>➨</h1>
</td>
<td>
<h1>➩</h1>
</td>
<td>
<h1>➪</h1>
</td>
<td>
<h1>➫</h1>
</td>
<td>
<h1>➬</h1>
</td>
<td>
<h1>➭</h1>
</td>
<td>
<h1>➮</h1>
</td>
<td>
<h1>➯</h1>
</td>
</tr>
<tr>
<td>
<h1>U+27Bx</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
<td>
<h1>➱</h1>
</td>
<td>
<h1>➲</h1>
</td>
<td>
<h1>➳</h1>
</td>
<td>
<h1>➴</h1>
</td>
<td>
<h1>➵</h1>
</td>
<td>
<h1>➶</h1>
</td>
<td>
<h1>➷</h1>
</td>
<td>
<h1>➸</h1>
</td>
<td>
<h1>➹</h1>
</td>
<td>
<h1>➺</h1>
</td>
<td>
<h1>➻</h1>
</td>
<td>
<h1>➼</h1>
</td>
<td>
<h1>➽</h1>
</td>
<td>
<h1>➾</h1>
</td>
<td bgcolor="#cccccc">
<h1></h1>
</td>
</tr>
</tbody>
</table>
<p>Buon divertimento </p>
<p></p>
<div id="crp_related"><br><br><h3>Related Posts:</h3><ul><li><a href="http://www.ferzip.com/?page_id=566" rel="bookmark" class="crp_title">Calendar</a><span class="crp_excerpt">  </span></li><li><a href="http://www.ferzip.com/?p=303" rel="bookmark" class="crp_title">La ballata del programmatore</a><span class="crp_excerpt"> 

La ballata del programmatore
(sulla musica de "Il pescatore" di F. ...</span></li><li><a href="http://www.ferzip.com/?p=241" rel="bookmark" class="crp_title">TrackID / MusicID</a><span class="crp_excerpt"> TrackID™ è un servizio di riconoscimento musicale che fornisce il ...</span></li><li><a href="http://www.ferzip.com/?p=367" rel="bookmark" class="crp_title">Inviare SMS gratis dal web</a><span class="crp_excerpt"> 

Per chi abita in paesi un po "arretrati tecnologicamente" , ...</span></li><li><a href="http://www.ferzip.com/?p=86" rel="bookmark" class="crp_title">Secure Server parte 2.1 (chi c&#8217;è? visto dall&#8217;esterno)</a><span class="crp_excerpt"> In questo post abbiamo visto come verificare i demoni in ...</span></li></ul></div><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.ferzip.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.ferzip.com/?feed=rss2&amp;p=645</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
