How to Install Centos Remote Desktop (RDP) on VPS

In this small tutorial we are going to learn how to install an CenOS remote desktop (rdp)  on a linux vps with centos operating system installed. Linux remote desktop has...

Read More

How to Find a File in Centos

Click on the button “terminal” on the CentOS desktop to open the Linux command prompt window. Type the command “find -name tables.txt” and press “Enter” to start searching a file....

Read More

Load Balancing with DNS

Introduction: A DNS based approach is a classical approach to sharing the load between multiple servers. DNS responds to domain name look-up requests issued by clients and returns the corresponding...

Read More

Drupal.Org Resets 1 Million Passwords After Data Breach

The distributors of the popular open-source content-management framework Drupal are resetting the passwords of nearly 1 million user accounts after hackers gained unauthorized entry to sensitive user data, including email...

Read More

How to Install Postfix on CentOS 6

About Postfix Postfix is free open source Mail Transfer Agent which works to route and deliver email. Cyrus is a server that helps organize the mail itself. Step One —Install...

Read More

How To Define Nagios Contacts With Email

Nagios is one of the best open source server and network monitoring solutions available.  Using the flexible nagios framework, you can monitor pretty much anything (including database and custom application)....

Read More

How To Install Nagios On CentOS 6

Step 1 – Install Packages on Monitoring Server rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install nagios nagios-plugins-all nagios-plugins-nrpe nrpe php httpd chkconfig httpd on && chkconfig nagios on...

Read More

How To Increase size of /var/tmp and /tmp (Centos)

I was frequently getting an error message that the /var/tmp directory in one of my cPanel CentOS 5.5 server is full and I need to delete some data. A cronjob...

Read More

Installing and configuring FFmpeg and FFpeg-Php

FFMPEG is a complete solution to record, convert and stream audio and video segments. It includes libavcodec, the leading audio/video codec library. NOTES: This guide had been used effectively on several...

Read More

CentOS 6 – MySQL Server & PHPMyAdmin

Install and Configure Notes If you already have MySQL installed from the yum repositories, then you won’t be able to follow this guide as your MySQL version is too old....

Read More