How to install PHP PECL Extension
PECL is a repository for PHP extensions. To install PHP extensions from PCEL, you can use the command pcel install EXTENSTION_NAME_HERE To…
PECL is a repository for PHP extensions. To install PHP extensions from PCEL, you can use the command pcel install EXTENSTION_NAME_HERE To…
The mcrypt extension has been abandonware for nearly a decade and was deprecated in PHP 7.1, It has been removed from PHP…
To redirect a webpage to another using HTML, you can use meta tag with http-equiv=”refresh”. Back to redirect
apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run yum install apcu-panel The package provides following files [root@localhost…
To install CyberPanel on Ubuntu, run Once installed, you can log in to the admin area at Back to Cyberpanel
Engintron is a Cpanel plugin that allows you to use the Nginx web server as a reverse proxy in front of the…
Webuzo Hosting control panel stores MySQL root password in the file /var/webuzo/my.conf To find MySQL root password on the Webuzo server, run…
How to enable SSL in KVS? Edit file admin/include/setup.php, Find variable name $config[‘project_url’], this will have your website URL. Replace http with…
To install APC cache on CentOS 7, run yum install php-pecl-apcu After that, you need to restart the Apache webserver. systemctl restart…
On a Proxmox server, LXC container failed to run docker. When I start a docker container, I get the following errors. root@erpdo:~#…
On a CentOS server, when uploading a 100 MB video file in WordPress media manager, I got the following error message Request…
lxd-p2c is developed by LXD team to migrate physical servers into LXD containers. https://github.com/lxc/lxd/tree/master/lxd-p2c Static binary files are available in Github. To…