WF AQ

Knowledge base

14 Novembre 2016
di admin@admin
Commenti disabilitati su Enable TLS/ssl proftpd Ubuntu/Fedora/Centos

Enable TLS/ssl proftpd Ubuntu/Fedora/Centos

Benefits of TLS/SSL TLS/SSL provides numerous benefits to clients and servers over other methods of authentication, including: – Strong authentication, message privacy, and integrity – Interoperability – Algorithm flexibility – Ease of deployment – Ease of use 1- Install Proftpd … Continua a leggere

10 Novembre 2016
di admin@admin
Commenti disabilitati su Utilizzo breve di wget per download sito web intero

Utilizzo breve di wget per download sito web intero

If you ever need to download an entire Web site, perhaps for off-line viewing, wget can do the job—for example: $ wget –recursive –no-clobber –page-requisites –html-extension –convert-links –restrict-file-names=windows –domains website.org –no-parent ./path_destinazione http://nomesito.tld The options are: –recursive: download the entire … Continua a leggere