Debian/Ubuntu + Nginx + PHP(5|7)-FPM + MySQL + Redis with VestaCP
apt-get update; apt-get upgrade -y cd /tmp wget http://vestacp.com/pub/vst-install.sh #wget http://vestacp.com/pub/vst-install-debian.sh #sed -i 's/ph..
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get install update-manager-core
do-release-upgrade
reboot
if can’t pingout or ‘ifconfig’ show nothing.
or ‘reboot’ show
“Failed to connect to bus: No such file or directory”
“Failed to talk to init daemon.”
/etc/init.d/networking
apt-get install upstart
apt-get install upstart-sysv
apt-get remove --purge --auto-remove systemd
apt-get clean
*https://www.claudiokuenzler.com/blog/634/ubuntu-16.04-xenial-container-on-14.04-trusty-lxc-host
#check version after reboot
cat /etc/issue
lsb_release -a
uname -a
January 8, 2017
apt-get update; apt-get upgrade -y cd /tmp wget http://vestacp.com/pub/vst-install.sh #wget http://vestacp.com/pub/vst-install-debian.sh #sed -i 's/ph..
วิธีการติดตั้ง php 5.3.x ให้ใช้งานได้บน server ที่ลง 5.2.x เดิมอยู่แล้ว โดยใช้ทริคที่ว่าให้ระบบมอง php5.3 เป็น php6 โดยมีขั้นตอนตามนี้ *This trick wil..
debian 6.0.10 php 5.5.36 directadmin custombuild 1.2 upgrade >> mysql 5.5.9 to 5.6.29 ..
edit source.list vim /etc/apt/sources.list ..
หลังจากที่เราใช้ MySQL Tunner ไปแล้ว พบว่า จำเป็นต้อง optimize tables แต่จะทำไงให้ optimize database ได้ทุกตาราง ซึ่งมีวิธีง่ายๆ สามารถใช้คำสั่งนี้ในก..
example error curl -I https://www.google.com/ curl: (60) SSL certificate problem: unable to get local issuer certificate . . ..