Re: [Ilugc] create multiple clients

2009-10-01 Thread Rosario Arun
Hi Navaneethan, Navaneethan wrote: Hi luggies, I am going to create a distributed applications and also i need to show the high performance of my application,in this case i need to have more clients how it is possible to create more no of clients for apache server in same host?

Re: [Ilugc] create multiple clients

2009-10-01 Thread Girish Venkatachalam
On Thu, Oct 1, 2009 at 1:21 PM, Navaneethan wrote: > Hi luggies, > >        I am going to create a distributed applications and also i need to > show the high performance of my application,in this case i need to have more > clients > how it is possible to create more no of clients for apache serve

Re: [Ilugc] create multiple clients

2009-10-01 Thread Senthil Kumaran S
On Thu, Oct 1, 2009 at 2:11 PM, Girish Venkatachalam wrote: >>        also i ll use the high performance erlang web server yaws(may be) or >> another one >> how to create multiple clients for erlang web server? what is the tool >> available? >> any idea? > > If you want to stress Apache, there are

Re: [Ilugc] .a-tip-a-day. (randtype - crazy and fun utility)

2009-10-01 Thread sivaji j.g
On Sat, Sep 26, 2009 at 5:20 AM, Girish Venkatachalam < girishvenkatacha...@gmail.com> wrote: > $ randtype /etc/passwd > > will slowly type out the file. > Is there any JavaScript library to create similar effect ? -- Thanks Sivaji ___ To unsubscribe,

Re: [Ilugc] Mailing list guidelines: monthly reminder

2009-10-01 Thread Kenneth Gonsalves
On Thursday 01 Oct 2009 12:03:55 pm Shrinivasan T wrote: > Always use bottom-posting. is wrong. bottom posting is as bad as top posting. This line should read: 'always use interleaved posting' -- regards kg http://lawgon.livejournal.com ___ To unsubscr

[Ilugc] High Level understanding of SSL

2009-10-01 Thread Varrun Ramani
Hi I am building a distributed application, and for Security purposes have to implement SSL. Before doing so, i wanted to get a high level understanding of SSL and how it works.Could anyone suggest some good links Thanks in Advance Varrun -- Thanks & Regards Varrun Ramani B.Tech CSE Amrita Uni

Re: [Ilugc] High Level understanding of SSL

2009-10-01 Thread Shrinivasan T
http://en.wikipedia.org/wiki/Transport_Layer_Security -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email ilugc-requ...@ae

Re: [Ilugc] create multiple clients

2009-10-01 Thread Prem Kurian Philip
Navaneethan wrote: > Hi luggies, > > I am going to create a distributed applications and also i > need to show the high performance of my application,in this case i > need to have more clients > how it is possible to create more no of clients for apache server in > same host? > > al

[Ilugc] My 2 minute software project

2009-10-01 Thread Girish Venkatachalam
Dear luggies, I saw this page and liked it a lot for its poetry and wisdom. http://www.hinduism.co.za/chanakya.htm I went ahead and created fortune cookies. This is how you need to use this. Download these two files into /tmp like this. $ wget http://gayatri-hitech.com/Misc/chanakya http://g

[Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Godfrey Reuben Paul
Dear Friends, I need the Tally like tool in Open Source. Is there anything like that. Please let me know that. Thanks, Regards, Godfrey.P ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Bharathi Subramanian
On 6:48pm, Godfrey Reuben Paul wrote: > I need the Tally like tool in Open Source. Is there anything like > that. Please let me know that. Plz check the archives, you will see some discussion (after Sept 19th) in a similar topic: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc Bye :) -- Bhara

Re: [Ilugc] High Level understanding of SSL

2009-10-01 Thread Kenneth Gonsalves
On Thursday 01 Oct 2009 4:26:50 pm Shrinivasan T wrote: > http://en.wikipedia.org/wiki/Transport_Layer_Security please refrain from quoting wikipedia in response to questions - it is insulting to the OP. (unless you meant to insult him - in which case it is ok.) -- regards kg http://lawgon.live

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Kenneth Gonsalves
On Thursday 01 Oct 2009 6:48:45 pm Godfrey Reuben Paul wrote: > I need the Tally like tool in Open Source. Is there > anything like that. Please let me know that. svn co https://svn.nrcfosshelpline.in/public/helpline/branches/avsap/ comes in tamil too (you are welcome to help further develop it

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Shrinivasan T
Hi, see the following links. http://blogs.techrepublic.com.com/10things/?p=372 http://www.linuxlinks.com/article/20080927164237918/Financial.html http://www.linuxlinks.com/Software/Financial/Accounting/ I worked with Grisbi, Gnucash, KmyMoney, Money Manager Ex. They are good tools enough to ha

