Install APCu Object Cache for NextCloud PHP 7.1 Ubunut 16.04
sudo apt update && sudo apt install php7.1-apcu -y
sudo apt update && sudo apt install php7.1-apcu -y
Follow this guide https://www.tecmint.com/install-imagemagick-on-debian-ubuntu/ ...
For Debian servers already stripped of sudo. apt install -y apt-transport-https lsb-release ca-certificates wget wget -O /etc/apt/trusted....
How to install and configuration NGINX with PHP. It's really simple. Install NGINX and php-fpm apt install nginx php-fpm Then add this configuration...
<?php $url = 'http://www.example.com/'; exec('wget -mk -w 1 '. $url); ?> References: http://fosswire.com/post/2008/04/create-a-mirror...
Steps: Enable remote xdebug in php.ini you will add a line in php.ini xdebug.remote_enable=1 Test your connection, if it doesn’t work with loca...