Shrinivasan T | 1 Feb 03:13
Picon

Fwd: [FTC] Summary of ThamiZha! team's achievements in 2011

---------- Forwarded message ----------
From: "Mugunth" <mugunth@...>
Date: Jan 31, 2012 8:25 PM
Subject: [FTC] Summary of ThamiZha! team&apos;s achievements in 2011
To: "ThamiZha! - Free Tamil Computing(FTC)" <
freetamilcomputing@...>

Vanakkam,
I was trying to write a summary of year 2011 highlights for the past
one month, but somehow could not find time. (Today I wanted to send
this email somehow, so writing in English quickly)

Some of the highlights of what we have did in the year 2011.

1. Libreoffice localization efforts:
 - This project activated by Elanjelian & we got many members involved
in it. And we made considerable progress that went into libreoffice
3.4.4 version -
http://groups.google.com/group/freetamilcomputing/browse_thread/thread/e2188287fa0391f8

2. Android Tamilvisai released.
 - Thanks to mostly Guru Jegadeesan. Android tamilvisai typing tool
was created and released to public as a thamizha project on pongal day
http://groups.google.com/group/freetamilcomputing/browse_thread/thread/91e6ab86d493a896

3. Google chrome tamilvisai 0.1 released
 - Thanks to Gopi
http://groups.google.com/group/freetamilcomputing/browse_thread/thread/82b353afa1e27811

4. Thamizha solthiruthi project was initiated and we made lot of
(Continue reading)

Baskar Selvaraj | 1 Feb 04:20
Picon

Re: GNU/Linux Users Group - Trichy

>>
>> IMHO, it is best left to the group to decide how they wish to manage
>> the above based on availability of resources and time.
>
> Agree. Best way to start is with a Philosophy session.

Best wishes for GNU/Linux Users Group Trichy.

I would like to present myself in the first session.

S. Baskar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Picon

Real world usage of OSS

A real life incident on using oss db

http://eldapo.blogspot.in/2007/05/lets-get-real-database.html
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Shrinivasan T | 1 Feb 10:38
Picon

Call for Python Training

Hi,

Sri Venkateswara Engineering College, sriperumbuthur is asking for a one
day workshop for Python on Feb 18, 2012

They have two labs of each 20 systems and they have around 40 students.

They request for two or more trainers for handling the two labs
simultaneously.

If you are interested in Python training, please contact me.

Thanks.

--

-- 
Regards,
T.Shrinivasan

My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in

Get CollabNet Subversion Edge :     http://www.collab.net/svnedge
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Gautam | 1 Feb 12:47
Picon
Gravatar

Setting password for multiple users via shell script

I was recently helping the system admin at my college to set up an ubuntu
server .
I used `*useradd*` in a shell script to create about 100 users and set
permissions .
But I could not figure out how to set passwords for each account as the
password for all the accounts was the same .
So we had to do it manually using `passwd`,

Is there any way to set the password via a script in a non interactive way ?
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Picon

Re: Setting password for multiple users via shell script

Hi,

On Wed, Feb 1, 2012 at 5:17 PM, Gautam <gautham5678@...> wrote:
>
> Is there any way to set the password via a script in a non interactive way ?

      We can use expect and do it. Or if you are inclined to using
python, use python-pexpect. Thanks

--

-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.
                                                             - Swami Vivekananda

Mail: benignbala@...
Blog: http://benignbala.wordpress.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Gautam | 1 Feb 12:58
Picon
Gravatar

Re: Setting password for multiple users via shell script

     We can use expect and do it. Or if you are inclined to using
> python, use python-pexpect. Thanks

Thanks for pointing me in the right direction ,
I found this http://linux.die.net/man/1/expect article which explains a
lot.

If possible please do elaborate on it .
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Murthy Raju | 1 Feb 13:02
Picon

Re: Setting password for multiple users via shell script

> Is there any way to set the password via a script in a non interactive way ?

You can use "newusers" to  create user accounts or set passwords in batch mode.

Regards,
Murthy Raju
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Gautam | 1 Feb 14:13
Picon
Gravatar

Re: Setting password for multiple users via shell script

"newusers" seem like a better option , thanks .
On 1 February 2012 17:32, Murthy Raju <murthyraju@...> wrote:

> > Is there any way to set the password via a script in a non interactive
> way ?
>
> You can use "newusers" to  create user accounts or set passwords in batch
> mode.
>
> Regards,
> Murthy Raju
> _______________________________________________
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Picon

Re: Setting password for multiple users via shell script

On Wed, Feb 1, 2012 at 5:17 PM, Gautam <gautham5678@...> wrote:
> I was recently helping the system admin at my college to set up an ubuntu
> server .
> I used `*useradd*` in a shell script to create about 100 users and set
> permissions .
> But I could not figure out how to set passwords for each account as the
> password for all the accounts was the same .
> So we had to do it manually using `passwd`,
>
> Is there any way to set the password via a script in a non interactive way ?

I don't use expect.

In OpenBSD there is a way to create a password digest replete with salt
 using adduser(1).

You are in the right direction.

-Girish
--

-- 
G3 Tech
Networking appliance company
web: http://g3tech.in  mail: girish@...
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Gmane