<?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>Gabriele Caracciolo Blog &#187; Net</title>
	<atom:link href="http://gabrielecaracciolo.com/blog/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielecaracciolo.com/blog</link>
	<description>Just my ICT notes</description>
	<lastBuildDate>Mon, 07 May 2012 21:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Impostare Proxy per usare yum su CentOS</title>
		<link>http://gabrielecaracciolo.com/blog/2012/impostare-proxy-yum-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=impostare-proxy-yum-centos</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/impostare-proxy-yum-centos/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:10:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[proxy_password]]></category>
		<category><![CDATA[proxy_username]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum.conf]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1299</guid>
		<description><![CDATA[# vi /etc/yum.conf Aggiungere le seguenti righe nel file: proxy=http://proxy.mioDominio.it:portaDelProxy proxy_username=nomeUtente proxy_password=miaPassword]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/impostare-proxy-yum-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mappare disco di rete in PowerShell</title>
		<link>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mappare-disco-di-rete-in-powershell</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 21:38:13 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disco]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[rete]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1261</guid>
		<description><![CDATA[Oltre al semplice NET USE, in PowerShell è possibile usare il ComObject &#8220;WScript.Network&#8221; per gestire la mappatura di un disco di rete (map network drive). Questo semplice script serve per mappare un disco di rete e per rimuovere la mappatura: Write-Host "] Mapping Network Drive . . ." # Credentials $serverName = 'TESTPC01' $userName = [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/mappare-disco-di-rete-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inviare email con Outlook in PowerShell</title>
		<link>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inviare-mail-outlook-powershell</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 20:53:38 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[allegati]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1258</guid>
		<description><![CDATA[Questa funzione in Powershell permette di inviare e-mail tramite Outlook (che deve essere in esecuzione). E&#8217; basata sullo script presente su: http://www.andyparkhill.co.uk/2010/08/send-outlook-email-via-powershell.html a cui ho effettuato delle modifiche per l&#8217;invio dell&#8217;email a più destinatari e per l&#8217;invio degli allegati. function Send-Email (     [String[]]$recipientEmail = $(Throw "At least one recipient email is required!"),     [String]$subject [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/inviare-mail-outlook-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Errno 14] curl#56 &#8211; &#8220;Network error recv()&#8221; &#8211; impostare proxy yum Fedora Core</title>
		<link>http://gabrielecaracciolo.com/blog/2011/errno-14-curl56-network-error-recv-impostare-proxy-yum-fedora-core-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=errno-14-curl56-network-error-recv-impostare-proxy-yum-fedora-core-2</link>
		<comments>http://gabrielecaracciolo.com/blog/2011/errno-14-curl56-network-error-recv-impostare-proxy-yum-fedora-core-2/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:38:13 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1196</guid>
		<description><![CDATA[Se dopo aver lanciato yum update: [usertest@fedoratest ~]$ sudo yum update [sudo] password for usertest: Compare: Loaded plugins: langpacks, presto, refresh-packagekit fedora/metalink &#124; 33 kB 00:00 http://fedora.mirror.garr.it/mirrors/fedora/linux/releases/15/Everything/i386/os/repodata/repomd.xml: [Errno 14] curl#56 - "Network error recv()" Trying other mirror. ftp://ftp.ciril.fr/pub/linux/fedora/linux/releases/15/Everything/i386/os/repodata/repomd.xml: [Errno 14] curl#7 - "Couldn't connect" Trying other mirror. http://mirror.nl.leaseweb.net/fedora/linux/releases/15/Everything/i386/os/repodata/repomd.xml: [Errno 14] curl#56 - "Network error recv()" [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2011/errno-14-curl56-network-error-recv-impostare-proxy-yum-fedora-core-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIOCSIFNETMASK No such device</title>
		<link>http://gabrielecaracciolo.com/blog/2011/siocsifnetmask-no-such-device/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=siocsifnetmask-no-such-device</link>
		<comments>http://gabrielecaracciolo.com/blog/2011/siocsifnetmask-no-such-device/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:04:07 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[eth1]]></category>
		<category><![CDATA[eth2]]></category>
		<category><![CDATA[eth3]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[SIOCSGIFADDR]]></category>
		<category><![CDATA[SIOCSIFNETMASK]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1091</guid>
		<description><![CDATA[Mentre avviavo una Debian, ho visto dei messaggi che mi hanno insospettito: SIOCSIFNETMASK: No such device SIOCSGIFADDR: No such device eth0: ERROR while getting interface flags: no such device eth1: ERROR while getting interface flags: no such device Facendo: $ ifconfig veniva visualizzata solo l&#8217;interfaccia loopback, mentre con: $ ifconfig -a non c&#8217;erano più la [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2011/siocsifnetmask-no-such-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

