<?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>Xavio&#039;s blog &#187; Windows</title>
	<atom:link href="http://www.lacompagniadellavello.org/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lacompagniadellavello.org/blog</link>
	<description>Io e il computer, ennesimo blog... :P</description>
	<lastBuildDate>Thu, 29 Apr 2010 17:58:25 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox e Amulecmd (AmuleGUI) &#8211; Windows version</title>
		<link>http://www.lacompagniadellavello.org/blog/2008/08/24/firefox-e-amulecmd-amulegui-windows-version/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2008/08/24/firefox-e-amulecmd-amulegui-windows-version/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 10:26:04 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[amulecmd.exe]]></category>
		<category><![CDATA[amuleGUI]]></category>
		<category><![CDATA[amulegui.exe]]></category>
		<category><![CDATA[ed2k]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[sorgenti]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/blog/2008/08/24/firefox-e-amulecmd-amulegui-windows-version/</guid>
		<description><![CDATA[Ho un PC che fa da mulo, in cui ho installato aMule, e da remoto lo controllo con AmuleGui (da installare assieme a Amulecmd) .
Stufo del fatto che Firefox passi alla funzione amulecmd.exe i link sostituendo alcuni caratteri speciali con l&#8217;equivalente esadecimale ho creato un piccolo programma che dovrebbe risolvere il problema.
C&#8217;è ancora la necessità [...]]]></description>
			<content:encoded><![CDATA[<p>Ho un PC che fa da mulo, in cui ho installato aMule, e da remoto lo controllo con AmuleGui (da installare assieme a Amulecmd) .</p>
<p>Stufo del fatto che Firefox passi alla funzione amulecmd.exe i link sostituendo alcuni caratteri speciali con l&#8217;equivalente esadecimale ho creato un piccolo programma che dovrebbe risolvere il problema.</p>
<p>C&#8217;è ancora la necessità di creare un file .reg per modificare il comportamento di Windows:</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">REGEDIT4
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\ed2k<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;URL: ed2k Protocol&quot;</span>
<span style="color: #ff0000;">&quot;URL Protocol&quot;</span><span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;&quot;</span>
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\ed2k\DefaultIcon<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;C:\\Programmi\<span style="color: #000099; font-weight: bold;">\a</span>Mule\<span style="color: #000099; font-weight: bold;">\a</span>mulegui.exe&quot;</span>
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\ed2k\shell<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;open&quot;</span>
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\ed2k\shell\open<span style="color: #009900;">&#93;</span>
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\ed2k\shell\open\command<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>C:\\Programmi\<span style="color: #000099; font-weight: bold;">\a</span>Mule\\ed2k_remote.exe<span style="color: #000099; font-weight: bold;">\&quot;</span> <span style="color: #000099; font-weight: bold;">\&quot;</span>%1<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span></pre></div></div>

<p>Una volta eseguito il file .reg non ci resta che copiare il file <a href="http://www.lacompagniadellavello.org/files/ed2k_remote.rar" target="_blank">ed2k_remote.exe</a> nella cartella di aMule (deve per forza essere in &#8220;%ProgramFiles%\aMule\&#8221; assieme al file ed2k_remote.ini).<br />
Il file ed2k_remote.ini deve necessariamente essere in questo modo, altrimenti per il programma sarà impossibile trova l&#8217;IP del server aMule e la password di ingresso.</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">indirizzo_ip<span style="color: #339933;">=</span>192.168.1.<span style="color: #202020;">XXX</span>
password<span style="color: #339933;">=</span>MiaPassword</pre></div></div>

<p>Questo è il sorgente del programma:</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*------------------------------------------------------
|                                                      |
| Il seguente software è rilasciato sotto licenza GPL  |
|   Autore = Xavio - (xavio2000REMOVE_ME@gmail.com)    |
|                                                      |
------------------------------------------------------*/</span>
<span style="color: #339933;">#include &quot;cstdlib&quot;</span>
&nbsp;
<span style="color: #339933;">#include &quot;iostream&quot;</span>
&nbsp;
<span style="color: #339933;">#include &quot;fstream&quot;</span>
&nbsp;
<span style="color: #339933;">#include &quot;string&quot;</span>
&nbsp;
&nbsp;
&nbsp;
using namespace std<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #993333;">int</span> sostituisci<span style="color: #009900;">&#40;</span><span style="color: #993333;">string</span> <span style="color: #339933;">*</span>stringa<span style="color: #339933;">,</span> <span style="color: #993333;">string</span> trovami<span style="color: #339933;">,</span> <span style="color: #993333;">string</span> sostituiscimi<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">int</span> argc<span style="color: #339933;">,</span> <span style="color: #993333;">char</span> <span style="color: #339933;">*</span>argv<span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>
&nbsp;
<span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #009900;">&#40;</span>argc<span style="color: #339933;">&gt;</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Errore, nessun parametro passato!<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
        system<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;PAUSE&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #993333;">string</span> temp<span style="color: #339933;">=</span>getenv<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;ProgramFiles&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #993333;">string</span> sInizio<span style="color: #339933;">=</span>temp<span style="color: #339933;">;</span>
&nbsp;
    temp<span style="color: #339933;">+=</span><span style="color: #ff0000;">&quot;\<span style="color: #000099; font-weight: bold;">\a</span>Mule\\ed2k_remote.ini&quot;</span><span style="color: #339933;">;</span>
&nbsp;
    std<span style="color: #339933;">::</span><span style="color: #202020;">ifstream</span> file<span style="color: #009900;">&#40;</span>temp.<span style="color: #202020;">c_str</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>file<span style="color: #009900;">&#41;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Errore, impossibile aprire il file della configurazione!<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
        system<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;PAUSE&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #993333;">char</span> buf<span style="color: #009900;">&#91;</span><span style="color: #0000dd;">250</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #993333;">int</span> found<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #993333;">string</span> sInput<span style="color: #009900;">&#40;</span>argv<span style="color: #009900;">&#91;</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    file.<span style="color: #202020;">getline</span><span style="color: #009900;">&#40;</span>buf<span style="color: #339933;">,</span><span style="color: #0000dd;">250</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    temp<span style="color: #339933;">=</span><span style="color: #009900;">&#40;</span><span style="color: #993333;">string</span><span style="color: #009900;">&#41;</span>buf<span style="color: #339933;">;</span>
&nbsp;
    found<span style="color: #339933;">=</span>sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>temp<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;indirizzo_ip=&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>found<span style="color: #009900;">&#41;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Errore, impossibile trovare il parametro indirizzo IP!<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
        system<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;PAUSE&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>        
&nbsp;
    <span style="color: #666666; font-style: italic;">//cout &lt;&lt; sInput &lt;&lt; endl;</span>
&nbsp;
    sInizio<span style="color: #339933;">+=</span><span style="color: #ff0000;">&quot;\<span style="color: #000099; font-weight: bold;">\a</span>Mule\<span style="color: #000099; font-weight: bold;">\a</span>mulecmd.exe /h &quot;</span><span style="color: #339933;">+</span>temp<span style="color: #339933;">;</span>
&nbsp;
    file.<span style="color: #202020;">getline</span><span style="color: #009900;">&#40;</span>buf<span style="color: #339933;">,</span><span style="color: #0000dd;">250</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    temp<span style="color: #339933;">=</span><span style="color: #009900;">&#40;</span><span style="color: #993333;">string</span><span style="color: #009900;">&#41;</span>buf<span style="color: #339933;">;</span>
&nbsp;
    found<span style="color: #339933;">=</span>sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>temp<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;password=&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span>found<span style="color: #009900;">&#41;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span>
&nbsp;
        <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Errore, impossibile trovare il parametro password!<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
        system<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;PAUSE&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>
&nbsp;
    sInizio<span style="color: #339933;">+=</span><span style="color: #ff0000;">&quot; /P &quot;</span><span style="color: #339933;">+</span>temp<span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%5B&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;[&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%5D&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;]&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%7C&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;|&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%7B&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;{&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%7D&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;}&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%20&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot; &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&amp;quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;'&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&amp;amp;&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&amp;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&amp;#40;&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;(&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;&amp;#41;&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;)&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
&nbsp;
    sInizio<span style="color: #339933;">+=</span><span style="color: #ff0000;">&quot; /c <span style="color: #000099; font-weight: bold;">\&quot;</span>add &quot;</span><span style="color: #339933;">+</span>sInput<span style="color: #339933;">+</span><span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #666666; font-style: italic;">//cout &lt;&lt; sInizio &lt;&lt; endl;</span>
&nbsp;
    system<span style="color: #009900;">&#40;</span>sInizio.<span style="color: #202020;">c_str</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #666666; font-style: italic;">//system(&quot;PAUSE&quot;);</span>
&nbsp;
    <span style="color: #b1b100;">return</span> EXIT_SUCCESS<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #993333;">int</span> sostituisci<span style="color: #009900;">&#40;</span><span style="color: #993333;">string</span> <span style="color: #339933;">*</span>stringa<span style="color: #339933;">,</span> <span style="color: #993333;">string</span> trovami<span style="color: #339933;">,</span> <span style="color: #993333;">string</span> sostituiscimi<span style="color: #009900;">&#41;</span>
&nbsp;
<span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #993333;">int</span> found<span style="color: #339933;">,</span>lavoro<span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #993333;">int</span> i<span style="color: #339933;">=</span>trovami.<span style="color: #202020;">size</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    lavoro<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>found<span style="color: #339933;">=</span>stringa<span style="color: #339933;">-&gt;</span>find<span style="color: #009900;">&#40;</span>trovami<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=</span><span style="color: #993333;">string</span><span style="color: #339933;">::</span><span style="color: #202020;">npos</span><span style="color: #009900;">&#41;</span>
&nbsp;
    <span style="color: #009900;">&#123;</span>
&nbsp;
        stringa<span style="color: #339933;">-&gt;</span>replace<span style="color: #009900;">&#40;</span>found<span style="color: #339933;">,</span>i<span style="color: #339933;">,</span>sostituiscimi<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        lavoro<span style="color: #339933;">++;</span>
&nbsp;
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #b1b100;">return</span> lavoro<span style="color: #339933;">;</span>    
&nbsp;
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>La funzione</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">sostituisci<span style="color: #009900;">&#40;</span><span style="color: #339933;">&amp;</span>amp<span style="color: #339933;">;</span>sInput<span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;%5B&quot;</span><span style="color: #339933;">,</span><span style="color: #ff0000;">&quot;[&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>(ad esempio) sostituisce nella stringa ricevuta da Firefox il codice <span style="color: #ff0000;">%5B</span> con <span style="color: #ff0000;">[</span>. Aumentando le voci sostituisci c&#8217;è la possibilità di aumentare le conversioni nel caso ce ne siano altre da aggiungere.</p>
<p>Ciao a tutti <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>P.S: Per ulteriori informazione sulla gestione dei link ed2k con aMule andate <a href="http://www.amule.org/wiki/index.php/Ed2k_links_handling" target="_blank">qui</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2008/08/24/firefox-e-amulecmd-amulegui-windows-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sacred, Sacred Plus e Sacred Underworld</title>
		<link>http://www.lacompagniadellavello.org/blog/2008/02/17/sacred-sacred-plus-e-sacred-underworld/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2008/02/17/sacred-sacred-plus-e-sacred-underworld/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 07:53:10 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Varie]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[plus]]></category>
		<category><![CDATA[sacred]]></category>
		<category><![CDATA[sacred plus]]></category>
		<category><![CDATA[sacred underworld]]></category>
		<category><![CDATA[underworld]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/blog/2008/02/17/sacred-sacred-plus-e-sacred-underworld/</guid>
		<description><![CDATA[Ieri, sono andato alla Rinascente, Auchan, e vedo che per 9,95€ vendono una copia di Sacred edizione oro, con alcune missioni nuovi e 2 personaggi in più. Rimango indeciso sul da farsi, Sacred, prima edizione, l&#8217;ho già comprato&#8230;
&#8230;per mia fortuna ho rimandato l&#8217;acquisto. La FX Interactive, aveva già rilasciato la patch 1.8 che oltre ad [...]]]></description>
			<content:encoded><![CDATA[<p>Ieri, sono andato alla Rinascente, Auchan, e vedo che per 9,95€ vendono una copia di Sacred edizione oro, con alcune missioni nuovi e 2 personaggi in più. Rimango indeciso sul da farsi, Sacred, prima edizione, l&#8217;ho già comprato&#8230;</p>
<p>&#8230;per mia fortuna ho rimandato l&#8217;acquisto. La FX Interactive, aveva già rilasciato la patch 1.8 che oltre ad aggiornare il gioco installava Sacred Plus ed ora rende disponibile, nuovamente gratuitamente, l&#8217;espansione Underworld che inserisce le nuove missioni e i 2 nuovi personaggi, <a href="http://www.fxinteractive.com/it/p056/p056extras.htm" target="_blank">qui</a>.</p>
<p>Cosa mi resta da dire, grazie FX Interactive, non solo i giochi costano poco (non ricordo se ho pagato Sacred 10 o 20€, o, 10.000 o 20.000£) ma anche il servizio post vendita è eccezionale.</p>
<p>Grazie grazie ancora da un vostro sostenitore</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2008/02/17/sacred-sacred-plus-e-sacred-underworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icona Pannello Controllo sparita causa VIRUS</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/12/11/icona-pannello-controllo-sparita-causa-virus/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/12/11/icona-pannello-controllo-sparita-causa-virus/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 08:18:08 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[abilita]]></category>
		<category><![CDATA[controllo]]></category>
		<category><![CDATA[disabilitata]]></category>
		<category><![CDATA[icona]]></category>
		<category><![CDATA[manca]]></category>
		<category><![CDATA[pannello]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/blog/2007/12/11/icona-pannello-controllo-sparita-causa-virus/</guid>
		<description><![CDATA[Ultimamente mi è capitato sotto-mano uno stupidissimo virus che mi ha disattivato il pannello di controllo.
Leggendo nei vari forum ho scoperto che dovevo ripristinare l&#8217;icona con Tweak Ui della Microsoft ma in questo caso il sistema non funzionava.
Alla fin fine, sono riuscito a riabilitare l&#8217;icona scomparsa, disabilitata da una chiave di registro (fonte)
Per riabilitarla dovete [...]]]></description>
			<content:encoded><![CDATA[<p>Ultimamente mi è capitato sotto-mano uno stupidissimo virus che mi ha disattivato il pannello di controllo.<br />
Leggendo nei vari forum ho scoperto che dovevo ripristinare l&#8217;icona con Tweak Ui della Microsoft ma in questo caso il sistema non funzionava.</p>
<p>Alla fin fine, sono riuscito a riabilitare l&#8217;icona scomparsa, disabilitata da una chiave di registro (<a href="http://www.pcinformatica.eu/nascondere-il-pannello-di-controllo-in-xp-2">fonte</a>)</p>
<p>Per riabilitarla dovete guardare in 2 posti:</p>
<ol>
<li>Nel caso sia disabilitata a livello utente: <code>HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER\</code></li>
<li>Nel caso sia disabilitato a livello sistema:<br />
<code>HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER\</code></li>
</ol>
<p>Potreste trovare una delle seguenti 2 DWORD da cancellare:</p>
<ol>
<li><strong>NOSETFOLDERS</strong></li>
<li><strong>NoControlPanel</strong></li>
</ol>
<p>Riavviate il PC e controllare che tutto sia a posto.</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/12/11/icona-pannello-controllo-sparita-causa-virus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alcune interessanti estensioni per Firefox</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/11/23/alcune-interessanti-estensioni-per-firefox/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/11/23/alcune-interessanti-estensioni-per-firefox/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 20:32:07 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[estensioni]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/blog/2007/11/23/alcune-interessanti-estensioni-per-firefox/</guid>
		<description><![CDATA[Ecco un elenco delle più importanti estensioni per Firefox che al momento utilizzo:
Adblock serve per bloccare lepubblicità impostando le opportune regole.
Bookmark Duplicate Detector che mi segnala se sto inserendo un segnalibro doppio.
DownThemAll! download manager integrato in Firefox, veramente molto utile.
Dr.Web anti-virus link checker si può far controllare un file prima di scaricarlo da questo antivirus [...]]]></description>
			<content:encoded><![CDATA[<p>Ecco un elenco delle più importanti estensioni per Firefox che al momento utilizzo:<br />
<a href="http://adblock.mozdev.org/">Adblock</a> serve per bloccare lepubblicità impostando le opportune regole.<br />
<a href="http://bookmarkdd.mozdev.org/">Bookmark Duplicate Detector</a> che mi segnala se sto inserendo un segnalibro doppio.<br />
<a href="http://www.downthemall.net/">DownThemAll!</a> download manager integrato in Firefox, veramente molto utile.<br />
<a href="https://addons.mozilla.org/it/firefox/addon/938">Dr.Web anti-virus link checker</a> si può far controllare un file prima di scaricarlo da questo antivirus online (solo download diretti&#8230;).<br />
<a href="http://customsoftwareconsult.com/extensions/">Firefox Environment Backup Extension</a> permette di salvare il profilo di Firefox.<br />
<a href="http://www.oxymoronical.com/web/firefox/jsoptions">Javascript Options</a> serve per inibire alcuni comportamenti dei javascript(esempio il menu contestuale del tasto dx del mouse).<br />
<a href="http://noscript.net/">NoScript</a> serve per inibire a priori tutti gli script (javascript, flash, &#8230;), permette di creare una whitelist di siti autorizzati ad eseguire gli scipt.<br />
<a href="http://addons.mozilla.org/firefox/addon/636">PDF Download</a> serve per evitare che si apra il plug-in di Adobe Reader che spesso blocca o paralizza per qualche momento Firefox.<br />
<a href="http://www.scribefire.com/">ScribeFire</a> per scrivere velocemente sul proprio blog.<br />
<a href="https://addons.mozilla.org/it/firefox/addon/2650">Temporary Inbox</a> servizio e-mail temporanee. Veramente utile.<br />
<a href="http://www.torrent-search-bar.com/">Torrent Search Bar</a> permette di visionare un gran numero di tracker torrent.</p>
<p>Non meno importanti, ma che al contempo uso di meno, Google Toolbar, FireFTP (Client FTP), Greasemonkey (serve per lanciare degli scipt che modificano le funzionalità di un sito), IE Tab (in caso di evenienza si può aprire Internet Explorer in una TAB di Firefox), Netcrafttoolbar (segnala siti contraffatti), Sage (RSS Reader), UnPlug (serve per scaricare eventuale materiale multimediale).</p>
<p>Ciao a tutti <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/11/23/alcune-interessanti-estensioni-per-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ecco come risolvere il problema dei link in eventid.net</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/06/11/ecco-come-risolvere-il-problema-dei-link-in-eventidnet/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/06/11/ecco-come-risolvere-il-problema-dei-link-in-eventidnet/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 18:08:49 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[eventid]]></category>
		<category><![CDATA[eventid.net]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/blog/2007/06/11/ecco-come-risolvere-il-problema-dei-link-in-eventidnet/</guid>
		<description><![CDATA[Navigando in rete ho trovato un bellissimo sito che permette di trovare delle risoluzioni hai più comuni problemi rilevati attraverso il servizio gestione eventi di windows.Il sito linka eventuali articoli della Microsoft, ma non direttamente, per fortuna usando Firefox c&#8217;è la possibilità di risolvere questo problema.Come prima cosa dobbiamo avere installata la seguente estensione: Greasemonkey.La [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">Navigando in rete ho trovato un bellissimo sito che permette di trovare delle risoluzioni hai più comuni problemi rilevati attraverso il servizio gestione eventi di windows.<br />Il sito linka eventuali articoli della Microsoft, ma non direttamente, per fortuna usando <a href="http://www.mozilla-europe.org/it/">Firefox</a> c&#8217;è la possibilità di risolvere questo problema.<br />Come prima cosa dobbiamo avere installata la seguente estensione: <a href="https://addons.mozilla.org/it/firefox/addon/748">Greasemonkey</a>.<br />La seconda consiste nel caricare il seguente <a href="../files/eventidnet.user.js">script</a>.</p>
<p>Come risultato ora avrete i vostri link correttamente inseriti.</p>
<p>Questo è lo script:<br />
<blockquote><small>// ==UserScript==<br />// @name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EventID.Net<br />// @namespace&nbsp;&nbsp;&nbsp;&nbsp; http://rogierg.blogspot.com/<br />// @description&nbsp;&nbsp; Shows correct links to MS support documents in EventID.Net<br />//<br />// Items page<br />// @include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.eventid.net/*<br />// ==/UserScript==</p>
<p>var allmskblinks, thismskblink;<br />allmskblinks = document.evaluate(<br />&nbsp;&nbsp;&nbsp; &#8216;//a[@href="/subscribersonly.asp?feature=marticle"]&#8216;,<br />&nbsp;&nbsp;&nbsp; document,<br />&nbsp;&nbsp;&nbsp; null,<br />&nbsp;&nbsp;&nbsp; XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,<br />&nbsp;&nbsp;&nbsp; null);<br />for (var i = 0; i &lt; allmskblinks.snapshotLength; i++) {<br />&nbsp;&nbsp;&nbsp; thismskblink = allmskblinks.snapshotItem(i);<br />&nbsp;&nbsp;&nbsp; thismskblink.href = &#8216;http://support.microsoft.com/kb/&#8217;+thismskblink.firstChild.nodeValue;<br />}</small></p></blockquote>
<p>Per questo bellissimo script (ho corretto solo un piccolissimo errore dovuto ad un aggiornamento del sito di eventid.net) dovete ringraziare <a href="http://rogierg.blogspot.com/2007/02/rewrite-eventidnet-links-greasemonkey.html">Terminator</a>.</p>
<p>Ciao a tutti <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </div>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/06/11/ecco-come-risolvere-il-problema-dei-link-in-eventidnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chiavi USB e Windows, quando non compaiono in Risorse del computer</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/06/01/chiavi-usb-e-windows-quando-non-compaiono-in-risorse-del-computer/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/06/01/chiavi-usb-e-windows-quando-non-compaiono-in-risorse-del-computer/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 11:43:43 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[controllo]]></category>
		<category><![CDATA[manca]]></category>
		<category><![CDATA[pannello]]></category>
		<category><![CDATA[risorse]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/forum/blog.php/2007/06/01/chiavi-usb-e-windows-quando-non-compaiono-in-risorse-del-computer/</guid>
		<description><![CDATA[Capita molte volte che quando inseriamo una chiave usb nel computer questa non viene vista, o meglio, risulta installata ma in Risorse del computer non compare.
La maggior parte delle volte questo problema è dovuto al fatto che alla chiave USB viene fornita una lettera già utilizzata da una connessione di rete.
Per ovviare a questo problema [...]]]></description>
			<content:encoded><![CDATA[<p>Capita molte volte che quando inseriamo una chiave usb nel computer questa non viene vista, o meglio, risulta installata ma in Risorse del computer non compare.</p>
<p>La maggior parte delle volte questo problema è dovuto al fatto che alla chiave USB viene fornita una lettera già utilizzata da una connessione di rete.</p>
<p>Per ovviare a questo problema bisogna semplicemente andare nel <b>pannello di controllo</b>,aprire gli <b>Strumenti di amministrazione</b> eppoi <b>Gestione computer</b>.</p>
<p>A sinistra troveremo la voce <b>Archiviazione</b> e la voce figlio <b>Gestione disco</b> che cliccheremo.</p>
<p>Ora sulla destra abbiamo l&#8217;elenco delle periferiche di archiviazione di massa installate nel computer e qui abbiamo la possibilità di intervenire e sistemare il problema.</p>
<p>Dobbiamo cliccare col mouse sulla periferica che ci interessa nell&#8217;elenco in basso a destra (come nell&#8217;immagine) e selezionare <b>Cambia lettera e percorso di unità</b>.</p>
<p><a href="http://www.flickr.com/photos/8028657@N07/524786153/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/201/524786153_66e8dfe067_m.jpg" width="240" height="170" alt="Gestione Computer" /></a></p>
<p>Qui potremo cambiare (se è errata l&#8217;associazione della lettera) o addirittura aggiungerla se manca.<br />
 <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Ciao a tutti</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/06/01/chiavi-usb-e-windows-quando-non-compaiono-in-risorse-del-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elenco di programmi utili alla rimozione di dialer, rootkit e altra immondizia</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/04/29/elenco-di-programmi-utili-alla-rimozione-di-dialer-rootkit-e-altra-immondizia/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/04/29/elenco-di-programmi-utili-alla-rimozione-di-dialer-rootkit-e-altra-immondizia/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 17:11:10 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[elenco]]></category>
		<category><![CDATA[immondizia]]></category>
		<category><![CDATA[programmi]]></category>
		<category><![CDATA[pulizia]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[trashware]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/?p=6</guid>
		<description><![CDATA[Come prima cosa parliamo dei rootkit
Rootkit: conosciamoli
Ecco invece un altro articolo che spiega come creare un semplice rootkit per aiutarci a capirli meglio:
Rootkit: difendiamoci
Vi faccio notare che nell&#8217;articolo viene detto che l&#8217;installazione avviene manualmente ma non sempre è vero. Per esempio il Linkoptimizer ha vari metodi di infezione (usando Internet Explorer non aggiornato si installa [...]]]></description>
			<content:encoded><![CDATA[<p>Come prima cosa parliamo dei rootkit</p>
<p><a href="http://www.swzone.it/articoli/Rootkit/" target="_blank">Rootkit: conosciamoli</a></p>
<p>Ecco invece un altro articolo che spiega come creare un semplice rootkit per aiutarci a capirli meglio:<br />
<a href="http://www.swzone.it/articoli/Rootkit1/" target="_blank">Rootkit: difendiamoci</a></p>
<p>Vi faccio notare che nell&#8217;articolo viene detto che l&#8217;installazione avviene manualmente ma non sempre è vero. Per esempio il Linkoptimizer ha vari metodi di infezione (usando Internet Explorer non aggiornato si installa da solo tramite un controllo active X):</p>
<p><em>&#8220;The path of infection is thus: </em></p>
<ul>
<li><em>On visiting an infected website an obfuscated JavaScript is run.</em></li>
<li><em>The user is forwarded to another site which contains a further obfuscated JavaScript. This connects to a network of websites which are used to launch the infection routine. These websites are constantly changing and since May 2006 have become considerably more numerous </em></li>
<li><em>A server side script is run to analyse the user agent (web browser) under which the user is visiting. Different attack methods are then launched depending on whether the user is running Opera, Firefox or Internet Explorer. </em><em>For Internet Explorer, the victim is presented with the option to install an ActiveX control called FreeAccess.ocx This is actually copied into the Windows system32 folder as a randomly named DLL.</em>
<p><em>Firefox and Opera undergo a very clever piece of social engineering. What appears to be a link to www.google.com is presented to the victim. This unfortunately is not a hyperlink but in fact a cleverly hidden .com file. Once accepted and run, a randomly named DLL is again installed to the windows system32 folder.</em></li>
<li><em>Once the DLL agent is installed, various pieces of Adware are downloaded and installed onto the machine. Examples are the Bravesentry and LinkOptimizer Trojans. The real payload is then downloaded to the victim&#8217;s computer. Both a Rootkit and service component are installed along with a hidden windows user account. The main purpose of this is to enable the Adware which was previously installed to be hidden from any Anti-malware tools installed on the machine&#8221;</em></li>
</ul>
<p>Questo è il link al removal tool del Linkoptimizer: <a href="http://aknow.prevx.com/zeroL/TA33A45.exe" target="_blank">removal tool</a><br />
Questo invece è sempre un removal tool per il linkoptimizer ma creato dalla Symantec: <a href="http://securityresponse.symantec.com/avcenter/FixLinkopt.exe" target="_blank">removal tool</a></p>
<p>Per controllare il sistema invece in modo generico si possono utilizzare alcuni programmi che ti avvertono di tutte le incoerenze tra il file system reale e quello modificato dal rootkit (vi avverto che alcuni rootkit come ad esempio una variante del linkoptimizer disattivano questi programmi&#8230;):</p>
<p><a href="http://download.sysinternals.com/Files/RootkitRevealer.zip" target="_blank">Rootkit reveal</a> &#8211; by Sysinternal ora di proprietà della Microsoft<br />
<a href="http://www.f-secure.com/blacklight/try_blacklight.html" target="_blank">F-Secure BlackLight</a> ora in beta poi diventerà a pagamento<br />
<a href="http://www.gmer.net/gmer.zip" target="_blank">Gmer</a> devo ancora provarlo bene a fondo<br />
<a href="http://www.sophos.it/support/cleaners/sarsfx.exe" target="_blank">Sophos Anti-Rootkit</a></p>
<p>Altri programmi utili alla rimozione di dialer, virus e trojan sono questi:<br />
<a href="http://download.sysinternals.com/Files/ProcessExplorer.zip" target="_blank">Process Explorer</a> utile per individuare processi sospetti con relativo percorso nel file system<br />
<a href="http://dimio.altervista.org/ita/" target="_blank">DTaskmanager</a> sempre un task manager ma con la possibilità di killare processi di sistema<br />
<a href="http://castlecops.com/zx/Merijn/hijackthis.zip" target="_blank">Hijackthis</a> programma molto utile per snidare toolbar e bho (programmi che partono assieme a IE)<br />
<a href="http://ftp.officefive.org.uk/sites/www.spywareinfo.com/%7Emerijn/files/startuplist.zip" target="_blank">StartupList</a> programma che permette di vedere tutto di un sistema dalle operazioni che si svolgeranno al riavvio del sistema alla famosa direttiva app_init in cui si installa il grozomon (naturalmente in questo caso la cosa è nascosta dal rootkit)<br />
<a href="http://download5.emsisoft.com/a2HiJackFreeSetup.exe" target="_blank">HijackFree</a> alternativa a Hijackthis e sotto alcuni aspetti più completa <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.snapfiles.com/download/dlwinsockxpfix.html" target="_blank">Winsock Fix</a> utile in caso di manomissione da parte di alcuni dialer<br />
<a href="http://www.download.com/SpywareBlaster/3000-8022-10196637.html?part=dl-SpywareBl&amp;subj=dl&amp;tag=button" target="_blank">SpywareBlaster 3.5.1</a> utile tools per immunizzarsi contro attacchi noti di alcuni dialer e il blocco di alcuni siti noti pericolosi<br />
<a href="http://killbox.net/downloads/KillBox.exe" target="_blank">Killbox</a> utile per rimuovere librerie registrate o file durante il riavvio e altre chicche</p>
<p>Per completezza della cosa segnalo alcuni software per pulire il sistema dai vari dialer:<br />
<a href="http://www.net-security.org/software.php?id=135" target="_blank">Ad-aware SE Personal Edition 1.06</a> un programma storico<br />
<a href="http://www.download.com/Spybot-Search-Destroy/3000-8022-10122137.html?part=dl-spybot&amp;subj=dl&amp;" target="_blank">Spybot &#8211; Search &amp; Destroy 1.4</a> l&#8217;altro programma storico, da segnalare inoltre la funzione di immunizzazione<br />
<a href="http://free.grisoft.com/softw/70free/setup/avgas-setup-7.5.0.50.exe" target="_blank">AVG Anti-Spyware Free</a> un potentissimo programma (conosciuto prima della acquisizione da parte di Grisoft come Ewido)<br />
<a href="http://download5.emsisoft.com/a2FreeSetup.exe" target="_blank">a-squared Free 2.1</a> la registrazione per l&#8217;abilitzione al download delle definizione è gratuita<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=435BFCE7-DA2B-4A6A-AFA4-F7F14E605A0D&amp;displaylang=en" target="_blank">Windows Defender</a> il buon vecchio Giant Antispyware</p>
<p>Lo so, vi ho elencato molti programmi e non vi ho spiegato come usarli ma prima di tutto ci vuole l&#8217;informazione, per l&#8217;utilizzo o si cerca in internet o creerò in futuro (molto lontano a causa del mio tempo libero) una guida.</p>
<p>A <a href="http://forum.clonyxxl.net/index.php?showtopic=25812">questo</a> indirizzo trovate la stessa guida.</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/04/29/elenco-di-programmi-utili-alla-rimozione-di-dialer-rootkit-e-altra-immondizia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stampare immagini più grandi del formato A4</title>
		<link>http://www.lacompagniadellavello.org/blog/2007/04/29/stampare-immagini-piu-grandi-del-formato-a4-2/</link>
		<comments>http://www.lacompagniadellavello.org/blog/2007/04/29/stampare-immagini-piu-grandi-del-formato-a4-2/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 13:07:31 +0000</pubDate>
		<dc:creator>Xavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[a3]]></category>
		<category><![CDATA[a4]]></category>
		<category><![CDATA[formati]]></category>
		<category><![CDATA[formato]]></category>
		<category><![CDATA[foto]]></category>
		<category><![CDATA[grandi]]></category>
		<category><![CDATA[immagini]]></category>
		<category><![CDATA[posterazor]]></category>
		<category><![CDATA[stampare]]></category>

		<guid isPermaLink="false">http://www.lacompagniadellavello.org/?p=5</guid>
		<description><![CDATA[Mi è capitato di dover stampare dei poster, ma con le odierne stampantine A4 la cosa potrebbe non essere proprio immediata.
E&#8217; per questo che esiste questo bellissimo programma: PosteRazor
In 5 passaggi si può creare un PDF di più pagine in formato A4 che opportunamente incollate vi permettono di avere l&#8217;immagine originale nel formato desiderato.
Nel primo [...]]]></description>
			<content:encoded><![CDATA[<p>Mi è capitato di dover stampare dei poster, ma con le odierne stampantine A4 la cosa potrebbe non essere proprio immediata.<br />
E&#8217; per questo che esiste questo bellissimo programma: <a href="http://posterazor.sourceforge.net/">PosteRazor</a></p>
<p>In 5 passaggi si può creare un PDF di più pagine in formato A4 che opportunamente incollate vi permettono di avere l&#8217;immagine originale nel formato desiderato.</p>
<p>Nel primo passaggio bisogna  selezionare l&#8217;immagine da stampare</p>
<p><a href="http://www.flickr.com/photos/8028657@N07/476694821/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/202/476694821_40db57d67b_m.jpg" alt="PosteRazor1" height="187" width="240" /></a></p>
<p>Nel secondo passaggio invece bisogna selezionare le dimensioni del supporto disponibile per la stampa.</p>
<p><a href="http://www.flickr.com/photos/8028657@N07/476694823/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/231/476694823_47fe436727_m.jpg" alt="PosteRazor2" height="187" width="240" /></a></p>
<p>Nel terzo possiamo semplicemente lasciare l&#8217;impostazione di default che imposta un&#8217;area di 1 cm per la sovrapposizione, invece nel quarto vedremo il risultato finale ed eventualmente potremmo variare le dimensioni della stampa finale:</p>
<p><a href="http://www.flickr.com/photos/8028657@N07/476694827/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/170/476694827_e851575281_m.jpg" alt="PosteRazor3" height="187" width="240" /></a></p>
<p>Nell&#8217;ultimo passaggio invece potremo salvare il documenti PDF creato <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ciao a tutti <img src='http://www.lacompagniadellavello.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lacompagniadellavello.org/blog/2007/04/29/stampare-immagini-piu-grandi-del-formato-a4-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
