এটি করার একটি উপায় হ'ল এটি ntp
উবুন্টু 18.04 এ এখনও কাজ করে। ইনস্টল করতে নিম্নলিখিত কমান্ডটি চালান ntp
।
sudo apt install ntp
এটি ইনস্টল হওয়ার পরে আপনি ntpq -p
এটি কাজ করছে কিনা তা নিশ্চিত করতে চালাতে পারেন ।
~$ ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 0.000 0.000
ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 0.000 0.000
তারপরে আপনার /etc/crontab
ফাইলে অ্যাড করুন @reboot root /usr/sbin/ntpd -n
যাতে ntpd
সিস্টেমটি পুনরায় বুট হয়ে গেলে স্বয়ংক্রিয়ভাবে শুরু হবে। আপনার পছন্দসই সম্পাদক gedit
বা আপনার পছন্দ মতো mousepad
যা ব্যবহার করুন :
pkexec gedit /etc/crontab
লাইনটি যুক্ত করা হলে এটির মতো দেখতে হবে:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
@reboot root /usr/sbin/ntpd -n
#
তারপরে সেটিংস কার্যকর হওয়ার জন্য কম্পিউটারটি পুনরায় বুট করুন।
~$ timedatectl status
Local time: Wed 2018-06-13 06:55:35 MDT
Universal time: Wed 2018-06-13 12:55:35 UTC
RTC time: Wed 2018-06-13 12:55:36
Time zone: America/Denver (MDT, -0600)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
আপনি যদি নিজের সার্ভারগুলি এশিয়া পুলের সার্ভারগুলিতে পরিবর্তন করতে চান তবে সেগুলি ফাইলের # Use servers from the NTP Pool Project.
অংশে যুক্ত করুন /etc/ntp.conf
:
# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# more information.
server 0.asia.pool.ntp.org
server 1.asia.pool.ntp.org
server 2.asia.pool.ntp.org
server 3.asia.pool.ntp.org
আশাকরি এটা সাহায্য করবে!
timesyncd.conf
ফাইল:NTP=0.ur.ntp.srv 1.ur.ntp.srv
; : আপনি একটি সার্ভার পুল (গ্লোবাল পুকুর, অথবা একটি অঞ্চল বা একটি দেশ নির্দিষ্ট) প্রদান করতে পারেন pool.ntp.org/zone/@