Friday, April 13, 2007

http://a2ztesting.freeforums.org

Hello Everyone....this week I started a forum called a2ztesting hosted by freeforums.org...there are many forums for software testing but I preferred starting a new forum so that I can take lion share responsibility of making the forum to reach every enthusiastic software test engineer. And the rest of the responsibility lies in making this forum a very useful one, by all of you by contributing most valuable things like your knowledge, experience etc.,

here is the site where you all can register http://a2ztesting.freeforums.org

awaiting to see you all there (as members :))

Thursday, April 12, 2007

Quick Hack : P2P block on IPCop 1.4.15

I was trying to install P2P block v 2.5 on ipcop version 1.4.15 and it was not allowing me to do so
as p2p block was written to work for the following versions 1.4.8 to 1.4.11 .... and i found a quick hack for this and wanted to share with every one ..

Step 1 : login to ipcop using ssh and #vi /var/ipcop/general-functions.pl

Step 2 : change this line $General::version = '1.4.15'; to $General::version = '1.4.11';

Step 3 : tar xvzf p2pblock_ipcop_1.4.11.tar.gz

Step 4 : cd p2pblock

Step 5 : ./install

Step 6 : after the installation is successful please revert the General version back to 1.4.15
#vi /var/ipcop/general-functions.pl
#$General::version = '1.4.15';

and you are all set .. hope this is helpful :)

--CS