netdata
To install netdata, run Once installed, you will be able to see server stats at Stop/start/restart netdata
To install netdata, run Once installed, you will be able to see server stats at Stop/start/restart netdata
To install master on Ubuntu 16.04, lets start by installing docker. apt-get update apt-get install -y docker.io Now install kubeadm apt-get update…
Limit Access Using htaccess Apache Limit access to a url Disable PHP on a folder How to protect .git folder using htaccess…
sed can be used to replace text in a file. g = Global, replace everything in a file.s = substitute text-i =…
Reset VestaCP admin password MySQL root password in VestaCP Change Server Hostname in VestaCP VestaCP SSL for mail server VestaCP redirect webmail…
To enable Zend OPCache in PHP, edit php.ini add following to end of the file zend_extension=opcache.so Now you may need to adjust…
Lets install the requirements. On CentOS, run yum -y install libxml2-devel libcurl-devel libmcrypt-devel openssl-devel yum -y install libjpeg-turbo-devel libpng-devel freetype-devel libtidy-devel Before…
To install Redis PHP module from source, run cd /usr/local/src git clone https://github.com/phpredis/phpredis.git cd /usr/local/src/phpredis /usr/serverok/php-7.1.12/bin/phpize ./configure –with-php-config=/usr/serverok/php-7.1.12/bin/php-config make && make install…
When install redis php module, i get error Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then,…
xe command is used to manage XenServer from command line [root@ns319379 ~]# xe help Usage: xe [-s server] [-pw passwd] [-p port]…
When compiling PHP 7 on CentOS 7, i got error configure: error: Cannot find libtidy To fix this, install libtidy-devel module. yum…