I’ve been searching for a cheap VPS for some of the projects I’m working on. I needed an affordable plan… (by that I mean CHEAP! <$20) with great stability and reasonable support. This sounds almost impossible to pull off… even in today’s world. Most popular shared plans cost more than $20… But wait, introducing Unmanaged [...]
Posts Tagged ‘server’
Aug 25
installing APC & uploadprogress on CentOS 5 [updated]
First, we need the pecl command so we can download and install APC from the repositories. I use the “remi” repo to give me the latest packages, so use “–enablerepo=remi” if you have it installed. yum install php-pear But, this will not run on its own, we need the following package for the phpize command: [...]