[Ilugc] Getting started in ruby

2010-08-26 Thread Ranjith
Hi all, I`m looking for Ruby video tutorials if anyone from Chennai have ruby videos kindly let me know it so I can come to your place and collect it and need to know how to learn ruby scripting faster way. Thank you -- Cheers, Ranjith Kumar.K, Software Engineer, Sedin Technologies, http://

[Ilugc] Regarding Reverse Shell.

2010-08-26 Thread Siva Prakash
Dear All, Can anybody please brief me about Reverse shell? (When I am googling; it’s confusing me instead to help.) 1. What is reverse shell? 2. Is it mostly used for hacking rather pentest? 3. how to identify / what are the precautions we need to take? (From the system administration perspective

[Ilugc] Re: [Tip] List your largest installed packages.

2010-08-26 Thread Tha.Suresh
EX: shr...@arul-desktop:~$ wajig large PackageSize Status ==-==-=== glest-data114,980 installed linux-image-2.6.32-19-generic 122,184 installed openoffice.org-core 135,748 in

[Ilugc] [Tip] List your largest installed packages.

2010-08-26 Thread Tha.Suresh
List your largest installed packages. $ wajig large Requires the "wajig" package to be installed. Package Size Status ==-==-=== lglest-data 114

Re: [Ilugc] [Tip] fortune - a game for wasting time

2010-08-26 Thread Girish Venkatachalam
On Thu, Aug 26, 2010 at 6:46 PM, Kumar Appaiah wrote: > On Thu, Aug 26, 2010 at 05:56:23PM +0530, Tha.Suresh wrote: >> A game for wasting time. >> >> $ fortune | cowsay >> >>  let a cow tell you your fortune >> >> $ fortune | cowsay -f tux >> >> Let Tux bring the fortune cookie >> >> You have to i

Re: [Ilugc] help needed for software profilier,

2010-08-26 Thread Bharathi Subramanian
On Thu, Aug 26, 2010 at 3:02 PM, Suresh Kumar Subramanian wrote: > Can you please suggest some open source tools to perform the above. I just > surfed and identified the below. > But not sure whether this is the best fit for  C/Linux coding. Please suggest > the some other opensource tools. Try

[Ilugc] foss news-37

2010-08-26 Thread yassir arrafath
FossNews-37 is released. Table of contents: Contents 1.Gnash 0.8.8 Released 2.Why Open Source/Free Software Rocks! 3.Installing And Using OpenVZ On Ubuntu 10.04 4.5 Free or Open NAS Servers 5.Create your own Proxy Server instantly 6.digiKam 1.4.0 released 7.Google's 6th Summer of Code wraps

Re: [Ilugc] [Tip] fortune - a game for wasting time

2010-08-26 Thread Kumar Appaiah
On Thu, Aug 26, 2010 at 05:56:23PM +0530, Tha.Suresh wrote: > A game for wasting time. > > $ fortune | cowsay > >  let a cow tell you your fortune > > $ fortune | cowsay -f tux > > Let Tux bring the fortune cookie > > You have to install fortune & cowsay packages. [snip] And, it is also usef

Re: [Ilugc] session in opensource

2010-08-26 Thread balaji sivanath
Thanks a lot... ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] [Tip] fortune - a game for wasting time

2010-08-26 Thread Tha.Suresh
A game for wasting time. $ fortune | cowsay  let a cow tell you your fortune $ fortune | cowsay -f tux Let Tux bring the fortune cookie You have to install fortune & cowsay packages. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The following fortune tip alrea

Re: [Ilugc] Simplejson for Cassandra admin GUI client

2010-08-26 Thread Anthoni Shogan
On Thursday 26 August 2010 05:21 PM, durga devi wrote: I also set the PYHTONPATH=/usr/local/lib/python2.6 It's PYTHONPATH! -- Anthoni Shogan ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] (no subject)

2010-08-26 Thread durga devi
Dear ILUG Members, I am new to ubuntu. Tell me how to install simplejson 2.1.1 I need to install Simplejson for Cassandra admin GUI client For that I install chiton while running du...@sybrant-desktop:~cassandra_admin_GUI/driftx-chiton-bd91965

[Ilugc] Did perl play a role in Chandrayaan mission?

2010-08-26 Thread Raman.P
Interesting post in perlmonk http://perlmonks.org/?node_id=857358 Raman.P blog:http://ramanchennai.wordpress.com/ ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] [Extremely][OT] Need an intel 845 chipset motherboard

2010-08-26 Thread Roshan George
On Thu, 2010-08-26 at 15:02 +0530, Rajagopal Natarajan wrote: > Hey luggers, > > Does anyone have a intel 845 chipset to sell? Please reply in person to me > if you do. Also please let me know if you know of a place where I could buy > such old chipsets. Zebronics makes them still, if you really

[Ilugc] [Extremely][OT] Need an intel 845 chipset motherboard

2010-08-26 Thread Rajagopal Natarajan
Hey luggers, Does anyone have a intel 845 chipset to sell? Please reply in person to me if you do. Also please let me know if you know of a place where I could buy such old chipsets. Thanks, Raj ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/l

Re: [Ilugc] session in opensource

2010-08-26 Thread Baskar Selvaraj
I have got permission from our HOD,please send me repositories to below address > > The Head of department, > Information technology, > K.L.N.college of information technology, > pottapalayam-630 611 > sivagangai district. > The Ubuntu-10.04 Install DVD (2 nos.) and Ubuntu-10.04 repository dvds (

Re: [Ilugc] Software Freedom Day (Press Kit)

2010-08-26 Thread Baskar Selvaraj
I have written a post about SFD in Tamil. This can be used to send > information to Tamil magazines and news papers (with modifications > where needed. > > http://kaniporul.blogspot.com/2010/08/blog-post_20.html > > Given the above SFD info for publishing in Tamil Computer magazine. Also added i

[Ilugc] help needed for software profilier,

2010-08-26 Thread Suresh Kumar Subramanian
Hi, I am doing project in C/Linux. I am interested to increase the performance and optimize my project.. 1) Memory debugging ( To identify the memory leak , unused or unintialized variables etc) 2) Profiling 3) Static code analysis 4) Dynamic code analysis Can you pleas