Skip to main content

Why are we in this world(contd.)

Sometime i think that we are into this world for some mission. God(Generator Operator Destroyer) might have sent us here to preserve something, take care of something. And to do so, he has given us few resources(limited) to use for survival. But what human race is doing is consuming the whole resources and destroying the things we are sent to preserve and just surviving for themselves(we call it selfishness). Yes i agree we need to enjoy have fun but not on the sake of destroying this beautiful world and being greedy and selfish. Technology being built day by day is just solving the purpose of our entertainment more passionately then solving the actual problems which might have a huge impact on society.

What we are taught in schools and colleges sometimes seems to be a myth that we have to study hard and take a job and earn big money. Because thats not the purpose of our life. I think we should first figure out our purpose of living on earth in terms of what we will give to this society which will have a never ending impact rather than doing this rat race.whats the purpose of getting up everyday and going to office 9 to 5. Is that all we are meant for. Yes, we should go to office but first we should know why we are going . Is there something bigger or different thing we should be doing or the work in office is what i should contribute to ultimately achieve goal of giving something to society.
But question remains...
How to figure out that
1.What we are doing is beneficial for society or not.
2.What is wrong or right
!!

Comments

Popular posts from this blog

Why are we in this world

Quite often when i sit back this question comes in my mind. Why are we into this world. We are just using the natural resources, polluting environment. Is there any purpose of this life. There are many different things people say when this question is asked Society says "Earn money". Parents says "Be successful and live peacefully" Yes i quite agree with my parents but what is the meaning of success then,is the question that comes in my mind. To be successful in what sense. Is it all about money again. Is it a never ending loop. People follow there passion and nobody calls them successful.Everybody says that he/she is mad. Its when they earn enough money that people start calling them successful.

Set Up and Install Apache Solr

In this article i will explain you how to setup and run Apache Solr Prerequisite : JAVA should be installed in your system Download stable version of Apache Solr from its website . Extract the zip file (or .tgz file in linux) . Structure of zip file is contrib/ dist/ docs/ example/ licenses/   change the directory to "example" Run command java -jar start.jar now open your browser and type " http://localhost:8983/solr/ "  NOTE:- If  java -jar start.jar gives some problem try using "sudo" i.e. sudo java -jar start.jar