Re: [Ilugc] To install firefox extension in command line, How to make commands execute in order

2009-12-31 Thread Saravanan S
On Thu, Dec 31, 2009 at 10:34 AM, Rajagopal Swaminathan 
raju.rajs...@gmail.com wrote:


 or perhaps  after the command to ensure that the first command
 completed successfully?


yes, i tried  also.

firefox -install-global-extension xyz.xpi  firefox 

Also i tried using a semicolon ; between the two commands in a single
line.

firefox -install-global-extension xyz.xpi ; firefox 

It also didn't work.
also used sleep 5 between the two commands, so that the first command would
take its time to finish fully before the next firefox  loads.

firefox -install-global-extension xyz.xpi
sleep 5
firefox 

This also didnt install the extension.
But if i do manually, executing the two commands one by one, it installs
add-on extension into Firefox!!!

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] [OT] wireless broadband recommendations wanted

2009-12-31 Thread Mano
On Thu, Dec 31, 2009 at 11:36 AM, Varrun Ramani darthsit...@gmail.comwrote:

 BSNL EVDO speeds are very good within the city. At Ashok Nagar, i get a
 minimum download speed of 50 KB/s and a max of 150 kb/s usually at night.
 But the speeds vary with location(even in diff rooms) so it is better to
 enquire the speeds in your area as well. If you have heavy downloads EVDO
 is
 perfect, though browsing is slower because RTT of packets are very large
 around 450 ms.


There was a slashdot post a couple of days back about boosting 3g signal
power. The video it linked to can be found here:

http://mobilebroadbandblog.co.uk/2009/12/the-craziest-way-to-boost-your-mobile-broadband-signal/

Can someone try this and inform us how useful this strategy is?

The original slashdot post itself is here:

http://bit.ly/6sB2z4

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


Re: [Ilugc] hi sir am kiran

2009-12-31 Thread Bharathi Subramanian
On 1:01pm, kiran kumar wrote:

PLEASE USE MEANINGFUL SUBJECT LINE.

 am succesffuly installed lamp server in ubuntu again it saying if i
 save my php files ...it saying permission denied

You should read some basic PHP tutorials. Few here:

1. http://www.php.net/manual/en/index.php
2. http://www.codecoffee.com/tipsforlinux/articles2/037-php1.html

May be someelse can point out a good beginner PHP tutorial or book.

Bye :)
-- 
Bharathi S

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


Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-31 Thread Yogesh
2009/12/31 Sreekanth B gnuy...@gmail.com



 i think we can debate on this distro choice ;-)


Tried to distract a bit ;-)


  Ubuntu is slow to catch up the server side market with 9.10
 release they have almost achieved better packaging for kernel and
 hence future seems bright for ubuntu.


agreed. 9.10 needs some time though for some annoying bugs to be sorted out.

 UEC == Ubuntu Enterprise Cloud == http://www.eucalyptus.com/

 it help you to setup a private cloud,[..]


I knew this already. But...


 what probably karan means is that since redhat/centos is enterprise ready
 from long time lot of companies would be deploying it. At the moment i dont
 have stats to prove this point tho.


My curiosity is just wat makes centOS a preferred distro over the others?.
I was wondering if there's any 'specific' reason behind it. I'd love to
know.

--
Warm Regards,
Yogesh.
http://tinyurl.com/yogeshg1987
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] hi sir am kiran

2009-12-31 Thread Hrishikesh Murali
Hi,

On Thu, Dec 31, 2009 at 3:48 PM, Yogesh yogeshg1...@gmail.com wrote:

 I would say 751 would be good enough.. or 753 .. Isn't 777 insecure? Unless
 done in a local unconnected comp?


Yeah, 777 is insecure. But neither does 751 or 753 work when I try to view
the page in the browser, says permission denied.

$ sudo chmod -R 755 works fine. Maybe I should've mentioned this instead.

-- 
Thanks and Regards,
Hrishikesh Murali
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] http redirects to https

2009-12-31 Thread Saravanan S
Hi all,

In Linux box, http redirects to https and displays nothing.

apache server runs at 10.x.x.x when i type http://10.x.x.x

it automatically redirects to

https://10.x.x.x

How to avoid this  redirection?

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] http redirects to https

2009-12-31 Thread Abishek Goda
 In Linux box, http redirects to https and displays nothing.

 apache server runs at 10.x.x.x when i type http://10.x.x.x

 it automatically redirects to

 https://10.x.x.x

 How to avoid this  redirection?

Check your apache config. Or if it is some app that you downloaded,
see if they force https in their config. I knew a php app that could
do this.

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


Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-31 Thread Karanbir Singh

