Showing posts from January, 2018

SSL certificate verify failed on"quandl" in python

SSL certificate verify failed on"quandl"  in python Error detail; user1@localhost[31]  python >> import quandl >> import pandas as pd >> df = quandl.get( 'WIKI/GOOGL') Error:- ssl.SSLError: [SSL: …

Install the latest Nvidia driver on Ubuntu 14.04

Nvidia drivers If you have an Nvidia graphics card on your system, then its recommended to install the official drivers provided by Nvidia. The proprietory drivers would utilise the hardware properly delivering full performance. Installation…

"Firefox Already Running"

Firefox is already running but is not responding. You must either close Firefox or restart your system. If you receive this type of error message when attempting to open Firefox, it is most likely referring to a previous ( locked ) process o…

Top 125 Linux Interview Question and Answers

Q:1 How To check the uptime of a Linux Server ? Ans: Using uptime command we can determine how long a linux box has been running , also uptime can be viewed by the top & w command. Q:2 How to check which Redhat version is installed…

That is All