[Ilugc] running error in mysql

2010-09-23 Thread jaya kumar
i installed mysql successfully

[ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)]


where to modify the changes i selected password of mysql is --- localhost

and

another error is


if i installed php successfully the error is i could not save the php script
files as normal user

[Could not save the file /var/www/html/local.php.

You do not have the permissions necessary to save the file.

Please check that you typed the location correctly and try again]


i installed fedora  13

can any one please solve this
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] I Need Linux server OS

2010-09-23 Thread pavithran
On 23 September 2010 10:33, kannan.B Balan gbnkan...@gmail.com wrote:
 I want to need the Ubundu Server or any Linux server OS.

Hi .. your want and need are the same a server OS :)

I would suggest you download Debian stable .
http://www.debian.org/releases/stable/

The link also gives you an installation guide.  There are many ways to
install debian . If you are connected regularly I would suggest you to
download a minimal image but if you are new to GNU/Linux . you better
download CD 1 or DVD 1 and install a graphical desktop .
Images are available at http://www.debian.org/CD/


If you want a RH based server distribution , I would suggest you to
download CentOS which is free of cost download of RH enterprise linux
.
http://mirror.centos.org/centos/5/isos/

Both debian and centos are free of cost to download and are
recommended distributions for server . You can still try ubuntu server
but my opinion would be better stick ubuntu to desktops 

Regards,
Pavithran



-- 
pavithran sakamuri
http://look-pavi.blogspot.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] running error in mysql

2010-09-23 Thread Mahalingam Subramaniam
hello


kindly go through the enclosed text file in detail for updating root password 
in mysql.


with regards

s.mahalingam







 





The person addressed in the email is the sole authorized recipient.
Should you receive it in error, immediately notify the sender of the
error and delete the e-mail. Any unauthorized dissemination or copying
of this e-mail (or any attachment to this e-mail) or the wrongful
disclosure of the information herein contained is prohibited.
Also note that this form of communication is not secure, it can be
intercepted, and may not necessarily be free of errors and viruses
in spite of reasonable efforts to secure this medium.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] running error in mysql

2010-09-23 Thread Mahalingam Subramaniam







-- Original Message --

From: jaya kumar jayakumargen...@gmail.com

To: ilugc@ae.iitm.ac.in

Date: Thu, 23 Sep 2010 11:38:32 +0530

Subject: [Ilugc] running error in mysql



i installed mysql successfully



[ERROR 1045 (28000): Access denied for user 
'root'@'localhost' (using

password: NO)]





where to modify the changes i selected password 
of mysql is --- localhost



and



another error is





if i installed php successfully the error is i 
could not save the php script

files as normal user



[Could not save the file 
/var/www/html/local.php.



You do not have the permissions necessary to 
save the file.



Please check that you typed the location 
correctly and try again]





i installed fedora 13



can any one please solve this

___

ILUGC Mailing List:

http://www.ae.iitm.ac.in/mailman/listinfo/ilugc




now check the enclosed text file for changing root password in mysql.


s.mahalingam


The person addressed in the email is the sole authorized recipient.
Should you receive it in error, immediately notify the sender of the
error and delete the e-mail. Any unauthorized dissemination or copying
of this e-mail (or any attachment to this e-mail) or the wrongful
disclosure of the information herein contained is prohibited.
Also note that this form of communication is not secure, it can be
intercepted, and may not necessarily be free of errors and viruses
in spite of reasonable efforts to secure this medium.
Solution
-

This situation arises only when you don't remember root password or entering 
wrong password.

1. Stop MySql Server

As a first step, stop the mysql server using the following method:

# service mysql stop (or) # /etc/init.d/mysql stop

2. Please Add,  --skip-grant-tables to mysqld-safe startup command

open the mysql startup script and add skip-grant-tables as shown below.

# vi /etc/rc.d/init.d/mysql

OLD LINE:-
---
$bindir/mysqld_Safe --datadir=$datadir --pid-file=$server_pid_file $other_args 
/dev/null 21 

NEW LINE:-
---
$bindir/mysqld_safe --skip-grant-tables --datadir=$datadir 
-pid-file=$server_pid_file $other_args /deve/null 21 

3.Start MySql Server with --skip-grant-tables

start the mysql server with skip-grant tables option which will allow anybody 
to login to mysql with out entering a password

#service mysql start
starting MySQL [ OK ]

4. Login using MySQL Root user without entering password

