
Ubuntu Server 22.04 : NTP , FTP サーバー(Vsftpd)
1. 時刻同期サービスを提供する NTP サーバーをインストール
# apt -y install chrony
# vi /etc/chrony/chrony.conf
# 20~23行目:デフォルト設定はコメントにして自身のタイムゾーンの NTP サーバーを追記
#pool ntp.ubuntu.com iburst maxsources 4
#pool 0.ubuntu.pool.ntp.org iburst maxsources 1
#pool 1.ubuntu.pool.ntp.org iburst maxsources 1
#pool 2.ubuntu.pool.ntp.org iburst maxsources 2