วันพุธที่ 29 สิงหาคม พ.ศ. 2561

ติดตั้ง NTP Server CentOS

ntp : ntpd server which continuously adjusts system time and utilities used to query and configure the ntpd daemon.
ntpdate : Utility to set the date and time via NTP.
ntp-doc : NTP documentation

Setup NTPD on CentOS Linux
# yum install ntp ntpdate ntp-doc

Turn on service, enter:
# chkconfig ntpd on

Synchronize the system clock with 0.pool.ntp.org server (use this command only once or as required):
# ntpdate pool.ntp.org

Start the NTP server. The following will continuously adjusts system time from upstream NTP server. No need to run ntpdate:
# /etc/init.d/ntpd start

web reference : https://www.cyberciti.biz/faq/howto-install-ntp-to-synchronize-server-clock/

วันศุกร์ที่ 17 สิงหาคม พ.ศ. 2561

แก้ปัญหา VeeamONE ไม่สามารถเชื่อมต่อ vCenter ได้ เนื่องจากติดปัญหา Time Difference

1.open Registry Editor and navigate to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam ONE Monitor\Service

2.Create a new DWORD value with the following parameters:
Value name = MaxTimeDiff
Value data (in DECIMAL format) = 43200

This will set maximum time difference timeout to 12 hours. According to your first post, that would be more than enough.

3.Restart Veeam ONE Monitor Server service and try to add a vCenter Server into Veeam ONE configuration one again.

Web Reference : https://www.veeam.com/kb1677

วันจันทร์ที่ 13 สิงหาคม พ.ศ. 2561

วิธีแก้ วีธีลบ ไวรัส มัลแวร์ ที่ซ่อนไฟล์ข้อมูลใน USB Flash Drive

1. เข้า cmd
2. เปลี่ยนเป็น Drive ของ Flash Drive
3. พิมพ์ attrib *.* -s -h -a -r /d /s
ตัวอย่าง :  G:/>attrib *.* -s -h -a -r /d /s