[Ilugc] jdk 6 installation

2009-01-29 Thread kesavan (K7)
hi guys i ma kannan from chennai I am using ubuntu 7.10 and now i have installed 1.5 but i need java 1.6 how to upgrade jdk ? or how to install jdk 6? regards thanks Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

[Ilugc] secure pages not open via squid

2009-01-29 Thread mettur salem
Dear All, I am using fedora 9 squid proxy server if i am using google it goes and gmail it is not working ie gmail is https also yahoo works but mail.yahoo.com it is not work via squid these symptoms are all shown in client m/c only not in server i changed and upgraded mozilla firefox at the

[Ilugc] [COMMERCIAL] [JOB] Looking for FOSS online Tutor

2009-01-29 Thread saran
Dear All, Lynus Academy Pvt Ltd is Offering Online training programme. Currently we are looking for FOSS online tutor,People can deliver their lecture from their places, No need to come our centre. Mostly Training timing will be off time after 7pm and Holidays. Looking for Experienced FOSS profes

Re: [Ilugc] jdk 6 installation

2009-01-29 Thread Vannia Rajan
On Thu, Jan 29, 2009 at 2:09 PM, kesavan (K7) wrote: > hi guys > i ma kannan from chennai > I am using ubuntu 7.10 and now i have installed 1.5 but i need java 1.6 > how to upgrade jdk ? or > how to install jdk 6? > sudo apt-get install sun-java6-jdk -- With Regards, K.Vanniarajan

Re: [Ilugc] jdk 6 installation

2009-01-29 Thread Murugapandian | முருகபாண்டியன்
you can download the new version from sun site and run the executable. that will update the existing jdk version. or you can have any jdk version extracted, just change the JAVA_HOME environment variable to point to the necessary jdk folder. On Thu, Jan 29, 2009 at 2:09 PM, kesavan (K7) wrote:

Re: [Ilugc] secure pages not open via squid

2009-01-29 Thread Mehul Ved
On Thu, Jan 29, 2009 at 2:46 PM, mettur salem wrote: > I am using fedora 9 squid proxy server if i am using google it goes and > gmail it is not working > ie gmail is https also yahoo works but mail.yahoo.com it is not work via > squid Have you setup transparent proxy? If so then https won't wo

[Ilugc] header intact

2009-01-29 Thread mani kandan
___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] setup a local repository for ubuntu

2009-01-29 Thread Aanjhan R
On Wed, Jan 28, 2009 at 1:28 PM, Shrinivasan T wrote: > Friends. > > We have 3 ubuntu 8.04 boxes and no internet connection. > > But we have the 5 ubuntu repository DVDs got from zyxware.com The same guys from where you got the DVDs from have instructions to do this also though I prefer to the ap

[Ilugc] Reverse Debugging tool

2009-01-29 Thread ini iniyan
Hi all, Is there any tool in open source to support Reverse Debugging? Regards, Iniyan P ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/lis

Re: [Ilugc] jdk 6 installation

2009-01-29 Thread kesavan (K7)
but apt-get is not working properly the error is :could not resolve the path From: Vannia Rajan To: ILUG-C Sent: Thursday, 29 January, 2009 7:02:03 PM Subject: Re: [Ilugc] jdk 6 installation On Thu, Jan 29, 2009 at 2:09 PM, kesavan (K7) wrote: > hi guys > i

[Ilugc] Fwd: LJ News

2009-01-29 Thread Bharathi Subramanian
Every week LJ release multiple 1-minute how-to videos. Linux in a Minute videos (http://www.linuxjournal.com/linux-minute) iPhone Linux: http://www.linuxjournal.com/content/iphone-linux The project (http://wikee.iphwn.org/) has successfully booted the 2.6 kernel on one of the little beasties. It

Re: [Ilugc] Wget behind proxy

2009-01-29 Thread kesavan (K7)
export http_proxy="http://username:passw...@hostname:port"; export ftp_proxy="http://username:passw...@hostname:port"; this two lines are added in to the /etc/wgetrc file as a root then wget command worked fine From: Raja Subramanian To: ILUG-C Sent: Monday,

Re: [Ilugc] Gnokii error in receiving sms

2009-01-29 Thread Deepak Babu
On Sat, Jan 17, 2009 at 6:54 PM, sivaji j.g wrote: > Had anyone successful in > >> getting sms with a mobile using gnokii,if so kindly suggest the mobile > >> model. > > nokia 6610 > Finally,Nokia 6030 worked for me. Regards, Deepz. ___ To unsubscribe

Re: [Ilugc] fossconf -09 - Feb 27,28,Mar 1

2009-01-29 Thread Kadambari Devarajan
On Mon, Jan 26, 2009 at 6:58 PM, Raman.P wrote: > > Let us volunteer to make the conference success. > -- Forwarded message -- From: VidAyer Date: Mon, Jan 12, 2009 at 6:50 PM Subject: [IndiChix] LinuxChix miniconf @ freed and gnunify To: LinuxChix-India Hi All, You may be

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Bharathi Subramanian
On Fri, 30 Jan 2009, ini iniyan wrote: > Is there any tool in open source to support Reverse Debugging? For debugging lot of tools like gbd,.. are available. If you mean reverse engg, no of tools like strace, lsof,.., are available. In general, it is very difficult pin point one as reverse engg

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Gilbert Raja
GDB is good when you can understand the Assembly language better. ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] fossconf -09 - Feb 27,28,Mar 1

