Category: Linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

MySQL: Recovering the root password

Accidents happen. Losing or forgetting a password is not uncommon. In this brief guide, we’ll teach you how to change the MySQL root password on Linux servers. First of all, make sure you are logged in as root. We will edit the file “ /etc/my.cnf ” file and add the following directive at the end

Standard

How to keep the SSH connection active

When making an SSH connection on Linux, after a few minutes of inactivity, the connection is lost. In this tutorial, we’ll teach you how to keep an SSH connection alive on Linux. We will edit the “/etc/ssh/ssh_config” file : Then simply “uncomment” or add the following lines: Restart the SSH Client:

Standard

Installing PHP 5.6 on Ubuntu 14.04, 16.04 and 17.04

Installing PHP 5.6 on Ubuntu 14.x, Ubuntu 16.x and Ubuntu 17.x has become easy, thanks to the ondrej/php repository (https://launchpad.net/~ondrej). How to install PHP 5.6 on Ubuntu 14.x, Ubuntu 16.x and Ubuntu 17.x ? To install PHP 5.6, simply execute the following sequence of commands: apt-get install python-software-properties add-apt-repository ppa:ondrej/php apt-get update apt-get install php5.6

Standard

Ifconfig not found (Debian Stretch) – How to solve it ?

Did you try running the ifconfig command and get “command not found”? As of Debian 9 Stretch, the ifconfig command has been removed. Despite this, it is still possible to use it. Installing the ifconfig command The net-tools package will once again enable us to use commands such as ifconfig, route and so on. apt

Latest news

Latest news directly from our blog.