Why you need గురువు?

డబ్బు, పేరు, పదవులు ఇవన్నీ అర్థాలు మాత్రమే.. పరమార్థాన్ని చేరుకోవగురువుడమే జీవన గమ్యం.. దానిని చేర్చగలిగేవాడు ‘గురువు’ మాత్రమే అని చెప్పే కధ ఇది. ఓసారి చదవండి. ఓ మహానగరంలో ఓ గురువుగారు తన వద్దకు వచ్చేవారికి ఆధ్మాత్మిక శిక్షణ ఇస్తూ.. ధర్మప్రబోధం చేస్తుండేవారు. మహాసంపన్నుడొకడు ఈ గురువుగారి దగ్గరకు వచ్చి “ అసలు గురువు అవసరమా? గురువు లేకుంటే వచ్చిన నష్టమేమిటి?” అని ప్రశ్నించాడు. గురువుగారు నవ్వుకుని , మీరేం చేస్తుంటారని అడిగారు. నాకు అతిపెద్ద సూపర్ బజార్ ఉంది అని సమాధానమిచ్చాడు సంపన్నుడు. అయితే! ఒకసారి మీ సూపర్ బజార్ కు నన్ను తీసుకువెళ్లండని గురువుగారు అడిగారు. ఇద్దరూ కలిసి సూపర్ బజార్ కు వెళ్లారు. ఆ రోజు సెలవు కావడంతో నిర్మానుష్యంగా ఉంది. ఏడంతస్థుల పెద్ద…

Read More »

Install Apache PHP and MySQL on macOS Sierra

Note:This is for fresh installations. Refer https://getgrav.org/blog/macos-sierra-apache-multiple-php-versions for more details /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” brew tap homebrew/homebrew-php brew tap homebrew/dupes brew tap homebrew/versions brew tap homebrew/php sudo apachectl stop sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null brew install httpd24 –with-privileged-ports –with-http2 brew install homebrew/apache/httpd24 –with-privileged-ports –with-http2 sudo cp -v /usr/local/Cellar/httpd24/2.4.25/homebrew.mxcl.httpd24.plist /Library/LaunchDaemons sudo chown -v root:wheel /Library/LaunchDaemons/homebrew.mxcl.httpd24.plist sudo chmod -v 644 /Library/LaunchDaemons/homebrew.mxcl.httpd24.plist sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.httpd24.plist brew install php71 –with-httpd24 sudo nano /usr/local/etc/apache2/2.4/httpd.conf <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> brew services start homebrew/php/php71 sudo apachectl -k restart nano…

Read More »

error: Uh oh ...