Translations by Nicola Piovesan

Nicola Piovesan has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

124 of 24 results
1095.
Just a quick explanation:
2008-03-20
Una veloce spiegazione:
1105.
rootdn "cn=admin,dc=example,dc=com"
2008-03-20
rootdn "cn=admin,dc=example,dc=com"
1107.
moduleload syncprov.la overlay syncprov syncprov-checkpoint 100 10 syncprov-sessionlog 100
2008-03-20
moduleload syncprov.la overlay syncprov syncprov-checkpoint 100 10 syncprov-sessionlog 100
1109.
sudo /etc/init.d/slapd restart
2008-03-20
sudo /etc/init.d/slapd restart
1112.
syncrepl rid=123 provider=ldap://ldap01.example.com:389 type=refreshAndPersist searchbase="dc=example,dc=com" filter="(objectClass=*)" scope=sub schemachecking=off bindmethod=simple binddn="uid=john,ou=people,dc=example,dc=com" credentials=password
2008-03-20
syncrepl rid=123 provider=ldap://ldap01.example.com:389 type=refreshAndPersist searchbase="dc=example,dc=com" filter="(objectClass=*)" scope=sub schemachecking=off bindmethod=simple binddn="uid=john,ou=people,dc=example,dc=com" credentials=password
1117.
For more information see <ulink url="http://www.openldap.org/">OpenLDAP Home Page</ulink>
2008-03-20
Per maggiori informazioni vedere <ulink url="http://www.openldap.org/">Home Page di OpenLDAP</ulink>
1152.
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024 chmod 600 smtpd.key openssl req -new -key smtpd.key -out smtpd.csr sudo openssl x509 -req -days 365 -in smtpd.csr -signkey smtpd.key -out smtpd.crt openssl rsa -in smtpd.key -out smtpd.key.unencrypted mv -f smtpd.key.unencrypted smtpd.key openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 sudo mv smtpd.key /etc/ssl/private/ sudo mv smtpd.crt /etc/ssl/certs/ sudo mv cakey.pem /etc/ssl/private/ sudo mv cacert.pem /etc/ssl/certs/
2008-03-20
openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024 chmod 600 smtpd.key openssl req -new -key smtpd.key -out smtpd.csr sudo openssl x509 -req -days 365 -in smtpd.csr -signkey smtpd.key -out smtpd.crt openssl rsa -in smtpd.key -out smtpd.key.unencrypted mv -f smtpd.key.unencrypted smtpd.key openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650 sudo mv smtpd.key /etc/ssl/private/ sudo mv smtpd.crt /etc/ssl/certs/ sudo mv cakey.pem /etc/ssl/private/ sudo mv cacert.pem /etc/ssl/certs/
1167.
sudo /etc/init.d/dovecot restart
2008-03-20
sudo /etc/init.d/dovecot restart
1238.
sudo apt-get install dovecot-imapd dovecot-pop3d
2008-03-20
sudo apt-get install dovecot-imapd dovecot-pop3d
1340.
sudo apt-get install amavisd-new spamassassin clamav-daemon
2008-03-20
sudo apt-get install amavisd-new spamassassin clamav-daemon
1341.
sudo apt-get install dkim-filter python-policyd-spf
2008-03-20
sudo apt-get install dkim-filter python-policyd-spf
1350.
sudo adduser amavis clamav
2008-03-20
sudo adduser amavis clamav
1367.
smtp-amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks,reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=127.0.0.0/8 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
2008-03-20
smtp-amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks,reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o mynetworks=127.0.0.0/8 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
1657.
sudo /etc/init.d/vsftpd start
2008-03-20
sudo /etc/init.d/vsftpd start
1685.
sudo apt-get install cupsys
2008-03-20
sudo apt-get install cupsys
1760.
zone "example.com" { type slave; file "db.example.com"; masters { 192.168.1.10; }; }; zone "1.168.192.in-addr.arpa" { type slave; file "db.192"; masters { 192.168.1.10; }; };
2008-03-20
zone "example.com" { type slave; file "db.example.com"; masters { 192.168.1.10; }; }; zone "1.168.192.in-addr.arpa" { type slave; file "db.192"; masters { 192.168.1.10; }; };
1813.
/var/log/query.log w,
2008-03-20
/var/log/query.log w,
1840.
sudo apt-get install mysql-server
2008-03-20
sudo apt-get install mysql-server
1848.
bind-address = 192.168.0.5
2008-03-20
bind-address = 192.168.0.5
1851.
See the <ulink url="http://www.mysql.com/">MySQL Home Page</ulink> for more information.
2008-03-20
Vedere la <ulink url="http://www.mysql.com/">Home Page di MySQL</ulink> per maggiori informazioni.
1853.
sudo apt-get install mysql-doc-5.0
2008-03-20
sudo apt-get install mysql-doc-5.0
1875.
sudo /etc/init.d/postgresql-8.3 restart
2008-03-20
sudo /etc/init.d/postgresql-8.3 restart
1878.
sudo apt-get install postgresql-doc-8.3
2008-03-20
sudo apt-get install postgresql-doc-8.3
1879.
To view the guide enter <command>file:///usr/share/doc/postgresql-doc-8.3/html/index.html</command> into the address bar of your browser.
2008-03-20
Per visualizzare la guida visitare la pagina <command>file:///usr/share/doc/postgresql-doc-8.3/html/index.html</command> con il proprio browser.