allposts

Random entry RSS

  • Posted in:

    Forward & Reverse Apache Proxy – CentOS 7

    There are two possible configurations for Apache Proxy Server and we will present installation and configuration of both types this how to. Forward Apache Proxy is a proxy configuration that is commonly used in companies and it enables users to access the internet. Users or clients must configure their browsers or operating system to use a proxy server (Forward Apache […]

    Read more

  • Posted in:

    Increase Root Partition Size – LVM – CentOS

    Since i have been getting alot of questions on how to increase root partition size on a linux system i decided (finally!) to write a how to about this topic. Linux root partition is different from all other partitions on your system since it holds all of the system files required for your system to run […]

    Read more

  • Posted in:

    Install Nagios on CentOS 7

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

    Read more

  • Posted in:

    SSL Library Error: error:0906D06C:PEM

    Recently i was migrating an Apache HTTP Server (httpd) server from one linux machine to another. The problem was, that on the source linux machine Apache HTTP Server (httpd) was a custom compiled 2.4.4 and we were having constant problems when patching the linux machine (openssl libraries etc.). So we decided to replace the custom compiled Apache HTTP Server (httpd) with […]

    Read more

  • Posted in:

    Install CentOS 7 – CentOS 7 is Here!

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

    Read more

  • Posted in:

    Install Zenoss Monitoring Server on CentOS 6

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

    Read more

  • Posted in:

    Install PostgreSQL 9.3 on CentOS 6

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

    Read more

  • Posted in:

    Install OwnCloud on CentOS 6

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

    Read more

  • Posted in:

    Mobile Payment Technology

    Mobile Payment Technology Alternative payment technology is nothing new. There have been a whole range of services available for many years to carry out payments without the need for a credit card or other form of plastic. Yet, this last decade has seen an exponential rise in the proliferation of alternative payment methods. Many of […]

    Read more

  • Posted in:

    Manage Users and Groups on Linux

    If you are a linux system administrator one of the more important things to learn and to know is how to manage users and groups on linux systems. This guide will describe how to add, delete and modify users and groups (manage users and groups) on CentOS 6 linux (same applies to other linux distributions) […]

    Read more

  • Posted in:

    Build Apache 2.4.9 RPM on CentOS 6

    We all know Apache HTTP Server. Apache is de-facto web server on UNIX-like systems and is maintained by an  open community of developers of the Apache Software Foundation. Apache HTTP Server is released under the Apache License and is an open-source software. The problem with Apache HTTP Server on CentOS and other RHEL based distros is, […]

    Read more