How to Mount a Windows Shared Folder in Linux CentOS 6.3
Windows and Linux are two popular operating systems that use different file systems. However, it is possible to share files between them. In this guide, we will focus on how…
How to Mount a Windows Shared Folder in Linux CentOS 6.3
Windows and Linux are two popular operating systems that use different file systems. However, it is possible to share files between them. In this guide, we will focus on how…
Apache Reverse Proxy Configuration for Linux
A reverse proxy operates as a gateway and presents itself to the client as a standard web server. This guide will walk you through the process of setting up and…
How to Find Default Gateway IP address on Linux
The default gateway is a network device that allows a computer to communicate with other networks, including the internet. Knowing your default gateway IP address is essential when configuring or…
How to Check Disk Read and Write Speed in Linux with HDPARM Utility
Checking the disk read and write speed is essential to understand the performance of your system and useful to determine the performance of your storage device, especially when it comes…
How to Fix “-bash: hdparm: command not found” on Linux CentOS 6.3
In the vast world of web servers, encountering errors is a common occurrence. These errors, while frustrating, provide an opportunity to delve deeper into the intricacies of server management. One…
How to Setup Nginx With PHP-FastCGI on CentOS 6.2/CentOS 6.3 VPS Server
At the previous post, i have setup Nginx as reverse proxy to apache web server. This post will covers the steps how to setup nginx web server to use PHP-FastCGI…
3 Ways to Configure Persistent Static Routes on Linux CentOS
In CentOS, there are multiple methods to configure persistent static routes. Utilizing static routes can significantly enhance the overall performance of your network. This is achieved by manually adding routes…
How to Create Additional LVM on CentOS 6.3
This post will covers the steps to create additional Logical volume manager (LVM) on CentOS 6.3. This will very useful when the production system facing run out of disk space…
How to Install PostgreSQL 9.2 on CentOS 6.3
This quick post shows the basic steps to install PostgreSQL Database Server (PostgreSQL 9.2) on CentOS 6.3. This steps has been tested using CentOS 6.3. However, It may works on…
How to Fix “-bash: man: command not found” on CentOS 6.3
This quick post shows the step to install “man” command on Linux. In linux CentOS 6.2 and CentOS 6.3 operating system, “man” command has not been installed automatically. The Linux…
How to Install php-mcrypt on CentOS 6.3
mcrypt exension for PHP is necessary if we want to use cookie based authentication with phpymyadmin. In default CentOS 6.3 yum repository or in CentOS 6.3 installation CD/DVD, php-mcrypt exension…
How to Remove Squid on CentOS 6.3
There could be several reasons why you might want to remove Squid from your CentOS 6.3 system: No longer needed: You may have installed Squid for a specific purpose or…