Re: [Ilugc] Increasing tcp window size in linux.

2009-08-12 Thread M.S.Sree Pratheep
On Wed, Aug 12, 2009 at 3:49 PM, Logu wrote: > Is it possible to increase the tcp window size in linux or is this parameter > set automatically based on the link speed. > try echo 1 > /proc/sys/net/ipv4/tcp_window_scaling 'man tcp' for more information -Sree Pratheep ___

Re: [Ilugc] How to create huge amount of files?

2009-08-07 Thread M.S.Sree Pratheep
On Fri, Aug 7, 2009 at 2:20 PM, Shrinivasan T wrote: > > Friends. > > I have a text file. How to create 1,00,000 copies of the same file? > If you are going to use those files only for reading, then this would work for i in {1..10} do ln -s $file $file.$i done -Sree Pratheep. __

Re: [Ilugc] help regarding a java package??

2009-07-27 Thread M.S.Sree Pratheep
> does any one know where i can get the package > java-1.5.0-ibm-1.5.0.7-1jpp.2.el5.i386.rpm > If you want to install java in redhat, download the J2SE binary for linux from java.sun.com. Executing it will install jd

Re: [Ilugc] Problem compiling shibboleth idp

2009-07-06 Thread M.S.Sree Pratheep
I think your CLASSPATH variable is not set properly. Can you add ant.jar (full path for the ant.jar) in your CLASSPATH variable and try? > > $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS > org.apache.tools.ant.Main -e -f src/installer/resources/build.xml "$@" You can a

Re: [Ilugc] Problem compiling shibboleth idp

2009-07-05 Thread M.S.Sree Pratheep
> > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/Main > Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main >at java.net.URLClassLoader$1.run(URLClassLoader.java:200) >at java.security.AccessController.doPrivileged(Native Met

Re: [Ilugc] Pidgin connectivity with Yahoo

2009-06-26 Thread M.S.Sree Pratheep
> unable to connect to Yahoo accounts using pidgin. Is there something > changed? do someone else face the same problem. My pidgin version is > 2.4.3 on debian lenny system with all latest updates installed. I don't face any problem. But nowadays I am getting the following warning when I login usi

Re: [Ilugc] Fedora 11 download with ktorrent stalled!

2009-06-24 Thread M.S.Sree Pratheep
> Fedora-11-i386-DVD.torrent got downloaded. Then I right clicked the mouse > and chose open with ktorrent option. > > But it is not getting downloaded. Status is stalled. If you are behind a router, you need to enable UPnP plugin in KTorrent. -Sree Pratheep. _