Linux

Download Termius ZIP – Best SSH Client for Windows, macOS & Linux

Termius is a modern, beautifully designed SSH client that lets you organize and access your remote servers like never before. Whether you're a developer, sysadmin, or tech enthusiast, Termius offers the tools and interface that make working with …

HOW TO: Install: - Broadcom bcm4352 driver in RHEL/CENTOS 6 or 7

1.       Open the terminal and become su (root): Identify the hardware: # lspci |grep -i wireless # yum update Then reboot the machine. 2.       Install the Kernel Development Packages Open the terminal and become su …

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