[Ilugc] Aceessing files from windows server from linux?????

2009-10-01 Thread siva kumar
Hi, How can i access files from a windows server. where as in windows just go to run command and type the IP (//80.0.0.2). its opening. is this possible to acess the files from linux like this. pls help me. With Luv & Rgds, Shiva... ___ To unsu

Is C always fast (Was Re: [Ilugc] .a-tip-a-day (patch - apply diffs and act as inverse of diff))

2009-10-01 Thread Kapil Hari Paranjape
Hello, On Thu, 01 Oct 2009, Prem Kurian Philip wrote: > From: Rahul Sundaram > > >Never say never. There has been quite a few demonstrations otherwise > >available on the web. Feel free to look them up. > > Again, it comes down to the algorithm used. If the algorithm used in C is > poor, then i

Re: [Ilugc] Aceessing files from windows server from linux?????

2009-10-01 Thread Hrishikesh Murali
To access files via linux, you have to use the samba client. Type this in the Nautilus addressbar or the "Connect To Server" in ubuntu: smb:/// This will prompt you for authentication if needed. Please do tell me if I am wrong or there are other methods. On Thu, Oct 1, 2009 at 7:31 PM, siva k

Re: [Ilugc] Aceessing files from windows server from linux?????

2009-10-01 Thread Avinash Joshi
Type in the run command ( Alt + F2 ) smb://80.0.0.2 Thanks & Regards, Avinash Joshi blog: http://avinashjoshi.co.in email: m...@avinashjoshi.co.in On Thu, Oct 1, 2009 at 7:31 PM, siva kumar wrote: > Hi, > >How can i access files from a windows server. where as in windows just > go to run

Re: [Ilugc] My 2 minute software project

2009-10-01 Thread Manvendra Bhangui
On Thu, Oct 1, 2009 at 5:53 PM, Girish Venkatachalam < girishvenkatacha...@gmail.com> wrote: > I saw this page and liked it a lot for its poetry and wisdom. > > http://www.hinduism.co.za/chanakya.htm > > I went ahead and created fortune cookies. Lovely. I too love fortune (using it since 1992).

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread steve
On 10/01/2009 07:07 PM, Kenneth Gonsalves wrote: On Thursday 01 Oct 2009 6:48:45 pm Godfrey Reuben Paul wrote: I need the Tally like tool in Open Source. Is there anything like that. Please let me know that. svn co https://svn.nrcfosshelpline.in/public/helpline/branches/avsap/ comes in ta

[Ilugc] [OT?] Clarification on what may be OT

2009-10-01 Thread K.C. Ramakrishna
Hi all, I am actually in Hyderabad but am also a member in this list due to the activity and quality. Recently there was an email regarding a petition to get the Supreme Court to choose FOSS over Apple. http://www.swecha.org/wiki/index.php?title=Petition Can a LUG be considered a suitable foru

Re: [Ilugc] My 2 minute software project

2009-10-01 Thread Shakthi Kannan
Hi, --- On Thu, Oct 1, 2009 at 8:05 PM, Manvendra Bhangui wrote: | I have included chanakya as part of IndiMail release 1.6.2. Your post has | given me the itch of compiling fortune cookies from (Thirukkural, \-- I have permission from the publisher to re-use the Tamil and English translations f

Re: [Ilugc] My 2 minute software project

2009-10-01 Thread Manvendra Bhangui
On Thu, Oct 1, 2009 at 8:44 PM, Shakthi Kannan wrote: > non-commercial use. If anyone is interested in re-using it, you are > most welcome :) > > http://www.shakthimaan.com/ta/thirukkural.html (states the above). > > http://shakthimaan.com/ta/single.txt (complete) > That was fast. Somehow vi is g

[Ilugc] fun train with sl

2009-10-01 Thread Ravi Jaya
Dear all, Linux is fun, check it out 'sl' and 'sl -l'. We all are aware of ls and ls -l, then what about sl? its all about the fun ride. lets check it out. A ride is small or larger one. -- Ravi Jaya Mobile: +91 97909 16181 Blog: http://aryabhataa.blogspot.com/ http://ravi-jaya.blogspot.

Re: [Ilugc] Invitation to view Kumsy's Picasa Web Album - SFD'09 @ Jaya Engg. College

2009-10-01 Thread Rajesh Pandian M
Kumsy wrote: > > http://picasaweb.google.co.in/lh/sredir?uname=kumaran.ma&target=ALBUM&id=5386395815723965297&authkey=Gv1sRgCNXXgtC9yYKd4wE&invite=CKv08tEB&feat=email this link is not working for me. keeps loading (i am not sure why this happens). later i found a direct link to that page. http:/

Re: [Ilugc] fun train with sl

2009-10-01 Thread Arun SAG
On Thu, Oct 1, 2009 at 9:34 PM, Ravi Jaya wrote: > Dear all, > > >Linux is fun, check it out 'sl' and 'sl -l'. > > I am in fedora 11, what provide sl? which package? -- A computer is like air conditioning: it becomes useless when you open windows. <-Fighting 4 Freedom-> ___

Re: [Ilugc] My 2 minute software project - Fortune Cookies

2009-10-01 Thread Manvendra Bhangui
On Thu, Oct 1, 2009 at 8:44 PM, Shakthi Kannan wrote: > > non-commercial use. If anyone is interested in re-using it, you are > most welcome :) > > http://www.shakthimaan.com/ta/thirukkural.html (states the above). > > http://shakthimaan.com/ta/single.txt (complete) > The above converted as a For

