Linux Tutorials on the topic “centos”

  • How To Install, Secure, And Automate AWStats (CentOS/RHEL)

    centos Author: rashaTags: , Comments: 3

    How To Install, Secure, And Automate AWStats (CentOS/RHEL) AWStats is a free and very powerful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. It can analyze log files from all major server tools and convert them into nice graphical display. There are a lot of articles out there for AWStats, the reason I decided to write this one was to consolidate all the different tips and tricks I've learned through my journey into one comprehensive article associating the fantastic efforts of so many out there. There are a few methods of installing AWStats, this article will describe the simpler method of the two utilizing YUM.

  • How To Do A CentOS 6.0 Network Installation (Over HTTP)

    centos Author: poustchiTags: Comments: 2

    How To Do A CentOS 6.0 Network Installation (Over HTTP) This tutorial shows the process of installing CentOS 6.0 using the HTTP NetInstall method. This method is much faster for basic systems since you don't have to download ISO files or one huge DVD based ISO just to get started. If you are installing many systems you may want to look into the stand-alone DVD as it will save time in the end.

  • Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP)

    centos VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 1

    Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.0 server with PHP5 support (mod_php) and MySQL support.

  • Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 1

    Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.

  • CentOS 5.6 Samba Standalone Server With tdbsam Backend

    centos VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    CentOS 5.6 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on CentOS 5.6 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

  • How To Set Up An Openfire Instant Messaging Server On CentOS 5.6

    centos Author: muffycompoTags: Comments: 3

    How To Set Up An Openfire Instant Messaging Server On CentOS 5.6 In this current changing world of unified communication, organizations and support teams require some form of communication to improve efficiency and possibly customer satisfaction. In this document, we will look at how to setup an Instant Messaging server on CentOS 5.6 using a free and open source XMPP based IM server.

  • Postfix/Dovecot Authentication Against Active Directory On CentOS 5.x

    centos Author: eddiechenTags: , , Comments: 6

    Postfix/Dovecot Authentication Against Active Directory On CentOS 5.x This document describes how to integrate Postfix/Dovecot with Microsoft Active Directory on CentOS 5.x, and you can manage mail users in Microsoft Active Directory. You will learn how to enable Postfix to look up email addresses in Active Directory and how to enable Dovecot to authenticate against Microsoft Active Directory.

  • Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)

    centos VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 6

    Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.

  • Paravirtualization With Xen On CentOS 5.6 (x86_64)

    xen Author: Falko TimmeTags: , , Comments: 4

    Paravirtualization With Xen On CentOS 5.6 (x86_64) This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.6 (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 (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.

  • iRedMail: Build A Full-Featured Mail Server With LDAP, Postfix, RoundCube, Dovecot, ClamAV,SpamAssassin, DKIM, SPF On CentOS 5.x

    centos Author: eddiechenTags: Comments: 14

    iRedMail: Build A Full-Featured Mail Server With LDAP, Postfix, RoundCube, Dovecot, ClamAV, DKIM, SPF On CentOS 5.x iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes on CentOS 5.x and Debian (Lenny) 5.0.1(it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users.This tutorial shows how to use the OpenLDAP as the backend.