[Ilugc] Help require in taking backups from server data to FreeNas Box.

2010-07-10 Thread kannan krishnamurthy
Dear All,

I require your valuable inputs in creating/dumping my server data to FreeNas 
box.

I am using RHEL 5.0 on the server side. I am having two similar servers which 
is acting as primary and secondary servers.

I am already runing rsync from primary to secondary server.

Now i would like to copy/dump data from the primary server to a FreeNas box 
using rsync witout password. Can any one guide/help me on this.

Thanks in advance
  
YOUR'S 

KANNAN.A.K.


  

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


Re: [Ilugc] Help require in taking backups from server data to FreeNas Box.

2010-07-10 Thread Arun Khan
On Sat, Jul 10, 2010 at 11:48 AM, kannan krishnamurthy
kannan_6...@yahoo.com wrote:
 Dear All,

 I require your valuable inputs in creating/dumping my server data to FreeNas 
 box.

 I am using RHEL 5.0 on the server side. I am having two similar servers which 
 is acting as primary and secondary servers.

 I am already runing rsync from primary to secondary server.

 Now i would like to copy/dump data from the primary server to a FreeNas box 
 using rsync witout password. Can any one guide/help me on this.


Google search  key words ssh key based authentication.

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


Re: [Ilugc] [FYI] FOSS School in Delhi

2010-07-10 Thread anu nivas
Could we start by approaching Government schools in Chennai and take
permission to conduct sessions on FOSS during weekends?
I wanted to know if there is any site which would provide  FOSS and Linux
quiz questions for high school students
Thank You
Anupama

On Sat, Jul 10, 2010 at 1:08 AM, Arulalan T arulal...@gmail.com wrote:

 Dear Friends,

 Mr.Parin Sharma conducted FOSS workshop in school at Delhi.

 Is there any school running under FOSS in Chennai or Tamil Nadu?

 Shall we try to promote FOSS in  chennai schools ?

 The following mail content is sent by Parin Sharma to iitdlug
 regarding his experience on workshop in his school.

 -- Forwarded message --
 From: Parin Sharma parin.sha...@gmail.com
 Date: 2010/7/9
 Subject: [...@iitd:8406] Back to my Alma mate with FOSS!!
 To: iitd...@googlegroups.com, poster...@lug-iitd.posterous.com


 Recently on 30th June 2010, I got an opportunity to give back
 something to my school, my Alma mate with FOSS !! Below is a small
 story how things started and went

 I had this thing in my mind for quite some time, schools are the
 places where we are taught basic morals, etiquette, sharing things,
 knowledge and other good things but unfortunately most of the Schools
 in India teach Proprietary software like MS Windows, Office and other
 Adobe stuff like Flash etc. so was the case with my school, DAV
 CPS[1], Paschim Enclave, New Delhi. So I talked to Anand Wardhan sir,
 one of the best teachers, I have met in my life!! Although, he is an
 Economics teacher but still he understood my point when I told him
 about FOSS Stuff and he immediately agreed for a workshop in School.
 So it was 30th June, the day I was eagerly waiting for but was a bit
 nervous too because it was for teachers!! OMG, now I had to present
 something to teachers to who taught me some years back but I knew it
 will be good!! So it was 11:45, and I started, first telling about
 FOSS history and then its advantages, then SchoolOS[2] but since I had
 just 1hr or so, I had to quickly jump to the Demo Educational
 FOSSI started with Maths S/w like Kig then showed Chemistry tools
 and I tried to show almost every subject related FOSS but as always I
 fell short of time and had to wind up my presentation showing FET and
 Dia Diagram Editor, but as a start, it was enough, the teachers were
 all smiling, blessing me!! It was a wonderful experience many
 teacher in particular my chem teacher asked me to install BKChem and
 other chem S/w asap because she found them really helpful! Overall it
 was awesome but this is not it, I want things to get implemented asap,
 want students and teachers to use FOSS!! Looking forward to it...All I
 wanna tell everyone reading this, seriously its a beautiful experience
 doing something for your school, your people!! Try it this summer go
 back to your previous schools and tell them about Freedom that you get
 when you use FOSS, so that the next gen coming can live in a pure Free
 World!

 [1] My School's Website - http://davschoolpemn.org

 [2] SchoolOS - http://schoolos.org



 You can also view/download my presentation from:
 http://www.slideshare.net/parinsharma/fos-sintro-presdav

 Original Post at http://bit.ly/ble0wH

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

 --
 l...@iitd - http://tinyurl.com/ycueutm



 --
 Regards,
 Arulalan.T

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

 My Experiments In Linux are here
 http://tuxcoder.wordpress.com
 ___
 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] Help require in taking backups from server data to FreeNas Box.

