Linux Tutorials on the topic “centos”
-
WiKID + OpenLDAP + Freeradius Howto
Author: nowen • Tags: centos, security • Comments: 0WiKID + OpenLDAP + Freeradius Howto I installed Openldap and freeradius on one (virtual) server and WiKID on another. We believe that this separation of duties is good security policy. In a way it also makes the setup easier because both WiKID and Freeradius listen on port 1812 of the localhost. Both servers are running Centos5.
-
Installing Honeyd 1.5c And Arpd 0.2 Under CentOS 5 (With gcc 4.x)
Author: poustchi • Tags: centos, security • Comments: 0
Installing Honeyd 1.5c And Arpd 0.2 Under CentOS 5 (With gcc 4.x) This tutorial shows how you can install your honeypot by using Honeyd (Virtual Honeypot). Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems.
-
Setting Up An Active/Active Samba CTDB Cluster Using GFS & DRBD (CentOS 5.5)
Author: rafatmb • Tags: samba, centos, high-availability, storage • Comments: 2
Setting Up An Active/Active Samba CTDB Cluster Using GFS & DRBD (CentOS 5.5) This article explains how to set up an Active/Active Samba CTDB Cluster, using GFS and DRBD. Prepared by Rafael Marangoni, from BRLink Servidor Linux Team. We use two nodes, both are active nodes, and the requests are loadbalanced. To replicate data between the nodes we use DRBD. To active/active cluster, we must use a ClusterFS (in this case GFS), to make the two nodes to write on the DRBD resource at same time.
-
-
How To Set Up An Active/Passive PostgreSQL Cluster With Pacemaker, Corosync, And DRBD (CentOS 5.5)
Author: rafatmb • Tags: centos, high-availability • Comments: 8
How To Set Up An Active/Passive PostgreSQL Cluster With Pacemaker, Corosync, And DRBD (CentOS 5.5) This article explains how to set up (and monitor) an Active/Passive PostgreSQL Cluster, using Pacemaker with Corosync and DRBD. We use two nodes, one active (that answers requests from apps) and the other on passive mode. If the active server is down, the passive one will automatically take its position (being the active node). We are using the CentOS 5.5 (64bits) distribution, but it will probably work on Fedora (and Red Hat, for sure) as well.
-
The Perfect Server - CentOS 5.2 [ISPConfig 3]
Author: Falko Timme • Tags: centos, ispconfig • Comments: 34
The Perfect Server - CentOS 5.2 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.2 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Server - CentOS 5.3 x86_64 [ISPConfig 3]
Author: Falko Timme • Tags: centos, ispconfig • Comments: 18
The Perfect Server - CentOS 5.3 x86_64 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.3 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Server - CentOS 5.4 x86_64 [ISPConfig 3]
Author: Falko Timme • Tags: centos, ispconfig • Comments: 20
The Perfect Server - CentOS 5.4 x86_64 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.4 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5
Author: poustchi • Tags: centos, ispconfig, nginx • Comments: 1
Nginx Catch-All Host As Front End To Apache For ISPConfig 2 On CentOS 5 Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. Apache's performance is generally very good as well. However, in a resource-constrained environment , Apache does not necessarily provide optimal performance or resource utilization. One of the “best practice” approaches to reducing the strain on Apache is to let a leaner lighter web server take over the serving of the site's static files (images, javascript, css, etc.), leaving the heavy lifting of serving the dynamic content to Apache. This tutorial shows how you can setup Nginx as front end to apache for ISPConfig 2 On CentOS 5.x.
-
Installing Nginx With PHP5 And MySQL Support On CentOS 5.5
Author: Falko Timme • Tags: centos, nginx • Comments: 6
Installing Nginx With PHP5 And MySQL Support On CentOS 5.5 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 5.5 server with PHP5 support (through FastCGI) and MySQL support.
-
Setting Up An NFS Server And Client On CentOS 5.5
Author: Falko Timme • Tags: centos, storage • Comments: 5
Setting Up An NFS Server And Client On CentOS 5.5 This guide explains how to set up an NFS server and an NFS client on CentOS 5.5. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.