CentOS is the best Server distro for the people. Some people, like me, are frustrated at the fact that some software is slow to be updated out of a fresh install: specially PHP.

At the time of this writing, PHP 5.1.x is the version shipped with CentOS 5.4. But my team requires to write application on PHP 5.2.x, so i have to update PHP installation from PHP 5.1.x to PHP 5.2.x by adding additional repository as follows.

(Keep reading…)

In this how-to I’ll guide you how to compile postfix with mysql & dovecot and I’ll also introduce a new tool named (PostfixMailAdmin) for managing postfix mysql users.

We all knows Postfix is fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.

(Keep reading…)

Diskless client can be very useful for educational institutes, testing setups or the networks that have limited hardware resources available with them. Linux offers a robust diskless environment that can be configured on CentOS with ease.

(Keep reading…)

Postfix is the mail transfer agent. It receives your mail and takes it into your correct mailbox after applying filters to your individual account. You pick up your mail via pop3 or imap etc.

(Keep reading…)

Synergy allows us to use single keyboard and mouse with multiple computers. For this purpose it requires that all the computers are connected to each other via TCP/IP networking.

We have to install the Synergy on all computers which will be used for this purpose.

(Keep reading…)

Whenever you want to keep track all of your network activity, you can use handy utilities like nmap and ndiff.

nmap takes snapshot of your network in different formats and ndiff tells difference or change in networked machines between specific time.

(Keep reading…)

Linux media server for music allows users to save space on their PCs. The Firefly Media Server (previously called mt-daap) is fast DAAP server which is easy to install and configure. Firefly needs a simple Linux machine which in our case is Ubuntu Server.

(Keep reading…)

Text processing in Linux can be done using sed, cut, grep commands and with vi editor. We can find and replace a string, find and delete string etc.

(Keep reading…)

We are going to setup and configure DNS server for a small network with hundred units of networked computers. Due to cost factor, the most organizations decide to run an open-source DNS daemon on Linux server.

As the djbdns / tinydns server performance is quite satisfactory! Therefore, we take this opportunity to write out our tinydns setup blog for users.

(Keep reading…)

In this howto we will learn how to setup a SSL based secure VPN server on linux. We will achieve this through OpenVPN .OpenVPN is a free & open source virtual private network program for creating point-to-point or server-to-multiclient encrypted tunnels.

Let’s install and configure our vpn server. The first thing we have to ensure that we are login as root. Secondly OpenVPN is not in base repository of redhat/Centos/Fedora etc. We need (Dag Wieers) repository for OpenVPN.

(Keep reading…)