[ilugd] Apache 1.3x on pCQ 7.1

2003-09-23 Thread Mani
hi all,
I have PCQ 7.1 installed with Apache 1.3.19-6 installed. I need to
upgrade this to apache 1.3.27.
I have downloaded the rpm's from RH site, but when i try to install the new
package, it givemes me failed dependencies errors..
mod_bandwidth is needed by apache-1.3.27-2.7.1
mod_put is needed by apache-1.3.27-2.7.1
mod_throttle is needed by apache-1.3.27-2.7.1
libmm.so.11   is needed by apache-1.3.27-2.7.1
apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5
So I got the above packages, but these conflict with the existing Apache
1.3.19
rpm -ivh mod_bandwidth-2.0.3-2.i386.rpm
error: failed dependencies:
apache  1.3.22-1 conflicts with mod_bandwidth-2.0.3-2

And I cannot remove the existing apache either as also gives dependecies
errors

If I compile Apache from source will these dependencies be taken care of? or
will apache still need these packages?

mani


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Apache 1.3x on pCQ 7.1

2003-09-23 Thread Sandip Bhattacharya
Mani wrote:

hi all,
I have PCQ 7.1 installed with Apache 1.3.19-6 installed. I need to
upgrade this to apache 1.3.27.
I have downloaded the rpm's from RH site, but when i try to install the new
package, it givemes me failed dependencies errors..
mod_bandwidth is needed by apache-1.3.27-2.7.1
mod_put is needed by apache-1.3.27-2.7.1
mod_throttle is needed by apache-1.3.27-2.7.1
libmm.so.11   is needed by apache-1.3.27-2.7.1
apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5
So I got the above packages, but these conflict with the existing Apache
1.3.19
rpm -ivh mod_bandwidth-2.0.3-2.i386.rpm
error: failed dependencies:
apache  1.3.22-1 conflicts with mod_bandwidth-2.0.3-2
And I cannot remove the existing apache either as also gives dependecies
errors
If I compile Apache from source will these dependencies be taken care of? or
will apache still need these packages?
Ofcourse recompilation will take care of dependencies. But there is one 
more thing to try.

Try to upgrade and install the new apache and the downloaded modules 
together. You must have been trying to only install the new modules.

Try
  rpm -Uvh apache-* mod*
rpm should check and find out that if the old apache has to go then the 
conflicts dont hold.

Do tell me if this or does not work! :)

- Sandip

--
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Apache 1.3x on pCQ 7.1

2003-09-23 Thread Mithun Bhattacharya

--- Sandip Bhattacharya [EMAIL PROTECTED] wrote:
 Mani wrote:
 
  hi all,
  I have PCQ 7.1 installed with Apache 1.3.19-6 installed. I
 need to
  upgrade this to apache 1.3.27.
  I have downloaded the rpm's from RH site, but when i try to install
 the new
  package, it givemes me failed dependencies errors..

 Try
rpm -Uvh apache-* mod*

I would not recommend that. RedHat has specific rpms for 7.1 For
security issues they will probably back port patches to apache 1.3.27
or in extreme cases generate rpm for a newer version. The OP has not
mentioned the distribution for which the rpm's were downloaded but if
they are for 7.1 it is best if up2date is used and all the dependancies
are resolved. If that is not a acceptable option I would rather remove
all apache* and mod_* rpm's before building from source.



Mithun

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Apache 1.3x on pCQ 7.1

2003-09-23 Thread Mani
Actually, I had downloded the RPMS for Red Hat 7.1, I had even tried using
up2date. the thing is Red hadt's certificate that's used by up2date to
connect to Rh site expired somewhere in august.; so i was facing the same
probel truying to upgrade up2date for Rh 7.1 :) , It gave some
python-xmlrpc, which inturn asked for mkinitrd 3.2 which inturn.

So I decided to compile from source
I downloded apache_1.3.28 source, and mod_perl

first I compiled apache with the folowing options
configured apache with the folowing options
./configure --prefix=/usr/local/apache --enable-module=most--enable-shared=m
ax --with-layout=RedHat
make
make install

then i compiled mod=perl withthe following options
perl Makefile.PL APACHE_SRC=../apache_1.3.28/src DO_HTTPD=1 USE_APACI=1

It works now...
BTW: how do I check for all the modules that are installed with apache?

