[a2zOracle] Hot List

2015-09-23 Thread Suraj kumar
analyst 13+ GC Houston TX Houston TX kavitha Java Developer 8+ H1b TX TX Abdul LTE Test Engineer 4+ H1b CA OPEN *Suraj Kumar* *Global Force USA* *Houston,TX* *Ph: 832-303-5698* *Certified NMSDC,WBENC,HUB,SBA(8a)* *Fast 100 for 2013 by HBJ* -- You received

[a2zOracle] Hot List

2015-09-21 Thread Suraj kumar
+ GC TX TX Sharaine Business analyst 13+ GC Houston TX Houston TX kavitha Java Developer 8+ H1b TX TX Abdul LTE Test Engineer 4+ H1b CA OPEN *Suraj Kumar* * Global Force USA Houston,TX Ph:** 832-303-5698* * Certified NMSDC,WBENC,HUB,SBA(8a) Fast 100

Need Help To understand feasibility

2015-06-16 Thread suraj kumar
know if this is possible . you will be my life saver. -- Thanks and Regards Suraj kumar The most powerful weapon on earth is the human soul on fire.

Re: How to make use of couchdb.request_time stats?

2014-08-26 Thread Suraj Kumar
On Mon, Aug 25, 2014 at 3:46 PM, Alexander Shorin kxe...@gmail.com wrote: There is no of such. You should query this stat for specific sample rate[1] and track stddev/mean for the specified time frame. The current value isn't much helpful since it represents summary of all request times. See

How to make use of couchdb.request_time stats?

