X

How To Reset A MySQL Root Password

MySQL contains it own 'root' password independent of the system root password, this is a guide on how to reset…

LinuxAdmin.io

How To Install And Configure mod_auth_mysql On Apache

What Is Mod_Auth_Mysql? mod_auth_mysql is an Apache module used for authenticating users against a MySQL database. It is commonly used…

LinuxAdmin.io

How To Use Percona Xtrabackup To Create A MySQL Slave

Percona Xtrabackup can be used to create "hot backups" of MySQL servers fairly quickly and can avoid some of the…

LinuxAdmin.io

Galera Cluster MariaDB Configuration On CentOS 7

Galera cluster is a true multi-master MySQL cluster using synchronous replication.   It allows for any of the nodes to…

LinuxAdmin.io

How To Install And Test Go On CentOS

Go also known as golang, is a compiled computer programming language developed by google. It is loosely based on the…

LinuxAdmin.io

How to Save PHP Sessions in Memcached

Memcached is a high performance storage engine designed for storing chunks for data, so it is great for storing sessions…

LinuxAdmin.io

How To Install NTPD On CentOS 7

NTP (Network Time Protocol) is a protocol which allows computers to synchronize time.  NTPd is a daemon that maintains the…

LinuxAdmin.io