2010-07-10 Thread Girish Venkatachalam
On Sat, Jul 10, 2010 at 11:48 AM, kannan krishnamurthy
kannan_6...@yahoo.com wrote:
 Dear All,

 I require your valuable inputs in creating/dumping my server data to FreeNas 
 box.

 I am using RHEL 5.0 on the server side. I am having two similar servers which 
 is acting as primary and secondary servers.

 I am already runing rsync from primary to secondary server.

 Now i would like to copy/dump data from the primary server to a FreeNas box 
 using rsync witout password. Can any one guide/help me on this.


There are many ways to accomplish this without ssh passwordless login.

I use a tool called rdiff-backup. You can either NFS mount the
partition from the remote machine or install the
same version of rdiff-backup on the remote machine and do a network
backup. The other thing to do would
 be installing duplicity in which case you will need ssh login or you
could even avoid it if you use ftp or http
with duplicity.

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


Re: [Ilugc] Help require in taking backups from server data to FreeNas Box.

2010-07-10 Thread Baskar Selvaraj

 Now i would like to copy/dump data from the primary server to a FreeNas box
 using rsync witout password. Can any one guide/help me on this.


I tried this quite some time back and it worked fine without problems.

http://troy.jdmz.net/rsync/index.html

S. Baskar
CEO/LinuXpert systems
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] FOSS seminar @ J.J. college of engg. technology, Trichy

2010-07-10 Thread Baskar Selvaraj
Dear all,

On behalf of ILUGC, myself conducted a one day awareness program on FOSS in
J.J. College of engineering and technology, Near Trichy for the 2nd year
CSE, IT and MCA students totalling 250+.

Topics covered:

Why Free / Open Source Software so important in engineering education
Ubuntu 10.04 installation from DVD
Introduction to office, internet, multimedia tools
Development tools in FOSS
Big Buck Bunny/sixth sense technology movie

It was also decided to setup 3 separate FOSS labs for each dept. and
do their further practicals in GNU/Linux.

They are also interested in conducting FOSS workshops for MCA/ME
departments.

I would like to thank Director Dr. V.Shanmuganathan, Principal Dr.
V.Sivaramakrishnan, HODs of CSE/IT/MCA for the support in organizing the
program.

Regards

S. Baskar
CEO/LinuXpert Systems
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [OT]Thanks ILUG for making DevCamp Chennai a success

2010-07-10 Thread Balaji Damodaran
Hi all,

Today Chennai hosted its first ever DevCamp in ThoughtWorks office. We
had a good turnout - around 125 external audience and another 30
people within the company which includes me. We had topics related to
Amazon Cloud (AWS), Google Cloud (GAE), Google Big Table, HTML5  CSS3
(by Opera developer), Continuous Integration  TDD, Text Mining,
Design Patterns, Robotics through OpenSource hardware (!),  JSONP,
Introduction to Scala, Refactoring and code smells, Scaling AWS cloud
and some more.

Thanks to Shrinivasan T, who took a session on Making money out of
OpenSource software (I hope i got the title right) and I met few
other members of ILUG-C such as Arulalan, Shiv Deepak. A big hi 
sorry to other ILUG-C members who came but whom I couldn't meet -
Vatsala was one among them I guess.

Some of them had to leave for ILUG-C's monthly meet. Hopefully you
guys can participate for the whole day for the next DevCamp - which
might happen sooner than we expect :)

Thanks,
Balaji
(@openbala)
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT]Thanks ILUG for making DevCamp Chennai a success

2010-07-10 Thread Vatsala Dorairajan
   On 10-07-2010 21:51, Balaji Damodaran wrote:

 Hi all,

 Today Chennai hosted its first ever DevCamp in ThoughtWorks office. We
 had a good turnout - around 125 external audience and another 30
 people within the company which includes me. We had topics related to
 Amazon Cloud (AWS), Google Cloud (GAE), Google Big Table, HTML5  CSS3
 (by Opera developer), Continuous Integration  TDD, Text Mining,
 Design Patterns, Robotics through OpenSource hardware (!),  JSONP,
 Introduction to Scala, Refactoring and code smells, Scaling AWS cloud
 and some more.

 Thanks to Shrinivasan T, who took a session on Making money out of
 OpenSource software (I hope i got the title right) and I met few
 other members of ILUG-C such as Arulalan, Shiv Deepak. A big hi 
 sorry to other ILUG-C members who came but whom I couldn't meet -
 Vatsala was one among them I guess.

 Some of them had to leave for ILUG-C's monthly meet. Hopefully you
 guys can participate for the whole day for the next DevCamp - which
 might happen sooner than we expect :)

 Thanks,
 Balaji
 (@openbala)
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

  

   Hi Balaji
   Yes sorry that I couldnt meetup with you, I got carried away by the
   sessions. Will definitely catch up next time
   Vatsala
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Minutes of the Meeting

2010-07-10 Thread Thyagarajan தியாகராஜன்
Dear Friends,

It is said to be one of the biggest meet of ilugc in recent times, 67
members came for the meet, yes, you heard it right, I repeat the number, it
is '67'.