2014-08-25 Thread Suraj Kumar
Hi, The _stats API exposes a metric called request_time. It looks like this: couchdb : { [... snip ...] request_time : { stddev : 6205.853, min : 1, max : 550399.642857143, current : 13495123.406, mean : 1083.685, sum :

ngx.shared_dict.get_keys usage

2014-08-06 Thread Suraj Kumar
Hi, I'm trying to use the lua module in combination with ngx.shared.DICT feature to record some statistics for nginx (and upstreams') health monitoring. When I do dict.get_keys(100), I see the following error in nginx error.log: 2014/08/06 06:27:55 [error] 13446#0: *1 lua entry thread aborted:

Re: ngx.shared_dict.get_keys usage

2014-08-06 Thread Suraj Kumar
On Wed, Aug 6, 2014 at 12:14 PM, Suraj Kumar suraj.ku...@inmobi.com wrote: When I do dict.get_keys(100), I see the following error in nginx error.log: Never mind. I figured one must do dict:get_keys() and not dict.get_keys() That makes my first question and my first answer on this list

Per-user rate-limiting of writes

2014-06-27 Thread Suraj Kumar
Hi, We use CouchDB's _users DB extensively for authentication. We'd like to rate-limit the number of writes to CouchDB per user. How can this be achieved? One way is to make a web-server do the rate-limiting. But we're really looking for rate limiting how many docs a given user can have in the

Monitoring CouchJS processes

2014-06-18 Thread Suraj Kumar
Hi, We want to know why couchjs processes are running (ie., what triggered / caused them). How do we introspect and find out which couchjs process was spawned for what purpose? Thanks, -Suraj -- An Onion is the Onion skin and the Onion under the skin until the Onion Skin without any Onion

Re: Proposal for new feature: Auto Update Functions

2014-06-01 Thread Suraj Kumar
On Sun, Jun 1, 2014 at 3:00 AM, Robert Samuel Newson rnew...@apache.org wrote: The main trouble is loops. If couchdb edits the doc after the user edits it, this edit is also replicated out to wherever you replicate to, which will make this edit again, and then back again, and then back again.

Re: Proposal for new feature: Auto Update Functions

2014-06-01 Thread Suraj Kumar
On Sun, Jun 1, 2014 at 3:00 AM, Robert Samuel Newson rnew...@apache.org wrote: The main trouble is loops. If couchdb edits the doc after the user edits it, this edit is also replicated out to wherever you replicate to, which will make this edit again, and then back again, and then back again.

Proposal for new feature: Auto Update Functions

2014-05-30 Thread Suraj Kumar
[x-posted] Hi, This email is to propose a new feature in CouchDB, specifically, a new type of design document, called Auto Update Functions. The intention is to describe this and see whether the community would like to see this feature in CouchDB and if yes, then get into the act of preparing a

Proposal for new feature: Auto Update Functions

2014-05-30 Thread Suraj Kumar
[x-posted] Hi, This email is to propose a new feature in CouchDB, specifically, a new type of design document, called Auto Update Functions. The intention is to describe this and see whether the community would like to see this feature in CouchDB and if yes, then get into the act of preparing a

Are these in Plugin scope?

2014-05-14 Thread Suraj Kumar
[cross-posted] Hi, We have hacked couchdb erlang code to make it do some low-level things we wanted for our system. The changes are: 1. Audit keeping: set a mandatory (potentially configurable) field in each doc with the UserCtx.name and Date/Time. (like, last_modified_time = current_time and

Are these in Plugin scope?

2014-05-13 Thread Suraj Kumar
[cross-posted] Hi, We have hacked couchdb erlang code to make it do some low-level things we wanted for our system. The changes are: 1. Audit keeping: set a mandatory (potentially configurable) field in each doc with the UserCtx.name and Date/Time. (like, last_modified_time = current_time and

Re: [ANN] CouchDB monitoring: you're doing it wro...you can do it better!

2014-05-06 Thread Suraj Kumar
Thanks, Alexander, for starting this thread. Your document seems quite illustrative and a great starting point :) Here is the picture of our system, from the point of view of monitoring: We have two couch servers in multi-master mode. Replication gave us troubles (the replication task on node#1

Re: [ANN] CouchDB monitoring: you're doing it wro...you can do it better!

2014-05-06 Thread Suraj Kumar
Thanks, Alexander, for starting this thread. Your document seems quite illustrative and a great starting point :) Here is the picture of our system, from the point of view of monitoring: We have two couch servers in multi-master mode. Replication gave us troubles (the replication task on node#1

Re: Modeling Relationships and providing Transactional Integrity

2014-04-15 Thread Suraj Kumar
. So your advise will be highly useful. Thanks, -Suraj On Thu, Apr 10, 2014 at 6:24 PM, Suraj Kumar suraj.ku...@inmobi.com wrote: [warning: cross-posted] Hi, We're attempting to build a model of a large scale, complex Infrastructure. That means, every machine their supporting machines

Modeling Relationships and providing Transactional Integrity

2014-04-10 Thread Suraj Kumar
[warning: cross-posted] Hi, We're attempting to build a model of a large scale, complex Infrastructure. That means, every machine their supporting machines report to mothership. Since our problem is truly that of high concurrency, choosing a solid data base to keep state of this model became the

Modeling Relationships and providing Transactional Integrity

2014-04-10 Thread Suraj Kumar
[warning: cross-posted] Hi, We're attempting to build a model of a large scale, complex Infrastructure. That means, every machine their supporting machines report to mothership. Since our problem is truly that of high concurrency, choosing a solid data base to keep state of this model became the

A million databases

2014-03-25 Thread Suraj Kumar
I constantly see one DB per user being proposed as a solution. But I'm not entirely convinced whether this will truly work for a large scale setup. The reason people choose CouchDB is for high scale use where one could potentially end up with a million users. Then, what good is a database hat

realizing design docs in views / modifying couch

2014-03-14 Thread Suraj Kumar
In our app, we have the notion of named classifier functions which categorize documents into N (system defined) categories. The categories by themselves are nothing but names associated to functions which will return true/false for each document. We would so love to see this app take off the

Duplicate fields in documents

2014-02-19 Thread Suraj Kumar
Hi, If we put documents with same field name twice, we see both keys together in the document. suraj@laptop:~ $ curl -d '{_id:doc,key:value,key:value}' -X PUT http://mydbhost:5984/test/doc {ok:true,id:doc,rev:1-49200ce1b14d686a961d10af01026cf8} suraj@laptop:~ $ curl http://mydbhost:5984/test/doc

History tracking as a plugin?

2014-02-16 Thread Suraj Kumar
Hi, We're in need of revision history to be maintained along with who modified the doc, what time, etc., While we could use _changes API, there is no way to get the UserCtx. This is the real limitation of changes API due to which we are looking for other ways. Another solution, per couchdb doc,

Changes API with user details

2014-02-13 Thread Suraj Kumar
Hi, Is it possible to get which user caused a change? Also, what about the time of the change? If not possible, do you think its useful to have this available as part of couch core? Is it worth doing this via a plugin? -- An Onion is the Onion skin and the Onion under the skin until the Onion

LDAP Auth strategy using nginx

2014-01-21 Thread Suraj Kumar
Hi, We use nginx as a load balancing proxy in front of couchdb and let our clients directly talk REST with couchdb. We have a company standard LDAP server to auth against. I've tried (and given up) setting up the ldap auth plugin for couchdb. Here is our alternate strategy to get things going:

Re: LDAP Auth strategy using nginx

2014-01-21 Thread Suraj Kumar
On further reading of the CouchDB documentation, I figured the /_session API is the nearest to what we want. So, we're going to completely NOT write the middle ware and just use the /_session API. On Tue, Jan 21, 2014 at 5:12 PM, Stefan Klein st.fankl...@gmail.com wrote: 2014/1/21 Suraj Kumar

Re: Seeking for professional training help with CouchDB

2013-11-19 Thread Suraj Kumar
Friends, This is a great thread. Thanks to OP for starting. I'd benefit if we could identify folks who are from Bangalore / India. We are beginning to rely on CouchDB for a not-so-critical system - but this will soon become critical as we attain Diversity and Scale. On the *Diversity* front: we

Weird lockup issue

2013-11-14 Thread Suraj Kumar
Hi, Our couchdb instance does not respond with full http response for some specific documents from specific clients. Ex: [suraj@db1020 ~]$ hostname db1020.mycompany.com [suraj@db1020 ~]$ curl -v http://ims08.mycompany.com:5984/ims/_design/ims_website/index.html * About to connect() to

Re: Weird lockup issue

2013-11-14 Thread Suraj Kumar
Transfer-Encoding: chunked Server: CouchDB/1.4.0 (Erlang OTP/R14B04) ETag: AMLEVB6LQMUX4IX9U30KGKEG2 Date: Thu, 14 Nov 2013 11:30:58 GMT Content-Type: text/plain; charset=utf-8 Cache-Control: must-revalidate ^C On Thu, Nov 14, 2013 at 4:55 PM, Suraj Kumar suraj.ku...@inmobi.com wrote: Hi, Our

[tor-talk] Configuring tor on my iphone

2013-11-02 Thread suraj kumar
i want to know how do i configure tor on my jailbroken iphone if i am already using proxy for using internet. also i have access to torrc configuration files on my iphone. so please help me to configure tor -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other

[tor-talk] Fwd: configuring tor on my iphone

2013-10-31 Thread suraj kumar
-- Forwarded message -- From: suraj kumar sk31suraj@gmail.com Date: Thu, Oct 31, 2013 at 5:58 AM Subject: configuring tor on my iphone To: tor-talk@lists.torproject.org sir i want to know how do i configure tor on my jailbroken iphone if i am already using proxy for using

Re: Sub string search (and complex queries) approach review needed

2013-10-17 Thread Suraj Kumar
:21 PM, Jens Alfke j...@couchbase.com wrote: On Oct 15, 2013, at 6:53 AM, Suraj Kumar suraj.ku...@inmobi.com wrote: I'd like to enable my users to do sub string search of arbitrary attributes of documents on-the-fly. Luckily most of the attributes of the documents are like 'enum

Sub string search (and complex queries) approach review needed

2013-10-15 Thread Suraj Kumar
Hi, I'd like to enable my users to do sub string search of arbitrary attributes of documents on-the-fly. Luckily most of the attributes of the documents are like 'enum' or a finite / small range of values. How do we achieve the above best? Is it possible to avoid writing any middleware

Change document in validate_doc_update

2013-09-17 Thread Suraj Kumar
I'd like to add extra fields to the document being created, just like how _user works. These I'd like to be able to compute using the inputs provided by the user, in perhaps, something like a validate function. I tried doing the following, in many different variations, knowing well that this is

Re: [Ilugc] Programming languages

2013-06-11 Thread Suraj Kumar
On Wed, Jun 5, 2013 at 10:51 AM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: Do not approach learning as an activity that is reactionary or only for solving a problem at hand. Beg to disagree. By having a practical goal, one can learn how to do things practically. Then get

Re: [Ilugc] connect to simpledb from mojolicious

2013-04-14 Thread Suraj Kumar
On Mon, Apr 15, 2013 at 9:06 AM, Vanitha Valarmathi meet...@gmail.comwrote: Hi All, I am new to amazon web services. I don't know how to connect the simpledb from mojolicious code. Anybody help me. Thanks in advance. You will be better served on the Mojolicious mailing list:

Re: [Ilugc] Inputs solicited for a story

2013-03-12 Thread Suraj Kumar
On Fri, Mar 8, 2013 at 12:10 PM, Karthikeyan A K mindas...@gmail.comwrote: I haven't seen a non junk certificated candidate yet. But there should be some people who are worth to pay for the certification they have got. But I haven't seen one. That's a huge disappointment. As a general rule,

Re: [Ilugc] e-security laboratory

2013-03-12 Thread Suraj Kumar
[Replying on the list (with you included) because this may actually be of use to others on the list] On Mon, Mar 11, 2013 at 10:17 AM, Prof. Partha drpar...@gmail.com wrote: As part of my responsibilities at Kathmandu Univ, where I teach cryptography and security, I plan to set up a lab for

Re: [Ilugc] Re-Engineering tool for Perl

2013-03-12 Thread Suraj Kumar
On Mon, Mar 11, 2013 at 5:39 PM, naga2r...@gmail.com naga2r...@gmail.comwrote: Is there is any good re-engineering tool for perl, which outputs process flow, module structure diagram, read source codes. You mean, like linting? This stackoverflow thread may be of help to you:

Re: [Ilugc] any opensource ide for iphone

2013-03-07 Thread Suraj Kumar
On Wed, Mar 6, 2013 at 6:25 AM, saravana babu babusaravan...@gmail.comwrote: Hi Any opensource ide for iphone developer If your intention is to develop an app for iOS, unless you need the native OS's features a lot, you can develop a HTML5/CSS3/Javascript based app and get it to run on the

Re: [Ilugc] Inputs solicited for a story

2013-03-07 Thread Suraj Kumar
On Tue, Mar 5, 2013 at 2:23 PM, Priyanka Sarkar efyed...@efyindia.comwrote: So the story idea goes like: How important are FOSS certifications when it comes to the job market? Please let us have your insightful suggestions on the same. FOSS is extensively used in Internet-based companies. I

Re: [Ilugc] Becoming perl developer is good for future?

2013-03-01 Thread Suraj Kumar
On Fri, Mar 1, 2013 at 10:31 AM, arun kumar arun_le...@yahoo.co.in wrote: Thanks in advance IMO, becoming a single-dimensional programmer is a bad idea. A good programmer typically learns to code in multiple languages, understands multiple programming paradigms and over a period of time

[Ilugc] simple 3d graphical network games recommendations?

2013-03-01 Thread Suraj Kumar
Hi, I'm looking for simple games that can work without the need for GL / 3D acceleration / etc., Should have network multiplayer capabilities and should be fun (but not addictive or nauseating, like FPS games). Any suggestions? Cheers, -Suraj -- Career Gear - Industry Driven Talent Factory

Re: [Ilugc] what are the FOSS solutions for doctors and hospitals

2013-02-20 Thread Suraj Kumar
On Tue, Feb 19, 2013 at 9:17 PM, Abdur Rahman sarsarah...@gmail.com wrote: Hi guys I want to know as a consultant what all the solutions we can provide to doctors and hospitals using FOSS. and what are the FOSS tools available for them. may be this would help me to start some new services.

[Ilugc] 2D Animations with Synfig

2013-02-16 Thread Suraj Kumar
For those looking to have some fun making 2D animated films using Free Software, check out Synfig: http://www.synfig.org/cms/ Synfig Studio is a free and open-source 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and

[Ilugc] [OT] [freelance] Need a Sencha touch developer

2013-02-14 Thread Suraj Kumar
Hi, We are on the lookout for a solid Sencha Touch developer on a freelance basis who can bring an existing RESTful JSON web service to life with a beautiful UI for the web and android. Estimated duration of project: 2 months. YMMV. If you are interested in working on this, please get in touch

Re: [Ilugc] Suggestion for Dedicated Server for a Social networking website

2013-02-09 Thread Suraj Kumar
On Sat, Feb 9, 2013 at 8:34 PM, Mehul Ved mehul.n@gmail.com wrote: Be careful before going with EC2 micro instance. It's not meant to use with sustained processing. It's not a good idea to run website on it. It's rather meant for running applications that need processing power in bursts.

Re: [Ilugc] Suggestion for Dedicated Server for a Social networking website

2013-02-09 Thread Suraj Kumar
On Sun, Feb 10, 2013 at 9:13 AM, Suraj Kumar su...@careergear.in wrote: On Sat, Feb 9, 2013 at 8:34 PM, Mehul Ved mehul.n@gmail.com wrote: Be careful before going with EC2 micro instance. It's not meant to use with sustained processing. It's not a good idea to run website on it. It's

Re: [Ilugc] Suggestion for Dedicated Server for a Social networking website

2013-02-07 Thread Suraj Kumar
On Fri, Feb 8, 2013 at 12:42 PM, Kumar send4ku...@gmail.com wrote: Hi All, Thanks to all. Please do not mind if it is silly questions. Could you please tell way to approach lowendbox or any hosting because I must be specific when I discuss with them ? Whether it will Cpanel as like others

Re: [Ilugc] Mailing List Tool

2013-01-29 Thread Suraj Kumar
On Tue, Jan 29, 2013 at 3:51 PM, Marikkannan Rajagopal mail2marikkan...@gmail.com wrote: [root@BFUS2 /]# service mailman start Starting mailman: Site list is missing: mailman [FAILED] [root@BFUS2 /]# Where i am going

Re: [Ilugc] Mailing List tool

2013-01-28 Thread Suraj Kumar
On Mon, Jan 28, 2013 at 3:03 PM, Marikkannan Rajagopal mail2marikkan...@gmail.com wrote: I have mail server in centos with postfix+Dovecot+Roundcube combination..,Now i need Mailing List Tool to design the customise News Letter.,Which one is the best for my requirement.,please

Re: [Ilugc] Suggestion for fancy Dashboard for multiple servers

2013-01-22 Thread Suraj Kumar
On Sun, Jan 20, 2013 at 8:25 PM, Karthik Reddy 22karthikre...@gmail.comwrote: You could refer to google Maps API and write a small script to display the required output. https://developers.google.com/maps/documentation/javascript/reference +1. IMO, it may be better to own all your data,

Re: [Ilugc] Some shell scripting

2012-12-26 Thread Suraj Kumar
On Thu, Dec 27, 2012 at 2:01 AM, Mohan R mohan...@gmail.com wrote: I still differ, People who want performance don't consider Python/Ruby. A careful design can make scalability easier by writing it in C and do an glue-scripting, rather than Ruby/Python. When we talk performance, let's talk

Re: [Ilugc] CGI

2012-12-21 Thread Suraj Kumar
On Wed, Dec 19, 2012 at 6:56 PM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: In fact this alone is sufficient. No need to use bloated Catalyst, Mason or Python CGI frameworks. The creator of Catalyst no longer recommends Catalyst. They have created Mojolicious - a kickass web

[Ilugc] [Commercial] Customizing Moodle to integrate SCORM content

2012-12-17 Thread Suraj Kumar
Hi, We are looking for freelance consultants or agencies with proven abilities in developing Moodle modules to integrate a set of Flash based SCORM content. The emphasis is on scaling - to handle ~3000 concurrent requests and hence we're looking for people with NoSQL experience and preferably

[Ilugc] Secure/Trustable running of command on untrusted box

2012-12-01 Thread Suraj Kumar
Hi, I have a completely untrusted remote (sand)box (stranger has root on it). I'd like to trigger running a program on that box and like to get the triggered program's output from that box. My problem is in trusting the output of this program since it (or the layers above/below it) could have

Re: [Ilugc] explanation of yday's code

2012-10-24 Thread Suraj Kumar
On Wed, Oct 24, 2012 at 10:03 AM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: Higher level languages are weakly typed. Perl, Javascript and such awesomely practical languages* are weakly typed... but not all higher level languages are weakly typed. Ex: Go, Haskell, etc.,

Re: [Ilugc] Tutorials for puppet

2012-09-08 Thread Suraj Kumar
On Wed, Sep 5, 2012 at 5:52 PM, Balasubramaniam Natarajan bala150...@gmail.com wrote: Here is one the example works I could achieve with Chef. I have lots of homework to do, as you example was Greek and latin to me :-( The meta-description of all that Gourav has explained above (and

Re: [Ilugc] dialer software

2012-09-07 Thread Suraj Kumar
Hi, On Thu, Sep 6, 2012 at 10:14 PM, snegan textma...@gmail.com wrote: aim using linux mint 13 aim having 3g usb modem aim connecting by network manager but i need dialer that want support Not sure what you mean by dialer. I'm assuming you want to be able to use your 3G USB modem to connect

Re: [Ilugc] FreeSWITCH and India based servers

2012-08-29 Thread Suraj Kumar
Hi Arun, On Tue, Aug 21, 2012 at 11:18 PM, Arun Venkataswamy arun...@gmail.comwrote: I am trying out a FreeSWITCH based VoIP system. There is a considerable, around 1.5 seconds lag on the audio. Some improvement was seen when the server was switched from an Amazon EC2 small instance to an

Re: [Ilugc] Foss based solutions providing Organizations in TamilNadu

2012-08-29 Thread Suraj Kumar
On Tue, Aug 28, 2012 at 10:51 PM, Shrinivasan T tshriniva...@gmail.comwrote: Friends. We are planning to interview the people who do business in TamilNadu based on Free Open Source Software. They will be published in ILUGC site and in Kaniyam. Reply here if you know such Commercial

Re: [Ilugc] [OT] Tech Talent Search

2012-08-29 Thread Suraj Kumar
On Sat, Aug 18, 2012 at 3:15 AM, Balajee - Gmail balajeesesha...@gmail.comwrote: Forget LinkedIn: Companies turn to GitHub to find tech talent Because engineers and designers can post their work for all to see, more and more companies are realizing they can see what people can actually do,

[Bug 1026635] [NEW] during upgrading i got notification that ubuntu-minimal cannot find any more

2012-07-19 Thread suraj kumar
Public bug reported: during upgrading from Ubuntu 11.04 to 11.10 , i got notification that ubuntu-minimal cannot find anymore ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: update-manager 1:0.150.5.4 ProcVersionSignature: Ubuntu 2.6.38-15.60-generic 2.6.38.8 Uname: Linux 2.6.38-15-generic

[Bug 1026635] Re: during upgrading i got notification that ubuntu-minimal cannot find any more

2012-07-19 Thread suraj kumar
** Patch added: dist-upgrade.tar https://bugs.launchpad.net/bugs/1026635/+attachment/3228514/+files/dist-upgrade.tar -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026635 Title: during

Re: [Ilugc] Tools for simulating network issues

2012-06-25 Thread Suraj Kumar
Hi Bala, On Mon, Jun 25, 2012 at 10:21 AM, Balachandran Sivakumar benignb...@gmail.com wrote: I guess the tc tool would be of use to you. You can do something like this: # tc qdisc add dev eth0 root netem delay 100ms for adding a 100ms delay to all packets. It can be deleted later.

Re: [Ilugc] Query: Tools for monitoring servers

2012-06-25 Thread Suraj Kumar
On Mon, Jun 25, 2012 at 11:16 AM, K.C. Ramakrishna kcramakris...@yahoo.com wrote: Hi all, We are trying to look into monitoring servers in Beta and Prod environments. The stack: a. 2(more in future) Front End apache httpd/tomcat/Liferay Servers b. Independent CAS-SSO and SOLR servers. c.

[Ilugc] Tools for simulating network issues

2012-06-24 Thread Suraj Kumar
Hi, I'm looking for ways to simulate network issues. Specifically, the following scenarios: IP - packet loss TCP - connection establishment takes time - connection established, but server application is slow / unresponsive - piled up connections / running out of sockets The end goal is

Re: [Ilugc] Net Traffic Log

2012-06-24 Thread Suraj Kumar
On Sat, Jun 23, 2012 at 11:37 PM, Harisankar P S mai...@hsps.in wrote: Hey, Is there a way to keep track of the network traffic through all the different interface devices in my system. Or a library to do so, I want to create a log that store the total size of file transfered since the

[Ilugc] [OT] Evolution (was: Re: Older PC's)

2012-06-16 Thread Suraj Kumar
On Sat, Jun 16, 2012 at 9:36 AM, Balachandran Sivakumar benignb...@gmail.com wrote: Not really. Our brain has been having upgrades, may be every second, through the process of evolution :) I understand I'm taking the topic even more farther into the woods. Hence the edit to the subject

Re: [Ilugc] IP address and netmask

2012-06-16 Thread Suraj Kumar
On Tue, Jun 12, 2012 at 11:51 AM, Manokaran K manoka...@gmail.com wrote: On Tue, Jun 12, 2012 at 11:23 AM, Suraj Kumar su...@careergear.in wrote: On Sat, Jun 9, 2012 at 2:22 PM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: We should learn 3 special network blocks

Re: [Ilugc] IP address and netmask

2012-06-11 Thread Suraj Kumar
On Sat, Jun 9, 2012 at 2:22 PM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: We should learn 3 special network blocks , 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 which are not globally unique. This is not technically mandatory anymore. CIDR replaced the class-based network

[Ltsp-discuss] epoptes code hacking

2012-04-26 Thread Suraj Kumar
This is what I understand and I'd be glad to hear your answer to the question below. The questions are here because this is what I understand of (edubuntu) LTSP setup: 1. In a thin-client's X session, (with LDM_DIRECTX=True), it is just an X-Terminal setup inside the ltsp root. (X-Terminal as in

Re: [Ltsp-discuss] epoptes fails to broadcast on a client who has logged out and logged in again

2012-04-10 Thread Suraj Kumar
Hi Alkis, On Sat, Apr 7, 2012 at 4:32 PM, Alkis Georgopoulos alk...@gmail.com wrote: Please update both your server and chroot to the latest epoptes versions, and see if the problem persists. This problem is gone. But the screenshots have stopped appearing on the master interface. I not

Re: [Ltsp-discuss] epoptes fails to broadcast on a client who has logged out and logged in again

2012-04-10 Thread Suraj Kumar
On Tue, Apr 10, 2012 at 5:16 PM, Suraj Kumar su...@careergear.in wrote: On Tue, Apr 10, 2012 at 5:13 PM, Suraj Kumar su...@careergear.in wrote: This problem is gone. But the screenshots have stopped appearing on the master interface. Also, fullscreen broadcast has stopped working :( I

Re: [Ltsp-discuss] epoptes fails to broadcast on a client who has logged out and logged in again

2012-04-10 Thread Suraj Kumar
On Tue, Apr 10, 2012 at 5:13 PM, Suraj Kumar su...@careergear.in wrote: This problem is gone. But the screenshots have stopped appearing on the master interface. Also, fullscreen broadcast has stopped working :( Please help! thanks and regards, -Suraj -- Career Gear - Industry Driven

[Ltsp-discuss] epoptes fails to broadcast on a client who has logged out and logged in again

2012-04-07 Thread Suraj Kumar
Hi, Epoptes fails to broadcast to a client who has logged out and logged in Here is what I tried and can reproduce repeatably every time: 1. login a user from an ltsp thin client 2. on server, run epoptes - and start broadcast to client 3. logout and login from client again 4. try redoing a

Re: [Ilugc] Pen input device for Linux

2012-04-01 Thread Suraj Kumar
On Sun, Apr 1, 2012 at 9:21 AM, prasannatsmkumar prasannatsmku...@gmail.com wrote: I am in need of a device which will show what I write on a pad in computer screen - this will help while I read or draw some thing and want that in digital form. Is there any such device that works with Linux?

Cisco VoIP Admin/ Engineer -- Miami,FL -- 4-7 Months Contract

2012-03-09 Thread Suraj Kumar
*Please Reply at suraj.ku...@panzersolutions.com Title: Cisco VoIP Admin/ Engineer Location: Miami,FL (Must be Local From Miami,FL) Duration: 4-7 Months Contract *Phone interview, personal interview *Must Haves:* Cisco phone system experience data and voice experience experience with network

Re: [Ilugc] Please suggest Linux server

2012-03-08 Thread Suraj Kumar
On Wed, Mar 7, 2012 at 4:05 PM, freeos freeos...@gmail.com wrote: As of now we have thinclients with Windows 2003 server. Before adopted with this setup, we had checked using one thinclient. While testing, we felt that it was ok. After place 15 thinclients by connecting with IBM X3400

Re: [Ilugc] Need Help on Storage

2012-03-07 Thread Suraj Kumar
On Wed, Mar 7, 2012 at 12:42 PM, Yuvaraj yuvali...@gmail.com wrote: I have a slight issue on our server. I have added some extra storage on an Infortrend Raid – the disks show up on boot up and is assigned by the system. Given this is a hardware raid controller, you probably noticed the

Re: [Ilugc] block facebook squid

2012-03-07 Thread Suraj Kumar
On Tue, Mar 6, 2012 at 1:05 PM, Mohan Sundaram mohan@gmail.com wrote: If NAT is enabled, then you'll need to redirect DNS requests to a local DNS server which either denies access by dropping those requests. Messing with the World's DNS is a Bad Idea, IMHO. Keeping track of such

Network Engineer W/ F5 -- Richmond VA -- 3-6 Months Contract

2012-03-02 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: Network Engineer W/ F5 Location: Richmond VA Duration: 3-6 Months Contract* ** *Must Be Local From Richmond,VA* *Must-haves * Expertise with F5 Loadbalancing 3DNS experience (3DNS Controller is a F5 Networks product intended to perform

Informatica Developer -- Mclean, VA -- 6 Months Contract

2012-02-24 Thread Suraj Kumar
*Please Reply at suraj.ku...@panzersolutions.com* Title: Informatica Developer Location: Mclean, VA Duration: 6 Months Contract *Skills: * Informatica Relational DB and SQL Oracle experience Autosys Shell Script 5+ Years Informatica Experience Required Data Mart/Dimensional Model Work with

ASP.NET W/ Windows Services -- BRENTWOOD, TN -- 12 Months Contract

2012-02-23 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: ASP.NET W/ Windows Services Location: BRENTWOOD, TN Duration: 12 Months Contract* *Must Have:* 5+ years of ASP.NET 5+ years of c# 3 years of PL/SQL, SQL MVC Jquery CSS Windows Services Experience with Enterprise web applications ORM OOP

Websphere MQ Administrator -- LINCOLNSHIRE, IL -- 6 months contract

2012-02-22 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: Websphere MQ Administrator Location: LINCOLNSHIRE, IL Duration: 6 months contract* *Must-haves * 4+ years of Websphere MQ 7.0 Support 4+ years of Websphere Message Broker 7.0 Support 2+ years of WSRR for Deployment Unix for production

Business Analyst with Vendavo -- Austin,TX or St. Paul MN

2012-02-15 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: Business Analyst with Vendavo Location: Austin,TX or St. Paul MN Duration: 3 Months Contract* *Must-haves * They are going to be the Business Analyst for Pricing Applications. working with the Development team and the Business leads to

SAS Administrator -- Miami,FL -- 3 months – perm

2012-02-15 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: SAS Administrator Location: Miami,FL Duration: 3 months – perm VISA : Green Card and US Citizens Only.* *Must Haves:* 4-5 yrs of administration experience with the below SAS DI SAS Enterprise Minor Linux Red Hat SAS Base All

SharePoint Developer -- Annapolis,MD -- 3-6 month contract

2012-02-14 Thread Suraj Kumar
*PLEASE REPLY at suraj.ku...@panzersolutions.com* *Title: SharePoint Developer Location: Annapolis,MD Duration: 3-6 month contract (F2F Must) Locals F2F Required* *Must Haves:* 3 -5 years of Sharepoint Development experience Experience working as a Sharepoint Administrator Sharepoint 2007

Re: [Ilugc] [OT?] A fully Free Software powered song

2012-02-07 Thread Suraj Kumar
On Tue, Feb 7, 2012 at 3:20 AM, Roshan George ros...@arjie.com wrote: Ha ha, I like this. Mind telling us your workflow? How exactly did you combine the different tools to make this song? The tools used are hydrogen (drum machine), zynaddsubfx (additive/subtractive/pad synthesizer), qsynth

[Ilugc] [OT?] A fully Free Software powered song

2012-02-04 Thread Suraj Kumar
Hello, Its a saturday and I was futzing around. I got a bit sentimental ;) and recorded a little song where the drummer, the musicians, the studio engineer and just about everyone is a piece of living Free Software. http://soundcloud.com/sunsonian/lets-jam-while-we-can cheers, -Suraj

Re: [Ltsp-discuss] both italc and epoptes broadcast stopped working after installing djbdns

2012-02-04 Thread Suraj Kumar
On Mon, Jan 30, 2012 at 3:49 PM, Alkis Georgopoulos alk...@gmail.comwrote: I'll put openssl in the Suggests: list, thanks! :) I see that its now part of the PPA! Thank you very much :) regards, -Suraj -- Career Gear - Industry Driven Talent Factory http://careergear.in/

Re: [Ilugc] [Hardware] Config for Low end Linux desktop

2012-02-03 Thread Suraj Kumar
On Fri, Feb 3, 2012 at 12:56 PM, Vijai Ganapathy vijai.ganapa...@gmail.comwrote: Budget is really tight as all the money coming from my pocket. I was thinking about below configuration. 1. AMD Athlon II X2 260 + Gigabyte GA-78LMT-S2P + HDD + 4 GB Ram As you may have already found out, hard

[Ilugc] GNU/Linux Users Group - Trichy

2012-01-30 Thread Suraj Kumar
Hi, Please welcome our shiny new mailing list for GNU/Linux Users Group Trichy: http://lists.glugt.in/ Folks in Trichy (or not) can join us and help the community. We're still gathering volunteers for setting up the website and for participating actively in meetings, etc.,. Please do spread the

Re: [Ltsp-discuss] both italc and epoptes broadcast stopped working after installing djbdns

2012-01-29 Thread Suraj Kumar
Hi Alkis, On Sat, Jan 28, 2012 at 6:12 PM, Alkis Georgopoulos alk...@gmail.comwrote: dpkg-query -W epoptes epoptes0.4.0~natty1 sudo chroot /opt/ltsp/i386 dpkg-query -W epoptes-client epoptes-client0.4.0~natty1 md5sum /etc/epoptes/server.crt c9f3e4ecf320f9809f73fd2ee99685cd

Re: [Ltsp-discuss] both italc and epoptes broadcast stopped working after installing djbdns

2012-01-29 Thread Suraj Kumar
On Mon, Jan 30, 2012 at 12:36 PM, Alkis Georgopoulos alk...@gmail.comwrote: In the http://www.epoptes.org/installation page, you missed the part about copying the server certificate to your chroot. My bad, thanks for pointing that out. :) I had reinstalled the system and also did dnscache,

[Ltsp-discuss] both italc and epoptes broadcast stopped working after installing djbdns

2012-01-28 Thread Suraj Kumar
Hi, I installed djbdns. After installing the broadcast screen feature of both iTalc as well as epoptes stopped working. Any idea what could be going wrong? Please feel free to let me know if you'd like me to provide further information such as logs / configs / etc., Even after uninstalling the

[Ltsp-discuss] Epoptes in windowed broadcast mode?

2012-01-25 Thread Suraj Kumar
Hi, Can epoptes do windowed broadcast of session? Has anyone managed to do this? regards, -Suraj -- Career Gear - Industry Driven Talent Factory http://careergear.in/ -- Keep Your Developer Skills Current with

Re: [Ilugc] [OT]small form factor device

2012-01-08 Thread Suraj Kumar
On Sat, Jan 7, 2012 at 1:59 PM, Manokaran K manoka...@gmail.com wrote: My requirement is to run a web app on the h/w. It need not have a monitor and keyboard connected to it. It only needs to connect to the customers network switch/router. If its an app the customer will use from their own

Re: [Ilugc] [OffTopic] Article comparing Hinduism with Open Source

2012-01-06 Thread Suraj Kumar
On Fri, Jan 6, 2012 at 4:40 PM, Arun Venkataswamy arun...@gmail.com wrote: Happened 3 days back: Guy from reputed engineering college walks into my office. He actually comes here with my friend's reference. He wants to do an internship. Asked him about his project thinking he wants to do it

<    1   2   3   4   >