#mysql -u root mysql
(since one has skipped the grant table this time when one try to login to MySQL 
it will not ask for passwords)

5.To update mysql root password

mysql USER MySQL;
mysql UPDATE user SET Password=PASSWORD ('newpassword') WHERE user='root';
mysql FLUSH PRIVILEGES;

---

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] running error in mysql

2010-09-23 Thread Abhishek K
On Thu, 23 Sep 2010 11:38:32 +0530, jaya kumar jayakumargen...@gmail.com  
wrote:



i installed mysql successfully

[ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)]


I think the command is mysql -u root -p and it should ask for password.




if i installed php successfully the error is i could not save the php  
script

files as normal user

[Could not save the file /var/www/html/local.php.


Not sure about this one.

Abhishek

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ISO of open source system software

2010-09-23 Thread Parin Sharma
On Thu, Sep 23, 2010 at 1:36 AM, Zico mailz...@gmail.com wrote:

 Hi, I need to make an ISO / Live cd of my customised Koha ( Open source
 integrated library management system ) for one workshop. Is it possible to
 make live cd  for such customised system? Which live cd will help
 participants to run Koha in their pc within one minute after inserting that
 cd into cdrom?

 --

you can make Virtual Machine appliance or an ISO using TKLPatch a look at
http://www.turnkeylinux.org/docs/tklpatch for more info!!

-- 
Parin Sharma
http://twitter.com/FOSSmaniac

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT] general advice

2010-09-23 Thread விக்னேஷ் நந்த குமார்
On Thu, Sep 23, 2010 at 6:41 AM, Kenneth Gonsalves
law...@thenilgiris.comwrote:

 On Wed, 2010-09-22 at 22:39 +0530, விக்னேஷ் நந்த குமார் wrote:
   That you do not understand that does not mean that no one can
  understand.
  Actually I could understand at least some of his feelings. So I'm sure
  at
  least some would have understood it.
 
 

 why are you quoting your own post?

I haven't quoted my own post. Commenting is properly indented as far as I
have checked. I am not sure why you get the problem. May be some bug the
mailing service you use.

 Kindly inform us what exactly you
 have understood.


It's not a matter of informing. He is just expressing his concern over the
attitude towards learning.
One should have the openness to learn things, though he/she is an expert.
This is his advice/ prayer as far as I've understood.

-- 
நன்றிகளுடன்,
விக்னேஷ்.
http://krvignesh.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT] general advice

2010-09-23 Thread Kenneth Gonsalves
On Thu, 2010-09-23 at 14:05 +0530, விக்னேஷ் நந்த குமார் wrote:
   least some would have understood it.
look at the line above ^
  
  
 
  why are you quoting your own post?
 
 I haven't quoted my own post. Commenting is properly indented as far
 as I
 have checked. I am not sure why you get the problem. May be some bug
 the
 mailing service you use. 

no bug in my mailing service - look here: that line is quoted as if it
was the previous poster's post

-- 
regards
KG
http://lawgon.livejournal.com

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT] general advice

2010-09-23 Thread Kenneth Gonsalves
On Thu, 2010-09-23 at 14:28 +0530, Kenneth Gonsalves wrote:
  I haven't quoted my own post. Commenting is properly indented as far
  as I
  have checked. I am not sure why you get the problem. May be some bug
  the
  mailing service you use. 
 
 no bug in my mailing service - look here: that line is quoted as if it
 was the previous poster's post
 
 

forgot to put the url:
http://article.gmane.org/gmane.org.user-groups.linux.ilugc/64783
-- 
regards
KG
http://lawgon.livejournal.com

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT] general advice

2010-09-23 Thread Akilan R
On Thu, Sep 23, 2010 at 2:28 PM, Kenneth Gonsalves
law...@thenilgiris.comwrote:

 no bug in my mailing service - look here: that line is quoted as if it
 was the previous poster's post


This is a problem when replying from Gmail. People using gmail should leave
an empty line between quoted para
and their reply. Even though visually the reply is not indented in compose
window of Gmail, the quoting symbol ()
is introduced in the first line of the reply.

