How to Install Wireshark on CentOS 6.3
Wireshark is a popular network protocol analyzer that can be used to monitor and analyze network traffic. In this guide, we will show you how to install Wireshark on CentOS…
How to Install Wireshark on CentOS 6.3
Wireshark is a popular network protocol analyzer that can be used to monitor and analyze network traffic. In this guide, we will show you how to install Wireshark on CentOS…
How to Install Httpd on CentOS 6.3
This post will show you the quick steps to install apache httpd on linux CentOS 6.3 server. Apache httpd is one of the most popular web servers and has a…
How to Configure Static IP Address on CentOS 6.3 Linux Server
A static IP address is a permanent and fixed IP address assigned to a device that doesn’t change even after restarting. A static IP address can be configured on a…
How to Switching or Changing Between Different Runlevels on Linux
In Linux, understanding and managing runlevels is a crucial skill for any webmaster or website administrator. Runlevels are essentially software configurations of a Linux system that permit only a certain…
How to Check and Display Runlevel on Unix or Linux System
In Unix or Linux servers, understanding and checking runlevels is a crucial skill for any webmaster or system administrator. A runlevel is a software configuration of the system that allows…
How to Configure NFS Client on Linux
Network File System or NFS, is a server-client protocol for sharing files between computers on network. NFS server will enables it’s client to mount a file system on a remote…
How to Configure Linux NFS Server on CentOS 6.2
In this example, i will configure a nfs server on CentOS 6.2. Network File System or NFS, is a server-client protocol for sharing files between computers on network. NFS server…
How to Install and Configure Munin on CentOS 6.2
Munin is a network/system monitoring application that presents output in graphs through a web interface. Munin is a monitoring tool surveys all your computers and remembers what it saw. Munin…
How to Configure Persistent Static Routes on Linux CentOS 6.2
Static routes are used to define the path that network traffic should take through the network. In CentOS 6.2, you can configure persistent static routes, which means that the routes…
How to Setup phpMyAdmin 3.5.1 on CentOS 6.2 using Remi Repository
phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. It is a tools that…
How to Properly Shutdown and Reboot Linux CentOS 5/CentOS 6/RHEL 5/RHEL 6
This post will show you the proper command to shutdown and reboot the linux server. To shut down Red Hat Enterprise Linux(RHEL) and CentOS, the root user may issue the…
How to Enable LDAP Authentication for Subversion on CentOS 6.2
This post will show the quick steps to enable LDAP authentication for existing subversion on linux CentOS 6.2. This guideline assumed that your existing subversion server has been configured properly…