In this article we’re teach you how to Install and Configure Cacti on CentOS/RHEL 6. Some info from Wikipedia: Cacti is an open-source, web-based network monitoring and graphing tool designed as a front-end application for the open-source, industry-standard data logging tool RRDtool. Cacti allows a user to poll services at predetermined intervals and graph the […]
You are browsing archives for
Tag: centos
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, […]
OpenVPN Installation and configuration o...
Step-by-step tutorial that will guide you through installing OpenVPN on CentOS 6.x server, Including all installation steps in screen shots demos, commands
A Basic 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 […]
How To: read a CentOS / RHEL core dump f...
How To: read a CentOS / RHEL core dump file How can you read a core dump file? From wikipedia: In computing, a core dump (in Unix parlance), memory dump, or system dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated […]