[Ilugc] RHCE Training/Certification

2010-12-15 Thread N Deepak P
Hi

Can someone suggest a good RHCE training institute in Hyderabad? Also,
is there currently any RHCE exam offer that is active?

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


[Ilugc] [Tip] Forget the 'cd' command !!!

2010-12-15 Thread Tha.Suresh
Autocd:

It's a Auto Directory changing command. We can change into any
directory without the use of 'cd' command.So we can utilize the time
of typing cd command. ;)


th...@tha-admin-da ~ $ shopt -s autocd
th...@tha-admin-da ~ $ Desktop/
cd Desktop/
th...@tha-admin-da ~/Desktop $ cd
th...@tha-admin-da ~ $ /var/log/cups/
cd /var/log/cups/
th...@tha-admin-da /var/log/cups $

To reside the above option as a permanent one, edit the .bashrc file
and add this line shopt -s autocd into it.

Enjoy :)


-- 
Regards,
Tha.Suresh
http://thasulinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Bid ByeBye to Google Search, say DuckDuckGo!

2010-12-15 Thread Parin Sharma
DuckDuckGo is a search engine, like Google.
http://duckduckgo.com

Use DuckDuckGo for:

• More Zero-click Info
• More Privacy
• More Goodies
• Less Spam

from https://duckduckgo.com/about.html

FAQs at https://duckduckgo.com/faq.html

Do check the goodies, it provides at https://duckduckgo.com/goodies.html
and the !bang feature too!

I am using it for around a month or so, it is really awesome do check it, if
you care about privacy and Freedom.

-- 
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] Conversion of hexadecimal strings from pycrypto to storable forms in DB.

2010-12-15 Thread Krishnan M
My problem has been solved by using base64 encoding. Thanks to all.



 --
 Regards
 M.Krishnan





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


Re: [Ilugc] Bid ByeBye to Google Search, say DuckDuckGo!

2010-12-15 Thread Venkatraman S
On Wed, Dec 15, 2010 at 5:06 PM, Parin Sharma parin.sha...@gmail.comwrote:

 DuckDuckGo is a search engine, like Google.
 http://duckduckgo.com


Poor Google - their shares are going to plummet today!

The duck looks 'bechara' to me, especially when half of its neck is missing.
Though the bow tie is kicka$$ :P
On a side note - is this related to Cuil by any chance? Cuil vanished!

-V
http://blizzardzblogs.blogspot.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Forget the 'cd' command !!!

2010-12-15 Thread sasi
On Wed, Dec 15, 2010 at 4:02 PM, Tha.Suresh jemenisur...@gmail.com wrote:

 Autocd:

It's a Auto Directory changing command. We can change into any
 directory without the use of 'cd' command.So we can utilize the time
 of typing cd command. ;)


 th...@tha-admin-da ~ $ shopt -s autocd
 th...@tha-admin-da ~ $ Desktop/
 cd Desktop/
 th...@tha-admin-da ~/Desktop $ cd
 th...@tha-admin-da ~ $ /var/log/cups/
 cd /var/log/cups/
 th...@tha-admin-da /var/log/cups $

 To reside the above option as a permanent one, edit the .bashrc file
 and add this line shopt -s autocd into it.

 Enjoy :)


 --
 Regards,
 Tha.Suresh
 http://thasulinux.wordpress.com
 ___
 ILUGC Mailing List:
 http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



$ shopt -s autocd
bash: shopt: autocd: invalid shell option name

How to solve this??
-- 
 Best Regards,
 R.Sasikala , D.C.E., M.C.A.
 Associate System Engineer,
 Chennai.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [Tip] Forget the 'cd' command !!!

2010-12-15 Thread Dister Kemp
Just FYI. Basically autocd option was added only in Bash 4.0

Check this link :
http://stackoverflow.com/questions/890086/bash-blank-alias-to-cd

-D
http://stackoverflow.com/questions/890086/bash-blank-alias-to-cd

On Wed, Dec 15, 2010 at 5:26 PM, sasi sasi...@gmail.com wrote:

 On Wed, Dec 15, 2010 at 4:02 PM, Tha.Suresh jemenisur...@gmail.com
 wrote:

  Autocd:
 
 It's a Auto Directory changing command. We can change into any
  directory without the use of 'cd' command.So we can utilize the time
  of typing cd command. ;)
 
 
  th...@tha-admin-da ~ $ shopt -s autocd
  th...@tha-admin-da ~ $ Desktop/
  cd Desktop/
  th...@tha-admin-da ~/Desktop $ cd
  th...@tha-admin-da ~ $ /var/log/cups/
  cd /var/log/cups/
  th...@tha-admin-da /var/log/cups $
 
  To reside the above option as a permanent one, edit the .bashrc file
  and add this line shopt -s autocd into it.
 
  Enjoy :)
 
 
  --
  Regards,
  Tha.Suresh
  http://thasulinux.wordpress.com
  ___
  ILUGC Mailing List:
  http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
 


 $ shopt -s autocd
 bash: shopt: autocd: invalid shell option name

 How to solve this??
 --
  Best Regards,
  R.Sasikala , D.C.E., M.C.A.
  Associate System Engineer,
  Chennai.
 ___
 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] Bid ByeBye to Google Search, say DuckDuckGo!

