[PLUG] Http tunnel

2005-03-20 Thread Mangesh Bhalerao
Hi everybody , Can anyone tell me which tools are avialble to tunnel a firewall+ http proxy securely. Providing any info abt their config would be a great help. TIA. Regards Mangesh Bhalerao, DA-IICT ,(www.da-iict.org)

Re: [PLUG] Re: Ideal Linux Desktop Distro (how to access linux partition from win)

2005-03-20 Thread Viraj Paripatyadar
Please check up on Ext2fs, which will support Ext2. But there's some support in Ext2fs for Ext3 mentioned here: http://e2fsprogs.sourceforge.net/ext2.html Also, check up on this driver: http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm Viraj On Sun, 20 Mar 2005 08:39:40 +0530, Rajev Mhasawade

Re: [PLUG] Re: Ideal Linux Desktop Distro (how to access linux partition from win)

2005-03-20 Thread Viraj Paripatyadar
I forgot to mention below, that the second link(for the driver ext2ifs) also mentions some links for ReiserFS tools. This was asked some time before in this thread. Viraj On Sun, 20 Mar 2005 17:00:43 +0530, Viraj Paripatyadar <[EMAIL PROTECTED]> wrote: > Please check up on Ext2fs, which will supp

[PLUG] [PROG]Writing to a /proc entry

2005-03-20 Thread Shrinand Javadekar
Hi, I have a problem regarding a /proc entry. I created a /proc entry (/proc/spoon) from a kernel module. Now, there is a user mode process which has to access this entry and write some data into it. I am using the regular 'open' and 'write' system calls in the user mode process to open /proc/spo