Serveur Dédié Debian Etch 64bit chez OVH – Mise à jour de rkhunter 1.3.2

La dernière version de rkhunter n’étant pas encore disponible dans les paquets Debian, on peux l’installer manuellement. wget http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz?modtime=1204134588&big_mirror=0 tar zxvf rkhunter-1.3.2.tar.gz cd rkhunter-1.3.2/ sh installer.sh –layout default –install

Read more

Serveur Dédié Debian Etch 64bit chez OVH – Installation de Postfix

Installez postfix : apt-get install postfix Choisissez Site Internet et remplir votre FQDN. Testez que le serveur fonctionne : echo "test" | mail -s testsubject someemail@hotmailorwherever.com Rien à faire de plus pour le moment, c’est juste pour recevoir les rapports.

Read more

Serveur Dédié Debian Etch 64bit chez OVH – Installation d’Apache 2, PHP5, et phpMyAdmin

Pour installer Apache 2 : apt-get install apache2 apache2-mpm-prefork apache2-utils apache2-prefork-dev Puis installer PHP 5 : apt-get install libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php-pear php5-imagick php5-imap php5-json php5-mcrypt php5-mhash php5-mysql

Read more

Serveur Dédié Debian Etch 64bit chez OVH – Installation du serveur FTP : proftpd

Pour installer proftpd : apt-get install proftpd openssl

Read more

Serveur Dédié Debian Etch 64bit chez OVH – Installation du serveur MySQL

Rien de bien compliqué à cette étape ! Installation, sécurisation et localisation en UTF8, ça évitera notamment de futurs problèmes d’affichage avec phpmyadmin…

Read more