-- 
*அகிலன்* (Akilan R)
(http://www.coding-aviator.blogspot.com)
*I should have no use for a paradise in which I should be deprived of the
right to prefer hell.*
  --Jean Rostand
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Posters of FOSS events

2010-09-23 Thread Mahesh Mohan
Hi,

We are going to organize a FOSS event in our college. I found updates about
of lot of such events in this list. In our college, there is no designers
who are experts in Gimp or Inkscape. So, can you guys share the posters(with
source of course) created by you for FOSS events.

Thanks,

http://maheshmohan.co.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reg: Read only CD/DVD

2010-09-23 Thread Girish Venkatachalam
On Thu, Sep 23, 2010 at 8:35 AM, Abdul abdul...@gmail.com wrote:
 Hi,

 How the prohibit to copy the CD/DVD.
 Any Idea..

 --
 *With Regards,
 Abdul. https://abdulthink.wordpress.com/**
 *
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


It is possible to do it with cryptography and online verification.

-Girish


-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Java User Group - Chennai

2010-09-23 Thread Rajmahendra (Raj)
This may be out of Linux talk but after seeing the response in Software
Freedom Day workshop and also discussing with some members, we have started
a community for OpenJava User Group in Chennai.


This mainly focuses on meet up, sharing knowledge and solving doubts, above
all a community to help and grow with in carrier of Java also in promoting
Open source contribution.


If you are a college student, java professional, freelancer, programmer not
directly working in java anyone like to learn java etc can join this group.


http://groups.google.com/group/jug-c


thank you,

raj
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [X-Post] SciPy 2010 Call for Papers Participation

2010-09-23 Thread Anoop Jacob Thomas
==
SciPy 2010 Call for Papers  Participation
==

The second SciPy India Conference http://scipy.in will be held
from December 13th to 18th, 2010 at IIIT-Hyderabad
http://www.iiit.ac.in/.

At this conference, novel applications and breakthroughs made in the
pursuit of science using Python are presented.  Attended by leading
figures from both academia and industry, it is an excellent
opportunity to experience the cutting edge of scientific software
development.

The conference is followed by two days of tutorials and a code sprint,
during which community experts provide training on several scientific
Python packages.

We invite you to take part by submitting a talk abstract or register
as a participant on the conference website at:

http://scipy.in

Talk/Paper Submission
=

We solicit talks and accompanying papers (either formal academic or
magazine-style articles) that discuss topics regarding scientific
computing using Python, including applications, teaching, development
and research.  Papers are included in the peer-reviewed conference
proceedings, published online.

Please note that submissions primarily aimed at the promotion of a
commercial product or service will not be considered.

Important Dates
===

Monday, Oct. 11: Abstracts Due
Saturday, Oct. 30: Schedule announced
Tuesday, Nov. 30: Proceedings paper submission due
Monday-Tuesday, Dec. 13-14: Conference
Wednesday-Friday, Dec. 15-17: Tutorials/Sprints
Saturday, Dec. 18: Sprints

Organizers
==

* Jarrod Millman, Neuroscience Institute, UC Berkeley, USA (Conference Co-Chair)
* Prabhu Ramachandran, Department of Aerospace Engineering, IIT
Bombay, India (Conference Co-Chair)
* FOSSEE Team
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Reg: Read only CD/DVD

2010-09-23 Thread Manokaran K
On Thu, Sep 23, 2010 at 3:36 PM, Girish Venkatachalam 
girishvenkatacha...@gmail.com wrote:

 On Thu, Sep 23, 2010 at 8:35 AM, Abdul abdul...@gmail.com wrote:
  Hi,
 
  How the prohibit to copy the CD/DVD.
  Any Idea..
 
 

 It is possible to do it with cryptography and online verification.


None of the DRM / copy prevention schemes work because of the fundamental
principle of 'analog hole'.

If you can devise a fool proof system the RIAA/MPAA will make you a very
very rich man.

regds,
mano
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Whenever I plugin my headphones it plays in both headphones and speakers

2010-09-23 Thread akkash sadasivam

I am using ubuntu 10.4 in my HP G60 507DX notebook.
Whenever I plugin my head phones to the notebook . Sound is played in both 
speakers and headphones . 
How to rectify the prob   
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] One day Intro session in Panimalar Engg College

2010-09-23 Thread Raman.P
Dear luggies,

On behalf of ILUGC, Dhileep and myself did a session in Panimalar Engg College, 
Chennai today (23/9/2010). About 150 students of 3rd year MCA attended. The 
response was very good.

On behalf of ILUGC I thank the management, HOD of MCA Prof.Helda Mercy and 
Asst.Prof.Senthil Kumar. I also thank Prof.Kumaran of Jaya Engg for arranging 
this session.

