Installation En mode sudo : #!/bin/sh apt-get -y install squid apt-get -y install calamaris apt-get -y install sarg mkdir webmin cd webmin curl -O  http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.801/webmin-1.801.tar.gz tar -xvf webmin-1.801.tar.gz rm webmin-1.801.tar.gz cd webmin-1.801/ ./setup.sh /usr/local/webmin Configuration de squid sudo cp /etc/squid/squid.conf …

Installation de Squid Read more »

Test de la configuration fail2ban-client -c /etc/fail2ban -v -d Force le serveur nano /etc/conf.d/fail2ban # Config file for /etc/init.d/fail2ban # # For information on options, see « /usr/bin/fail2ban-client -h ». # Force execution of the server even if the socket already exists: …

fail2ban Read more »

Installation Postgres 9.3 http://www.pontikis.net/blog/postgresql-9-debian-7-wheezy http://howto.biapy.com/fr/debian-gnu-linux/serveurs/bases-de-donnees/installer-postgresql-sur-debian apt-get install php5-pgsql nano /etc/apt/sources.list.d/pgdg.list # ajouter la ligne : deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main Exécuter wget https://www.postgresql.org/media/keys/ACCC4CF8.asc apt-key add ACCC4CF8.asc apt-get update apt-get install postgresql Config postgres command apt-get install postgresql apg PGSQL_PWD= »$(command apg -q …

Debian Read more »