Archive for May, 2010

Cyrus 2 Dovecot mail stack migration

Posted: 21st May 2010 by BritishSongWriter in cyrus, dovecot

Motto : I hate the DOTS !!! Cyrus 2 Dovecot Migration In our organization, we have an internal application using a mysql database structure. We also have some linux boxes with squid and postfix/cyrus MTA/POP-IMAP-MDA using their own databases. So, you can imagine the mess caused by these applications having separate ways to store the [...]

Print the IPs which have more than 1000 hits

Posted: 11th May 2010 by Valkyrka in apache, bash

Here is how you can print the IPs ( fetched from the access_log of Apache ) which have more than 1000 hits : Additionally, you can change 1000 to your desired value.

Installing BIND on a FreeBSD server

Posted: 8th May 2010 by Valkyrka in dns, freebsd

Here is how you can install BIND on a FreeBSD server : You will be prompted with a window like the following : Select the stuff that you need, and hit 'OK'. After this, run the following to begin the installation : Add the following to /etc/rc.conf : Now, simply start the named service by [...]