A Search In Secret India

A Search In Secret India ImageBruton has recorded his experiences while searching for a Guru (Holy Teacher) who can initiate him into Yoga. Its a marvelous account of how he traveled the whole country as a critical seeker and found some great Yogi’s and spiritual teachers but could not accept any of them as his Guru until he find Raman Maharshi.

My own Guru Pt. Sriram Sharma Acharya, who is the founder of All World Gayatri Parivar used to say, “when you are going out in the market to but vegetables etc you check thoroughly for quality, so why can’t you do the same when you go in search of a Guru“. The best part I like about Brunton is the critical questions he asked various spiritual leaders in order to test whether they are actually spiritual or merely taking advantage of the people in the name of religion.

This is a great book which presents multiple faces of India at those times and I would highly recommend it to all spiritual seekers.

Posted in Book Reviews | Tagged , | Leave a comment

DeleGate – A Multi-platform, Multi-purpose Proxy Server

Introduction

A proxy server works as an intermediary for requests from clients seeking resources from other servers. There are various types of proxy servers. In this article we will be breifly discussing some of the capabilities of DeleGate.

DeleGate is a multi-platform and multi-purpose general purpose proxy server which runs on Unix, Windows, MacOSX and OS/2. It allows various protocols to pass through it and apply cache and conversion to the pass-through data, access control and routing. Some of the protocols supported by delegate are – HTTP, FTP, NNTP, SMTP, POP, IMAP, LDAP, Telnet, SOCKS, DNS etc. DeleGate can also translate protocol between clients and server such as converting IPv4and IPv6. Multiple servers can be combined to look as single server using aliasing and filtering capabilities of DeleGate. For various automated purposes, DeleGate can also be used as an origin server for HTTP, FTP and NNTP.
Continue reading

Posted in FLOSS, Published Articles | Tagged , | Leave a comment

Fish

Its very rare that we got to do the work which we love to do and in order to grow in this materialistic work we often need to take on work which we actually do not love to do. Going through this book boosted my morale and made me to love the work which I do. There is a very deep meaning in the small book. A definite read if you are on a low morale.

Posted in Book Reviews | Tagged , | Leave a comment

Beyond Einstein

A perfect book for people who wants to understand and review the various theories related to the Universe and find a single theory of the universe. An excellent but somewhat outdated introduction to the concepts of the String Theory. Written in a simple language, you do not need to possess a degree in physics to understand it. A high school level understanding of science is enough to understand the matter presented in the book.

Posted in Book Reviews | Tagged , | Leave a comment

Enable Apache mod_rewrite module on OpenSuSE

OpenSuSE has mod_rewrite installed, but it is not loaded by default. Check if mod_rewrite is actually loaded by default or not:

# grep "^APACHE_MODULES" /etc/sysconfig/apache2
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5"

Continue reading

Posted in FLOSS, Tips/Code Snippets | Tagged | 3 Comments