Re: [Ilugc] Tamil Phonetic Typing in Fedora

2011-12-07 Thread Dwaraka Nath

Hi !
I installed ibus and boosters for tamil. I could choose the tamil phonetic 
language now. But, I am still not able to get the phonetic typing working. I 
get the Keyboard icon in the notification - ibus runs perfectly. I chose tamil 
keyboard layout in Regional and language settings. 
Where am I missing out ?
Thanks,Dwaraka
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [commercial] Wanted PHP programmers for full-time job

2011-12-07 Thread Joe Steeve
Hello all,

"Primus Analytics" (http://www.primusanalytics.com/) is a knowledge
service provider in the areas of business and market research for the
pharmaceutical and biotechnology domain. 

We need PHP programmers (experienced/freshers) with the following
skillset:

 1. Comfortable working on GNU/Linux
 2. Comfortable with Subversion, git
 3. Strong programming skills
 4. PHP, RDBMS (MySQL, PostgreSQL), HTML, Javascript, AJAX
 5. Web application development using PHP
 6. (preferable) Developing Drupal based applications
 7. (preferable) PHP frameworks like CakePHP
 8. (preferably) Javascript frameworks (jQuery, Dojo, Scripaculous)
 9. Good communication skills
10. Good team playing abilities

The job is based out of Chennai. Interested people, please send your
resume to joe [at] primusanalytics [dot] com in PDF/ODT format. Your
resume should mention:

 1. Contact details
 2. Educational background
 3. Relevant professional experience (if any)
 4. Current, Expected CTC

Regards,
Joe

-- 
Joe Steeve
Primus Analytics
http://www.primusanalytics.com/




signature.asc
Description: This is a digitally signed message part
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Wikipedia Workshop in Jaya Foss Club on 10.12.2011

2011-12-07 Thread aravindh aravindh
Dear Friends,

Jaya FOSS Club, Jaya Engineering College in association with Wikimedia
India Chapter organising a Wikipedia Workshop for Students and Internet
Users on 10.12.2011 at 10.00am in FOSS Centre. Interested Students can add
their names in the wikipage given below.

http://wiki.wikimedia.in/Wiki_Academy/Jaya_Engineering_College

Limited seats available on first come first serve basis.

All are invited


Regards,
N.Naresh Aravindh.
http://4etudiant-4etudiant.blogspot.com/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [TIP] perl tutorial VI file I/O

2011-12-07 Thread Girish Venkatachalam
We saw the power of regex and also that regexes form the core
strength of perl. How easily it melds with the perl idiom and the
 perl way of doing things makes regex very commonly and
 powerfully used in perl.

In fact most of the time perl is used because of the flexibility of regexes.

It slows down things a bit but perl was never built for performance.
It will never
 be faster than C since all languages are written in C and it is an
interpreted language.

At least it would be faster than Java. ;)

Anyway I was also talking OO and God knows how I could forget python.

Python is a language built with OO in mind ground up. And it is very
pleasant to do OO in
 python and it is a clear OO language.

In my opinion perl OO is more natural and smooth as opposed to Python
because you
 can do OO in perl without even realizing the complexity or OO concepts.

That I will argue is a power of perl than its weakness. It is not
perfect and it is ugly but
 you can get your job done without any hassle. Hence the argument in
LUG few days ago
 that perl OO does not have private variables. In fact javascript is a
prototype language.

It means that there is no much difference between class and object.
Perl also has that
 idiom though it is not strictly so. One needs to instantiate a class
as an object to use it
 in most cases.

Also python has many functional programming concepts. The for()
iterator we saw in perl
 is a crude example. In perl you have very few. Python and LISP are full of it.

Anyway let us get to work now.

File I/O involves reading and writing files.

All languages have OS bindings to do this. Javascript does not have;
it runs inside a browser and
 a browser cannot have security flaws.

Anyway file I/O in perl can be done in many ways.

In the simplest case:

open FH, "/etc/passwd";
while() {
  print;
}
close FH;

will do a file input.

A simple file output would be:

