[PLUG] Windows X Linux

2005-02-22 Thread Andy's Labs
Microsoft says, Windows is more secure and cost effective than Linux. Read more about Microsoft's comparison between Windows and Linux : http://www.microsoft.com/windowsserversystem/facts/default.mspx -- Cheers__ A N D Y's L A Bs [EMAIL PROTECTED] ___

Re: [PLUG] To recover deleted partitions

2005-02-22 Thread Aditya Laghate
> On Tue, 22 Feb 2005 14:51:15 +0530, Nikhil Karkare <[EMAIL PROTECTED]> wrote: > > OK - let me be a little more explicit. > > I want to delete my linux partitions... i want some free space. I want > > to do this in windows. now my problem is i dont have a floppy drive > > and so i cant use fdisk/m

Re: [PLUG] To recover deleted partitions

2005-02-22 Thread Sagar Gokhale
Do you simply want to replace the mbr with a windows(dos?) mbr? (i drew that conclusion from your statement that you wanted to 'cure' the mbr. strange use of the word 'cure' though). i used to think that windows stores a backup of the mbr. on a search, i found out this webpage: http://www.sometips.

[PLUG] PLUG's Live CD

2005-02-22 Thread Sudhanwa Jogalekar
Hi Pluggies, You are probably aware that PLUG is preparing a live CD for electrical/electronic applications. Some alfa, beta test CDs are already ready and we have given some demos in PLUG meetings and some colleges. Manas is in the process of finalising the CD. He wants us to comb the net for

[PLUG] PLUG's Live CD

2005-02-22 Thread Sudhanwa Jogalekar
Hi Pluggies, You are probably aware that PLUG is preparing a live CD for electrical/electronic applications. Some alfa, beta test CDs are already ready and we have given some demos in PLUG meetings and some colleges. Manas is in the process of finalising the CD. He wants us to comb the net for

Re: [PLUG] How to find out used PORT numbers??

2005-02-22 Thread Swapnil Nagle
I would like to know list of used port numbers on Linux box.. netstat -a ? --Swapnil "Theory is when you know something, but it doesn't work.Practice is when something works, but you don't know why.Programmers combine theory and practice: Nothing works and they don't know why ..." -- __

Re: [PLUG] How to find out used PORT numbers??

2005-02-22 Thread Kaustubh Gadkari
On Tue, 2005-02-22 at 04:24 -0800, Nilesh Pathak wrote: > Hi, > I would like to know list of used port numbers on > Linux box.. > Read the /etc/services file. If you want the list of open ports, try lsof -i Kaustubh -- __ Pune G

Re: [PLUG] Creating a proc entry

