<?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>www.cividini.org&#187; server</title>
	<atom:link href="http://linux.cividini.org/blog/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 15:09:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configurazione del client OpenSSH con chiavi RSA</title>
		<link>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/</link>
		<comments>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 09:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[dsa]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-agent]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=310</guid>
		<description><![CDATA[Configurazione del client OpenSSH
Per collegarvi a un server OpenSSH tramite un computer client, è necessario che siano installati i pacchetti openssh-clients e openssh.

Uso del comando ssh
Il comando ssh può essere considerato una valida alternativa ai comandi rlogin, rsh e telnet. Questo comando permette di collegarsi e di eseguire comandi su una macchina remota.
L&#8217;uso del comando [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/12/configurazione-del-client-openssh-con-chiavi-rsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impostare un accesso SSH con le chiavi pubbliche e private</title>
		<link>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/</link>
		<comments>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 09:10:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=308</guid>
		<description><![CDATA[In questo articolo cercherò di essere molto breve, in quanto questo verrà usato come referenza per impostare un corretto accesso SSH in una macchina virtuale. L&#8217;esperimento viene eseguito in una macchina con sistema OSX. Mi sono ispirato all&#8217;articolo della IBM che potete trovare quiqui. E&#8217; inoltre disponibile una terza parte qui.
Per prima cosa, ho gia [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/12/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>utilizzare tutti i comandi di shell in FTP &#8211; curlftpfs</title>
		<link>http://linux.cividini.org/blog/2008/07/utilizzare-tutti-i-comandi-di-shell-in-ftp-curlftpfs/</link>
		<comments>http://linux.cividini.org/blog/2008/07/utilizzare-tutti-i-comandi-di-shell-in-ftp-curlftpfs/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 10:18:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[curlftpfs]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[montare]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=40</guid>
		<description><![CDATA[Chi utilizza spesso i client ftp, preferisce l’uso di software con l’interfaccia grafica perchè più immediati e sicuramente più semplici da usare. Ma ci sono casi in cui siamo costretti ad utilizzare i client puramente testuali, soprattutto se stiamo lavorando su un server GNU/Linux sul quale non è installata alcuna interfaccia grafica. In quest’ultimo caso [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/07/utilizzare-tutti-i-comandi-di-shell-in-ftp-curlftpfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installare e configurare un Server FTP &#8211; vsftpd</title>
		<link>http://linux.cividini.org/blog/2008/07/installare-e-configurare-un-server-ftp-vsftpd/</link>
		<comments>http://linux.cividini.org/blog/2008/07/installare-e-configurare-un-server-ftp-vsftpd/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 16:35:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[configurare]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://blog.cividini.org/blog/?p=36</guid>
		<description><![CDATA[Server FTP
FTP (File Transfer Protocol) è un protocollo TCP per caricare e scaricare file tra computer. FTP opera su un modello client/server. Il componente server viene detto demone FTP e rimane continuamente in ascolto di richieste FTP provenienti dai client remoti. Quando viene ricevuta una richiesta, il demone gestice il login e imposta la connessione. [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/07/installare-e-configurare-un-server-ftp-vsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>server mp3</title>
		<link>http://linux.cividini.org/blog/2008/07/server-mp3/</link>
		<comments>http://linux.cividini.org/blog/2008/07/server-mp3/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 16:05:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gnump3d]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.cividini.org/blog/?p=28</guid>
		<description><![CDATA[

Se avete in casa un server, e volete ascoltare la musica presente sul server, ovunque voi siate, senza dovervela copiare su un cd, questo è il programma che fa per voi.
gnump3d infatti è un demone che vi permette di scaricare o ascoltare in streaming la musica che avete sul vostro pc, ovunque voi siate.
Installiamolo da [...]]]></description>
		<wfw:commentRss>http://linux.cividini.org/blog/2008/07/server-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
