Posts

Showing posts from August, 2010

Avoiding alias commands in linux

Avoiding alias commands in linux For ex: Use \cp instead of cp

Latest update of openssl breaks Parallels Panel Plesk on Centos - fix

from kb.parallels wget -c http://kb.parallels.com/Attachments/12669/Attachments/sw-cp-server-1.0-6.201004011130.centos5.x86_64.rpm rpm -Uhv sw-cp-server-1.0-6.201004011130.centos5.x86_64.rpm

PECL uploadprogress on Centos

yum install gcc yum install make yum install php-devel yum install php-pear pecl install uploadprogress from http://drupal.org/node/456686

Updating to PHP 5.2 on Centos

wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh yum upgrade mv /etc/php.ini.rpmnew /etc/php.ini mv /etc/httpd/conf.d/php.conf.rpmnew /etc/httpd/conf.d/php.conf /etc/init.d/httpd restart from http://www.atomicorp.com/wiki/index.php/PHP