• 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:

    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:

    Kickstart File on CentOS 6

    Kickstart file is a great solution which enables you to automate installation of CentOS Linux, Red Hat Enterprise Linux and other Red Hat Linux derivates. Kickstart file is basically a single file containing answers to all the questions that you would normally be asked during a typical installation of your Linux system. Kickstart file can […]

    Read more

  • Posted in:

    Working with YUM on CentOS 6

    Yum or Yellowdog Updater Modified is a command line package management solution for Linux systems using RPM‘s like Red Hat Enterprise Linux, CentOS Linux, Fedora,… We can use yum to search, install, remove and check for additional information about RPM packages available to our Linux system. Yum works with local or remote repositories which are […]

    Read more