Linux

May 4, 2011

install apc for php

cd to where you dearchived the sourcecode files for apc export PHP_PREFIX="/opt/php" #where /opt/php is where you have php installed $PHP_PREFIX/bin/phpize ./configure --with-php-config=$PHP_PREFIX/bin/php-config make make install […]
October 12, 2010

Centos add additional repositories

yum install yum-priorities edit all .repo files from /etc/yum.repos.d/ and add bellow: [base], [addons], [updates], [extras], [centosplus] priority=1 bellow [contrib] priority=2 download RPMforge and check the […]
July 16, 2010

Cpanel: change ssl port for apache

The title it’s choosen to have cpanel word in it because changing ssl port from 443 to something else directly in http.conf will bring trouble when […]
June 25, 2010

protect server from high load

Bellow is a bash script that will save you a lot of energy and headaches when your server gets a high load. For instance if some […]
December 19, 2009

Optimize your hosting server

A quick info of how you can optimize your hosting server if you are using a LAMP (Linux Apache Mysql PHP) environment. I am keeping the […]