Raman.P
blog:http://ramanchennai.wordpress.com/


___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Posters of FOSS events

2010-09-23 Thread srikrishna das
 So, can you guys share the posters(with
source of course) created by you for FOSS events.



Do a checkout 
from http://code.google.com/p/muktin/source/browse/#svn/trunk/artwork



___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] foss news-38

2010-09-23 Thread yassir arrafath
FossNews-38f is released.

Table of contents:

Contents
1.1.PostgreSQL  Release 9.0
2.Best Practices with sudo on Linux
3.PiTiVi video editor updated ready for Maverick freeze
4.Eight Linux Tech Tips for Beginners
5.Learn Linux, 101: Maintain the integrity of filesystems
6.Make Ubuntu Sleep Instead of Hibernate When Idle
7.Tiny Core Linux 3.1 is released-It is the world's smallest desktop
distribution with an 11 MB live CD
8.OpenShot Video Editor 1.2.2 Released with New Effects, 3D Titles and
Netbook Optimizations
9.Fedora 13 wants to keep 3 kernels, I want more: Here's how to do it
10.8 Stunning Blender made short films and animations
11.Debian 5.0.6 Lenny released
12.Awesome Music Player That Rocks: Jajuk
13.OPEN SOURCE TOOL FOR AUDIO EDITING
14.Qt 4.7.0 now available


etc.

Download at : http://tinyurl.com/36pqd9c

-- 
Regards,
A.Yaassir Arrafath

Kanchi Linux User Group Rocks !!
http://kanchilug.wordpress.com

My Views for u
http://pheonixtuxworld.wordpress.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ISO of open source system software

2010-09-23 Thread Zico
On Thu, Sep 23, 2010 at 2:15 PM, Parin Sharma parin.sha...@gmail.comwrote:

 you can make Virtual Machine appliance or an ISO using TKLPatch a look at
 http://www.turnkeylinux.org/docs/tklpatch for more info!!


I am afraid to let you know that, I cannot understand it! Because, my
scenario is:

1. My Koha is installed in /usr/local/koha/
2. It needs apache2 which is installed in configured in different
directories like /etc/  ... and... /usr/..
3. Koha needs perl dependencies, so, perl language is installed and
configured in various direction.

So, my point is: how can I make ISO from various sources of directories with
turnkeylinux?

-- 
Best,
Zico
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] freebsd interrupt handling

2010-09-23 Thread Eknath Venkataramani
This is my homework question and I need a pointer to know what I must look
for.

How does FreeBSD 5.2.1 control the interrupt level?
For example, is it possible to block off network interrupts when servicing a
clock interrupt?
If so, how?  How are interrupt threads managed
(created/destroyed/scheduled)?
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ISO of open source system software

2010-09-23 Thread Raman.P


--- On Thu, 23/9/10, Zico mailz...@gmail.com wrote:

 Hi, I need to make an ISO / Live cd
 of my customised Koha ( Open source
 integrated library management system ) for one workshop. Is
 it possible to
 make live cd  for such customised system? Which live
 cd will help
 participants to run Koha in their pc within one minute
 after inserting that
 cd into cdrom?
 
Look at Knoppix. It has instructions to create customised live cds. You can 
also have a look at debianlive at live.debian.net.

Raman.P
blog:http://ramanchennai.wordpress.com/



___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ISO of open source system software

2010-09-23 Thread Arun SAG
On Thu, Sep 23, 2010 at 1:36 AM, Zico mailz...@gmail.com wrote:

 Hi, I need to make an ISO / Live cd of my customised Koha ( Open source
 integrated library management system ) for one workshop. Is it possible to
 make live cd  for such customised system? Which live cd will help
 participants to run Koha in their pc within one minute after inserting
 that
 cd into cdrom?
  http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Try koha LiveCD http://mizstik.com/projects/koha-livecd/ . It is pretty
decent.



-- 
Arun S.A.G
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] freebsd interrupt handling

2010-09-23 Thread Girish Venkatachalam
On Fri, Sep 24, 2010 at 4:27 AM, Eknath Venkataramani
eknath.i...@gmail.com wrote:
 This is my homework question and I need a pointer to know what I must look
 for.

 How does FreeBSD 5.2.1 control the interrupt level?
 For example, is it possible to block off network interrupts when servicing a
 clock interrupt?
 If so, how?  How are interrupt threads managed
 (created/destroyed/scheduled)?

