To change default time zone in MySQL , you must have the root privilege to the server. We have to edit the MySQL configuration file to change the time zone of MySQL server from its default. […]
How to upgrade MySQL from 5.1 to 5.5 in Plesk server?
Today, In this post we will discuss about the steps to upgrade MySQL version from native 5.1 to 5.5 on Plesk 12.5 version with CentOS 6 OS. By default the Plesk 12.5 comes with MySQL version 5.1. […]
How to setup Phpmyadmin on Ubuntu 16.04 LAMP Server
The new version of Ubuntu server has included PHP7, MariaDB, and phpMyAdmin in its repository. That means users can easily install those apps by simply using apt-get install command. […]
Performance tuning script for MySQL – Mysql Tuner
MySQLTuner is a Perl script that analyzes your MySQL performance and, based on the statistics it gathers. MySQL has a lot of variables in its settings. We can modify and set factors to our specifications on our server. […]
PHP modules not loading properly on CloudLinux
We were facing this problem on one of our server, Those websites using server’s native PHP version were not loading properly. The modules in CloudLinux’s PHP versions are not loading correctly. They are not selected by default. Our server has latest cPanel installed with EasyApache 4 . […]
How to setup a working Apache server on Ubuntu 16.04
In this article I will guide you How to setup a working Apache server on Ubuntu 16.04. We will have Apache, MariaDB, and definitely the fastest version of PHP, the PHP 7 – this setup is known as LAMP Stack. […]
How to install Webuzo CP on Ubuntu 15.04 VPS
Webuzo is a single user hosting control panel suitable for both Dedicated or Virtual Private Server (VPS). This control panel is also compatible with cloud environment. Webuzo can easily installed on your virtual servers. Webuzo has easy-to-use and sleek user interface. It is like cPanel without WHM. […]
Move cagefs-skeleton directory from /usr/share to another partition
CageFS is a virtualized data file program and a tool to lock each program client in its own ‘cage’. Each client will have its own completely efficient CageFS, with all the system files, resources, etc. For a cageFS allowed client only safe binaries are available, client will not see any other customers etc are the […]
How to Speed Up cPanel to cPanel Migration
Sometimes migration of accounts from cPanel to cPanel takes long time, if the accounts have high disk usage. We can avoid this delay by skipping home directory and sync the home directory by using rsync command after the migration. […]
Getting Nginx disabled message while trying to start Nginx service in Plesk
Sometimes we get the following error message, even if Nginx is enabled in plesk. /etc/init.d/nginx start Not starting nginx as it is disabled in config To make sure the nginx service is enabled in the server use the following commands. […]