[ilugd] [HELP] How to count number of process

2009-07-24 Thread Sudev Barar
I have made a script that starts netcat repeatedly in listen mode. Once incoming data is started the script fires off another NC instance and previous NC process then dies when data string ends. I want to count how many netcat processes were launched during a particular testing period. One option

Re: [ilugd] [HELP] How to count number of process

2009-07-24 Thread Tanveer Singh
On Fri, Jul 24, 2009 at 1:55 PM, Sudev Barar sba...@gmail.com wrote: I have made a script that starts netcat repeatedly in listen mode. Once incoming data is started the script fires off another NC instance and previous NC process then dies when data string ends. I want to count how many

Re: [ilugd] microsoft violated GPL before releasing linux code?

2009-07-24 Thread Yashpal Nagar
On Thu, Jul 23, 2009 at 11:32 PM, Linux Lingam linuxlin...@gmail.comwrote: does this explain microsoft's recent-found love of GPL? http://www.computerworld.com/s/article/9135853/Engineer_Microsoft_violated_GPL_before_Linux_code_release ...Many see open-source software as the biggest threat

Re: [ilugd] [HELP] How to count number of process

2009-07-24 Thread Chirag Anand
On Fri, Jul 24, 2009 at 1:55 PM, Sudev Barar sba...@gmail.com wrote: I have made a script that starts netcat repeatedly in listen mode. Once incoming data is started the script fires off another NC instance and previous NC process then dies when data string ends. I want to count how many

Re: [ilugd] [HELP] How to count number of process

2009-07-24 Thread Tanveer Singh
On Fri, Jul 24, 2009 at 7:11 PM, Chirag Anand anand.chi...@gmail.comwrote: On Fri, Jul 24, 2009 at 1:55 PM, Sudev Barar sba...@gmail.com wrote: I have made a script that starts netcat repeatedly in listen mode. Once incoming data is started the script fires off another NC instance and

Re: [ilugd] [HELP] How to count number of process

2009-07-24 Thread Chirag Anand
On Fri, Jul 24, 2009 at 7:25 PM, Tanveer Singh w...@tanveer.in wrote: You missed his question. He does not want to know how many netcats are running, he wants to know that between time T and time T+Delta how many netcats were fired. Okay. In that case, I think your solution should do the

[ilugd] openi...@yahoo

2009-07-24 Thread recruit it
  Hi   Yahoo is looking for senior professionals with the following skillset: If interested pls send in your resume to itrecruiterfor...@yahoo.com   Atleast 8 – 10 years of experience in IT industry, with hands-on experience on multiple Unix variant high-end servers; operations that include high

[ilugd] Warning! Re: openi...@yahoo

2009-07-24 Thread Sandip Bhattacharya
It is not just the fact that this post violates list guidelines for commercial email. I also wish to inform this list to ignore all mails from addresses like this. Please note that official email address for genuine representatives from Yahoo would have @yahoo-inc.com domain as the *contact*

Re: [ilugd] microsoft violated GPL before releasing linux code?

2009-07-24 Thread Sandip Bhattacharya
Yashpal Nagar wrote: On Thu, Jul 23, 2009 at 11:32 PM, Linux Lingam linuxlin...@gmail.comwrote: does this explain microsoft's recent-found love of GPL? http://www.computerworld.com/s/article/9135853/Engineer_Microsoft_violated_GPL_before_Linux_code_release ...Many see open-source software as

Re: [ilugd] [HELP] How to count number of process

2009-07-24 Thread Sudev Barar
2009/7/24 Chirag Anand anand.chi...@gmail.com: On Fri, Jul 24, 2009 at 7:25 PM, Tanveer Singh w...@tanveer.in wrote: You missed his question. He does not want to know how many netcats are running, he wants to know that between time T and time T+Delta how many netcats were fired. Problem: