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 […]
centos7
-
-
by Mitch 3 Comments
A while ago i noticed that /var partition on a certain server was almost filled up to a 100% up and started researching what caused this. I noticed that log files in /var/log directory were not rotating. I decided to run the log rotation manually when i got this error “error: bad top line 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 […]
-
Posted in:
Manage Users and Groups on Linux
by Mitch 2 Comments
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) […]
-
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 […]
-
Posted in:
Working with YUM on CentOS 6
by Mitch 0 Comments
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 […]
-
by Mitch 0 Comments
Are you getting “Pnp4Nagios XML file not found Error”? Read this post and fix this error. Learn how to get Pnp4Nagios performance data graphs working.
-
by Mitch 4 Comments
Learn how to write Nagios Plugin Bash Script with correct responses and exit codes for Nagios Server to understand.
-
Posted in:
Reset File Permissions on CentOS 6
by Mitch 16 Comments
Learn how to reset file permissions and ownership on CentOS 6 to default, as it is when software RPM package is freshly installed.
-
by Mitch 41 Comments
Learn how to resize (extend and reduce) non-LVM partition and filesystem on CentOS 6 Linux with fdisk and resize2fs without loosing your data.
-
Posted in:
Manage IP Alias on CentOS 6
by Mitch 0 Comments
Learn how to use IP aliasing on CentOS 6. IP alias / IP aliasing is assigning multiple IP addresses to a single physical network interface.
-
by Mitch 4 Comments
Got “NRPE: Unable to read output” error in Nagios and do not know what exactly it means and how to fix it? Read this post and learn how to fix it!