How to Download CentOS 6.3 ISO
Linux CentOS 6.3 has been released and available for the download. CentOS is a community-supported, mainly free software operating system based on Red Hat Enterprise Linux. It is an open…
How to Download CentOS 6.3 ISO
Linux CentOS 6.3 has been released and available for the download. CentOS is a community-supported, mainly free software operating system based on Red Hat Enterprise Linux. It is an open…
How to Install Vim on CentOS 6.3
Introduction: Vim is a popular, powerful, and highly configurable text editor that can be used to edit various types of files including source code, plain text files, and configuration files….
How to Setup WordPress Blog on CentOS 6.3
WordPress is an open-source blogging platform. It’s a free blogging tool and content management system (CMS) based on PHP and MySQL. This steps covers how to install the WordPress on…
How to Install VMware Tools on CentOS 6.3
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 Setup and Configure Yum Repository from CD-ROM/DVD-ROM image on CentOS 6.3
In this guide, we will walk you through the essential steps to set up and configure a local yum repository from a DVD/CDROM on CentOS 6.3. Utilizing a local yum…
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 Check and Disable SELinux on CentOS 6.3
Security-Enhanced Linux (SELinux) is a feature inherent to Linux that provides a robust security mechanism for supporting access control security policies at the kernel level. SELinux performs checks for allowed…
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…