<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Anto121</title>
	<atom:link href="http://anto121.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anto121.wordpress.com</link>
	<description>My Notes about...</description>
	<lastBuildDate>Tue, 25 Aug 2009 08:34:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='anto121.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/614d5caf82e7ece891495dc41230c530?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Anto121</title>
		<link>http://anto121.wordpress.com</link>
	</image>
			<item>
		<title>Tools for Windows</title>
		<link>http://anto121.wordpress.com/2009/08/25/tools-for-windows/</link>
		<comments>http://anto121.wordpress.com/2009/08/25/tools-for-windows/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:27:32 +0000</pubDate>
		<dc:creator>anto121</dc:creator>
				<category><![CDATA[Siti Consigliati]]></category>

		<guid isPermaLink="false">http://anto121.wordpress.com/?p=14</guid>
		<description><![CDATA[http://www.nirsoft.net/
http://technet.microsoft.com/en-us/sysinternals/default.aspx
raccolta di utility dal debug al recupero password
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=14&subd=anto121&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Nirsoft" href="http://www.nirsoft.net/" target="_blank">http://www.nirsoft.net/</a></p>
<p><a title="Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">http://technet.microsoft.com/en-us/sysinternals/default.aspx</a></p>
<p>raccolta di utility dal debug al recupero password</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anto121.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anto121.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anto121.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anto121.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anto121.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anto121.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anto121.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anto121.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anto121.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anto121.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=14&subd=anto121&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anto121.wordpress.com/2009/08/25/tools-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ab2f1a2322a635dae45c7a0bc893b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anto121</media:title>
		</media:content>
	</item>
		<item>
		<title>copia file usando ssh</title>
		<link>http://anto121.wordpress.com/2009/06/11/copia-file-usando-ssh/</link>
		<comments>http://anto121.wordpress.com/2009/06/11/copia-file-usando-ssh/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:01:14 +0000</pubDate>
		<dc:creator>anto121</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[linux cmd]]></category>

		<guid isPermaLink="false">http://anto121.wordpress.com/?p=10</guid>
		<description><![CDATA[copia da macchina remota alla propria macchina
scp user@192.168.1.100:/home/remote_user/Desktop/file.txt /home/me/Desktop/file.txt
copia dalla propria macchina a macchina remota
scp /home/me/Desktop/file.txt user@192.168.1.100:/home/remote_user/Desktop/file.txt
copia di tutti i file *.txt da macchina remota alla propria macchina
scp &#8220;user@192.168.1.100:/home/remote_user/Desktop/file*.txt&#8221; /home/me/Desktop/file.txt
copia di una directory da macchina remota alla propria  macchina
scp -r user@192.168.1.100:/home/remote_user/Desktop/files /home/me/Desktop/.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=10&subd=anto121&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>copia da macchina remota alla propria macchina</p>
<p><strong>scp user@192.168.1.100:/home/remote_user/Desktop/file.txt /home/me/Desktop/file.txt</strong></p>
<p>copia dalla propria macchina a macchina remota</p>
<p><strong>scp /home/me/Desktop/file.txt user@192.168.1.100:/home/remote_user/Desktop/file.txt</strong></p>
<p>copia di tutti i file *.txt da macchina remota alla propria macchina</p>
<p><strong>scp &#8220;user@192.168.1.100:/home/remote_user/Desktop/file*.txt&#8221; /home/me/Desktop/file.txt</strong></p>
<p>copia di una directory da macchina remota alla propria  macchina<br />
<strong>scp -r user@192.168.1.100:/home/remote_user/Desktop/files /home/me/Desktop/.</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anto121.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anto121.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anto121.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anto121.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anto121.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anto121.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anto121.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anto121.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anto121.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anto121.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=10&subd=anto121&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anto121.wordpress.com/2009/06/11/copia-file-usando-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ab2f1a2322a635dae45c7a0bc893b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anto121</media:title>
		</media:content>
	</item>
		<item>
		<title>E&#8217; nato http://www.fai6.it/</title>
		<link>http://anto121.wordpress.com/2008/09/29/e-nato-httpwwwfai6it/</link>
		<comments>http://anto121.wordpress.com/2008/09/29/e-nato-httpwwwfai6it/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 10:20:54 +0000</pubDate>
		<dc:creator>anto121</dc:creator>
				<category><![CDATA[Siti Consigliati]]></category>

		<guid isPermaLink="false">http://anto121.wordpress.com/?p=8</guid>
		<description><![CDATA[http://www.fai6.it/  il primo sistema del superenalotto, è completamente gratis.. 
loro sviluppano le combinazioni.. noi dobbiamo solo giocarle..
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=8&subd=anto121&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://www.fai6.it/ <a href="http://www.fai6.it/"> il primo sistema del superenalotto, è completamente gratis.. </a></p>
<p><a href="http://www.fai6.it/">loro sviluppano le combinazioni.. noi dobbiamo solo giocarle..</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anto121.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anto121.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anto121.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anto121.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anto121.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anto121.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anto121.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anto121.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anto121.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anto121.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=8&subd=anto121&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anto121.wordpress.com/2008/09/29/e-nato-httpwwwfai6it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ab2f1a2322a635dae45c7a0bc893b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anto121</media:title>
		</media:content>
	</item>
		<item>
		<title>Codice Vb per trovare dal SID il nome Utente</title>
		<link>http://anto121.wordpress.com/2008/04/17/codice-vb-per-trovare-dal-sid-il-nome-utente/</link>
		<comments>http://anto121.wordpress.com/2008/04/17/codice-vb-per-trovare-dal-sid-il-nome-utente/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:15:50 +0000</pubDate>
		<dc:creator>anto121</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://anto121.wordpress.com/?p=5</guid>
		<description><![CDATA[strComputer = &#8220;.&#8221;
Set objWMIService = GetObject(&#8220;winmgmts:\\&#8221; &#38; strComputer &#38; &#8220;\root\cimv2&#8243;)
Set objAccount = objWMIService.Get _
    (&#8220;Win32_SID.SID=&#8217;S-1-5-20&#8242;&#8221;)
Wscript.Echo objAccount.AccountName
Wscript.Echo objAccount.ReferencedDomainName
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=5&subd=anto121&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>strComputer = &#8220;.&#8221;<br />
Set objWMIService = GetObject(&#8220;winmgmts:\\&#8221; &amp; strComputer &amp; &#8220;\root\cimv2&#8243;)</p>
<p>Set objAccount = objWMIService.Get _<br />
    (&#8220;Win32_SID.SID=&#8217;S-1-5-20&#8242;&#8221;)<br />
Wscript.Echo objAccount.AccountName<br />
Wscript.Echo objAccount.ReferencedDomainName</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/anto121.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/anto121.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anto121.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anto121.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anto121.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anto121.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anto121.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anto121.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anto121.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anto121.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anto121.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anto121.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=5&subd=anto121&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anto121.wordpress.com/2008/04/17/codice-vb-per-trovare-dal-sid-il-nome-utente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ab2f1a2322a635dae45c7a0bc893b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anto121</media:title>
		</media:content>
	</item>
		<item>
		<title>Cambiare Opzioni internazionali e della Lingua per IIS</title>
		<link>http://anto121.wordpress.com/2008/04/17/cambiare-opzioni-internazionali-e-della-lingua-per-iis/</link>
		<comments>http://anto121.wordpress.com/2008/04/17/cambiare-opzioni-internazionali-e-della-lingua-per-iis/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 14:24:34 +0000</pubDate>
		<dc:creator>anto121</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[windows 2000]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://anto121.wordpress.com/?p=4</guid>
		<description><![CDATA[1)Fare il log on sul server
2) Start &#8211;&#62; Impostazioni &#8211;&#62; Pannello di Controllo &#8211;&#62; Opzioni internazionali e della Lingua
configurare impostazioni volute
3) Lanciare il Regedit e navigare fino ad
HKEY_CURRENT_USER\Control Panel\International
4) Esportare la chiave nel file formato reg
5) Aprire il file con Notepad e sostituire &#8220;HKEY_CURRENT_USER&#8221; con &#8220;HKEY_USERS\.DEFAULT&#8221;
6) Eseguire e aggiungere al registro le informazioni contenute nel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=4&subd=anto121&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="padding-left:30px;">1)Fare il log on sul server</p>
<p style="padding-left:30px;">2) Start &#8211;&gt; Impostazioni &#8211;&gt; Pannello di Controllo &#8211;&gt; Opzioni internazionali e della Lingua</p>
<p style="padding-left:30px;">configurare impostazioni volute</p>
<p style="padding-left:30px;">3) Lanciare il Regedit e navigare fino ad</p>
<p style="padding-left:30px;">HKEY_CURRENT_USER\Control Panel\International</p>
<p style="padding-left:30px;">4) Esportare la chiave nel file formato reg</p>
<p style="padding-left:30px;">5) Aprire il file con Notepad e sostituire &#8220;HKEY_CURRENT_USER&#8221; con &#8220;HKEY_USERS\.DEFAULT&#8221;</p>
<p style="padding-left:30px;">6) Eseguire e aggiungere al registro le informazioni contenute nel file reg</p>
<p style="padding-left:30px;">7) Riavviare IIS con il comando iisreset </p>
<p style="padding-left:30px;"> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/anto121.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/anto121.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anto121.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anto121.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anto121.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anto121.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anto121.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anto121.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anto121.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anto121.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anto121.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anto121.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anto121.wordpress.com&blog=3502707&post=4&subd=anto121&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://anto121.wordpress.com/2008/04/17/cambiare-opzioni-internazionali-e-della-lingua-per-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ab2f1a2322a635dae45c7a0bc893b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">anto121</media:title>
		</media:content>
	</item>
	</channel>
</rss>