Tag: linux

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Enlarge Linux Partition using ext4 filesystem. (Without LiveCD) Ubuntu 20.04 LTS.

In this tutorial I’ll show you how to enlarge a Linux partition that uses the ext4 file system. What is usually done in this process by users is to use a LiveCD to boot up, and from running the system directly from the cd or pen drive, they edit the root partition of the system,

Standard

Monitoring Queries in MySQL in real time

Monitoring queries that are causing system bottlenecks is a common and extremely useful task. MySQL comes by default with the mysqladmin utility, which allows you to perform administrative tasks such as checking the MySQL server’s configuration, status, creating a database and so on. How to monitor Queries in real time using mysqladmin ? Given the

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:

Latest news

Latest news directly from our blog.