How to install APC from Source – Ubuntu

Install APC (Alternative PHP Cache) using the source code. In some linux distributions or in particular cases you might want to avoid installing APC using the command apc-get…

Remove / Uninstall APC – Ubuntu

How to remove APC in Ubuntu? Uninstall PHP APC in Ubuntu? If you want to uninstall APC run the following command…

phpize: command not found – Ubuntu

If you’re running Ubuntu you might have tried to run the phpize command. In case it is not installed in your system, you just need to install the php5-dev package…

How to Optimize your MySQL tables from the command line

All the MySQL tables have the be optimized once in a while. Ideally, once a week perhaps. You can do that by either going to your phpMyAdmin or, if you’re a badass command line user, run the following command…

« Previous