Linux Tutorials on the topic “centos”

  • Integrating eAccelerator Into PHP5 (CentOS 5.0)

    Author: Falko TimmeTags: , Comments: 0

    Integrating eAccelerator Into PHP5 (CentOS 5.0) This guide explains how to integrate eAccelerator into PHP5 on a CentOS 5.0 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

  • How To Harden PHP5 With Suhosin On CentOS 5.0

    Author: Falko TimmeTags: , , Comments: 3

    How To Harden PHP5 With Suhosin On CentOS 5.0 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.0 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 5.0

    centos Author: Falko TimmeTags: , Comments: 5

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 5.0 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

  • Installing Beryl On A CentOS 5.0 Desktop

    Author: Falko TimmeTags: , Comments: 2

    Installing Beryl On A CentOS 5.0 Desktop This tutorial shows how you can install and use Beryl on a CentOS 5.0 desktop (the system must have a 3D-capable graphics card). With Beryl, you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube.

  • Installing The PHP-MemCache Module On CentOS 5.0

    Author: thimTags: , Comments: 5

    Installing The PHP-MemCache Module On CentOS 5.0 MemCached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. In this howto I explain how you can very easily install it and make it avaible in PHP.

  • Network Card Bonding On CentOS

    Author: zordoTags: Comments: 11

    Network Card Bonding On CentOS Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.

  • Configuring Samba 3.0 To Use The ADS Security Mode (CentOS)

    Author: fahdazizTags: , Comments: 5

    Configuring Samba 3.0 To Use The ADS Security Mode (CentOS) The intent of this article is to show you how to configure your Linux machine and Samba server to participate in a Windows 2003 Active Directory domain as a Member Server using Kerberos authentication. This involves using the security = ADS security mode in Samba.

  • Cacti On CentOS 4.4 Including The Plug-in Architecture

    Author: shakey_1Tags: , Comments: 0

    Cacti on CentOS 4.4 Including The Plug-in Architecture This guide will step you through the process of installing a functional Cacti installation on CentOS 4.4 including the Plug-in Architecture, which will allow you to expand your monitoring solution.

  • Installing The PHP-MSSQL Module On CentOS 5.0

    Author: thimTags: , Comments: 9

    Installing The PHP-MSSQL Module On CentOS 5.0 As you might have noticed on Centos 5.0, there is no PHP-MSSQL module/extension available in the default yum repositories. So if you want to use it you can alter the PHP binary or you can compile an mssql module/extension. In this article I will explain how to compile the mssql module/extension.

  • Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS

    Author: thimTags: , , Comments: 5

    Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS In this how to I will explain how to setup a Postfix virtual mailserver with Courier-IMAP, Maildrop and Postfix Admin GUI. We will secure our mailserver with Mailscanner and Clamav as anti-virus and Spamassassin as anti-spam.