Linux Tutorials on the topic “centos”

  • How To Set Up WebDAV With Apache2 On CentOS 5.5

    apache Author: Falko TimmeTags: , Comments: 2

    How To Set Up WebDAV With Apache2 On CentOS 5.5 This guide explains how to set up WebDAV with Apache2 on a CentOS 5.5 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.

  • Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2

    Author: araselTags: , , Comments: 0

    Installing ClamAV 0.93.3 From The Sources (+ Sendmail Integration) On CentOS 5.2 This how-to refers to the installation and configuration of Clamav 0.93.3 (from sources) on a Linux server running CentOS 5.2 and sendmail. We assume the fact you’ve installed sendmail from the rpm packages of your distribution.

  • SquirrelMail Configuration Easy Steps (SquirrelMail + Sendmail + Apache On RedHat/CentOS/Fedora)

    Author: hhh123Tags: , , Comments: 9

    SquirrelMail Configuration Easy Steps (SquirrelMail + Sendmail + Apache On RedHat/CentOS/Fedora) This tutorial explains how you can install and configure SquirrelMail on a RedHat/CentOS/Fedora based mail server which uses Sendmail and Apache.

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

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

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

  • Install And Configure OpenLDAP On CentOS 5

    centos Author: eamestoyTags: Comments: 7

    Install And Configure OpenLDAP On CentOS 5 This tutorial describes OpenLDAP installation on a computer running Red Hat, Fedora, CentOS or any distribution based on the package installer "yum." If you use a distribution with another package installer we install the same packages but with the installer for (aptitude for Debian-based distros).

  • How To Install OCS Inventory NG Server 2 On CentOS 5.5

    centos Author: rafatmbTags: Comments: 16

    How To Install OCS Inventory NG Server 2 On CentOS 5.5 This article explains how to install OCS Inventory NG Server 2 on Linux Server. OCS Inventory is a great software to make inventories. The NG Server is formed by: communication server, deployment server, and administration console. The computers that will be inventoried must run an agent (installed on each computer), to connect to the OCS NG Server. We are using the CentOS 5.5 (64bits) distribution, but it will probably work on Fedora (and Red Hat, for sure).

  • Icinga (Monitoring Solution) Installation And Configuration On CentOS

    Author: iron_michael86Tags: , , Comments: 8

    Icinga (Monitoring Solution) Installation And Configuration On CentOS Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations.

  • The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3]

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

    The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 3] 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, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.

  • Host Based Intrusion Detection - Samhain

    Author: thirddeepTags: , , , Comments: 1

    Host Based Intrusion Detection - Samhain This article describes in some detail how to install Samhain, the host based intrusion detection system. I am not going to ramble on about what host based intrusion detection is or why to use it, as there are plenty of articles already covering those subjects. This article is just to show you how to get Samhain up and running in a client / server configuration with a couple bells and whistles thrown in for fun.

  • Building A Central Loghost On CentOS And RHEL 5 With rsyslog

    centos Author: zokahnTags: Comments: 3

    Building A Central Loghost On CentOS And RHEL 5 With rsyslog Gathering log messages is important. In a lot of situations you'll want to store all entries of logfiles on another server. If a server crashes or gets hacked you want to be able to browse through logfiles from this machine and you want to be sure these log files are not altered in any way. This can be accomplished using a central logserver that receives messages from all other hosts. This howto describes rsyslog putting log messages in one file per day per remote host. Rsyslog is the current standard in RHEL6 and available as a package in the current package streams in RHEL 5.5 (and CentOS 5.5). Setting up rsyslog is pretty simple. It all comes down to a single config file but (there is always a but) every setting needs some planning.