Hi comrades :D
I sincerely think that we should not shuffle around the venue for the monthly
GLUG meet. This causes a lot of confusion ... to a lot of people.
Homi Bhabha Centre for Science Education (HBCSE) at Mankhurd is a good venue.
Among all the venues used for previous meets it has been the best. There we
have a good airconditioned lecture hall (Summer hai bhai ;-) ...), a
projector and a PC available.
There is no need to shuffle around the venue. If everybody agrees then I'll
put up the notification on the GLUG website.
let's not flood the list with one-liners saying "I agree". If anybody has any
objection to the GLUG meet being held at HBCSE then we can discuss it like
sensible adults :))
Happy Hacking,
Kapil Karekar
Found this on /.
LinuxWorld <http://www.linuxworld.com/> has an article
<http://www.linuxworld.com/2003/0401.indiaopensource.html>
with statements from the Minister of Information
Technology and Communications of India stating that
India is not going to support Open Source alternatives
Government-wide.
Look like the government dosen't want to take sides.
But
whether they are keeping the options open or closing
doors is the question.
Chrisil
=====
"I worry about my child and the Internet all the time, even though she's too young to have logged on yet. Here's what I worry about. I worry that 10 or 15 years from now, she will come to me and say 'Daddy, where were you when they took freedom of the press away from the Internet?'"
--Mike Godwin, Electronic Frontier Foundation
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
Can some one list out the minimum installation required for debian to
work as file server, basic authentication, w98 to be clients using
Samba, execution of login script and optionally a wine to use windows
applications.
Regards
K. Shah
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings,
If we havec changed from ILUG to GLUG why cant we also change linuxers to
something better? I guess when it is time to renew the domain name we can
also change the ilug-bom.org.in to something better. If the domain name is
requiring a renewal soon then we can change both the linuxers and
ilug-bom.org.in together, also try to make the entire email address of
mailing list a little short since newcomers do find it a little long due to 3
seperators in the email address.
Bye.
- --
Amish K. Munshi
Visit http://munshi.dyndns.org/imp for my public key.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+jOxCbCDhioPGUZ4RAv5KAKCurt25rJdoJQU2NBSDtDPY0pMJYACgoo35
Txx9+Hso9bjhgT1KrvjWp8Q=
=r4av
-----END PGP SIGNATURE-----
M$ wont invest/spend if they dont foresee ample returns. In fact who would
do in the corporate world? All the parties know that, I guess.
Besides, the (un)-usual perks may be more lucrative to favour
non-open-source alternatives.
~AM
Found this on /.
LinuxWorld <http://www.linuxworld.com/> has an article
<http://www.linuxworld.com/2003/0401.indiaopensource.html>
with statements from the Minister of Information
Technology and Communications of India stating that
India is not going to support Open Source alternatives
Government-wide.
Look like the government dosen't want to take sides.
But
whether they are keeping the options open or closing
doors is the question.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings,
The April meeting is being sechduled on 13th of April. Someone had come with
a proposal of SIES offering a venu for the meeting, if it is possible them do
decide and let me know immidiately.
I have unfortunately not been in touch with the mails on the list, but
realized that a introduction on ZOPE is required. If any of you are
conversant with ZOPE then please come forward and let me know.
The other topic is going to be in Localization of GNU softwares by Proj.
Jitendra Shah.
Bye.
- --
Amish K. Munshi
In GNU we trust.
Visit http://munshi.dyndns.org/imp for my public key.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+ipD2bCDhioPGUZ4RAgA1AKCo9SAnXVQxTJKP7v9CsqFuxytJ5gCgmyQP
osWQ0yRCpmRG1wrD/ZxE6oU=
=xEgZ
-----END PGP SIGNATURE-----
I am using jedit 4.1 as a java editor on linux.
The following piece of code compiles well using the JCompiler plugin to
give a class file.
> import java.io.*;
>
> class HelloWorld
> {
> public static void main(String args[])
> {
> try
> {
> BufferedReader buf=new BufferedReader(new
> InputStreamReader(System.in));
>
> String s=" ",s1=" ";
> System.out.print("Enter your string : ");
> s1=buf.readLine();
> s+=s1;
>
> buf.close();
> System.out.println("Your string is : "+s);
> }
> catch(Exception e){}
>
>
> }
> }
However when i try to run this program thru java command of Console
plugin of Jedit ,it hangs out and i do not get any o/p.
whn i try to run the same proram by java command line option of the
generated class file it works well.
So in shrt can someone suggest how do i tweak jedit to run my program
within jedit and not going to the command line.
all,
Is there any opensource source code for calculating the Full Functional
Point(FFP) and total estimation of the project. If anyone having any idea
regarding this plz help me........
Thanx in Advance..all,
--
With Best Regards,
Vasu
Hi Luggers,
The GLUG site has been updated !
Kapil Karekar
- your friendly neighbourhood webmaster :-))
Appeal: If we have any experts of ZOPE on the list ... please contact me at:
kapil {at} libretech {dot} com
http://www.ilug-bom.org.in
hi
i had a small problem . i m actually using PVM in it and pvm inturn uses rsh for the communication between different nodes of a cluster.
now the problem is that i am being able to rsh between the nodes using commands like
[tony@micks tony]$ rsh tonylin
[tony@tonylin tony]$ ls ***here micks n tonylin are the host names
and tony is the user name****
this kind of a thing works fine, BUT there is another option in rsh such that we send only one command and it gets executed remotely, but i get an error like
[tony@micks tony]$ rsh tonylin ls
rcmd : socket : Permission Denied
[tony@micks tony]$
now i even checked /var/log/messages on both the machines (micks and tonylin) but found no entry!
pvm uses similar things thus i m not even being able to add a host on the virtual machine and it also gives the same error message.
plz help me on this.
GNUrpreet