Showing posts with label vps server. Show all posts
Showing posts with label vps server. Show all posts
Saturday, 6 October 2018
Tuesday, 31 July 2018
Tuesday, 3 July 2018
disable Zend Opcache temporarily
bạn hãy edit file cấu hình
sau đó restart lại php-fpm
/etc/php.d/10-opcache.ini hoặc /etc/php.d/opcache.ini
nano /etc/php.d/10-opcache.ini
Chỉnh tham số
opcache.enable=1 thành opcache.enable=0,sau đó restart lại php-fpm
service php-fpm restart
Wednesday, 13 June 2018
hocvps
a
sh install wordpress
else
curl -sO https://hocvps.com/scripts/$(cat /etc/redhat-release | grep -o ‘[0-9]\.[0-9]’)/install && ba
sh install
fi/bin/install: /bin/install: cannot execute binary file
sh install wordpress
else
curl -sO https://hocvps.com/scripts/$(cat /etc/redhat-release | grep -o ‘[0-9]\.[0-9]’)/install && ba
sh install
fi/bin/install: /bin/install: cannot execute binary file
Tuesday, 3 April 2018
How ssh work and generate ssh public key and private key?
Source: https://wiki.cdot.senecacollege.ca/wiki/OPS335_Lab_1
Generate key:
$ ssh-keygen
You will have id_rsa.pub and id_rsa
Send id_rsa.pub to server admin or paste into server you need to ssh.
Subscribe to:
Posts (Atom)