2005-02-22 Thread Kiran Divekar
On Tue, 22 Feb 2005 13:04:01 +0530, Shrinand Javadekar <[EMAIL PROTECTED]> wrote: > Hi!! > > I want to create a file in /proc which I would be using for > some of interprocess communication. > > The code snippet is given below. However, it just does not seem to work > :((. The code compiles perf

Re: [PLUG] Creating a proc entry

2005-02-22 Thread BAIN
create_proc_entry("mtrr", S_IWUSR | S_IRUGO, &proc_root); > I want to create a file in /proc which I would be using for > some of interprocess communication. Thats a strange use > Is there something I'm missing out on? All suggestions are welcome :) > > COde: > == > > struct proc_dir

Re: [PLUG] Creating a proc entry

2005-02-22 Thread Swapnil Nagle
The code snippet is given below. However, it just does not seem to work :((. The code compiles perfectly but the function create_proc_entry returns NULL everytime :(. I tried it out on 2.4.20-6 (rh9). It works fine. Maybe you can post the complete code. --Swapnil #include #include #include in

[PLUG] How to find out used PORT numbers??

2005-02-22 Thread Nilesh Pathak
Hi, I would like to know list of used port numbers on Linux box.. Nilesh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- __

Re: [PLUG] To recover deleted partitions

2005-02-22 Thread Shantanoo
On Tue, 22 Feb 2005 14:51:15 +0530, Nikhil Karkare <[EMAIL PROTECTED]> wrote: > OK - let me be a little more explicit. > I want to delete my linux partitions... i want some free space. I want > to do this in windows. now my problem is i dont have a floppy drive > and so i cant use fdisk/mbr to cure

Re: [PLUG] java problem

2005-02-22 Thread linux lover
Hello nikhil, Have you restarted machine after installing and setting path? Also try to search file libjava.so by locate command on your PC. I have jdk 1.5 installed on my machine and i get following results /root/sw/jdk1.5.0_01/jre/lib/i386/libjava.so The erro

[PLUG] Creating a proc entry

2005-02-22 Thread Shrinand Javadekar
Hi!! I want to create a file in /proc which I would be using for some of interprocess communication. The code snippet is given below. However, it just does not seem to work :((. The code compiles perfectly but the function create_proc_entry returns NULL everytime :(. Is there something I'm miss

Re: [PLUG] To recover deleted partitions

2005-02-22 Thread Nikhil Karkare
how did you manage to delete your partitions from windows? Didnt grub conk off? I want to do this on my office computer... please tell me how you did it!! Thanks Nikhil. On Tue, 22 Feb 2005 12:33:42 +0530, Aditya Laghate <[EMAIL PROTECTED]> wrote: > Hi, > Today while playing around on win2k i ac

Re: [PLUG] To recover deleted partitions

2005-02-22 Thread Nikhil Karkare
OK - let me be a little more explicit. I want to delete my linux partitions... i want some free space. I want to do this in windows. now my problem is i dont have a floppy drive and so i cant use fdisk/mbr to cure my mbr. does anyone know a way out? Thanks On Tue, 22 Feb 2005 14:09:08 +0530, Ni

Re: [PLUG] BSNL DataOne

2005-02-22 Thread Vishal Rao
On Mon, 21 Feb 2005 20:53:47 +0530, Sumant Kshirsagar <[EMAIL PROTECTED]> wrote: > The reason I got for this was "The parameters don't match". but there maybe that exchange is not equipped yet? does anyone know if hadapsar exchange is providing dataone yet? last time i went there (last month) th

[PLUG] BSNL DataOne

2005-02-22 Thread Sumant Kshirsagar
Hi all, Here is some thing funny with me. Recently, I enquired at BSNL Karve road exchange about getting DataONE connection in Nav Sanhyadry area. the reply I got was quite funny. There I was told that Dataone service is not available in nav-sahyadry area. The reason I got for this was "The pa

[PLUG] java problem

2005-02-22 Thread nikhil purwant
hi people i require to install java for some of my applications.i downloaded the bin package from the sun site and then uncompressed it then i set PATH and CLASSPATH variavles in the .bash_profile but things not working i also tried this made a java.sh file in the profile.d and put export pat

[PLUG] java install problem

2005-02-22 Thread nikhil purwant
hi pepole i've downloaded java (j2re) from the sun website but don't know how to install it in linux it's a binary package and i've also tried ./"name of binpackage".bin but it just uncompresses it . Also i added PATH and CLASSPATH variables to .bash_profile and also (as a different effort) cr

[PLUG] To recover deleted partitions

2005-02-22 Thread Aditya Laghate
Hi, Today while playing around on win2k i accidentally deleted the linux partitions from the disk administrator. On searching the net to find a solution to recover these deleted partitions, I found a software by the name TestDisk on http://www.cgsecurity.org/index.html?testdisk.html using this so

[PLUG] SuSE 9.2 DVD

2005-02-22 Thread Bhushan Kulkarni
Hi , Anybudy having Suse 9.2 dvd ??// BHUSHAN KULKARNI -- -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing

[PLUG] DDD ???

2005-02-22 Thread Ashish Karpe
hi, Does Knoppix 3.7 has DDD(debugger) ?? -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] f