Skip to main content

How To: Install CentOS 6.4 step by step ...

In this article, I will guide you step by step how to install CentOS 6. Some info from wiki: CentOS (“Community Enterprise Operating System“) is a Linux distribution that attempts to provide a free enterprise class computing platform which has 100% binary compatibility with its upstream source, Red Hat Enterprise Linux (RHEL).[4] As of versions 5.10 and 6.4, CentOS officially supports the x86 architecture with Physical Address Extension (PAE) and […]

How To: Install SVN on Linux CentOS/RHEL...

This tutorial will  show you how to install subversion server (SVN) step by step and publish it in Apache in CentOS/RHEL Linux. So first, a quick wiki: Apache Subversion (often abbreviated SVN, after the command name) is a software versioning and revision control system distributed as free software under the Apache License.[1] Developers use Subversion to maintain current and historical versions of files such as source code, […]

A Basic MySQL Tutorial

mysql tutorial

A Basic MySQL Tutorial About MySQL MySQL is an open source database management software that helps users store, organize, and retrieve data. It is a very powerful program with a lot of flexibility—this tutorial will provide the simplest introduction to MySQL How to Install MySQL on linux: Ubuntu and CentOS If you don’t have MySQL […]

How To: MySQL replication – Master / Sla

MySQL replication enables one database server (we’ll call it the Master server) to be replicated to one or more database servers (we’ll call those the Slave servers). With MySQL, replication is asynchronous. This means your Slave servers do not need to be connected permanently to receive updates from the Master – for example, you could […]