It is little difficult for upgrading Python in cpanel servers. Because if you upgrade python directly , the yum package manager will not work. So you need to reinstall all old rpms again. When you required to upgrade python on Cpanel server? The latest Mailman have some bugs. It need Python version of 2.4.6 at [...]

1) Downalod the latets GEOIP  package from  http://geolite.maxmind.com/download/geoip/api/c/ and install it # wget -c  http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz # tar -xzf GeoIP-1.4.6.tar.gz # cd GeoIP-1.4.6/ # ./configure # make # make install 2) Download and install  latest mod_geoip2 from  http://geolite.maxmind.com/download/geoip/api/mod_geoip2/ # wget -c  http://geolite.maxmind.com/download/geoip/api/mod_geoip2/mod_geoip2_1.2.5.tar.gz # tar -xzf  mod_geoip2_1.2.5.tar.gz # cd mod_geoip2_1.2.5/ # /usr/local/apache/bin/apxs -lGeoIP  -cia mod_geoip.c 3) Restart [...]

It is really easy to configure wireless lan card in your lenovo s10. Its default driver won’t work properly in Linux. So do the following command. # apt-get –reinstall install bcmwl-kernel-source Now go to  System -> Administration -> Hardware driver , here you can see Brodcom  STA wireless driver. Reboot your laptop and connect to [...]

If you have a wireless internet device connected to your laptop, then you can use your laptop as an internet gate way in  your  LAN . Other computers can  access internet through your  laptop.  If your internet is fast you can  run a small office over that wify connection. Let me explain how it possible. [...]

This apache module will limit number of IP connections from a particular IP to a specific domain or files. You can see the project home page from  http://dominia.org/djao/limitipconn2.html . This module have apache 1.3 , 2.x and 2.2.x packages. wget http://dominia.org/djao/limit/mod_limitipconn-0.23.tar.bz2 tar -xjf mod_limitipconn-0.23.tar.bz2 cd mod_limitipconn-0.23/ /usr/local/apache/bin/apxs -cia mod_limitipconn.c /scripts/rebuildhttpdconf cat >> /usr/local/apache/conf/mod_limitipconn.conf << EOF [...]