update PHP5.5 to PHP7.2 on Debian & DirectAdmin with CustomBuild 2.0
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/ step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directa..
Solutions: Change and Update Time Zone (Bangkok ICT) on CentOS/Debian or other Linux
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Bangkok /etc/localtime
#or
export TZ=Asia/Bangkok
vim /usr/local/lib/php.ini
date.timezone = "Asia/Bangkok"
#or
sed -i '/date.timezone/ s/UTC/\"Asia\/Bangkok\"/' /etc/php/7.0/fpm/php.ini
#or PHP date() GMT+7
<?php date("ymd.His", strtotime("+7 hours")); ?>
Update Timezone (CentOS)
yum -y install ntp
Update Timezone (Debian)
aptitude -y install ntpdate
ntpdate pool.ntp.org
#or
aptitude install ntp
replace some ntp server below
vim /etc/ntp.conf
server 1.th.pool.ntp.org
server 0.asia.pool.ntp.org
server 2.asia.pool.ntp.org
Recheck your localtime
date
ntpdate pool.ntp.org
September 27, 2009
Blog | #CentOS #Command #Debian #Linux #PHP
step 1 : https://www.taxze.com/how-to-upgrade-php-with-directadmin/ step 2 : install openssl first https://www.taxze.com/update-openssl-debian-directa..
What versions of the OpenSSL are affected? Status of different versions: - OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable - OpenSSL 1.0.1g is..
ตารางที่อธิบายคร่าวๆเกี่ยวกับ Linux command Line หรือคำสั่ง linux พื้นฐานที่ใช้กันบ่อยๆ ครับ ..
use “find” cgi/perl file in web server with directadmin find /home/*/domains/*/public_html/cgi-bin/ -iname *.cgi -ls find /home/*/domains/*/public_htm..
ในเครื่องของเรามี mount point อะไรอยู่บ้าง df -h | grep /dev ดูว่าเรามี Harddisk ที่อยู่ในระบบและยังไม่ได้กำหนดการ mount ไว้ ls /dev/disk/by-uuid/ -al..
1.Login msyql command mode and query mysql check character below mysql> show variables like %character%;show variables like %collation%; 2.edit my..