Script to get Stock History Information

I wrote a python script to get stock market current and history information based on Google finance API. Here I am going to explain about that. How to setup Download GetStockInfo.py into /usr/local/bin folder as stockinfo chmod +x...

Live India Stock Market Indices on your Terminal

Live BSE and NSE index on your bash terminal The script get the live index from BSE and NSE stock market. How to Use Download the script from github stockmarketindia.py Copy the file into /usr/bin folder. Run stockmarketindia anywhere from...

Live Cricket Score on your terminal

Live Cricket Score From CricInfo on your Bash Terminal You are a hardcore cricket fan, want to get updated the score while working 😄 😄 . But bored to open a browser ⇒ goto cricinfo ⇒ goto particular cricket match. Welcome, this script for you...

Installing Oracle JDK / JRE in CentOS Ubuntu

In earlier days (while SUN), Installing JRE / JDK in a VM is very easy process just like extracting a file and use it. Now wget-ing the source file itself a bit long process. After that you have use few commands to set this newly installed Java...

Upgrade openssl in Ubuntu and CentOS

Upgrade OpenSSL in Ubuntu and CentOS Hope you know about openssl heartbleed bug. Don't know about, no problem go through it http://heartbleed.com/ . The point here is you should upgrade your openssl. Because of this bug all linux variants release...