[Ilugc] gdb throws an error indicating terminal_inferior inappropriate ioctl

2009-10-01 Thread narendra babu
hi Folks , I need a help on gdb throwing error While running gdb. gdb throws an error indicating terminal_inferior inappropriate ioctl. and gdb itself crashes after that i googled it , tried manuals but no luck Thanks in advance , Naren Yahoo! India has a new look. Take a sneak p

Re: [Ilugc] Invitation to view Kumsy's Picasa Web Album - SFD'09 @ Jaya Engg. College

2009-10-01 Thread sudharsan s
Hurey JFC the Photos were Nice and Rocking... I hope for Next SFD i will be in the show.. All the best JFC ... -- (¨`·.·´¨) Always `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling! `·.¸.·´ success is never final failure is never fatal have a good day SUDHARSH http://sudharsh.emurse.com/ _

Re: [Ilugc] fun train with sl

2009-10-01 Thread Ravi Jaya
Hello Arun, > > I am in fedora 11, what provide sl? which package? > check this out. yum install sl -- Ravi Jaya Mobile: +91 97909 16181 Blog: http://aryabhataa.blogspot.com/ http://ravi-jaya.blogspot.com/

Re: [Ilugc] How to Contribute?

2009-10-01 Thread sudharsan s
Hi, I appreciate for the initiative its a nice Task to be Done... at first we need to Eradicate the fear in the Students about Coding,,, They think Coding is Something Miracle and myth that need to be Solved first.. So mentally they have to be prepared for that .. -- (¨`·.·´¨) Always `·.¸(¨`·.·´¨)

Re: [Ilugc] fun train with sl

2009-10-01 Thread Ravi Jaya
On Thu, Oct 1, 2009 at 10:29 PM, Ravi Jaya wrote: > Hello Arun, > >> >> I am in fedora 11, what provide sl? which package? >> > > > check this out. yum install sl > sl-3.03-6.fc10.i386 -- Ravi Jaya Mobile: +91 97909 16181 Blog: http://aryabh

Re: [Ilugc] fun train with sl

2009-10-01 Thread Arun SAG
Hi, On Thu, Oct 1, 2009 at 10:29 PM, Ravi Jaya wrote: > >sl-3.03-6.fc10.i386 > Installed it, thanks! OMG that was a train on my terminal :D -- A computer is like air conditioning: it becomes useless when you open windows. <-Fighting 4 Freedom-> ___ T

Re: [Ilugc] Invitation to view Kumsy's Picasa Web Album - SFD'09 @ Jaya Engg. College

2009-10-01 Thread S.Selvam
On Thu, Oct 1, 2009 at 9:16 AM, Kumsy wrote: > Here is the photographs of Software Freedom Day '09 Celebrations at Jaya > Engineering College on 10.09.2009. > > > http://picasaweb.google.co.in/lh/sredir?uname=kumaran.ma&target=ALBUM&id=5386395815723965297&authkey=Gv1sRgCNXXgtC9yYKd4wE&invite=CKv0

[Ilugc] Red Hat Files its Bilski Brief: Asks Supreme Ct. to Exclude Software From Patentability

