CentOS 6.2

Install Apache, PHP and MySQL on centOS 6.2 In this post, i will share with you on how to install Apache Httpd, PHP and MySQL on linux CentOS 6.2 server. All these steps has been tested on CentOS 6.2. Assume that you have installed minimal installation type CentOS 6.2 and

{ 0 comments }

How to Tuning, Install and Configure 389 Directory Server on CentOS 6.2

389

389 Directory Server 1.0 Tuning 389 Directory Server on CentOS 6.2 This post will share with you on how to perform system tuning analysis, install and configure 389 Directory Server on linux CentOS 6.2 server. 389 Directory Server is an enterprise-class open source LDAP server for Linux. It is based

How to Install 389 Directory Server on CentOS 5.8

389

389 Directory Server is an enterprise-class open source LDAP server for Linux and it’s based on Fedora Directory Server.This post will show you the quick steps to install 389 Directory Server on linux CentOS 5.8 server using EPEL repository. This post assumed that your CentOS server has been completely installed

How to Tuning 389 Directory Server on CentOS 5.8

389

389 Directory Server is an enterprise-class open source LDAP server for Linux and it’s based on Fedora Directory Server. I will share with you on how to perform system tuning analysis for 389 Directory Server on linux CentOS 5.8 server. This post assumed that your CentOS server has been completely

How to Install and Configure RPMforge Repository on CentOS 5.8

centos

RPMforge repository is a collaboration of Dag, Dries, and other packagers. In this post i will show on how to install and configure RPMforge repository on linux CentOS 5.8 server. This steps has been tested on CentOS 5.8 and may working on CentOS 6.x as well. 1. Download the rpmforge-release

How to Mount CDROM Media on CentOS 6.2

centos

Question : How to mount CDROM/DVDROM media on linux CentOS 6.2 server ? Solution : To mount CDROM media, simply run the following command : [root@centos62 ~]# mount /dev/cdrom /mnt Examples : [root@centos62 ~]# mount /dev/cdrom /mnt mount: block device /dev/sr0 is write-protected, mounting read-only

How to Install PHP 5.3.3 on CentOS 5.8

php

PHP: Hypertext Preprocessor is a widely used, free and open-source server-side scripting language that was especially designed for web development to produce dynamic web pages and can be embedded into HTML. PHP applications are commonly found with the filename extensions .php, .php4, or .php5. In this post, i will share

How to Install and Configure Joomla 2.5.4 on CentOS 5.8

joomla2.5

On 2nd April 2012, Joomla Project has announced the immediate availability of Joomla 2.5.4 which is security release. In this post, i will show the steps to install Joomla 2.5.3 on CentOS 5.8 server. This steps may also working on other versions such as CentOS 5.1, CentOS 5.2, CentOS 5.3,

How to Turn Off or Disable Output Buffering for php.ini on PHP 5.3.3

php

In this post, i will show how turn off or disable output buffering for php.ini on PHP 5.3.3. Output buffering is used by PHP to improve performance and to perform a few tricks. PHP will send buffer to browser every get_opt(‘output_buffering’) bytes. Turning on output buffering alone decreases the amount

How to Fix “Your host needs to use PHP 5.2.4 or higher to run this version of Joomla!”

joomla2.5

Question : When i try run joomla 2.5.4 installation wizard, I get the following error : http://server_ip_address/joomla254/installation/index.php Your host needs to use PHP 5.2.4 or higher to run this version of Joomla! Solution : Install latest version of the PHP. To install PHP version 5.3.3, simply run the following command

How to Fix “php53-common conflicts with php-common” on Linux

php

Question : When i try to install php on Linux CentOS 5.8, i get the following error and cannot proceed with the php installation. [root@centos58 ~]# yum install php* -y .. –> Processing Conflict: php53-common conflicts php-common –> Finished Dependency Resolution php-pecl-gmagick-1.1.0-0.2.RC2.el5.i386 from epel has depsolving problems –> php-pecl-gmagick conflicts

How to Install Unzip to Extract Zip File on CentOS 5.8

ZIP

Question : When i try to extract .zip file, i get the following error : -bash: unzip: command not found As example, i try to extract “Joomla_2.5.4-Stable-Full_Package.zip” file, but it return me this error : [root@centos58 ~]# unzip Joomla_2.5.4-Stable-Full_Package.zip -bash: unzip: command not found Solution : Unzip will list, test,