Tag: linux

  • Install REDIS with Plesk Onyx

    This is a quick guide on how to install both the Redis PHP extension as well as the daemon via SSH on a Plesk Onyx webserver. REDIS provides memory caching for frequently accessed objects.   How to install the plugin: Log in to the command line via SSH as the ROOT user and run the…

  • Install mcrypt and PHP upgrade to 5.3.3

    On CENTOS5 upgrade php to 5.3.3 and installed mcrypt for the use of Magento. Here are the commands to install it all upgrade PHP 5.3: list command to quickly get information: checked to make sure that those packages were available for php53: Stop webserver remove the old PHP packages: Installed the available replacement packages: Install…