open FH, ">/tmp/test";
print FH "Writing a test file\n";
close FH;

Test these two programs.

It is easy.

The <> (diamond) operator takes a file descriptor/handle as input.

It is called a typeglob in perl I think(I don't like academic stuff).
It is something,
 not a scalar, not an array, not a reference.

Anyway  reads from the file handle typeglob. <> reads from standards input
 file descriptor.

The diamond operator is as much a hit amongst the perl geeks as the
regex // operator.

It significantly simplifies file input.

As to file output, print is the most useful command to write to a file
descriptor.

print "What is this?";

prints to stdout.

print FH "what is this";

prints to the file handle.

There are other commands like sysopen(), sysread() etc. but I never use them.

$ perldoc -f sysopen

The perl's standard documentation installed in the perl distribution
is not always
very readable. Some pages are very badly written.

Ironically the perl modules found in CPAN have very nice man pages and
plenty of code samples.

In fact you can simply use the mouse to copy paste code and you can
begin perl hacking.

-Girish

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


[Ilugc] Fwd: Updates on Download.Com caught adding malware to Nmap installer

2011-12-07 Thread A. Mani
Forwarded Message
__
From: Fyodor 
Date: Wed, Dec 7, 2011 at 9:41 AM
Subject: Updates on Download.Com caught adding malware to Nmap installer
To: nmap-hack...@insecure.org


Hi Folks.  A lot has happened since yesterday's email about
Download.com's antics (http://seclists.org/nmap-hackers/2011/5) and I
wanted to send a quick update.

First of all, several people complained about my angry tone and my
telling Download.com to "F*ck" themselves.  I appologize to anyone
offended.  But if you ever spend more than 14 years creating free
software as a gift to the community, only to have it used as bait by a
giant corporation to infect your users with malware, then you may
understand my rage.

The good news is that many users are sick and tired of having their
machines hijacked by malware.  Especially by CNET Download.Com, which
still says on their own adware policy page:

 "In your letters, user reviews, and polls, you told us bundled
  adware was unacceptable--no matter how harmless it might be. We want
  you to know what you're getting when you download from CNET
  Download.com, and no other download site can promise that."
  --http://www.cnet.com/2723-13403_1-461-16.html

Um, what people WANT when they download Nmap is Nmap itself.  Not to
have their searches redirected to Bing and their home page changed to
Microsoft's MSN.

Speaking of which, Microsoft emailed me today.  They said that they
didn't know they were sponsoring CNET to trojan open source software,
and that they have stopped doing it.  But the trojan installer uses
your Internet connection to obtain more "special offers" from CNET,
and they immediately switched to installing a "Babylon toolbar" and
search engine redirect instead.  Then CNET removed that and are now
promoting their own "techtracker" tool.  Apparently the heat is so
high that even malware vendors are refusing to have any more part in
CNET's antics!  But if CNET isn't stopped, the malware vendors will
come crawling back eventually and CNET will be there to receive them.

There have been dozens of news articles in the last day and hundreds
of outraged comments on blogs, Twitter, Facebook, etc.  In the midst
of all this terrible PR, Download.com went in last night and quietly
switched their Nmap downloads back to our real installer.  At least
for now.  But that isn't enough--they are still infecting the
installers for thousands of other packages!  For example, they have
currently infected the installer for a children's coloring book app:

http://download.cnet.com/Kea-Coloring-Book/3000-2102_4-10360620.html

Have they no shame at all??!

I've created a page with the situation background, links to the news
articles, and the latest updates:

http://insecure.org/news/download-com-fiasco.html

Feel free to share it.  Together, I hope we can get Download.Com to
apologize and cease this reprehensible behavior!

Cheers,
Fyodor
___


-- 
A. Mani
CU, ASL, CLC,  AMS, CMS
http://www.logicamani.co.cc
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Tamil e-magazine for Foss

2011-12-07 Thread 0
>
> just thinking about creating a monthly e-magazine for Foss in Tamil.
>

Sometime back, I remember in one of the emails there was request for 
training for Gimp as replacement for photoshop. If we have this 
magazine, I think it will be great if it serves as a platform to 
introduce Foss softwares to the small businesses as a replacement to 
their pirated/non-foss softwares.

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


[Ilugc] Tamil e-magazine for Foss

2011-12-07 Thread Shrinivasan T
friends.

just thinking about creating a monthly e-magazine for Foss in Tamil.

like www.fullcirclemagazine.org/

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


Re: [Ilugc] postresql view from mysql table

2011-12-07 Thread Shrinivasan T
give more information about your requirement.

why do you need this?

you can create it from postgresql itself.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] FOSS Lab Setup in Tagore Institute of Engineering and Technology, Attur, Salem Dt.

