Skip to main content

Latest feeds

How To: Install phpMyAdmin on CentOS/RHE...

In this article I will guide you through the steps to install phpMyAdmin. Some info from wikipedia: PHPMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases,tables, fields or rows; executing SQL statements; or managing users and permissions in a GUI based […]

How To: Set up Apache Virtual Hosts

In this article I will teach you the options available to create Apache Virtual Hosts in order to serve more than one site on the same machine. These scenarios are those involving multiple web sites running on a single server, via name-based or IP-based virtual hosts. Some info from wikipedia: Virtual hosting is a method for hosting multiple domain names (with separate […]

How To: Install RHEL EPEL Repo on Centos...

What is EPEL? EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible spinoffs, such as CentOS and Scientific Linux. As part of the Fedora packaging community, EPEL packages are […]

LVM Tutorial: Logical Volume Manager

In this tutorial, I will teach you how to use LVM. Some info from wikipedia: LVM is a logical volume manager for the Linux kernel; it manages disk drives and similar mass-storage devices. The term “volume” refers to a disk drive or partition thereof. It was originally written in 1998 by Heinz Mauelshagen, who based its design on that […]

How To: Install Webmin on CentOS/RHEL 6....

This article will teach you how to install Webmin on CentOS/RHEL machines. The installation process is simple and includes only 3 steps. In order to understand a bit more about the tool, I have added the Wikipedia value: Webmin is a web-based system configuration tool for Unix-like systems, although recent versions can also be installed and run on Windows.[4] With […]

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, […]