
How to Find the Release Version of Your Linux/Unix
It is very difficult to remember the release version for each of unix servers if you have a lot of different Linux distributions installed on many different machines. But, no…
How to Find the Release Version of Your Linux/Unix
It is very difficult to remember the release version for each of unix servers if you have a lot of different Linux distributions installed on many different machines. But, no…
How to Install and Configure Nagios NRPE
In the previous article, i have guide you on how to install Nagios Core, mainly for network and services monitoring. In this post, i will guide you on how to…
How to Configure LDAP Authentication for Nagios on CentOS 5.5
This article assume that you already installed the nagios server on LAMP CentOS server and also installed 389 directory server. On the previous tutorial, the user that allowed to manage…
How to Install Nagios on CentOS 5.5
Nagios is a popular open source system and network monitoring software application. It monitor hosts and services and then alerting users when something wrong has been triggered. It is the…
How to Install Cacti on CentOS 5.5
Cacti is a complete network graphing solution that usefull for network administrator to monitor their network bandwidth. It is very easy to use and have the following features: Graphs Data…
How to Install Awstats on CentOS 5.5
In this tutorial i will guide you on how to install AWStats in CentOS server. AWStats is a free powerful tool that generates advanced websites statistics, graphically. This tutorial assumes…
How to install and Configure NTP client on CentOS/RHEL to Synchronize the Clock
NTP, Network Time Protocol, it is an Internet protocol used to synchronize the clocks of computers or servers to some NTP server on internet or intranet. In CentOS, it is…
How to Reset CentOS root Password
For those who are forgot their CentOS root password, please do not panic. There was the easy way to reset the root password for CentOS. Please follow this steps and…
How to install Bind DNS server on CentOS and RHEL
This steps show you on how to install Bind DNS for CentOS or Redhat Enterprise (RHEL) using yum command : [root@server ~]# yum install bind-chroot Loaded plugins: fastestmirror Loading mirror…
How to install VMware Tools in Linux VM
VMware Tools is a group of utilities that enhances the overall performance of the virtual machine’s guest operating system (OS) and improves management of the virtual machine (VM). This is…
How to Restore MySQL database using PHPMyAdmin
Previously, i have teach you how to backup the MySQL database. Now, i will brief you the simple steps on how to restore MySQL database using phpmyadmin. This steps only…
How to Install WAMP Server on Windows XP or Windows
WAMP SERVER(WampServer) is a great package for PHP developers or maybe students or maybe the newbie system administrators or webmasters. Generally, Wamp Server consist of Apache, MySQL and PHP. In…