<?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; Unix-Linux</title>
	<atom:link href="http://gabrielecaracciolo.com/blog/category/unix-linux/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>Installare GNOME su CentOS 6.2 Minimal</title>
		<link>http://gabrielecaracciolo.com/blog/2012/installare-gnome-centos-6-2-minimal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installare-gnome-centos-6-2-minimal</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/installare-gnome-centos-6-2-minimal/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 20:47:00 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[initdefault]]></category>
		<category><![CDATA[inittab]]></category>
		<category><![CDATA[runlevel]]></category>
		<category><![CDATA[startx]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1301</guid>
		<description><![CDATA[Dopo aver installato una CentOS 6.2 minimal, ho avuto la necessità di installare Gnome. Per fare ciò ho lanciato: # yum groupinstall "Desktop" # yum groupinstall "Supporto per l'italiano" # yum install xorg-x11-fonts-Type1 # yum groupinstall Caratteri Il terzo comando è stato dato poiché dopo aver lanciato &#8220;startx&#8221;, l&#8217;interfaccia grafica visualizzava dei quadrati al posto [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/installare-gnome-centos-6-2-minimal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Abilitare e configurare scheda rete CentOS</title>
		<link>http://gabrielecaracciolo.com/blog/2012/abilitare-configurare-scheda-rete-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=abilitare-configurare-scheda-rete-centos</link>
		<comments>http://gabrielecaracciolo.com/blog/2012/abilitare-configurare-scheda-rete-centos/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:09:08 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[ifcfg-eth0]]></category>
		<category><![CDATA[ifdown]]></category>
		<category><![CDATA[ifup]]></category>
		<category><![CDATA[rete]]></category>
		<category><![CDATA[scheda]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1292</guid>
		<description><![CDATA[Se con: # ifconfig su una CentOS 6.2 appena installata, appare solo l&#8217;interfaccia di loopback, occorre configurare la scheda di rete. Ho lanciato: # ifup eth0 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 il contenuto del file era: DEVICE="eth0" HWADDR="aa:bb:cc:dd:ee:ff" NM_CONTROLLED="yes" ho modificato il file aggiungendo: BOOTPROTO="dhcp" Se al posto del dhcp si usa un indirizzo statico, usare: BOOTPROTO="none" [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2012/abilitare-configurare-scheda-rete-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aggiungere un utente a sudoers</title>
		<link>http://gabrielecaracciolo.com/blog/2011/aggiungere-utente-sudoers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aggiungere-utente-sudoers</link>
		<comments>http://gabrielecaracciolo.com/blog/2011/aggiungere-utente-sudoers/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 19:05:13 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sudoers]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=1202</guid>
		<description><![CDATA[Se dovete abilitare un utente affinché possa utilizzare il comando &#8220;sudo&#8221;, occorre aggiungerlo ai sudo users (sudoers). Per fare ciò, dobbiamo editare il file /etc/sudoers con il comando &#8220;visudo&#8221; da utente root: [testuser@centostest ~]$ su - -c visudo Password: (inserite la password di root). Ora andiamo ad aggiungere l&#8217;utente, sotto la riga relativa a root [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2011/aggiungere-utente-sudoers/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>
	</channel>
</rss>

