background preloader

Linux

Facebook Twitter

Getting a "real" SSL-certificate in my Proxmox installation.

Serveurs Web

Découverte de ClearOS. Ce tutoriel a pour but de vous faire découvrir quelques-unes des fonctionnalités que propose ClearOS.

Découverte de ClearOS

Cette distribution est simple d'utilisation pour peu que l'on se contente d'une utilisation dite "Out of the Box". L'interface d'administration accessible via un navigateur rend en effet les choses faciles mais vous devrez, si le besoin s'en fait sentir, retrousser vos manches et utiliser la ligne de commande via Putty (par exemple) pour réaliser diverses opérations plus complexes. Nous nous contenterons ici de faire un rapide tour d'horizon des possibilités offertes par ClearOS. Il s'avère être intéressant d'utiliser cette distribution dans le cadre d'une PME mais il peut être tout aussi attractif de l'utiliser en serveur de partage, par exemple, pour un particulier. Exit donc les lignes de commande dans la console pour ce tutoriel. Bien que cette version soit récente (22/07/2010 plus exactement), les versions des différents paquets ne sont pas les dernières en date.

Voici le résultat : Documentation ISPConfig. ContentsNext 1 ISPConfig c'est quoi ?

Documentation ISPConfig

ISPConfig eqt unz suirz logicielle qui permet l'administration de serveurs, espaces web, revendeurs et les virtual hosts (sites). ISPConfig contient 3 niveaux: ISPConfig pour l'administrateur serveur. Il permet l'administration de serveurs, espaces web, revendeurs et clients. 2 Termes et structure du manuel Correspondant aux 3 niveaux, le manuel est divisé en 3 chapitres: I Manuel Administrateur Il décris les fonctions disponibles pour les administrateurs serveur .

Note: Cette structure ne veut pas dire que chaque sections est indépendante des autres. 3 Installation/Mise à jour/Désinstallation 3.1 Installation Pour installer ISPConfig lisez s'il vous plaît le manuel d'installation.Ce manuel est disponible dans le format suivant : HTML. CentOS 6.2 x86_64 With nginx [ISPConfig 3] Version 1.0 Author: Falko Timme <ft [at] falkotimme [dot] com> Follow me on Twitter Last edited 01/10/2012 This tutorial shows how to prepare a CentOS 6.2 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3.

CentOS 6.2 x86_64 With nginx [ISPConfig 3]

ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache. Please note that this setup does not work for ISPConfig 2! I do not issue any guarantee that this will work for you!

1 Requirements To install such a system you will need the following: Download the two CentOS 6.2 DVDs from a mirror next to you (the list of mirrors can be found here: a fast Internet connection. 2 Preliminary Note. p2p_Backup. Setting Up ProFTPd + TLS On Debian Squeeze. Version 1.0 Author: Falko Timme <ft [at] falkotimme [dot] com> Follow me on Twitter Last edited 06/30/2011 FTP is a very insecure protocol because all passwords and all data are transferred in clear text.

Setting Up ProFTPd + TLS On Debian Squeeze

By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on a Debian Squeeze server. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. 2 Installing ProFTPd And OpenSSL OpenSSL is needed by TLS; to install ProFTPd and OpenSSL, we simply run: apt-get install proftpd openssl You will be asked a question: Run proftpd: <-- standalone For security reasons you can add the following lines to /etc/proftpd/proftpd.conf (thanks to Reinaldo Carvalho; more information can be found here: vi /etc/proftpd/proftpd.conf 3 Creating The SSL Certificate For TLS In order to use TLS, we must create an SSL certificate. Installation et configuration du serveur FTP Pure-FTPd sous Debian.