2010-12-15 Thread Kumar Appaiah
On Wed, Dec 15, 2010 at 05:20:18PM +0530, Venkatraman S wrote:
 On a side note - is this related to Cuil by any chance? Cuil vanished!

No. This is a self-funded project by an individual, and, to the best
of my understanding, he is the sole driver of the project as of
now[1]. He is extremely receptive to user feedback (personal
experiences), and the project is very good.

Kumar

[1]: http://en.wikipedia.org/wiki/Duck_Duck_Go
-- 
:
[ GNU/Linux One Stanza Tip (LOST) ]###

Sub : mpeg encoder in mplayerLOST #435

A little known feature of mplayer (www.mplayerhq.hu) is that 
it contains a movie-file encoder, 'mencoder'. Try divx enco-
ding with 'libavcodec' that comes bundled with it; to shrink 
larger 'mpeg' files to half-sized 'avi' files.

[tathagatabanerjee (at) gmx.net]##
:
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Ubuntu Developer Day 2011

2010-12-15 Thread Shrinivasan T
What is the Ubuntu Developer Day?

Ubuntu Developer Day is the biggest software day in Bangalore for
2011. With keynote speeches from
various members of the Canonical team, and a more focussed technical delivery.

Event details
When? 27 January 2011

Where? Bangalore, India

Register now to avoid disappointment.


What's on the agenda?

Topics include how Canonical works with developers, ISVs, Canonical’s
Cloud proposition, working with codec and much more.


Who should attend?

Engineers and developers with responsibility or interest in using
Ubuntu as a developer platform.


What is the cost?

The event is sponsored by Canonical and is free of charge.

Lunch and refreshments will be provided by Canonical.


How do I register?

Go to our registration form to secure your place.


Make sure you register before 20th January 2011 to guarantee your
place as places are limited and subject to availability.

http://www.ubuntu.com/ubuntudeveloperday
https://forms.canonical.com/udd/
-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Ubuntu Developer Day 2011

2010-12-15 Thread Shankar Dhanasekaran
Hi Shrinivasan,
Just registered for the Ubuntu Day but I didn't get email confirmation. 
Is it normal? The webpage says, Thanks for submitting your 
registration! You have been confirmed to attend the Ubuntu Developer 
Day.  but what do I have to carry with me to identify myself as the 
registered person for the meeting?

Thanks,
Shankar

Shrinivasan T wrote:
 What is the Ubuntu Developer Day?

 Ubuntu Developer Day is the biggest software day in Bangalore for
 2011. With keynote speeches from
 various members of the Canonical team, and a more focussed technical delivery.

 Event details
 When? 27 January 2011

 Where? Bangalore, India

 Register now to avoid disappointment.


 What's on the agenda?

 Topics include how Canonical works with developers, ISVs, Canonical’s
 Cloud proposition, working with codec and much more.


 Who should attend?

 Engineers and developers with responsibility or interest in using
 Ubuntu as a developer platform.


 What is the cost?

 The event is sponsored by Canonical and is free of charge.

 Lunch and refreshments will be provided by Canonical.


 How do I register?

 Go to our registration form to secure your place.


 Make sure you register before 20th January 2011 to guarantee your
 place as places are limited and subject to availability.

 http://www.ubuntu.com/ubuntudeveloperday
 https://forms.canonical.com/udd/
   

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


Re: [Ilugc] [...@iitd:10824] Creative Commons License is not made for you : Here is something better

2010-12-15 Thread Narendra Sisodiya
On Wed, Dec 15, 2010 at 10:37 PM, Narendra Sisodiya 
naren...@narendrasisodiya.com wrote:


 +++ Start 
 *(c) 2010, Narendra Sisodiya, http://narendrasisodiya.com This work is
 release under NPDL license. *


Its - Near Public Domain License.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] DRM free 5 Linux games

2010-12-15 Thread narendra babu
Hello folks ,

You can get DRM free 5 Linux (also works on OS X and Windows) games and help 
charities. http://www.humblebundle.com
 
Cheers
Naren

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


[Ilugc] NCAR 2010 inauguration by Dr. A.P.J Abdul Kalam - FSMI

2010-12-15 Thread Shanu
Hi all,

National convention on Free software for Academicians and Researchers would
be  held in Hyderabad from 16th to 18th Dec 2010. This is organised by Free
Software Movement of India (FSMI). FSMi has conducted number of run-up
events for the convention and met more than 2500 academicians around India
to spread awareness on FOSS. We are excited that convention would be
inaugurated by Dr. A.P.J Abdul Kalam on 16th evening.

