|
CentOS tutorials
 |
The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3] |
|
Post date: May 30, 2010, 17:05
Category: Installing
Views: 1009
Comments: 0
|
| Tutorial quote: This tutorial shows how to prepare a CentOS 5.5 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, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. |
 |
The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 2] |
|
Post date: May 26, 2010, 06:05
Category: Installing
Views: 545
Comments: 0
|
| Tutorial quote: This tutorial shows how to set up a CentOS 5.5 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of CentOS 5.5, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box). |
 |
Distributed Storage Across Four Storage Nodes With GlusterFS On CentOS 5.4 |
|
Post date: April 1, 2010, 07:04
Category: Installing
Views: 530
Comments: 0
|
| Tutorial quote: This tutorial shows how to combine four single storage servers (running CentOS 5.4) to one large storage server (distributed storage) with GlusterFS. The client system (CentOS 5.4 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. |
 |
Distributed Replicated Storage Across Four Nodes With GlusterFS (CentOS 5.4) |
|
Post date: March 23, 2010, 08:03
Category: Installing
Views: 488
Comments: 0
|
| Tutorial quote: This tutorial shows how to combine four single storage servers (running CentOS 5.4) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (CentOS 5.4 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. |
 |
Creating An NFS-Like Standalone Storage Server With GlusterFS On CentOS 5.4 |
|
Post date: March 18, 2010, 08:03
Category: Installing
Views: 453
Comments: 0
|
| Tutorial quote: This tutorial shows how to set up a standalone storage server on CentOS 5.4. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. |
 |
How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4 |
|
Post date: February 18, 2010, 07:02
Category: Miscellaneous
Views: 698
Comments: 0
|
| Tutorial quote: This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures. |
 |
Paravirtualization With Xen On CentOS 5.4 (x86_64) |
|
Post date: December 15, 2009, 06:12
Category: Installing
Views: 736
Comments: 0
|
| Tutorial quote: This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.4 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other, but still use the same hardware. |
 |
The Perfect Server - CentOS 5.4 x86_64 [ISPConfig 2] |
|
Post date: October 29, 2009, 07:10
Category: Installing
Views: 3031
Comments: 0
|
| Tutorial quote: This tutorial shows how to set up a CentOS 5.4 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of CentOS 5.4, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box). |
 |
Virtual Users & Domains With Postfix, Courier, MySQL & SquirrelMail (CentOS 4.8 i386) |
|
Post date: October 8, 2009, 06:10
Category: Installing
Views: 1137
Comments: 0
|
| Tutorial quote: This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database used by Postfix. |
 |
The Perfect Server - CentOS 4.8 Server i386 [ISPConfig 2] |
|
Post date: September 10, 2009, 07:09
Category: Installing
Views: 532
Comments: 0
|
| Tutorial quote: This tutorial shows how to set up a CentOS 4.8 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box). |
|
|