2009-10-01 Thread Rahul Sundaram
Hi http://www.groklaw.net/article.php?story=20091001154227155 "I love Red Hat. They stand alone alone so far among vendors, willing to stand up and express what the FOSS community would really say if it could speak with one voice to the Supreme Court. This is certainly what *I* would say if I had

[Ilugc] .a-tip-a-day (set - most basic shell builtin)

2009-10-01 Thread Girish Venkatachalam
$ set BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_COMPLETION=/etc/bash_completion BASH_COMPLETION_DIR=/etc/bash_completion.d BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="39" [3]="1" [4]="release" [5]="i486-pc-linux-gnu") BASH_VERSION='3.2.39(1)-release' COLUMNS=84 COMP_WORDBR

Re: [Ilugc] My 2 minute software project - Fortune Cookies

2009-10-01 Thread Raman.P
--- On Thu, 1/10/09, Manvendra Bhangui wrote: > > Does anyone have a quick shell/perl/pyhon script to fold > lines longer than > 60 characters into two lines? > For folding try fold, something like $ fold -w 60 thirukural.txt Raman.P blog:http://ramanchennai.wordpress.com/ Try the

Re: [Ilugc] My 2 minute software project - Fortune Cookies

2009-10-01 Thread Manvendra Bhangui
On Fri, Oct 2, 2009 at 7:48 AM, Raman.P wrote: > > For folding try fold, something like > > $ fold -w 60 thirukural.txt > > Thanks. That worked. Additionally I had to use option -s to fold it at the next white space -- Regards Manvendra - http://www.indimail.org Sent from Chennai, TN, India __

[Ilugc] Failure to start IcedTeaPluginInstance in Mozilla

2009-10-01 Thread அலெக்ஸாண்டர் - Alexander
Whenever, I try to login to SBI online banking ( https://www.onlinesbi.com/retail/login.htm) in my Mozilla Firefox, the browser crashes. When I start the browser in command mode, it says IcedTeaPluginInstance::Start() NOT IMPLEMENTED. I have installed IcedTeaPluginInstance version 6 in my Ubuntu la

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread Prem Kurian Philip
>So, I'm just curious. Is there any accounting package that can 'read/write' >or 'import/export' tally files ? I found this on the web: http://www.rtslink.com/ Regards, Prem ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe "

Re: [Ilugc] My 2 minute software project - Fortune Cookies

2009-10-01 Thread Girish Venkatachalam
On Fri, Oct 2, 2009 at 8:36 AM, Manvendra Bhangui wrote: > On Fri, Oct 2, 2009 at 7:48 AM, Raman.P wrote: >> $ fold -w 60 thirukural.txt >> >> Thanks. That worked. Additionally I had to use option -s to fold it at the > next white space No need to do this. Raman was quite correct. Fold is smart

Re: [Ilugc] gdb throws an error indicating terminal_inferior inappropriate ioctl

2009-10-01 Thread steve
Hi, On 10/01/2009 10:18 PM, narendra babu wrote: hi Folks , I need a help on gdb throwing error While running gdb. gdb throws an error indicating terminal_inferior inappropriate ioctl. and gdb itself crashes after that Could you copy/paste the exact invocation and error message ? Based on

Re: [Ilugc] [OT?] Clarification on what may be OT

2009-10-01 Thread steve
On 10/01/2009 08:29 PM, K.C. Ramakrishna wrote: Hi all, I am actually in Hyderabad but am also a member in this list due to the activity and quality. Recently there was an email regarding a petition to get the Supreme Court to choose FOSS over Apple. http://www.swecha.org/wiki/index.php?title

Re: [Ilugc] My 2 minute software project - Fortune Cookies

2009-10-01 Thread Manvendra Bhangui
On Fri, 2009-10-02 at 10:04 +0530, Girish Venkatachalam wrote: > No need to do this. Raman was quite correct. Fold is smart enough > not to break words! Actually it did break the lines exactly at the 61st char and broke quite a few of the words. Man of fold gave the following option -s, --s

Re: [Ilugc] Is there any Tally tool in Open Source

2009-10-01 Thread steve
On 10/02/2009 09:59 AM, Prem Kurian Philip wrote: So, I'm just curious. Is there any accounting package that can 'read/write'>or 'import/export' tally files ? I found this on the web: http://www.rtslink.com/ Thanks Prem, although, implicit in my request was the requirement for a FOSS tool to