Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Edit the following file vi Add a random string into $cfg[‘blowfish_secret’]=
To install phpMyAdmin issue the following at shell yum install phpmyadmin Restart apache and you’re good to go service httpd restart
This is how I installed Imagemagick on a vanilla CentOS server Start off by installing the prerequisites yum install php-pear gcc php-devel php-pear Issue the following to verify whether you have Imagemagick available via the current repositories yum list ImageMagick*…
I recently had to upgrade PHP on an old server, here is how I did it. Please note: This will remove all your PHP components and any custom settings you may have done, you’ll have to repeat all that you…
Start of by making sure you have the rpmforge repo installed Install DAG’s GPG key rpm –import 32-bit wget 64-bit wget Install the repo rpm -i rpmforge-release-0.5.3-1.el6.rf.*.rpm Install swftools yum install swftools -y
Today I’m going to walk you through how I went about replacing MySQL with Percona. The load on one of my servers reached the point where replacing MySQL with Percona just made sense. The approach used here may seem redundant…