Tag: centos
-
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 Webmin on CentOS 7
INSTALL WEBMIN To get started, login your remote server and follow the steps below: First, create a new file webmin.repo in /etc/yum.repos.d/ : and paste below line: Install webmin GPG key using below command. Now, update the repositorys: Install webmin: Start the service and make it start automatically By default, Webmin will listen on port…
-
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…