Installing KVM VirtIO Drivers in a Windows Virtual Machine

After installing Windows guest in a virtual machine on a KVM host, you must install the correct device drivers for virtual hardware  (KVM VirtIO drivers). Without these drivers, guest Windows won’t be able to recognize virtual network adapters and a number of other virtual hardware.

Continue reading “Installing KVM VirtIO Drivers in a Windows Virtual Machine”

How to Check if Your Linux Device Supports TPM 2.0?

Most modern computers and laptops released after 2016 already have a built-in TPM chip. TPM (Trusted Platform Module) is a special chip used as secure storage for encryption keys, passwords, and certificates. TPM can be used for various security apps such as key vault, secure boot, random number generation, etc. Let’s see how to check if a device has a TPM chip in Linux.

Continue reading “How to Check if Your Linux Device Supports TPM 2.0?”

Error: MySQL Server Has Gone Away

Let’s see how to fix the “MySQL server has gone away” error that appears when accessing MySQL Server.

The most common causes of the MySQL server has gone away error are:

  • Packet size too large in MySQL query (default maximum packet size is 16 MB);
  • You ran out of free RAM on the MySQL host (you can check the free memory in Linux using the free –h command;
  • The inactive connection between your application/script and MySQL (by default, the session disconnects after 8 hours).

Continue reading “Error: MySQL Server Has Gone Away”

Zabbix: Configuring VMware ESXi Host Monitoring

In this article, we’ll show you how to configure monitoring of a standalone VMware ESXi host with Zabbix. On ESXi, you cannot install zabbix-agent to enable classic monitoring. However, Zabbix can use SOAP (Simple Object Access Protocol) to communicate with ESXi using XML-RPC format messages.

Continue reading “Zabbix: Configuring VMware ESXi Host Monitoring”