Chandrasekhar Babu started with his talk on mariadb and explained about
optimising the db and explained features of Maria DB.
Senthil Kumar gave a talk on his experience of getting converted to open
source business model.
FSFTN Speaker Siddharth, taken the presentation on the preambles of Free
Software Movement.
Raman taken class for System administration.

The session went  over for three and half hours continuously.I request the
co-ordinator to post the agenda at least one week in advance, this will
facilitate for the members  to plan better.

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


Re: [Ilugc] [OT]Thanks ILUG for making DevCamp Chennai a success

2010-07-10 Thread Magesh S
On Sat, Jul 10, 2010 at 10:56 PM, Vatsala Dorairajan 
vatsala.doraira...@gmail.com wrote:

   On 10-07-2010 21:51, Balaji Damodaran wrote:

  Hi all,

  Today Chennai hosted its first ever DevCamp in ThoughtWorks office. We
  had a good turnout - around 125 external audience and another 30
  people within the company which includes me. We had topics related to
  Amazon Cloud (AWS), Google Cloud (GAE), Google Big Table, HTML5  CSS3
  (by Opera developer), Continuous Integration  TDD, Text Mining,



Devcamp Chennai was awesome (best of its kind) :)
loved all the sessions that i attended
well organized and the volunteers really did a great job


-- 
Regards,
Magesh

web: http://geexhq.com
twitter: mageshcse
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Minutes of the Meeting

2010-07-10 Thread Shrinivasan T
Friends.

It is really an awesome event.

Thanks for the speakers and the participants.

Hope Today we made a new history as we had a large amount
of participants in the monthly meet.

Thanks a lot.

-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT]Thanks ILUG for making DevCamp Chennai a success

2010-07-10 Thread Shrinivasan T
Hi Balaji,

Thanks a lot for giving us a wonderful experience.

Nice Talks.
Though missed a some sessions,
Enjoyed the sessions.

Thanks for Jobin,Shwetank Dixit, and Senthamil Bharathi
for making my session more interactive.

The organizing team has done a great work.

Thanks for the team.

Keep up the good work.





-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Open source software system for book publishers

2010-07-10 Thread Rajagopal Swaminathan
Greetings,

On 7/9/10, Zico mailz...@gmail.com wrote:
 Hi, one of my friend is going to start his book publishing business. Now, he
 needs a software which will help him and his customer to track various
 inventory points. Is there any open source solution for book publishers?
 What do you suggest me to use?

dspace coupled with koha?

and if you want throw in alfresco... oops can'r recollect that
subscribtion management software immediately though...

a million dollar idea if somebody works on it. [and gives me some part
of it :) ]

Regards

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


[Ilugc] Desktop PC for college

2010-07-10 Thread vikram .
Hi,
I am joining aerospace engineering in IIT Madras this year. I plan to buy a
desktop PC for college use.
I was wondering what specifications to look for eg. whether to go for a 32
bit or 64 bit machine, what video card to get, etc.
Thank you.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Connecting Nokia 3110c using Gnocky in Fedora 13

2010-07-10 Thread Mahesh Mohan
Hi Guys,

I installed gnokii and it's GUI front end Gnocky in fedora 13. When I try to
identify my phone using gnokii, it is successfully showing my model.

But, when I fired up 'Gnocky' it is giving me a 'Connection Broken' error. I
also configured it's preferences as in 'gnokii'.

Any one tried 'Gnocky' ? Any workarounds?


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


Re: [Ilugc] Open source software system for book publishers

2010-07-10 Thread Kenneth Gonsalves
On Sunday 11 July 2010 06:28:30 Rajagopal Swaminathan wrote:
 On 7/9/10, Zico mailz...@gmail.com wrote:
  Hi, one of my friend is going to start his book publishing business. Now,
  he needs a software which will help him and his customer to track various
  inventory points. Is there any open source solution for book publishers?
  What do you suggest me to use?
 
 dspace coupled with koha?
 
 and if you want throw in alfresco... oops can'r recollect that
 subscribtion management software immediately though...
 

all using an elephant to stamp on an ant - from what I can see what his friend 
needs can be developed in a few hours
-- 
regards
kg
http://lawgon.livejournal.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] computerising the tamil calendar

2010-07-10 Thread Kenneth Gonsalves
hi,

this discussion came up in the Mumbai list - is it possible to computerise the 
tamil calendar so as to do date arithmetic on it?
-- 
regards
kg
http://lawgon.livejournal.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Connecting Nokia 3110c using Gnocky in Fedora 13

2010-07-10 Thread Thyagarajan தியாகராஜன்
Hello Mahesh,

Any one tried 'Gnocky' ? Any workarounds?


 Try sending the sms through gnokii in command line, is there is any error ?
I also had problem with gnocky, with my case it was reading a wrong
configuration file.

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