chrony をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
時計合わせ
#code(nonumber){{
dnf install chrony
echo "server ntp.nict.jp" > /etc/chrony.conf
systemctl enable chronyd --now
}}
で終わるお話.
っがproxyで外部にアクセスを提供しているネットワークでは一...
ならどうるかとなるが、簡単には proxy サーバが時計サーバに...
#code(nonumber){{
[root@rockylinux9 ~]# curl --head -s http://web.chaperone...
HTTP/1.1 301 Moved Permanently
Date: Wed, 21 May 2025 17:13:59 GMT <-...
Server: Apache/2.4.53 (Rocky Linux) OpenSSL/3.0.7
Location: https://web.chaperone.jp/
Content-Type: text/html; charset=iso-8859-1
[root@rockylinux9 ~]#
}}
コマンド的には
#code(nonumber){{
date -s "`curl --head -s http://web.chaperone.jp | grep -...
}}
で同期はできる.
ツール的には
[[https://github.com/twekkel/htpdate>+https://github.com/...
がある
終了行:
時計合わせ
#code(nonumber){{
dnf install chrony
echo "server ntp.nict.jp" > /etc/chrony.conf
systemctl enable chronyd --now
}}
で終わるお話.
っがproxyで外部にアクセスを提供しているネットワークでは一...
ならどうるかとなるが、簡単には proxy サーバが時計サーバに...
#code(nonumber){{
[root@rockylinux9 ~]# curl --head -s http://web.chaperone...
HTTP/1.1 301 Moved Permanently
Date: Wed, 21 May 2025 17:13:59 GMT <-...
Server: Apache/2.4.53 (Rocky Linux) OpenSSL/3.0.7
Location: https://web.chaperone.jp/
Content-Type: text/html; charset=iso-8859-1
[root@rockylinux9 ~]#
}}
コマンド的には
#code(nonumber){{
date -s "`curl --head -s http://web.chaperone.jp | grep -...
}}
で同期はできる.
ツール的には
[[https://github.com/twekkel/htpdate>+https://github.com/...
がある
ページ名:
1