Re: [PLUG] [OT]Programming contest worth 1 Lakh

2005-04-20 Thread Devendra Laulkar
On Tuesday 19 Apr 2005 11:01 am, Mahendra Karmuse wrote:
> Aztec software has announced very good programming contest.
> You can win money worth 1 lakh.
> You have to register using referal URL that I have given,
>

The programming contest is not for student though... 

http://www.azealots.com/rules.php

-Devendra.
--
__
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] for mailing instructions.


Re: [PLUG] Help on Diskless client

2005-04-20 Thread Abhijit Bhopatkar
> I have successfully configured ltsp .
> 
>   but the problem is that in loads the Linux kernel from network ! .
> I want that the kernel should be embedded in to the network card .
Thats totally impracticle, first of all the network card should have
enough spare flash, even if you manage that it will simply add a
complicated dual interface in the network card, which should now
basically double as a storage device.
A much better way is to add a flash device in the system, you can not
only load the kernel but the entire root filesystem from the device, a
common way will be to add a pcmcia flash card in the system. This
prity much gives a harddisk ATA IDE interface and looks as if there is
a disk in the system so everything is lot simplified.

> Do we have a embedded system programmer in pune for that purpose
Are you looking to make this system commercially/for business use?

Neways here is an article which might help, googling for "diskless
flash linux" will help too..
http://www.linuxjournal.com/article/7383

-- 
BAIN
http://abhijit.adotout.net

Afterthought: What is the cost of addind a cf card these days?
May be adding a harddisk is cheaper these days 
Reason is IDE interface comes with any board and you pay for it
regardless, pcmcia is a addon usually.

--
__
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] for mailing instructions.


[PLUG] [commercial]Fwd: PHP developer needed

2005-04-20 Thread G[N]Urpreet Singh
-- Forwarded message --
From: Ranjan Rajgopaul <[EMAIL PROTECTED]>
Date: Apr 20, 2005 4:42 PM
Subject: PHP developer needed
To: [EMAIL PROTECTED]


 
Hi Gnurpreet, 
  
This mail is to let you know that I am looking for an experienced PHP
developer to take on freelance and later fulltime contracts for
PHP/MySQL work. Ideally this person should be Pune-based, be able to
work from home and have a broadband connection.
This person also needs a couple of years live project experience and
preferable ecommerce/shopcart integration/paypal or verisign
integration experience. If the person is capable of independent
thought, coding and project handling it is ideal.
  
Last but not least, someone who can come to Koregaon Park/Kalyani Nagar easily. 
  
I currently have a mammoth project that I am looking for three/four
weeks support on, dealing with the creation and finishing of an
ecommerce website, that integrates with a database and inventory
application that we are building. Our lead programmer leaves next week
for four weeks to get married.
  
On the other hand, I have a number of small contracts/projects that I
need a dedicated programmer on.
Let me know if you have anyone in mind. My contact details you already have. 

Thanks and best regards,
Ranjan Rajgopaul
Barking Dog Studio
t: +91-20-26680102
m: +91-98232-43768
w: www.studiobarkingdog.com 
  

-- 

Gurpreet Singh
Manager - Operations
Partecs - Participatory Technology
www.partecs.com

--
__
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] for mailing instructions.


[PLUG] help on nfs

2005-04-20 Thread chitra alavani
hello

   i tried to install NFs on RedHat Linux 8.0
but while mounting it gives an error RPC mount time
out
please help

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
__
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] for mailing instructions.


[PLUG] Just for pedantic purposes

2005-04-20 Thread Shrinand Javadekar
Hey all, 
Theres nothing gr8 in the question that i'm about to ask. Its just for
letting you put your thinking hats on :).

For the question, courtesy : kernelnewbies.org

If I have an executable say 'N', but I do not want it to be executed
(without modifyiing the .out file), how would I be able to do it?

Remember, you should think about the following scenarios:
linking (sym or hard)
copying the file
renaming the file
obtaining source code, changing it, recompiling as a different
executable (i think this is impossible to avoid:) )

-Shri

--
__
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] for mailing instructions.


Re: [PLUG] Just for pedantic purposes

2005-04-20 Thread Kaustubh Gadkari
>
> For the question, courtesy : kernelnewbies.org
>
> If I have an executable say 'N', but I do not want it to be executed
> (without modifyiing the .out file), how would I be able to do it?
>
You can turn off the executable bit in the file permissions with chmod, like
$chmod 666 
> Remember, you should think about the following scenarios:
> linking (sym or hard)
> copying the file
> renaming the file
The above solution works for the above cases.
> obtaining source code, changing it, recompiling as a different
> executable (i think this is impossible to avoid:) )
So do I.

Kaustubh

-- 
Your job is being a professor and researcher: That's one hell of a good excuse
for some of the brain-damages of minix.
(Linus Torvalds to Andrew Tanenbaum)
--
__
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] for mailing instructions.


Re: [PLUG] help on nfs

2005-04-20 Thread Mayuresh
One way I know is to set your eth0 (or whichever network) device as
"trusted". Once can use redhat-config-securitylevel for this.
Mayuresh.

>i tried to install NFs on RedHat Linux 8.0
> but while mounting it gives an error RPC mount time



--
__
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] for mailing instructions.


Re: [PLUG] help on nfs

2005-04-20 Thread V P
On 4/20/05, chitra alavani <[EMAIL PROTECTED]> wrote:
> hello
> 
>i tried to install NFs on RedHat Linux 8.0
> but while mounting it gives an error RPC mount time
> out
> please help

Check if your postmap service is running.
#service portmap status

VJP

-- 
Novitiate of the Knife, under the Master of the Sabre of The Holy Llamadieans.
Official Protector of The Llama, Spiritual Leader of The Republic of Loungevania

--
__
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] for mailing instructions.