glype force ipv4
add this link in browse.php on line 303
//force ipv4
$toSet[CURLOPT_IPRESOLVE] = CURL_IPRESOLVE_V4;
add this link in browse.php on line 303
//force ipv4
$toSet[CURLOPT_IPRESOLVE] = CURL_IPRESOLVE_V4;
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...
This entry will guide you on how to install APCu Object Cache for PHP 7.1 on Ubuntu 16.04. To ensure you get the latest version use the following com...
<?php $url = 'http://www.example.com/'; exec('wget -mk -w 1 '. $url); ?> References: http://fosswire.com/post/2008/04/create-a-mirror...