Étiquette : fail2ban

Connexion SSH avec TOR


Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Si Fail2ban et les règles IPTABLES de votre serveur sont un peu « sensibles », il vous est sûrement arrivé de bannir votre propre IP et ne plus accéder en SSH à votre propre serveur …. c’est embêtant !! Mais une solution existe …. TOR !! Il vous suffit de faire passer votre connexion SSH par ce […]

Faire un serveur web de mon Raspberry Pi


Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Pour faire de mon RPI un serveur web, j’ai,opté pour l’installation d’une distribution RASPBIAN stable que vous pouvez trouver ici : http://www.raspberrypi.org/downloads J’ai choisi ensuite  d’utiliser lighttpd + php + mysql : [pastacode provider= »manual » lang= »bash »] apt-get install lighttpd apt-get install php5-common php5-cgi php5 apt-get install mysql-server lighty-enable-mod fastcgi-php chown www-data:www-data /var/www [/pastacode] On donne ensuite […]