mani
- Original Message - 
From: Sandip Bhattacharya [EMAIL PROTECTED]
To: The Linux-Delhi mailing list [EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 12:14 PM
Subject: Re: [ilugd] Apache 1.3x on pCQ 7.1


 Mithun Bhattacharya wrote:
  I would not recommend that. RedHat has specific rpms for 7.1 For
  security issues they will probably back port patches to apache 1.3.27
  or in extreme cases generate rpm for a newer version. The OP has not
  mentioned the distribution for which the rpm's were downloaded but if
  they are for 7.1 it is best if up2date is used and all the dependancies
  are resolved. If that is not a acceptable option I would rather remove
  all apache* and mod_* rpm's before building from source.
 

 The OP is definitely more at ease using packages than compiling from
 source. Atleast with using packages, he will no only need to upgrade
 from RPMs at apache site from time to time, and not recompile everytime
 a new version is out.

 - Sandip

 P.S. In the times of apt-get you still want to use up2date? ;) Ofcourse
 yes, apt-repositories for 7.1 does not exist i think. That is one good
 reason

 -- 
 Sandip Bhattacharyahttp://www.sandipb.net
 sandip at puroga.com
 Puroga Technologies Pvt. Ltd.
 http://www.puroga.com


 ___
 ilugd mailing list
 [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Apache 1.3x on pCQ 7.1

2003-09-23 Thread Sandip Bhattacharya
Mani wrote:

BTW: how do I check for all the modules that are installed with apache?
httpd -l

Doesn't show dynamically loaded modules though.

- Sandip

--
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Mindmeld knowledgebase instead of FAQ

2003-09-23 Thread LinuxLingam
 LL this is GPLed, and could perhaps be looked at as an
 LL alternative to a usual FAQ that dot the internet on linux
 LL topics anyways.
 
 LL http://mindmeld.sourceforge.net/mmsf/index.php
 
 Rather avoid patented technology that is only available on the
 goodwill of the developers.
 
 -- Raju

meaning . . .?

LL


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Mindmeld knowledgebase instead of FAQ

2003-09-23 Thread Sharninder Singh
 
  Rather avoid patented technology that is only available on the
  goodwill of the developers.
 
  -- Raju

 meaning . . .?


meaning that the core of Mindmeld is patent pending and not completely open.

Sharninder



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Mindmeld knowledgebase instead of FAQ

2003-09-23 Thread Shuvam Misra
 LL this is GPLed, and could perhaps be looked at as an
 LL alternative to a usual FAQ that dot the internet on linux
 LL topics anyways.

 LL http://mindmeld.sourceforge.net/mmsf/index.php

 Rather avoid patented technology that is only available on the
 goodwill of the developers.

Ouch. Is this patented technology?

So, is Wiki a good idea then?

Shuvam


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Mindmeld knowledgebase instead of FAQ

2003-09-23 Thread Raj Mathur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 LL == linuxlingam  [EMAIL PROTECTED] writes:

LL this is GPLed, and could perhaps be looked at as an
LL alternative to a usual FAQ that dot the internet on linux
LL topics anyways.

LL http://mindmeld.sourceforge.net/mmsf/index.php
 Rather avoid patented technology that is only available on the
 goodwill of the developers.
 
 -- Raju

LL meaning . . .?

- From http://mindmeld.sourceforge.net/mmsf/index.php

License

Mindmeld is licensed under the GNU General Public License. See the
LICENSE file in the distribution for more information.

Although Mindmeld's core search technology, the self-organizing neural
mapper (or SONM) is patent pending, ars Cognita has chosen to make the
patent available to the Open Source community. The technology
contained in the Mindmeld source code may be used freely provided any
software, library, or other tool that incorporates it is licensed
under the GNU General Public License and ars Cognita is given
appropriate credit for the invention. (Treat the patent as if you were
extending any typical GPL application). Any other use is prohibited
without a specific signed license from ars Cognita.
[End quote]

The day ars whatever decides that they are losing too much revenue in
the free software version, they can enforce the patent and make
mindmeld illegal to use without a license.

- -- Raju
- -- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
  It is the mind that moves
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard http://www.gnupg.org/

iD8DBQE/cA+VyWjQ78xo0X8RAmmkAKCWmiGpyHeFsHuQ3tfH2vZFrEyfhQCeIzRI
NLD7WdnFvQmpyDk93NF22X0=
=LKhd
-END PGP SIGNATURE-

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Mindmeld knowledgebase instead of FAQ

2003-09-23 Thread Sandip Bhattacharya
Shuvam Misra wrote:

So, is Wiki a good idea then?

Try drupal. http://www.drupal.org

- Sandip

--
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] FAQ alternatives