On 31/12/09 10:23, Yogesh wrote:

My curiosity is just wat makes centOS a preferred distro over the others?.
I was wondering if there's any 'specific' reason behind it. I'd love to
know.


Stable packaging, good tooling, highly competent admin and automation 
systems and the fact that it just works, and keeps on doing so for 
almost as long as people have apps on there.


the other benefit, more specific to the cloud argument, is that its just 
VM's running on larger iron. And the virt market has been almost 
completely built on and around centos, start from the vmware base to xen 
and openvz. KVM is now upstream native to EL. That pretty much covers 
the whole spectrum


btw, eucalyptus was mostly developed with CentOS ( or so I hear ).

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


Re: [Ilugc] http redirects to https

2009-12-31 Thread subhojit ojha
it may seems that may be https is configured in ur apache server, or it may
be due to some application, which abhishek has pointedjust check out the
configuration file...and if possible just point out the lines which are
enabled in config file...let me know what is the problem and the possible
solution...
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] http redirects to https

2009-12-31 Thread Saravanan S
Redirection is also not active (commented ).
Any other suggestions?

Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] http redirects to https

2009-12-31 Thread Abishek Goda
Hi,

 Redirection is also not active (commented ).
 Any other suggestions?

Where? In apache config or in the application? How are you checking
this? Does some basic index.html that you place show correctly?

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


[Ilugc] lol, imho etc

2009-12-31 Thread Mano
Next time you use shorthands like lol, imho etc you are breaking IBM's
patents :-)

More info here:

http://techdirt.com/articles/20091230/0957277551.shtml

regds,
mano

-- 
Lord, give us the wisdom to utter words that are gentle and tender, for
tomorrow we may have to eat them.
   -Sen. Morris Udall
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-31 Thread Kamal Ramasubramanian
On Thu, Dec 31, 2009 at 1:28 PM, Saravanan S dearsarava...@gmail.com wrote:

 Will u ask Google, Where is my food Google?  or What should i do? its
 boring now   LOL ROFL

 After all Google is a Search engine, we are much smarter.

Because if I want to know about Mr Saravanan, I would rather trust
google than ask you.
Secondly you need to be smart enough to know what to ask google,
asking google about your food is your plain stupidity.

 Thank God, i got some common sense.

Is that a bait to flame you or something ???

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


Re: [Ilugc] http redirects to https

2009-12-31 Thread Bharathi Subramanian
Saravanan S said:
 Redirection is also not active (commented ).
 Any other suggestions?

1. Any redirection in the header of index.html
2. Any port forwarding rule @ firewall

Bye :)
-- 
Bharathi S
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Fwd: [OpenCV] Computer Vision Interns 2010

2009-12-31 Thread mohan L
Dear All,

Willow Garage provides interns with an opportunity to integrate aspects of
their degree program with the real world application of open source software
development.

http://www.willowgarage.com/pages/software/opencv

Interested people with C++ and Geometric vision ( is an important and
well-studied part of computer vision) find the below information.

Thanks  Rg
Mohan L

 -- Forwarded message --
From: Gary garybrad...@gmail.com
Date: Fri, Jan 1, 2010 at 7:39 AM

As I mentioned in my new years message.


We (Willow Garage http://www.willowgarage.com a robotics
institute/incubator) can use an intern in 3D model capture.

That is: using silhouettes to capture an object and combine that with
structure from motion and stereo clues to create 3D object meshes out of
objects. Pay is good, free food, great location, work with robots, sensors
-- you can best summarize Willow as: Fun. Papers will be written, hard work
but good times, see examples at
http://www.willowgarage.com/pages/community/interns-and-visiting-scholars .

Who:
US, or US work visa is easiest. For more exceptional people who can stay
longer than 3 months, we'll deal with helping obtain a work visa. This is an
internship which means you are enrolled in some school. We might also
consider doing this with a consulting arrangement for non-students, but at
Intern rates. For real exceptional situations, work in place may be possible
and/or student grants to fund work in place.

Timing:
Winter, Spring, Fall. Summer is very full here already with interns.
Exception: Come in Spring and stay through the Summer.

Requirements:
MUST:
You must be a seasoned programmer in C++. There is no time for learning
curves, we work with robots and fairly complex systems.
You must have a good understanding of geometric vision. Calibration,
homography, structure from motion.
PLUS:
Computer graphics a big plus
Experience in optimization, CUDA etc also a plus.
Experience working with robots is a plus.

If you meet the MUST above, send application to
j...@willowgarage.comjobs%40willowgarage.comPut in the title:
Intern: 3D Model Capture

Gary

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