Website: ncar2010.fsmi.in

Major sessions include:
=
Scientific Computing
Scientific Visualization
R and its uses in Scientific Analysis
Getting Invoveld in FOSS Projects
FOSS and School EducationPolicy
FOSS and  Higher Education Policy
eGov and Open Standards Policy
Geospatial technologies (GIS, RemoteSensing)
Grid and Cloud computing
Mobile applications: Programming for areas such as health, pollution
monitoring
Natural Language Processing and Machine Translation
Technical Aspects of Indic Computing: searching, sorting, analysis of corpus
for prediction, coding, etc.
Environmental Simulation and Modelling
Legal aspects of FOSS
Embedded Technologies
Bioinformatics and Open Source Biology

-- 
Thank you,

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


Re: [Ilugc] NCAR 2010 inauguration by Dr. A.P.J Abdul Kalam - FSMI

2010-12-15 Thread Narendra Sisodiya
On Thu, Dec 16, 2010 at 1:01 AM, Shanu shan...@gmail.com wrote:

 Hi all,

 National convention on Free software for Academicians and Researchers would
 be  held in Hyderabad from 16th to 18th Dec 2010. This is organised by Free
 Software Movement of India (FSMI). FSMi has conducted number of run-up
 events for the convention and met more than 2500 academicians around India
 to spread awareness on FOSS. We are excited that convention would be
 inaugurated by Dr. A.P.J Abdul Kalam on 16th evening.

 Website: ncar2010.fsmi.in

 Major sessions include:
 =
 Scientific Computing
 Scientific Visualization
 R and its uses in Scientific Analysis
 Getting Invoveld in FOSS Projects
 FOSS and School EducationPolicy
 FOSS and  Higher Education Policy
 eGov and Open Standards Policy
 Geospatial technologies (GIS, RemoteSensing)
 Grid and Cloud computing
 Mobile applications: Programming for areas such as health, pollution
 monitoring
 Natural Language Processing and Machine Translation
 Technical Aspects of Indic Computing: searching, sorting, analysis of
 corpus
 for prediction, coding, etc.
 Environmental Simulation and Modelling
 Legal aspects of FOSS
 Embedded Technologies
 Bioinformatics and Open Source Biology


Wish I could be there !!
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] NCAR 2010 inauguration by Dr. A.P.J Abdul Kalam - FSMI

2010-12-15 Thread Shanu
 Wish I could be there !!

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


Re: [Ilugc] NCAR 2010 inauguration by Dr. A.P.J Abdul Kalam - FSMI

2010-12-15 Thread Narendra Sisodiya
On Thu, Dec 16, 2010 at 1:14 AM, Shanu shan...@gmail.com wrote:

  Wish I could be there !!

 Welcome..


Sorry for my bad english
I wrote, even i want to attend, I cannot go there.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Bid ByeBye to Google Search, say DuckDuckGo!

2010-12-15 Thread Raman.P


--- On Wed, 15/12/10, Venkatraman S venka...@gmail.com wrote:
 
  DuckDuckGo is a search engine, like Google.
  http://duckduckgo.com
 
 
 Poor Google - their shares are going to plummet today!

I am reminded of famous saying 'begining of all things are small' and 'a 
thousand mile journey starts with  a small step'.

When google made its appearance when others like askjeeves (or some such thing 
I don't remember now) were ruling, many thought like this.

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



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


Re: [Ilugc] Ubuntu Developer Day 2011

2010-12-15 Thread Kenneth Gonsalves
On Wed, 2010-12-15 at 21:03 +0530, Shrinivasan T wrote:
 is the biggest software day in Bangalore for
 2011 

please avoid hyperbole
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

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


[Ilugc] Hi

2010-12-15 Thread Krish
Friends,


-- 
Lovingly Yours
Hari R
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Hi

2010-12-15 Thread Krish
Friends,

  I'm very new to ubuntu. I just installed ubuntu10.4 in my
laptop Dell Inspiron 1545. I don kno anythin about it. But i love to learn
it. Pl suggest me any sites so that i can read and learn Pl help

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


Re: [Ilugc] Hi

2010-12-15 Thread Roshan Mathews
On Thu, Dec 16, 2010 at 07:57, Krish hari279...@gmail.com wrote:
              I'm very new to ubuntu. I just installed ubuntu10.4 in my
 laptop Dell Inspiron 1545. I don kno anythin about it. But i love to learn
 it. Pl suggest me any sites so that i can read and learn Pl help


http://rute.2038bug.com/index.html.gz

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


Re: [Ilugc] RHCE Training/Certification

2010-12-15 Thread Yoganandam Goteti
On Wed, 2010-12-15 at 15:22 +0530, N Deepak P wrote:
 Hi
 
 Can someone suggest a good RHCE training institute in Hyderabad? Also,
 is there currently any RHCE exam offer that is active?
 
 Regards
 N Deepak.
 ___
Try Amritha Institute in Marepally.
GY


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