2003-09-23 Thread LinuxLingam
forking this discussion into a new thread.
 
 Try drupal. http://www.drupal.org
 
 - Sandip

or plone
plone.org

LL


___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Live Chat Software

2003-09-23 Thread amit sharma
hi,

i am looking for 'Live Chat' software on redhat linux.

i want to provide a link/ window on my website which
can be used by the visitor to have a live chat with
me(or administrator of the site) in order to have
online support.

hope u are getting what i am looking for.

thanx.

amit



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Live Chat Software

2003-09-23 Thread Raj Shekhar
On Tue, 2003-09-23 at 18:07, amit sharma wrote:
 hi,
 
 i am looking for 'Live Chat' software on redhat linux.
 
 i want to provide a link/ window on my website which
 can be used by the visitor to have a live chat with
 me(or administrator of the site) in order to have
 online support.

Here are a few alternatives you can use

1) You can have a Jabber server running on a PC which is always online
and provide users with the link to connect to it. 
Con: The users should have a Jabber client with him.

2) You can provide your Y!ID/ICQ#/MSN ID so taht the users can chat with
you when they need you.

3) You can have a IRC channel for which you can advertise on your
website. Users can join the channel when they need help.

Hope that helps,

-- 
   / \__
  (@\___Raj Shekhar  
  / O   http://geocities.com/lunatech3007/  
 /   (_/  
/_/   U   



___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Live Chat Software

2003-09-23 Thread Amit Sharma
but on some site, i have seen some more efficient way and that too with no
client required at users end.

e.g. http://bug-software.com/ see image which says 'click here for Live
Support' (this one is paid one, but i think something like this is avaiable
as freeware/ linuxware :)

amit


- Original Message - 
From: Raj Shekhar [EMAIL PROTECTED]
To: The Linux-Delhi mailing list [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, 23 September, 2003 07:09 PM
Subject: Re: [ilugd] Live Chat Software


 On Tue, 2003-09-23 at 18:07, amit sharma wrote:
  hi,
 
  i am looking for 'Live Chat' software on redhat linux.
 
  i want to provide a link/ window on my website which
  can be used by the visitor to have a live chat with
  me(or administrator of the site) in order to have
  online support.

 Here are a few alternatives you can use

 1) You can have a Jabber server running on a PC which is always online
 and provide users with the link to connect to it.
 Con: The users should have a Jabber client with him.

 2) You can provide your Y!ID/ICQ#/MSN ID so taht the users can chat with
 you when they need you.

 3) You can have a IRC channel for which you can advertise on your
 website. Users can join the channel when they need help.

 Hope that helps,

 -- 
/ \__
   (@\___ Raj Shekhar
   / O  http://geocities.com/lunatech3007/
  /   (_/
 /_/   U




___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Setting up a FAQ and resource archive manager

2003-09-23 Thread Shuvam Misra
Dear all,

Do the people managing the ILUGD server have resources/time/etc to set
up any of these systems? If yes, we can begin collecting material on it,
once it is set up.

If this is not available, I'll have to look around in Starcom to get
this done on our server.

I think this question is the next step to be crossed. Let's get this bit
clear, and we can move ahead, try to fix a timeline, etc.

Shuvam

On Tue, 23 Sep 2003, LinuxLingam wrote:

 forking this discussion into a new thread.
 
  Try drupal. http://www.drupal.org
 
  - Sandip

 or plone
 plone.org

 LL






___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Setting up a FAQ and resource archive manager

2003-09-23 Thread Sandip Bhattacharya
Shuvam Misra wrote:

Dear all,

Do the people managing the ILUGD server have resources/time/etc to set
up any of these systems? If yes, we can begin collecting material on it,
once it is set up.
If this is not available, I'll have to look around in Starcom to get
this done on our server.
I think this question is the next step to be crossed. Let's get this bit
clear, and we can move ahead, try to fix a timeline, etc.
We already have the LAP twiki setup. Twiki can be used to handle more 
than one sites. Why cant we save time and link to a new twiki repository?

- Sandip

--
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Help for configuring webserver

2003-09-23 Thread vivek khurana
HI! everyone

 Can any one tell me aboutwhere to find tutorials on
how to configure webservers. Also i want to know that,
can a webserver provide services to a machine provided
it is not connected to any network (LAN or internet
etc)

Thanks in advance
Vivek

=
When DESTINY has closed all the DOORS;
Jump out of the WINDOW

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] (fwd) [tj@castaglia.org: [Proftpd-user] ProFTPD Remote Exploit]

2003-09-23 Thread Raj Mathur
[Please upgrade if you use ProFTPd on any platform -- Raju]

This is an RFC 1153 digest.
(1 message)
--

Message-ID: [EMAIL PROTECTED]
From: Sven Hoexter [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Full-Disclosure] [EMAIL PROTECTED]: [Proftpd-user] ProFTPD Remote Exploit]
Date: Tue, 23 Sep 2003 18:37:45 +0200

