Install required libraries and packages: For RHEL/CentOS and PHP 7.0: # yum install make plesk-php70-devel gcc glibc-devel GeoIP-devel zlib-devel For RHEL/CentOS and PHP 7.1: # yum install make plesk-php71-devel gcc glibc-devel GeoIP-devel zlib-devel For Debian/Ubuntu and PHP 7.0: # apt-get install plesk-php70-dev build-essential # apt-get install libgeoip-dev geoip-bin geoip-database For Debian/UbuntuĀ and PHP 7.1: # […]
How to install Memcached with Plesk
To install memached on server running Debian and plesk Onyx do the following: apt install plesk-php71-dev gcc make git pkg-config zlib1g-dev libmemcached11 libmemcached-dev git clone https://github.com/php-memcached-dev/php-memcached.git cd php-memcached/ git checkout php7 /opt/plesk/php/7.1/bin/phpize ./configure –disable-memcached-sasl –with-php-config=/opt/plesk/php/7.1/bin/php-config make && make install echo “extension=memcached.so” > /opt/plesk/php/7.1/etc/php.d/memcached.ini plesk bin php_handler –reread
Free DNS Hosting
GeoScaling offers FREE (up to 1 Million DNS Requests per month) managed DNS services with unique features. Redirect your users by Country, AS number, uptime, server load and custom rules, at the DNS level.Free DNS provider with many features Hurricane Electric Internet Services Cloudflare
How to test VPS Speed and Performance?
Here are some scripts to test your VPS performance wget freevps.us/downloads/bench.sh -O – -o /dev/null | bash How to Test VPS Download and Upload Speed wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py python speedtest.py –share How to Test VPS Disk I/O Performance dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync