Tagged: CentOS

Extract a tar.xz file on CentOS and RedHat

This guide will show you how to extract a tar.xz file on CentOS or RedHat, and probably other flavors of Linux as well. Traditionally compressed archive files are distributed on Linux systems as tar.gz...

Install logtail on CentOS

The developer of logtail has not made the repository available via yum for quick installation. Even if you don’t want to access logtailĀ from the command line, it is still used by several other scripts...

Upgrade From MySQL to MariaDB on CentOS

Here is how you upgrade from MySQL 5.5+ to MariaDB 5.5, 5.6 or 10.0. After running MySQL 5.5 for a while and getting tired of not taking advantage of the features and performance enhancements,...

Convert From MyISAM to InnoDB Engine

If you ever have the need to convert a MySQL (or MariaDB) table from the MyISAM engine to the InnoDB engine, you can use the following script to get it done for an entire...

Change Interval in Munin With Existing RRD Data

The default settings for Munin will result in RRD files containing 5 minute intervals of data, or 300 seconds as it is stored internally. It is possible to change this interval by changing /etc/cron.d/munin....

Munin mysql_ suggest Cache::Cache Error

I was trying to set up the newer mysql_ plugin for Munin, but got the following error when using the “suggest” argument to determine how to link the file. The “fix” was to install...