<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commenti per idee e soluzioni informatiche</title>
	<atom:link href="http://ivanobarbato.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanobarbato.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 20:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Commenti su OpenOffice Base Chiavi esterne, Collegamenti tra tabelle, Relazioni, Inserimenti automatici di Andrea</title>
		<link>http://ivanobarbato.com/openoffice-base-chiavi-esterne-collegamenti-tra-tabelle-relazioni-inserimenti-automatici/comment-page-1/#comment-230</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Tue, 08 May 2012 20:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/openoffice-base-chiavi-esterne-collegamenti-tra-tabelle-relazioni-inserimenti-automatici/#comment-230</guid>
		<description>Bello, potremo usarlo al ggt per tene nota dell&#039;attività del gruppo.
Forse ci sarà un po&#039; un problema di privacy, ma con i giusti accorgimenti si potrebbe fare</description>
		<content:encoded><![CDATA[<p>Bello, potremo usarlo al ggt per tene nota dell&#8217;attività del gruppo.<br />
Forse ci sarà un po&#8217; un problema di privacy, ma con i giusti accorgimenti si potrebbe fare</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di Barbara</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-229</link>
		<dc:creator>Barbara</dc:creator>
		<pubDate>Fri, 27 Jan 2012 10:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-229</guid>
		<description>Ciao a tutti, mi potete aiutare perfavore?!
Dovrei emettere fattura con ritenuta d&#039;acconto, ma nel riepilogo me la visualizza mentre nella stampa mi da il totale ivato senza alcuna menzione della ritenuta. Come posso cambiare le impostazioni di stampa?
Grazie</description>
		<content:encoded><![CDATA[<p>Ciao a tutti, mi potete aiutare perfavore?!<br />
Dovrei emettere fattura con ritenuta d&#8217;acconto, ma nel riepilogo me la visualizza mentre nella stampa mi da il totale ivato senza alcuna menzione della ritenuta. Come posso cambiare le impostazioni di stampa?<br />
Grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di admin</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-228</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Jan 2012 06:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-228</guid>
		<description>si certo è possibile
bisogna spostare mosaico in una cartella sotto C e configurare la BDE</description>
		<content:encoded><![CDATA[<p>si certo è possibile<br />
bisogna spostare mosaico in una cartella sotto C e configurare la BDE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Collegare due sedi lontane con un tunnel VPN in 33 passi e una bicicletta di admin</title>
		<link>http://ivanobarbato.com/collegare-due-sedi-lontane-con-un-tunnel-vpn-in-33-passi-e-una-bicicletta/comment-page-1/#comment-227</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Jan 2012 06:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=59#comment-227</guid>
		<description>per aiutarti mi

 dovresti dire quale errore comunque ecco il file richiesto
&lt;blockquote&gt;##############################################

# Sample client-side OpenVPN 2.0 config file #

# for connecting to multi-client server.     #

#                                            #

# This configuration can be used by multiple #

# clients, however each client should have   #

# its own cert and key files.                #

#                                            #

# On Windows, you might want to rename this  #

# file so it has a .ovpn extension           #

##############################################



# Specify that we are a client and that we

# will be pulling certain config file directives

# from the server.

client



# Use the same setting as you are using on

# the server.

# On most systems, the VPN will not function

# unless you partially or fully disable

# the firewall for the TUN/TAP interface.

;dev tap

&lt;strong&gt;dev tun&lt;/strong&gt;



# Windows needs the TAP-Win32 adapter name

# from the Network Connections panel

# if you have more than one.  On XP SP2,

# you may need to disable the firewall

# for the TAP adapter.

;dev-node MyTap

&lt;strong&gt;dev-node “OpenVPN”&lt;/strong&gt;


# Are we connecting to a TCP or

# UDP server?  Use the same setting as

# on the server.

;proto tcp

proto udp



# The hostname/IP and port of the server.

# You can have multiple remote entries

# to load balance between the servers.

&lt;strong&gt;remote 88 77 66 55:1194&lt;/strong&gt;
;remote my-server-2 1194



# Choose a random host from the remote

# list for load-balancing.  Otherwise

# try hosts in the order specified.

;remote-random



# Keep trying indefinitely to resolve the

# host name of the OpenVPN server.  Very useful

# on machines which are not permanently connected

# to the internet such as laptops.

resolv-retry infinite



# Most clients don&#039;t need to bind to

# a specific local port number.

nobind



# Downgrade privileges after initialization (non-Windows only)

;user nobody

;group nobody



# Try to preserve some state across restarts.

persist-key

persist-tun



# If you are connecting through an

# HTTP proxy to reach the actual OpenVPN

# server, put the proxy server/IP and

# port number here.  See the man page

# if your proxy server requires

# authentication.

;http-proxy-retry # retry on connection failures

;http-proxy [proxy server] [proxy port #]



# Wireless networks often produce a lot

# of duplicate packets.  Set this flag

# to silence duplicate packet warnings.

;mute-replay-warnings



# SSL/TLS parms.

# See the server config file for more

# description.  It&#039;s best to use

# a separate .crt/.key file pair

# for each client.  A single ca

# file can be used for all clients.

&lt;strong&gt;ca ca.crt

cert client1.crt

key client1.key
&lt;/strong&gt;


# Verify server certificate by checking

# that the certicate has the nsCertType

# field set to &quot;server&quot;.  This is an

# important precaution to protect against

# a potential attack discussed here:

#  http://openvpn.net/howto.html#mitm

#

# To use this feature, you will need to generate

# your server certificates with the nsCertType

# field set to &quot;server&quot;.  The build-key-server

# script in the easy-rsa folder will do this.

&lt;strong&gt;ns-cert-type server&lt;/strong&gt;



# If a tls-auth key is used on the server

# then every client must also have the key.
&lt;strong&gt;
tls-auth ta.key.txt 1&lt;/strong&gt;



# Select a cryptographic cipher.

# If the cipher option is used on the server

# then you must also specify it here.

;cipher x



# Enable compression on the VPN link.

# Don&#039;t enable this unless it is also

# enabled in the server config file.

comp-lzo



# Set log file verbosity.

verb 3



# Silence repeating messages

;mute 20&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>per aiutarti mi</p>
<p> dovresti dire quale errore comunque ecco il file richiesto</p>
<blockquote><p>##############################################</p>
<p># Sample client-side OpenVPN 2.0 config file #</p>
<p># for connecting to multi-client server.     #</p>
<p>#                                            #</p>
<p># This configuration can be used by multiple #</p>
<p># clients, however each client should have   #</p>
<p># its own cert and key files.                #</p>
<p>#                                            #</p>
<p># On Windows, you might want to rename this  #</p>
<p># file so it has a .ovpn extension           #</p>
<p>##############################################</p>
<p># Specify that we are a client and that we</p>
<p># will be pulling certain config file directives</p>
<p># from the server.</p>
<p>client</p>
<p># Use the same setting as you are using on</p>
<p># the server.</p>
<p># On most systems, the VPN will not function</p>
<p># unless you partially or fully disable</p>
<p># the firewall for the TUN/TAP interface.</p>
<p>;dev tap</p>
<p><strong>dev tun</strong></p>
<p># Windows needs the TAP-Win32 adapter name</p>
<p># from the Network Connections panel</p>
<p># if you have more than one.  On XP SP2,</p>
<p># you may need to disable the firewall</p>
<p># for the TAP adapter.</p>
<p>;dev-node MyTap</p>
<p><strong>dev-node “OpenVPN”</strong></p>
<p># Are we connecting to a TCP or</p>
<p># UDP server?  Use the same setting as</p>
<p># on the server.</p>
<p>;proto tcp</p>
<p>proto udp</p>
<p># The hostname/IP and port of the server.</p>
<p># You can have multiple remote entries</p>
<p># to load balance between the servers.</p>
<p><strong>remote 88 77 66 55:1194</strong><br />
;remote my-server-2 1194</p>
<p># Choose a random host from the remote</p>
<p># list for load-balancing.  Otherwise</p>
<p># try hosts in the order specified.</p>
<p>;remote-random</p>
<p># Keep trying indefinitely to resolve the</p>
<p># host name of the OpenVPN server.  Very useful</p>
<p># on machines which are not permanently connected</p>
<p># to the internet such as laptops.</p>
<p>resolv-retry infinite</p>
<p># Most clients don&#8217;t need to bind to</p>
<p># a specific local port number.</p>
<p>nobind</p>
<p># Downgrade privileges after initialization (non-Windows only)</p>
<p>;user nobody</p>
<p>;group nobody</p>
<p># Try to preserve some state across restarts.</p>
<p>persist-key</p>
<p>persist-tun</p>
<p># If you are connecting through an</p>
<p># HTTP proxy to reach the actual OpenVPN</p>
<p># server, put the proxy server/IP and</p>
<p># port number here.  See the man page</p>
<p># if your proxy server requires</p>
<p># authentication.</p>
<p>;http-proxy-retry # retry on connection failures</p>
<p>;http-proxy [proxy server] [proxy port #]</p>
<p># Wireless networks often produce a lot</p>
<p># of duplicate packets.  Set this flag</p>
<p># to silence duplicate packet warnings.</p>
<p>;mute-replay-warnings</p>
<p># SSL/TLS parms.</p>
<p># See the server config file for more</p>
<p># description.  It&#8217;s best to use</p>
<p># a separate .crt/.key file pair</p>
<p># for each client.  A single ca</p>
<p># file can be used for all clients.</p>
<p><strong>ca ca.crt</p>
<p>cert client1.crt</p>
<p>key client1.key<br />
</strong></p>
<p># Verify server certificate by checking</p>
<p># that the certicate has the nsCertType</p>
<p># field set to &#8220;server&#8221;.  This is an</p>
<p># important precaution to protect against</p>
<p># a potential attack discussed here:</p>
<p>#  <a href="http://openvpn.net/howto.html#mitm" rel="nofollow">http://openvpn.net/howto.html#mitm</a></p>
<p>#</p>
<p># To use this feature, you will need to generate</p>
<p># your server certificates with the nsCertType</p>
<p># field set to &#8220;server&#8221;.  The build-key-server</p>
<p># script in the easy-rsa folder will do this.</p>
<p><strong>ns-cert-type server</strong></p>
<p># If a tls-auth key is used on the server</p>
<p># then every client must also have the key.<br />
<strong><br />
tls-auth ta.key.txt 1</strong></p>
<p># Select a cryptographic cipher.</p>
<p># If the cipher option is used on the server</p>
<p># then you must also specify it here.</p>
<p>;cipher x</p>
<p># Enable compression on the VPN link.</p>
<p># Don&#8217;t enable this unless it is also</p>
<p># enabled in the server config file.</p>
<p>comp-lzo</p>
<p># Set log file verbosity.</p>
<p>verb 3</p>
<p># Silence repeating messages</p>
<p>;mute 20</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Collegare due sedi lontane con un tunnel VPN in 33 passi e una bicicletta di Salvatore</title>
		<link>http://ivanobarbato.com/collegare-due-sedi-lontane-con-un-tunnel-vpn-in-33-passi-e-una-bicicletta/comment-page-1/#comment-226</link>
		<dc:creator>Salvatore</dc:creator>
		<pubDate>Fri, 20 Jan 2012 16:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=59#comment-226</guid>
		<description>Ciao, mi da errore quando voglio connettere il client. mi espliciti l&#039;intero file client1.ovpn?

grazie</description>
		<content:encoded><![CDATA[<p>Ciao, mi da errore quando voglio connettere il client. mi espliciti l&#8217;intero file client1.ovpn?</p>
<p>grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di Pier</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-225</link>
		<dc:creator>Pier</dc:creator>
		<pubDate>Tue, 03 Jan 2012 16:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-225</guid>
		<description>Ciao, mi ricordo che in una vecchia versione di mosaico c&#039;era la possibilità di configurarlo per l&#039;utilizzo in rete con una macchina che faceva da server e le altre che si collegavano al db di questa... però non mi ricordo più la procedura...</description>
		<content:encoded><![CDATA[<p>Ciao, mi ricordo che in una vecchia versione di mosaico c&#8217;era la possibilità di configurarlo per l&#8217;utilizzo in rete con una macchina che faceva da server e le altre che si collegavano al db di questa&#8230; però non mi ricordo più la procedura&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di admin</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-224</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Aug 2011 06:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-224</guid>
		<description>Ottimo!!! Aggiungerò alle configurazioni citando il tuo intervento. 
grazie</description>
		<content:encoded><![CDATA[<p>Ottimo!!! Aggiungerò alle configurazioni citando il tuo intervento.<br />
grazie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di Diego</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-223</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 31 Jul 2011 22:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-223</guid>
		<description>Ho risolto i problemi grafici usando la versione 1.0 di wine. Le versioni successive (ho provato la 1.2.2, 1.2.3 e 1.3.25) mi creano questi problemi. Non uso banco al momento.
Ciao</description>
		<content:encoded><![CDATA[<p>Ho risolto i problemi grafici usando la versione 1.0 di wine. Le versioni successive (ho provato la 1.2.2, 1.2.3 e 1.3.25) mi creano questi problemi. Non uso banco al momento.<br />
Ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di admin</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-222</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jul 2011 10:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-222</guid>
		<description>anch&#039;io tempo fa usavo mosaico con wine, e avevo &quot;parzialmente&quot; risolto cambiando tema di xp, vedo se trovo qualche appunto e lo scrivo qui. purtroppo certa documentazione è un pò stitica.
ora uso mosaico in macchina virtuale e mai un problema.
se hai bisogno chiedi pure. decideremo insiemo quando si tratta di consiglio o consulenza. 
buon lavoro
p.s. usi anche banco?</description>
		<content:encoded><![CDATA[<p>anch&#8217;io tempo fa usavo mosaico con wine, e avevo &#8220;parzialmente&#8221; risolto cambiando tema di xp, vedo se trovo qualche appunto e lo scrivo qui. purtroppo certa documentazione è un pò stitica.<br />
ora uso mosaico in macchina virtuale e mai un problema.<br />
se hai bisogno chiedi pure. decideremo insiemo quando si tratta di consiglio o consulenza.<br />
buon lavoro<br />
p.s. usi anche banco?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Fatturare subito con Mosaico Sorgente Aperto gestionale Opensource di Diego</title>
		<link>http://ivanobarbato.com/fatturare-subito-con-mosaico-sorgente-aperto-gestionale-opensource/comment-page-1/#comment-221</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 28 Jul 2011 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://ivanobarbato.com/?p=28#comment-221</guid>
		<description>Ciao, ti ringrazio per avermi risposto. Al momento la 8.3 va alla grande, solo che usandolo sotto wine ho alcune volte dei problemi grafici. Speravo si potesse risolvere con una nuova versione, ma ho provato ultimamente anche la demo della 2011 e i problemi si verificano ancora. Molto probabilmente è dovuto all&#039;accelerazione 3d. Devo indagare ancora. Nel caso in cui mi servisse la 2010 ti contatto privatamente.
Diego</description>
		<content:encoded><![CDATA[<p>Ciao, ti ringrazio per avermi risposto. Al momento la 8.3 va alla grande, solo che usandolo sotto wine ho alcune volte dei problemi grafici. Speravo si potesse risolvere con una nuova versione, ma ho provato ultimamente anche la demo della 2011 e i problemi si verificano ancora. Molto probabilmente è dovuto all&#8217;accelerazione 3d. Devo indagare ancora. Nel caso in cui mi servisse la 2010 ti contatto privatamente.<br />
Diego</p>
]]></content:encoded>
	</item>
</channel>
</rss>