FYI

- Forwarded message from TJ Saunders [EMAIL PROTECTED] -

Date: Tue, 23 Sep 2003 07:46:01 -0700 (PDT)
From: TJ Saunders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: [Proftpd-user] ProFTPD Remote Exploit

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, ProFTPD community. The ProFTPD Project team must make the
following announcement:

X-Force Research at ISS (www.iss.net) has discovered a bug in ProFTPD's
handling of ASCII translation.  An attacker, by downloading a carefully
crafted file, can remotely exploit this bug to create a root shell:

  http://xforce.iss.net/xforce/alerts/id/154

The source distributions on the project FTP server have been replaced
with patched versions (hence the 'p' in the filenames); the MD5
checksums and PGP signatures for these patched distributions are listed
below.  The old RPMs have been deleted, and new RPMs provided.  All
snapshots have been removed from the server.

All ProFTPD users are strongly encouraged to upgrade to one of these
distributions as soon as possible.

The ProFTPD Project team would like to heartily thank the X-Force
engineers for the responsible and professional way in which they
reported the vulnerability, and worked with the ProFTPD Project team to
address this issue.

The patched distributions, including PGP signatures and MD5 sums, will
soon be available from any of the proftpd mirrors.  Mirrors are
available via FTP as:

  ftp.two_letter_iso_country_code.proftpd.org

(example: ftp.nl.proftpd.org).  Not all countries have mirrors;
however you should select one that is geographically close to you.

The MD5 sums for the source tarballs are:

  ca6bbef30253a8af0661fdc618677e5c  proftpd-1.2.7p.tar.bz2
  677adebba98488fb6c232f7de898b58a  proftpd-1.2.7p.tar.gz
  417e41092610816bd203c3766e96f23b  proftpd-1.2.8p.tar.bz2
  abf8409bbd9150494bc1847ace06857a  proftpd-1.2.8p.tar.gz
  b89c44467f85eea41f8b1df17f8a0faa  proftpd-1.2.9rc1p.tar.bz2
  14ab9868666d68101ed942717a1632d1  proftpd-1.2.9rc1p.tar.gz
  27e3f62a5615999adbbebcefa92b4510  proftpd-1.2.9rc2p.tar.bz2
  9ce26b461b2fa3d986c9822b85c94e5f  proftpd-1.2.9rc2p.tar.gz

The PGP signatures for the source tarballs are:

  proftpd-1.2.7p.tar.bz2:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XJbeOiT+lEZdqEQJCuACgjIqCnaiEnwTN9/X1S2XxhRilbCUAnRwb
eupCsaIMU9E/XB1SotySMAeM
=MCrF
-END PGP SIGNATURE-

  proftpd-1.2.7p.tar.gz:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XCreOiT+lEZdqEQJz1ACgz2Z0NIsGc5koqdAaSsmOVAtcPjIAoIUl
qjJUxv/8FlNqe7PrstNwJxJ1
=kUMM
-END PGP SIGNATURE-

  proftpd-1.2.8p.tar.bz2:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XKbeOiT+lEZdqEQJkdwCgwvAvCsexFTi2jUUNJOaKAxyy9D0AoLOh
HL55kzPx+IoMzQZ8N2ZyDm8W
=CXRV
-END PGP SIGNATURE-

  proftpd-1.2.8p.tar.gz:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XEbeOiT+lEZdqEQJWDQCfaTrJw1TszG1pqcNcHrjjFv5t/14AoLKw
