X

MariaDB 10 Upgrade From MySQL 5.1 on CentOS 6

MariaDB is a fork of MySQL that was created from some of the original developers of mysql after MySQL was…

LinuxAdmin.io

ModSecurity Installation With Apache On CentOS

ModSecurity is an open source monitoring system for web applications. It has powerful rule sets that allow you to protect…

LinuxAdmin.io

mod_auth_token Installation In Apache

mod_auth_token is a apache module that can be used to sign URLs,  using this it can create time based urls…

LinuxAdmin.io

Compile Apache 2.4 From Source

Compiling Apache 2.4 from source is easy and allows for more customization later on. It also allows for control over…

LinuxAdmin.io

Virsh KVM Commands For Management

Virsh is a command line executable to control existing virtual machines.  It includes a number of commands to help manage…

LinuxAdmin.io

Hot Clone A CentOS Server With Rsync

Hot Clone is the term used to describe to completely clone a Linux server using r-sync across the network. This is…

LinuxAdmin.io

MySQL Replication Master Slave Setup

MySQL Replication allows you to synchronize slave copies of a MySQL server. You can then use the slave to perform…

LinuxAdmin.io