<?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://www.cividini.org/blog/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 10:54:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Configurazione del client OpenSSH con chiavi RSA</title>
		<link>http://www.cividini.org/blog/2008/12/26/configurazione-del-client-openssh-con-chiavi-rsa/</link>
		<comments>http://www.cividini.org/blog/2008/12/26/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[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
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 [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/12/26/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://www.cividini.org/blog/2008/12/26/impostare-un-accesso-ssh-con-le-chiavi-pubbliche-e-private/</link>
		<comments>http://www.cividini.org/blog/2008/12/26/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[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
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 [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/12/26/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://www.cividini.org/blog/2008/07/14/utilizzare-tutti-i-comandi-di-shell-in-ftp-curlftpfs/</link>
		<comments>http://www.cividini.org/blog/2008/07/14/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[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Chi utilizza spesso i client ftp, preferisce l&#8217;uso di software con l&#8217;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&#8217;ultimo caso [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/14/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://www.cividini.org/blog/2008/07/13/installare-e-configurare-un-server-ftp-vsftpd/</link>
		<comments>http://www.cividini.org/blog/2008/07/13/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[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
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 [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/13/installare-e-configurare-un-server-ftp-vsftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>server mp3</title>
		<link>http://www.cividini.org/blog/2008/07/13/server-mp3/</link>
		<comments>http://www.cividini.org/blog/2008/07/13/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[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
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. [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/13/server-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.cividini.org @ 2012-02-08 03:14:35 -->