2009-01-29 Thread Bharathi Subramanian
On Fri, 30 Jan 2009, Kadambari Devarajan wrote: > Do let me/us know if something along these lines can be plugged in > at fossconf. Please feel free to ask for further details from me/us. Yes. Already, we have one in our action item. * Prepare a Female Team to interact with Female audiences.

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread ini iniyan
ya i have seen GDB.They give lot of options for reverse debugging.. i saw the source code for those commands.But i cant understand anything.Here is the link. http://sourceware.org/gdb/current/onlinedocs/gdb_7.html Can anyone help me to understand the code for those commands? On Fri, Jan 30, 2009 a

Re: [Ilugc] Reverse Debugging tool

2009-01-29 Thread Gilbert Raja
No idea. If you know Assembly language it would be better. At least you should know some registers' functionality and Data Structures like Stack and Queue. In Reverse Engineering you will have to handle with Break Points. Look at the link below. But don't try this for malicious intent. There is som

Re: [IndiChix] Fwd: [Ilugc] fossconf -09 - Feb 27,28,Mar 1

2009-01-29 Thread Kadambari Devarajan
On Fri, Jan 30, 2009 at 12:14 PM, VidAyer wrote: > > > Umm... the LC miniconf audience is open to all, only the speakers are > female. From : http://conf.au.linuxchix.org/miniconf-2008-faq > > Q. Are men allowed to attend and/or speak? > A. Men are most certainly welcome to attend the womens' mi

[Ilugc] PDF Editing using OpenOffice 3.0

2009-01-29 Thread Shrinivasan T
Friends. I heard that we can edit the existing PDF files using OpenOffice 3.0 But, when we open a PDF file in OpenOffice writer, it just gives junk characters. How to retain the format of PDF files? -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com

Re: [Ilugc] PDF Editing using OpenOffice 3.0

2009-01-29 Thread Gowthaman Basuvaraj
hi > > I heard that we can edit the existing PDF files using OpenOffice 3.0 > > But, when we open a PDF file in OpenOffice writer, > it just gives junk characters. import the pdf file in OO Draw ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in wit

Re: [Ilugc] PDF Editing using OpenOffice 3.0

2009-01-29 Thread Shrinivasan T
Hi, > import the pdf file in OO Draw I tried way. 1. open OO Draw 2. File -> Open 3. Select the PDF file 4. It asked for ASCII Filter Options. I just give OK 5. Now OO Writer opens up with junk characters. The original PDF file is 1 page. but the resulting OO writer has 235 pages. Only junk cha

[Ilugc] Just Try This for Tamil News Site

2009-01-29 Thread Ramkumar
HI Friends, If You go to see any Tamil news paper site in Ubuntu.You may face font problem. Here i give small suggestion for this problem.Just go and download font from Tamil news paper site(Whatever Tamil News Site).create one folder in your home folder like* .fonts(dot fonts, thi

[Ilugc] Need guidance on embedded Linux

2009-01-29 Thread Shrinivasan T
Friends. My friend, dhana, stuyding in USA, needs assistance on learning Embedded Linux. google gave him some results. but, he like to interact with the persons working on embedded linux. Please guide him with your thoughts and experiences. Thanks. His mail id : vvdh...@gmail.com Thanks.

Re: [Ilugc] PDF Editing using OpenOffice 3.0

2009-01-29 Thread Mohan Sundaram
On Fri, Jan 30, 2009 at 1:12 PM, Shrinivasan T wrote: > Hi, > >> import the pdf file in OO Draw > > I tried way. > > 1. open OO Draw > 2. File -> Open > 3. Select the PDF file > 4. It asked for ASCII Filter Options. I just give OK > 5. Now OO Writer opens up with junk characters. > > The original

Re: [Ilugc] PDF Editing using OpenOffice 3.0

2009-01-29 Thread Kenneth Gonsalves
On Friday 30 Jan 2009 1:12:55 pm Shrinivasan T wrote: > The original PDF file is 1 page. but the resulting OO writer has 235 pages. I got 270 pages -- regards KG http://lawgon.livejournal.com ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with

Re: [Ilugc] Need guidance on embedded Linux

2009-01-29 Thread Kenneth Gonsalves
On Friday 30 Jan 2009 1:18:41 pm Shrinivasan T wrote: > My friend, dhana, stuyding in  USA, needs assistance on learning Embedded > Linux. why does he not want to join the list and ask for himself? -- regards KG http://lawgon.livejournal.com ___ To uns