wA5+sD8vreT1Q7Nv1KuX3ttQ
=lIhI
-END PGP SIGNATURE-

  proftpd-1.2.9rc1p.tar.bz2:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XLbeOiT+lEZdqEQJcAgCgjHAVTJ9Gfk82XpCoWZ6Aydc2/6MAoIS+
CizbSVdgZtCAMB8lBf68ldiQ
=x5sf
-END PGP SIGNATURE-

  proftpd-1.2.9rc1p.tar.gz:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XFbeOiT+lEZdqEQL89QCgjNsnNh9yTDzSv3gGsduvps850eYAoJcY
9e+UykVc3pqUByzEpskd3tnN
=zOxx
-END PGP SIGNATURE-

  proftpd-1.2.9rc2p.tar.bz2:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XMbeOiT+lEZdqEQKZDACeNmNmMi5GpoMpxZ3bCQkzJox9P88AoOhE
96Z2dRyVg+olgMfILsLGTgyH
=sZq5
-END PGP SIGNATURE-

  proftpd-1.2.9rc2p.tar.gz:

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUAP2+XGLeOiT+lEZdqEQILWQCeN2BB/f3euf2Jw3WhG/s2SX/Zni0An3Md
YDBSMvQ1WG4/XV+EUrPR07a5
=cOs7
-END PGP SIGNATURE-

My PGP key has been used to sign the source tarballs as well as this
announcement; it is available via MIT's public keyserver.

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBP3Bgo7eOiT+lEZdqEQKc7wCgjNunSMRpnlENcIfvD7HJQ3ztR+0AmgP6
TAtnk6j+hNgJxnb6fMWr9PpO
=5hhJ
-END PGP SIGNATURE-




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
ProFTPD Users List   [EMAIL PROTECTED]
Unsubscribe 

[ilugd] GPG question regarding new keys

2003-09-23 Thread Sandip Bhattacharya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If my key expires tomorrow, is it proper to:
~ 1. Generate a new keypair today.
~ 2. Sign it with my new key, and send the encrypted public key to
everybody who had signed it before, asking them to sign this too.
~ 3. Wait for the old key to expire? and start using the new key?
- - Sandip

- --
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/cStYl/1mfYV2JacRAvIkAJ4pHleiokHF0/Kg0XRO3ckAG/r/EQCeO9Ak
FOZHTRvljUzRjFUMmWYYpug=
=6b7W
-END PGP SIGNATURE-
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] GPG question regarding new keys

2003-09-23 Thread Sandip Bhattacharya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Raj Mathur wrote:

|
| Generate a new key immediately and send it to everyone who has signed
| your old key.  Sign the message with your OLD key.  That way the
Eep.I meant what you said, but wrote what i had written. :-P

Ok. Hey how about have a gpg section on the ilugd site, which also lists
how many of the linux delhi members have got their gpg signs up. Googd
way to promote gpg, dont you think?
- - Sandip



- --
Sandip Bhattacharyahttp://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd.
http://www.puroga.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/cTEZl/1mfYV2JacRAnyrAKCgT98/8XF6r+xgGMKjNevk7kv6kgCcCLBR
pkTzdENR+dd0D2dIcTdxaWc=
=Cz0q
-END PGP SIGNATURE-
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Recovering Open Office file

2003-09-23 Thread Amitabh Trehan
Hi,
 anybody knows a way to recover / (extract text from )
a .sxw file, which seems to be corrupted since
openoffice goes to permanent sleep trying to open it.

Amitabh


Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Intel head warns over Linux plan

2003-09-23 Thread Raj Mathur
[Cross-posted.  Note the clever spin making proprietary software out
to be standard and Linux to be a proprietary standard.]

Intel head warns over Linux plan
By Tom Foremski and Richard Waters in San Francisco
Published: September 21 2003 20:47
Last Updated: September 21 2003 23:27

Asian attempts to create regional standards for computer and
communications technologies are doomed to failure, according to Craig
Barrett, the chief executive of Intel .

The head of the world's largest semiconductor company said efforts to
use local standards to protect and nurture local technology companies
had been tried before and produced only short-term results.

Full story at:
http://news.ft.com/servlet/ContentServer?pagename=FT.com/StoryFT/FullStoryc=StoryFTcid=1059479997820p=1057562182635
 [URL may wrap]

-- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
  It is the mind that moves

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd