Have you tried running latest Apache 2.4 with PHP 7.0 on CentOS 6? Last time i ran into trouble when a customer asked me to update Apache from 2.2.X to 2.4.X running on CentOS 6 with addition of keeping the PHP operational. I’ve checked third party repositories for Apache 2.4 RPMs so i would not […]
install
-
-
by Mitch 0 Comments
This is the latest post on how to install Nagios Core 4.1.1. on latest CentOS 7.2 linux. Nagios is well known as a great monitoring tool which can be quite scalable and really undemanding from resource point of view. Nagios configuration can be a bit mind boggling at first, but gets easier after some usage. Nagios is […]
-
Posted in:
Install PostgreSQL 9.4 on CentOS 7
by Mitch 2 Comments
PostgreSQL is a database server. It is an object-relational database management system and it’s main purpose is to store data. PostgreSQL calls itself “The world’s most advanced open-source database”. It is a fact that MySQL andPostgreSQL are two most popular open-sourcerelation database management systems (RDMS). It is up to you to choose the one you like the […]
-
Posted in:
Apache Server Status Module
by Mitch 0 Comments
The Apache Server Status module is an addition to Apache HTTP Server. It is a module that enables insights into the Apache HTTP Server performance and statistics. On CentOS Linux, Apache Status module is provided by the httpd RPM package, so if you are running Apache, this module is already installed and wait for it […]
-
by Mitch 22 Comments
Want to install and configure Postfix with Dovecot on CentOS 6? Or are you wondering whatPostfix orDovecot is? In case you are wondering (i hope not, since you stumbled on this page), Postfix is a mail server or a bit more fancy word for it – Mail Transfer Agent (MTA). Actually MTA tells you what this application does. It transfers the […]
-
Posted in:
Install Nagios on CentOS 7
by Mitch 7 Comments
So CentOS 7 is out and there are quite some differences from it’s predecessor CentOS 6. This is why i decided to write a new how to installing Nagios Core 4.0.8 on the latest fully updated CentOS 7 minimal installation – Install Nagios on CentOS 7. The Firewalld and SELinux are both enabled and running in […]
-
We all know CentOS – Community Enterprise Operating System as a linux distribution aiming at enterprise class community-supported computing platform. CentOS aims to be 100% compatible with it’s upstream source Red Hat Enterprise Linux (RHEL). CentOS 7 was released on 7 th of July 2014 (RHEL 7 on 10th of June 2014) and its brings some major differences from it’s […]
-
by Mitch 10 Comments
Zenoss is a free and open source monitoring solution similar to Nagios. It can be used to monitor all sorts of hardware and in case of failures sends out alerts to recipients. Zenoss Core provides a web interface that allows system administrators to monitor availability, inventory/configuration, performance, and events. Compared to Nagios (my personal opinion) Zenoss has alot higher […]
-
Posted in:
Install PostgreSQL 9.3 on CentOS 6
by Mitch 5 Comments
PostgreSQL is a database server. It is an object-relational database management system and it’s main purpose is to store data. PostgreSQL calls itself “The world’s most advanced open-source database”. It is a fact that MySQL and PostgreSQL are two most popular open-source relation database management systems (RDMS). It is up to you to choose the one you […]
-
Posted in:
Install OwnCloud on CentOS 6
by Mitch 3 Comments
OwnCloud is a free and open-source software which enables you to create a private “file-hosting” cloud. OwnCloud is similar to DropBox service with the diference of being free to download and install on your private server. Advantage of OwnCloud over DropBox is that it is private (you manage it yourself) and not limited (only limited by hard disk […]
-
by Mitch 6 Comments
Distributed Replicated Block Device is a great way to replicate filesystem over the network to another server or host. Distributed Replicated Block Device actually mirrors a whole block device over the network therefore it is often used for High Availability (HA) clusters. Distributed Replicated Block Device is actually a network based RAID 1. Distributed Replicated Block Device has […]
-
Posted in:
Install Spacewalk on CentOS 6
by Mitch 25 Comments
Learn Step-by-Step how to install Spacewalk open source Linux systems management solution. Do it the easy way, download an automated bash script.