Re: [Ilugc] How to Check the LOG FILES in LINUX?

2009-12-31 Thread baskar
On Mon, 2009-12-28 at 18:57 +0530, Abishek Goda wrote:
  Please help me with your answers.
 
  *Q.) How to check the LOG FILES IN LINUX?*
 Depends on what you want to check - whether  the log file exists, or
 whether certain messages have occured etc. But I guess the most common
 answer would be the tail command.
 
 Abishek
try logwatch

Thanks
baskar 

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


[Ilugc] Announcement: Free Software Media

2009-12-31 Thread ஆமாச்சு|amachu

Free Software Media is an initiative to publish, promote  distribute,
Free Software related text, audio and video contents across India,
professionally. Inspired by the work of Network theory Ltd[1], We are
pleased to announce this initiative with a similar objective for India.

To commence We are happy to bring out three selected Titles from Network
Theory Ltd themselves, at reasonable prices for the Indian audience. And
they are,

* An Introduction to GCC, by Brian J. Gough, foreword by Richard M.
Stallman
* An Introduction to Python – The Python Tutorial, by Guido van Rossum
and Fred L. Drake, Jr.
* Comparing and Merging Files with GNU diff and patch, by David
MacKenzie, Paul Eggert, and Richard Stallman

Currently We support three modes of purchase,

Electronic Money Transfer or Money Transfer to our Bank Account

Demand Draft/ Cheque

Value Payable Post

Details of all modes of purchase can be found at our website
http://fsm.co.in

We offer a portion of our profit to foundations that are related to each
of the above mentioned titles or make use of it for appropriate Free
Software related activity. Specific details can be found from each
book’s page at http://fsm.co.in

We hope the Free Software Community of India, Students, Teachers and the
General Public would be benefited immensely as a result of this
initiative. We thank Network Theory Ltd for the support they extended
towards this initiative.

So go  grab your copies, of the above mentioned titles, visiting
http://fsm.co.in. You can also gift it to your dear ones studying
Computer Science.

We aspire more. If you are a geek, who could write on Free Software
related Titles and is willing to offer it for freely distributable
publication, contact us. Would you like to see specific Title to come up
related to Free Software, may it be Technical, Philosophical, Legal or
in your Language, write to us. If you like to extend your co-operation
to us, in other ways, express it through http://fsm.co.in/site/contact.
Let us revive the spirit of sharing  sustaining.

And above all, help spreading the word across. Website: http://fsm.co.in


[1] - http://network-theory.co.uk

--

Sri Ramadoss M





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


Re: [Ilugc] Announcement: Free Software Media

2009-12-31 Thread satyaakam goswami


 And above all, help spreading the word across. Website: http://fsm.co.in


 [1] - http://network-theory.co.uk


keep up the good work

1) How can an individual become reseller.
2) How can a normal book shop owner sell these books ( yes i have seen the
module is not enabled yet)
3) Add paypal as an option too , while you roll out online payments.


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


Re: [Ilugc] why it is unwise to put any files directly under document root [was] hi sir am kiran

2009-12-31 Thread Kenneth Gonsalves
On Thursday 31 Dec 2009 1:07:33 pm kiran kumar wrote:
 hi sir am succesffuly installed lamp server in ubuntu again it saying if i
 save my php files ...it saying permission denied
 

generally files under /var/www/ (your document root) are owned by root. Hence 
you cannot save them. This is a good thing. Putting any files under document 
root is a bad thing - it exposes them to easy access by spammers. Set up a 
virtual host pointing to a directory in your home directory owned by you, then 
you can edit and save files as you please - and your system will be safer.

ps. put a proper subject line.
-- 
regards
kg
http://lawgon.livejournal.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] hi sir am kiran

2009-12-31 Thread Kenneth Gonsalves
On Thursday 31 Dec 2009 1:08:10 pm Hrishikesh Murali wrote:
 $ sudo chmod -R 777 /var/www
 

omg!!!
-- 
regards
kg
http://lawgon.livejournal.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] How to setup a cloud (Cloud Computing)

2009-12-31 Thread Saravanan S
On Thu, Dec 31, 2009 at 9:36 PM, Kamal Ramasubramanian
kamal@gmail.comwrote:


 Because if I want to know about Mr Saravanan, I would rather trust
   Google than ask you.


I would have made it easier if u can asked me directly.

Don't bang your head, as Google might betray you with a 404 error ;)

Take care Mr Kamal



 asking google about your food is your plain stupidity.


That is what i meant too ;) Re-read my previous reply and understand.


Saravanan Sundaramoorthy
Red Hat Certified Engineer
+91 99404 32545
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc