[Ilugc] Best version control mangement systems in LInux

2008-06-05 Thread narendra babu
Hi , I  am working on Linux project . I would like to know which are best source code control . I have worked in RCS,CVS, SCCS on Unix env . But i have requirement to maintain version control for binaries or images , do we have open source tool for version control of binaries or image files .

[Ilugc] Just check out link for selecting a Linux distro

2008-06-15 Thread narendra babu
Hi , Please find the below link which can provide you appropriate distro for you based on some questions to be answered by taking a test . http://www.zegeniestudios.net/ldc/index.php Just check out whether it works for u . Cheers Naren __

[Ilugc] Reg Subversion download for Hardy Ubuntu 8.04 LTS Linux distro

2008-06-16 Thread narendra babu
Hi , I am trying to install subversion source code control management SVN in my Ubuntu 8.04 , I have checked subversion packages and  downloaded  the same . When I was trying to Install in my Ubuntu system , it is throwing dependency errors . So it will be great help if i can get all the depe

Re:Re: [Ilugc] Reg Subversion download for Hardy Ubuntu 8.04 LTS Linux distro.eml (2KB),

2008-06-17 Thread narendra babu
No. of Openings: 3 Location: Chennai Pay: As par the Industry standard Education: can be BE, MCA or any Graduate [actually degree doesn't matter much]. Interested candidates please do send in your resume to: [EMAIL PROTECTED] or [EMAIL PROTECTED] Thanks Balakumar Muthu http://i5bala.comOn Tu

[Ilugc] any Antivirus/spyware/malware/antispam software in Linux

2008-06-19 Thread narendra babu
Hi , I would like to know whether there is a anti virus software in Linux ( Red hat ,Debian or Ubuntu ). Yes i know in Linux we don't have any virus . But its 98% true . 1) But for the sake of completeness i need to know whether we have any anti virus software ( Open source or commercial )

[Ilugc] Automation tools or scripts for testing

2008-07-26 Thread narendra babu
hi , Warm greetings ! I am integrating some of the opensource applications . I require some help regarding the opensource tools for testing Firefox ,openoffice , default gmome games , gedit ,calc etc . Do we have any method of testing the abaove mentioned applications using scripts or auto

[Ilugc] Linux Fest @Mysore on 21st september ( http://habba.in/ )

2008-09-16 Thread narendra babu
, 2008 Department of Physics, University of Mysore. Gangothri, Mysore karnataka. Thanks and regards Narendra babu C ___ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe " in the subject or body of the messa

[Ilugc] Linux Desktop automation tools

2008-12-04 Thread narendra babu
Hi ! I am testing some GNOME desktop applications in Linux like thunderbird,cheese, pidgin etc . I need some automation tool which can record and play or automate my testcases easily . do anybody worked on Desktop applications testing . Some tools i found were ldtp , dogtail . But not much

[Ilugc] Open Source applications for mobile devices

2009-01-12 Thread narendra babu
HI ! I am working on Mobile devices ( Moblin Based ), i would like to know some value add open source applications which can be more useful for Students , Home users etc I have already Firefox , thunderbird , skype , Media players , pidgin small utilities etc . thanks in advance ! thanks

[Ilugc] Would like to More about Gnome appl development

2009-01-14 Thread narendra babu
Hi Lugies! I am interested to develop application using GTK+ , please advice which is the best place to start for Gnome appl development. Thanks in advance ! Narendra ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe

[Ilugc] ove over GNOME, Ubuntu Mobile looks at Qt, other desktop environments

2009-01-22 Thread narendra babu
http://www.computerworld.com.au/article/273605/move_over_gnome_ubuntu_mobile_looks_qt_other_desktop_environments ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.i

[Ilugc] Reg runtime libraries accessed by Application in Linux

2009-05-14 Thread narendra babu
Hi Folks ! I need some inputs on shared libs for an application(s) in linux . i have a requirement saying i need to rehost all the production applications into new Linux OS . Here Source and target oS is Linux but with different versions so for this i need to identify what are the systeml

[Ilugc] Reg runtime libraries accessed by Application in Linux

2009-05-16 Thread narendra babu
Hi Folks ! I need some inputs on shared libs for an application(s) in linux . i have a requirement saying i need to rehost all the production applications into new Linux OS . Here Source and target oS is Linux but with different versions so for this i need to identify what are the systemlib

[Ilugc] to view DAS/NAS/SAN on Linux/Windows

2009-06-19 Thread narendra babu
Hi , Kindly appreciate your help . I have few Linux/AIX/Windows servers , I need to know how to identify how many NAS/SAN storage are connected . I need to identify mount points for NAS/SAN , how i can differentaite from local mounts . Thanks in advance Narendra babu Love

[Ilugc] sharing folders in virtual box

2009-08-03 Thread narendra babu
hi all , I have installed latest virtual box on my Windows Xp machine . on top of it i have installed linux ( ubuntu ) inside virtual box as guest os , but i need to share my windows folder to work inside the ubuntu os . I tried some methods of net use , vbox , vboxmanage nothing is working

[Ilugc] Roguewave C++ classes support by gcc/g++

2009-08-31 Thread narendra babu
hi , I need inforation regarding rougewave c++ classes supported by gcc/g++ Has anybody ported there appls written in rougewave c++ classes ported using gcc/g++. Wat are compiler dependencies , libs dependencies . Thanks in advance Naren See the Web's breaking stories, chosen by peop

[Ilugc] Changing default CFLAGS flags for gcc

2009-09-02 Thread narendra babu
hi , I have lot of makefiles , by default gcc geneartes 64 bit executable on 64 machine but i need to change to 32 bit , dont want to change the makefiles . Instead is there anyway i can change default flags at command line for gcc Can i set environment variable export CFLAGS=-m32 CXX=-m32

[Ilugc] Link libs compiled by gcc with Sun studio compilers

2009-09-14 Thread narendra babu
hi , i have Sun studio comipler (CC) c++ 12 on X86 box and i have library whih is compiled by gcc and created libcrypto.a now is it possible that i can link the gcc compiled lib with sun compilers on X86 box $cc -lcrypto main.c Note : i am not using Sun sparc box , i am using x86 box with

[Ilugc] undefined reference to OPENSSL_add_all_algorithms

2009-09-17 Thread narendra babu
Hello, I developed an application using OPENSSL 0.9.8. on my machine, but I have to recompile it on Sun Solaris having OPENSSL 0.9.6. When I tried to do it I found this version does'nt have OPENSSL_add_all_algorithms, can somebody tell me what is (are) the instruction equivalent on 0.9.6 in order

[Ilugc] Re: undefined reference to OPENSSL_add_all_algorithms

2009-09-18 Thread narendra babu
uot; > Today's Topics: > >    1. Re: Re: ilugc Digest, Vol 64, Issue 74 > (deva free) >    2. Re: Re: ilugc Digest, Vol 64, Issue 74 > (Aanjhan R) >    3. Re: Video Recording of SFD (Raman.P) >    4. The cat command (Girish > Venkatachalam) >    5. Re: Re: ilugc Di

[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

[Ilugc] Migration from Webshpere to Jboss

2009-10-02 Thread narendra babu
hi folks , I need steps for migration from Websphere ( Commercial ) app sever to Jboss app server. Please let me know what are the things need to be take care for migration like performnace issues etc Thanks in advance for your time Naren Try the new Yahoo! India Homepage. Click

[Ilugc] Apache tomcat server needs manual restart

2009-10-20 Thread narendra babu
hi Friends , Apache tomcat server needs manual restart when node in Oracle RAC cluster is taken out Please let me know what could be possible reasons and what kind os log files ned to be checked in Apache and tomcat Current env : Database === Oracle 10g RAC servers JDBC Driver ===

[Ilugc] Migrate Solaris Threads to Linux Threads

2009-10-24 Thread narendra babu
Hello Friends , I am working on Solaris code which is using lot of solaris thread apis and i need to port it to Linux threads . is there any way we can port the Solaris threads to Linux threads . I searched for some documents in google, but still i need some more inputs like what are the perf

[Ilugc] big endian and little endian issues from Solaris to Linux

2009-10-27 Thread narendra babu
Hello , I have c/C++ code in Solaris/AIX/HP-UX which is for big endian arch . Now i am moving the c/C++ code to Little endian Linux X86 , i would like to know what are issues need to be addressed when moving from big endian to little endian . also is left shift and right shit oprs in C/C++

[Ilugc] Re: big endian and little endian

2009-10-28 Thread narendra babu
On Wed, Oct 28, 2009 at 4:19 AM, narendra babu wrote: > I have c/C++ code in Solaris/AIX/HP-UX which is for big endian arch . > > Now i am moving the c/C++ code to Little endian Linux X86 , > > > i would like to know what are issues need to be addressed when moving from >

[Ilugc] equivalent of Solaris processor_bind system call IN Linux

2009-11-05 Thread narendra babu
Hello Friends , I ahve a Solaris code with processor_bind system call to bind LWPs to a processor The processor_bind() function binds the LWP (lightweight process) or set of LWPs specified by idtype and id to the processor specified by processorid. If obind is not NULL, this function also s

Re: [Ilugc] Sad demise of our dear KG (Keneth Gonsalvas)

2012-08-03 Thread narendra babu
> >> Hi All, >> >> Just now I got a message that our dear KG (Kenneth >> Gonsalvas) passed away. >> He was admitted in hospital due to Asthma attack and passed >> away today >> morning. >> Cremation will be held at ooty on 4th Aug 2012. >> > > >Very Very Sad news we lost one important leader in

[Ilugc] pthreads in Solaris and Linux

2009-11-17 Thread narendra babu
Hello friends , I would like to is there any differences in pthreads in solaris and linux . how LWPS in solaris is different from pthreads in linux . i have searched some sun docs , but they are not in detailed explantion about what are the differences betwen them and what needs to be take car

[Ilugc] iostat command in Linux

2009-11-30 Thread narendra babu
Hello friends , I Have some queries regarding the linux iostat command and its similarity with Suns iostat command In Linux the using iostat command , svctm column on Linux and ascv_t column value in Solaris are similar and is it comparable Can we compare values in %util column on Linux to

[Ilugc] Linux ext3 io

2009-11-30 Thread narendra babu
Hello Friends I would like to know How does Direct io work on ext3? Does it also support Concurrent IO and Asynchronous IO? also What is default file system cache size for ext3? Many thanks in advance N The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.

[Ilugc] Equivalent of Solaris LWPS in Linux

2009-12-19 Thread narendra babu
Hello friends , I am having large amount of solaris code which is using lwps ( light weight process ) and i am migrating to Linux , but is is behaving differently , The LWPs are not attached to any processes in linux which is not the case of Solaris . Where LWPS are attached to a process , .

[Ilugc] Streams on Linux

2010-03-24 Thread narendra babu
Hello all, Warm greetings , I have a Solaris C/c++ based code which is having that makes use of transport layer interface (TLI) calls (STREAMS) instead of standard BSD socket calls. as linux doesn't support these TLI calls. Please let me know how we can implement Streams in Linux , do we ha

[Ilugc] How to install 32bit perl on 64bit Linux

2010-03-29 Thread narendra babu
Hello All , I have a 64 bit Red hat Linux , now i am building a 3rd party library on my red hat box , When i am running configure , i am getting the below eror As it is expecting 32 bit perl lib but i ahve only 64 bit perl , Now i can install 32 bit perl and from where and is it ok to hav

[Ilugc] INstall 32 bit perl on 64 bit LInux

2010-03-29 Thread narendra babu
Hello All , I have a 64 bit Red hat Linux , now i am building a 3rd party library on my red hat box , When i am running configure , i am getting the below eror Compiling 32-bit embedded perl applications requires the *** 32-bit library libperl. As it is expecting 32 bit perl lib but

[Ilugc] ioctl problem

2010-05-05 Thread narendra babu
Hello All , I am using this below c snippet from red hat linux RHEL5 x86_64 if ( socketpair(AF_UNIX, SOCK_STREAM,0,fd) == -1 ){ perror("socketpair"); exit(1); } fd_read = fd[0]; fd_write = fd[1]; /* fcntl code comes here to set

[Ilugc] to diiferentiate between system/default file system and user file system

2010-08-27 Thread narendra babu
Hello All ,   I would like to understand , is there any way to differentiate between system or default  file system and user mounted or user related system in  /etc/fstab or /etc/vfstab .   any linux specific commands to look for these differences     Thanks Naren ___

[Ilugc] System and user filesystems commands

2010-09-10 Thread narendra babu
Hello All ,   I would like to understand , is there any way to differentiate between system or default  file system and user mounted or user related system in  /etc/fstab or /etc/vfstab .   or i would like to know what are user defined file systems mounted   any linux specific commands to look f

[Ilugc] OIS 2010 @Chennai Trade centre Sep 19 -Sep21

2010-09-18 Thread narendra babu
Hello ,   Please attend  osi days happening in chennai if any body is interested   http://www.linux.com/community/events/details/334-osi-days-2010   Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Few Linux utilities

2010-09-19 Thread narendra babu
Hello all ,   Please find below few linux utilities recently i found   mutt Command-line email utility cmus ncurses-based music browser / player screen terminal multiplexer photorec file recovery utility htop colorful, extended ‘top’ knowit note-taking utility; does not support bullet poi

[Ilugc] Linux boot process blog

2010-09-21 Thread narendra babu
Hello All ,   Please find very good blog of linux kernel boot process and how computer boot with useful diagrams   http://linuxpoison.blogspot.com/2008/06/kernel-boot-process.html http://duartes.org/gustavo/blog/post/how-computers-boot-up     Thanks Narendra __

[Ilugc] Common and Differing features in Shells

2010-09-26 Thread narendra babu
Hello ,   Please find simple and very useful to understand the common and differing features of shell   Common features across different shells   http://tldp.org/LDP/intro-linux/html/x12120.html#AEN12123     differing  features across different shells http://tldp.org/LDP/intro-linux/html/x12249.

[Ilugc] Essential Linux Admin Tools

2010-09-27 Thread narendra babu
Hello friends ,   Please find below URL for Essential Linux Admin Tools for quick handy.   http://www.linux-mag.com/id/7870   Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] The Challenges of Open Source in the Enterprise

2010-09-27 Thread narendra babu
Hello ,   Please find nice article in Linux Journal on The Challenges of Open Source in the Enterprise http://www.linuxjournal.com/article/10726   Really useful when thinking and advoating in enterprise world .   Thanks Narendra ___ ILUGC Mailing List

[Ilugc] How to improve the throughput of c/c++ code

2010-09-29 Thread narendra babu
Hello all ,   I have done some search to improve the performance of existing c/c++ code , but could not find much .   So it will be great if any body can share thoughts on how to improve the performace or throughput of code .   also if anybody has worked in converting single threaded code to mult

[Ilugc] Very Useful Linux command sheet

2010-09-29 Thread narendra babu
Hello all ,   Please find below very useful , which covers most of the useful linux commands http://www.pixelbeat.org/cmdline.html     Thanks Naren ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Useful and powerful command line tips

2010-09-30 Thread narendra babu
Hello all ,   Please find useful online command line tips   http://www.commandlinefu.com/commands/browse Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] source code profilers and Performance wiki in Linux

2010-09-30 Thread narendra babu
Hello All ,   Please find below source code profilers and Performance wiki in Linux http://open-tube.com/12-source-code-profilers-for-cc     http://www.performancewiki.com/linux-tuning.html Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm

[Ilugc] c/c++ endian neutral disk i/o

2010-10-06 Thread narendra babu
Hello all ,   I have 2 questions on endian neutral  :   1)I'm  dont need C++ Object Serialization per-se but I intend to write a few C structures to disk (file.bin) - The written data structure on-disk should be portable across different platform architectures (small/big endian)   Would someone

[Ilugc] endian neutral in c/C++

2010-10-07 Thread narendra babu
On Thu, Oct 7, 2010 at 3:02 AM, narendra babu wrote: > Hello all , > > I have 2 questions on endian neutral  : > > 1)I'm  dont need C++ Object Serialization per-se but I intend to write a few > C structures to disk (file.bin) - > The written data structure on-disk

[Ilugc] Resolving user space crashes and segmentation faults

2010-10-16 Thread narendra babu
Hello all ,   Please find useful url for Resolving user space crashes and segmentation faults   http://www.rt-embedded.com/blog/archives/resolving-crashes-and-segmentation-faults/   Resolving mem leaks and alignment traps http://www.rt-embedded.com/blog/archives/memory-leaks/ http://www.rt-embedd

[Ilugc] RAS features for Linux

2010-10-18 Thread narendra babu
Hello Friends ,   I would like to know all the RAS ( reliability , HA , serviceability ) features similar to Commercial Unix like Solaris /AIX /HP-UX and virtualization tools in Open source world for Linux which are used or better fit in Production envs  .      Tools for High availability , virtu

[Ilugc] Solaris ufs mount on Linux

2010-10-18 Thread narendra babu
hello friends ,   I have question on mounting of ufs file system .   Is it possible to mount ufs in Solaris  to Linux .   or can mount ufs file system from Solaris from Linux   Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman

[Ilugc] to detect wireless networks in debian

2010-10-20 Thread narendra babu
Hello All ,     i have installed debian in my dell laptop , I am trying to look for wifi access points near to me .   Some of the options i tried ,   I could not  look the wifi tower switched on in the laptop , i tired to switch on using the button supplied with the laptop , it was working fine b

[Ilugc] Usage of xdr in Linux

2010-10-23 Thread narendra babu
Hello everybody ,       Please let me know have anybody used xdr  in linux for c/c++ programming to created endian neutral binaries -data files , and what is performance implications when used in large Gig files .   http://en.wikipedia.org/wiki/External_Data_Representation xdr - library routines

[Ilugc] XDR in linux

2010-10-25 Thread narendra babu
Hello everybody ,       Please let me know have anybody used xdr  in linux for c/c++ programming to created endian neutral binaries -data files , and what is performance implications when used in large Gig files .   http://en.wikipedia.org/wiki/External_Data_Representation xdr - library routin

[Ilugc] Binary struct dump

2010-11-10 Thread narendra babu
Hello folks ,   Is there any easy at run time to dump very large binary structures at runtime , becos we have lots and lots variables inside structures and also  which are pointing to pointers to other structures, array of pointers      struct new_struct {   int a ; double; char *str; ... char

[Ilugc] display values inside a class at runtime

2010-11-20 Thread narendra babu
Hello Folks ,   I have a many many  c++ class which has 50+ variables of  kinds of primitive data types , pointers to primitive types , pointers  to other classes and structs .   I need to dump the values inside the class which has 50+ vars rather than using printf or cout at run time .   as i n

[Ilugc] c/C++ code performace tuning for network and i/o

2010-12-07 Thread narendra babu
Hello folks ,   I need some inputs or guidance on improving the performance of existing c/c++ code on Linux .   Places to look for improving the performance in terms of  cpu /network/ and i/o  inside the code.   I would like to any guidelines to collect information for the application resource u

[Ilugc] DRM free 5 Linux games

2010-12-15 Thread narendra babu
Hello folks , You can get DRM free 5 Linux (also works on OS X and Windows) games and help charities. http://www.humblebundle.com   Cheers Naren ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] linux cetrified laptops

2010-12-24 Thread narendra babu
hello folks ,   please find linux certified laptops listed  below http://www.linuxcertified.com/linux_laptops.html     thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Binary Analysis Tool - For GPL complaince

2010-12-24 Thread narendra babu
  Hello folks ,     The Binary Analysis Tool can help to discover what components were used to create compiled code. It uses the same type of approach that gpl-violations.org applies to discover license issues in consumer electronics. This is called 'compliance engineering' and has been document

[Ilugc] Best Blogs in Linux

2010-12-26 Thread narendra babu
Hello folks ,   please find ur for top linux blogs - lots of updated info on Linux http://linuxpoison.blogspot.com/2008/06/list-of-best-linux-blogs.html   thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] useful linux tools

2010-12-28 Thread narendra babu
Hello folks ,   Please find below urls for useful linux tools which we cant ignore 10 Linux and open source developer tools you should not overlook http://blogs.techrepublic.com.com/10things/?p=579   10 common mistakes to avoid when you're installing Linux software http://blogs.techrepublic.com.c

[Ilugc] Windows Alternative Linux projects

2011-01-01 Thread narendra babu
Hello Folks,   Wishing you all a very  happy , prosperous and funfilled new year 2010.   please find below url for windows alternativelinux projects http://www.linuxalt.com/     Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/l

[Ilugc] Linux Journal DVD -> 1994-2010

2011-01-04 Thread narendra babu
  Hello Folks ,   Any body is interested to buy the Linux Journal for last 16 yrs on DVD , please follow below steps . The space-saving 1994-2010 Linux Journal Archive DVD is here! Order yours today at www.linuxjournal.com/dvd, and use coupon code ACDNEW to redeem the 15% off regular list pri

[Ilugc] Legace c code changes - moving from c89/c99 compilers to latest Linux compilers

2011-01-10 Thread narendra babu
Hello folks ,   I have 200+ legacy c code  which were compiled using c89/c99 compilers, i am planning to move/migrate using latest compilers  and migrate to 64 bit env , doing so i could able to fix compiler errors/warnings   for 32bit-ILP bit to 64bit-LP bit env  .     Some warnings i found is

[Ilugc] Certyifying your app via LSB

2011-01-13 Thread narendra babu
Hello folks ,   I owuld like to know has anybody worked with LSB ,Learning, Testing and Certifying to the LSB .   http://www.linuxfoundation.org/collaborate/workgroups/lsb   Please let me know pros/cons of LSB , is it applied for Linux distributionsany real OEMs are trying this standard .   How

[Ilugc] Ganglia - scalable distributed monitoring system

2011-01-20 Thread narendra babu
Hello folks ,   please find BSD based tool and  better monitoring tool than munin ,   Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. http://ganglia.info/   Thanks Narendra ___ IL

[Ilugc] nmake in Linux

2011-01-27 Thread narendra babu
Hello everybody ,   i would like to know has anybody worked in nmake before .   how easy is to migrate from nmake to gmake as i am moving from solaris to Linux .   I could see its supported on Linux but i want use gnu make instead so that i can be 100% on linux using linux tools.     Thanks for y

[Ilugc] starting a open source project

2011-01-28 Thread narendra babu
Hello ,   Please find below some thoughts on open source project and a webinar for same on Feb 10 US  EST . http://www.linux.com/news/featured-blogs/185-jennifer-cloer/400755-starting-an-open-source-project     Black Duck Software Names Open Source Rookies of 2010 http://www.blackducksoftware.co

[Ilugc] Many useful Linux sysadmin tips

2011-01-28 Thread narendra babu
Hello folks ,   Please find below url for very  some useful tips 200+ http://souptonuts.sourceforge.net/   Linux System Admin Tips: There are over 200 Linux tips and tricks from using encryption, tar, cpio, setting up multiple IP addresses on one NIC, tips for using man, putting jobs into the b

[Ilugc] Redhat Vs Suse

2011-02-02 Thread narendra babu
Hello folks ,   Could you please let me know what are the major differences on the application tools and admin side, pkg management , ease of installation , patch management   support and maintenance for RHEL and SUSE .   i have done some search on the same, but could get only marketing info from

[Ilugc] Linux on Intel/Amd price/performance

2011-02-13 Thread narendra babu
Hello folks ,   Please let me know the differences for Linux Intel/AMD on User level  or enterprise level .   I heard AMD is good for games and its cheap INtel is good for performance and expensive than AMD  .   Is there any specific features /whitepapers or tradeoffs which describes Linux is goo

[Ilugc] RHEL vs Centos vs fedora

2011-02-15 Thread narendra babu
Hello folks ,   Just curious about the differences between RHEL, fedora and centos both ( centos,fedora)  of which are funded by red hat  .   RHEL is good on Enterprise side , fedora is more on desktop  side and centos on enterprise side .   Is centos is actively developed and maintained  as i se

[Ilugc] Re : RHEL Vs Centos vs fedora

2011-02-16 Thread narendra babu
> Just curious about the differences between RHEL, fedora and centos both ( > centos,fedora)  of which are funded by red hat  . > > RHEL is good on Enterprise side , fedora is more on desktop  side and > centos on enterprise side . > > Is centos is actively developed and maintained  as i see more a

[Ilugc] C Compiler options for Perl pkgs

2011-02-18 Thread narendra babu
Hello  folks ,   I am downloading perl packages using cpan command , its taking default compiler cc as 32 bit /32 bit c libs for compiling c modules while installing .   i would like to know how should i change the compiler options to 64 bit and any optmization i would like to do by changing the

[Ilugc] Nice Linux 0.01 pdf

2011-02-18 Thread narendra babu
Hello Friends ,   Please find the very first Linux kernel version and what it looks like and see where are we know  what a great milestone for Linux   http://www.oldlinux.org/Linux.old/Linux-0.01/docs/Linux.pdf have fun and enjoy   Thanks Narendra     _

[Ilugc] to calculate time taken by process

2011-02-20 Thread narendra babu
Hello all ,   I have a Linux shell script which has many sql statements which are doing insertion into database sequentially .   to make it parallel running process , i have put them as background process and to calculate time i have used time command .   i get the times of all the sql statement

[Ilugc] Linus Torvalds Interview

2011-03-01 Thread narendra babu
Hello folks ,   Please find below nice inspiring Linux Torvalds  interview  regarding the patents , free/open source , competition etc   http://www.simple-talk.com/opinion/geek-of-the-week/linus-torvalds,-geek-of-the-week/     Thanks Narendra     ___

[Ilugc] gcc compiler upgrade from 3.3.3 to the gcc 4.4.4

2011-03-04 Thread narendra babu
hello Folks ,   I have old gcc compiler version 3.3.3 in my system and  i want upgrade my gcc to current 4.4.4 .   Please let me know the the steps to upgrade to newer versions of gcc  and any documents online will also be helpful   what are the changes to include paths , macros , flags libs when

[Ilugc] 15 Must-Have Linux Desktop Apps

2011-03-11 Thread narendra babu
  Hello folks ,   Please find nice article  for 15 Must-Have Linux Desktop Apps http://itmanagement.earthweb.com/osrc/article.php/12068_3927256_1/15-Must-Have-Linux-Desktop-Apps.htm   Thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mail

[Ilugc] kvm vs Xen vs virtio vs virtualbox vs VMWARE

2011-03-26 Thread narendra babu
Hello Folks ,   Could you please let me know which of virtulization is mature kvm vs Xen vs virtio vs virtualbox vs VMWARE   in real production which has more performance and reliability and number of virtual hosts supported   thanks in advance     thanks Narendra

[Ilugc] cloud aware applications

2011-03-28 Thread narendra babu
Hello folks ,   In recent months I hear lot about cloud computing or cloud aware applications , not  so convinced about the concept other than the advantages of IT procumerment/deployment and reducing maintanence costs in view from IT team and putting public aware applications like gmail on clou

[Ilugc] Tuning vmware for Linux guest os

2011-04-04 Thread narendra babu
Hello folks ,   Please let me know if any body has vmware ESxi and worked what are the steps or best practices for tuning vmware for linux guest os  for performance improvements .   which place to tune  to get better results is it on Vmware side or Linux guest side .     thanks in advance for yo

[Ilugc] Ubuntu Linux boosted by 10,000 seat PC win in germany

2011-04-24 Thread narendra babu
Hello all ,   fyi, one more sucess story of Linux desktops http://www.itworld.com/operating-systems/158431/ubuntu-linux-boosted-1-seat-pc-win     thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] mixing of gcc 3.x and gcc 4.x genrated shared objects

2011-07-06 Thread narendra babu
Hello folks ,   I have a 3rd party shared object (.so) file generated from gcc 3.x compiler and i dont have sources for the same and I have upgraded my sources ( c++) to newer compilers gcc 4.x which needs to be linking with 3rd party shared object which is compiled by gcc 3.x   Please let me kn

[Ilugc] WHich version of gcc is good

2011-07-15 Thread narendra babu
Hello folks ,   I am interested to know which  is the best way os using the gcc compiler .   1) Should i use the gcc provided by the Linux distribution  which comes with their own patches and which is not the latest gcc ( for ex: RHEL 5.x  or RHEL 6) or 2) Should i download the latest gcc from

[Ilugc] SO_REUSEADDR in conjunction with INADDR_ANY issue

2011-07-28 Thread narendra babu
Hello all , How can we allow a server to bind to a port that appears to be held open by a client process?  The netstat below indicates that port 9521 is not being listened to by any server process: $netstat -an | grep 9521 tcp    0  0 127.0.0.1:9521  127.0.0.1:9521  

Re: [Ilugc] SO_REUSEADDR in conjunction with INADDR_ANY issue

2011-07-30 Thread narendra babu
> Hello all , > > How can we allow a server to bind to a port that appears to be held open =y a > client process? The netstat below indicates that port 9521 is not b=ing > listened > to by any server process: > > $netstat -an | grep 9521 > tcp 0 0 127.0.0.1:9521 =A0 127.0.0.1:9521 =A0 ESTABLI

[Ilugc] Linux network issue

2011-09-20 Thread narendra babu
Hello folks ,   I have Linux server . it was not accessible over the network, but the console showed the server was up and running. I rebooted and i was able to  conenect over the network Again next day  I tried to access the server and it was again not responding to network commands (ping, ss

[Ilugc] Document management /Content managment tool

2011-10-17 Thread narendra babu
Hello Folks ,     Please let me know some good web based content management or document management tools wich are cross platform .   we have a team who creates lots documents /presentations /pdfs/Excel etc ,    we need to have below features      Simple way of uploading ,storing  and retriving   

[Ilugc] India is not list of GNU mirrors

2011-10-29 Thread narendra babu
Hello folks ,   we indians are known for the largest IT pool talent in the world , i felt  disappointed  when i found india is not have a mirror for GNU downloads for free software when a small country bangladesh has mirror  for downloads       http://www.gnu.org/prep/ftp.html   any thoughts fol

[Ilugc] Computational knowledge engine - WolframAlpha

2011-10-30 Thread narendra babu
 Hello folks ,   please find one of the best answer engine Wolfram/Alpha which Answer questions, do math, instantly get facts, create plots, calculators, unit conversions, scientific data and statistics, help with homework—and much more.     http://www.wolframalpha.com/     Wolfram|Alpha, an answ

[Ilugc] kickstarter - funding platform for creative projects

2011-11-05 Thread narendra babu
hello folks ,      Kickstarter  , it's a site that allows people to invest in various projects, giving people real money to develop an idea. Those ideas vary from film-making to programming video games, but the concept is the same regardless of the project   http://www.kickstarter.com/ Kickstart

[Ilugc] Microsoft reluctantly bows to Linux users | ZDNet

2012-01-03 Thread narendra babu
Hello all,   interesting article on Microsoft reluctantly bows to Linux users | ZDNet   http://www.zdnet.com/blog/open-source/microsoft-reluctantly-bows-to-linux-users/10074   thanks Narendra ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listi

[Ilugc] catdoc - open source converters for MS Office files

2012-01-16 Thread narendra babu
Hello all , Please find useful utility catdoc , catdoc is program which reads one or more Microsoft word files and outputs text, contained insinde them to standard output. Therefore it does same work for .doc files, as unix cat command for plain ASCII files.  http://www.wagner.pp.ru/~vitus/sof

[Ilugc] (no subject)

2012-01-19 Thread narendra babu
Hello all , please find one below intresting cloud OS , i tried it and liked the concept which is already there for some time. it can dual boot with windows just like any other OS and very simple installation .  http://www.jolicloud.com/download  Joli OS is a free and easy way to turn any com