Linux Archives - Roberto D'Alessio
I'm specialize in .NET, JAVA, PHP, iPhone App Development, Android App Development, iPad App Development, iOS Development,web design, web developer, web development and IT Solution
iphone development, iphone app development, ipad app development, android development, android app development, iphone app developers, iphone application development, android application development, mobile app development, italy outsource, italy outsourcing company, italy outsourcing companies, italy outsourcing, italy software outsourcing, Italy offshore, software outsourcing, Software testing companies, web design, web developer, web development, IT Solution, wordpress, joomla, angular, angularjs, angular.js, nodejs, node.js, socketio, socket.io, react, ionic, xamarin, hybrid app, web site, development site, site development
12
archive,category,category-linux,category-12,wp-theme-bridge,cookies-not-set,qode-quick-links-1.0,ajax_fade,page_not_loaded,,qode_grid_1300,qode-content-sidebar-responsive,qode-theme-ver-11.1,qode-theme-bridge,wpb-js-composer js-comp-ver-8.4.1,vc_responsive
Posted at 20:52h
in
Linux
by notelseit
Che cosa è mod_evasive?
mod_evasive è un modulo di manovre evasive per Apache per fornire una schivata in caso di DoS HTTP o attacco DDoS o attacco di forza bruta. Inoltre è progettato per essere uno strumento di gestione della...
Posted at 20:43h
in
Linux
by notelseit
Fail2ban (monitor di errore di autenticazione) è un software di prevenzione delle intrusioni, scritto in Python.
Fail2ban analizza i vari file di log dei servizi (ssh, apache, postfix ecc) e se rileva eventuali attacchi (principalmente attacchi brute-force), crea le...
Posted at 06:01h
in
Linux
by notelseit
Ecco i passi minimi necessari per installare Xen Hypervisor 4.x su Debian Wheezy.
Installazione di hypervisor e strumenti correlati
apt-get install xen-hypervisor-4.1-amd64 xen-linux-system-amd64 xen-utils-4.1 xenstore-utils xenwatch xen-tools
...
Posted at 06:38h
in
Linux
by notelseit
* Per creare un file con tar, utilizza i seguenti comandi:
o Semplice file di tar: tar -cf nome_tarball.tar file_da_archiviare1 file_da_archiviare2 ...