Archive for Articles
Installing mod_limitipconn in cPanel server
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 [...]
Wireless internet connection sharing
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. [...]
How to configure wireless lan in Lenovo s10 or s20 in Ubuntu
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 [...]