2011-12-07 Thread Baskar Selvaraj
Dear all,

Today we have setup a 30 seat FOSS Lab in Tagore Institute of
Engineering & Technology, Deviyakurichi, Near Attur, Salem Dt. for the
Dept. of CSE.

Contact - Prof. Sundarambal / HOD-CSE

Regards

S. Baskar
CEO/LinuXpert Systems
http://twitter.com/linuxbaskar

Free / Open Source Software Lab Mailing List
http://www.freelists.org/list/fosslab
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] postresql view from mysql table

2011-12-07 Thread Saravanan Selvamani
Hi all ,

   Is there any way to create postgresql views from mysql table .
we urgently need the solution for this problem . thanks in advance .
Regards ,
P.S.Saravanan

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


Re: [Ilugc] Control Linux Server Using Twitter

2011-12-07 Thread pavithran
On 7 December 2011 18:15, Akilan R  wrote:
>> If we use twitter to monitor our servers, who will monitor twitter? ;)
> The government will appoint someone soon. ;-)

Good one ;)

Regards,
Pavithran

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


Re: [Ilugc] Control Linux Server Using Twitter

2011-12-07 Thread Akilan R
On Wed, Dec 7, 2011 at 5:13 PM, Suraj Kumar  wrote:

> If we use twitter to monitor our servers, who will monitor twitter? ;)


The government will appoint someone soon. ;-)

-- 
அகிலன் (Akilan R)
[ blog.akilan.in ]
*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


Re: [Ilugc] Control Linux Server Using Twitter

2011-12-07 Thread Suraj Kumar
On Wed, Dec 7, 2011 at 7:01 AM, R Rajendhran  wrote:

> Dear all,
>
> I have found an interesting article at the following links, which may be
> useful for sysadmins.
> The author found a new way to monitor Linux servers using Twitter.
>
>
> http://blog.adityapatawari.com/2011/11/using-twitter-to-monitor-your-linux.html
>
> http://blog.adityapatawari.com/2011/12/controlling-your-linux-server-using.html
>

If we use twitter to monitor our servers, who will monitor twitter? ;)

  -Suraj

-- 
Career Gear - Industry Driven Talent Factory
http://careergear.in/
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [JOB] Openings for Django programmers

2011-12-07 Thread Ganesh Kumar
Job Description : Django programmers

Key Responsibilities

1.Development & Integrations of Business Applications based on Django
and other technologies.

2.Developer will be involved in the design,development life cycle of
new Business solutions, maintenance and support of existing
operational systems.

What are we looking for?

Candidates who thrives on tough technology challenges and can help
turn innovative ideas into effective results. The person must have
proven excellent verbal & written communication skills.

Location

Chennai.

Job Skills

Very strong knowledge in python, Django, Knowledge of Linux operating
systems from any one like
Ubuntu/Fedora/Debian/Centos. jquery is an Added advantage.

Experience

0-1 years experience in django & python. Freshers are also welcome.

Industry Type

IT Consulting/ Software development

Qualification

BE & B.Tech (IT & CSE & ECE) , MCA , M.Sc (IT, SS & CS).

Email

If you feel you are perfectly suitable for any one of the above job,
please send your CV to j...@ethicstech.in

Company:
ethics Technologies
#16/17, G2, B-Block, Suraj Nivas,
Station Border Road, Chromepet,Chennai,
Tamilnadu,
India.
600044

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