This article is about how to install LEMP stack using CentOS 6. LEMP stands for Linux (E)Nginx(Pronounced as EngineX) MySQL PHP. Learn more about LEMP stack here
Continue reading “Installing LEMP stack using CentOS 6”
Category: CentOS
Building official CentOS 6 image for Docker
For building the official CentOS docker image, we would need to download the necessary files from the following link:
CentOS 6 Official docker image build files
Continue reading “Building official CentOS 6 image for Docker”
Percona XtraDB cluster – 2 machine setup on CentOS 6
The following article show how to setup a 2 machine PerconaDB XtraDB cluster on CentOS 6
Lets assume there are 2 machines
- 10.10.10.76
- 10.10.10.77
Continue reading “Percona XtraDB cluster – 2 machine setup on CentOS 6”
Percona XtraDB Cluster – 2 Machine setup on Debian Jessie
This article describes how to install and configure PerconaDB xtraDB cluster on Debian 8(Jessie). The installation procedure is same for both the machines.
Installation
Here in this exercise we are going to build a cluster of 2 machines. Let us assume that the 2 machines are having the following IP:
- 10.10.10.76
- 10.10.10.77
Continue reading “Percona XtraDB Cluster – 2 Machine setup on Debian Jessie”
Bundling CentOS 7.x image for OpenStack
This article explains how to create a CentOS 7 image on KVM for uploading it to the image store on OpenStack Juno (This article may be applicable for other versions as well). I have used KVM running on Ubuntu 14.04.2 64-bit server for creation of the image.