Articles by thim

  • Creating A Local Yum Repository (CentOS)

    Author: thimTags: Comments: 21

    Creating A Local Yum Repository (CentOS) Sometimes it can be handy to set up your own repository to prevent from downloading the remote repository over and over again. This tutorial shows how to create a CentOS mirror for your local network. If you have to install multiple systems in your local network then all needed packages can be downloaded over the fast LAN connection, thus saving your internet bandwidth.

  • 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.

  • 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.