In short I dunno.

The long answer is that you should look at the FreeBSD kernel code.

It is very big compared to OpenBSD and you will have to spend a long time.

Normally however the clock interrupt gets the highest priority.

Normally interrupts on x86 are managed by the 8051 PIC I think.

It happens at the hardware level. Most of the time interrupt lines are
shared and daisy  chained.

-Girish


-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] freebsd interrupt handling

2010-09-23 Thread Eknath Venkataramani
On Thu, Sep 23, 2010 at 11:52 PM, Girish Venkatachalam 
girishvenkatacha...@gmail.com wrote:

 In short I dunno.

 damn!

 The long answer is that you should look at the FreeBSD kernel code.

 It is very big compared to OpenBSD and you will have to spend a long time.

 damn again!

 Normally however the clock interrupt gets the highest priority.

 Normally interrupts on x86 are managed by the 8051 PIC I think.

 It happens at the hardware level. Most of the time interrupt lines are
 shared and daisy  chained.

 Okay. I guess I just have a really long night ahead. :) Thanks for the
reply anyway.


-- 
Eknath Venkataramani
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] freebsd interrupt handling

2010-09-23 Thread Mohan L
On Fri, Sep 24, 2010 at 4:27 AM, Eknath Venkataramani eknath.i...@gmail.com
 wrote:

 This is my homework question and I need a pointer to know what I must look
 for.

 How does FreeBSD 5.2.1 control the interrupt level?
 For example, is it possible to block off network interrupts when servicing
 a
 clock interrupt?
 If so, how?  How are interrupt threads managed
 (created/destroyed/scheduled)?


Hi,

Third Edition of Linux Device Drivers, by Jonathan Corbet.
http://lwn.net/Kernel/LDD3/

Chapter 10 : Interrupt Handling

It will give you much more information.

Thanks  Rg
Mohan L
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] (no subject)

2010-09-23 Thread arockiya selva
hi friends,
 i am new to linux and i want to learn programming languages in linux.so can
you suggest which one is best for me, note that i am an engineering student.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] freebsd interrupt handling

2010-09-23 Thread Eknath Venkataramani
On Fri, Sep 24, 2010 at 12:18 AM, Mohan L l.mohan...@gmail.com wrote:


 Third Edition of Linux Device Drivers, by Jonathan Corbet.
 http://lwn.net/Kernel/LDD3/

 Chapter 10 : Interrupt Handling

 It will give you much more information.


Thank you. I was actually going through that chapter just a minute back.
I got the answer, in any case. Here it is
http://nixdoc.net/man-pages/FreeBSD/ithread.9.html
-- 
Eknath Venkataramani
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ISO of open source system software

2010-09-23 Thread Zico
On Fri, Sep 24, 2010 at 9:18 AM, Arun SAG saga...@gmail.com wrote:



 Try koha LiveCD http://mizstik.com/projects/koha-livecd/ . It is pretty
 decent.


Thanks. But, I cannot use it because, I have to add my customisations here
in my live cd for this coming workshop.


-- 
Best,
Zico
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Speakers for FOSS Workshop

2010-09-23 Thread chidambaresan ananthan
Dear luugies,

on behalf of P.S.R Engineering college,Sivakasi we plan to conduct 2 day
workshop on FOSS and related technology like Python,PHP.This workshop focus
around 100 members of Final year CSE and IT Students.for that we are in need
of Speakers for FOSS Philosophy,Python and PHP and also suggest me how to
handle the sessions interestingly.interested speakers please contact me in
on or offlist.
-- 
Regards...

Chidambaresan
www.chidambaresan.blogspot.com
www.sakthiinnovators.com
+919245256098
04562263005
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Speakers for FOSS Workshop

2010-09-23 Thread Kenneth Gonsalves
On Fri, 2010-09-24 at 09:53 +0430, chidambaresan ananthan wrote:
 on behalf of P.S.R Engineering college,Sivakasi we plan to conduct 2
 day
 workshop on FOSS and related technology like Python,PHP.This workshop
 focus
 around 100 members of Final year CSE and IT Students.for that we are
 in need
 of Speakers for FOSS Philosophy,Python and PHP and also suggest me how
 to
 handle the sessions interestingly.interested speakers please contact
 me in
 on or offlist. 

when?
-- 
regards
KG
http://lawgon.livejournal.com

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc