Raspberry Piで時計がずれているのでntpの設定をしようとしたら、/etc/ntp.confがないしntpqコマンドも使えない。
最新のRaspbianではntpdが入ってないようなので、インストールが必要らしい。
$ sudo apt-get update && sudo apt-get -y install ntp
これでntpqが使えるようになった。
$ ntpq
ntpq>
Go to list of users who liked
More than 5 years have passed since last update.
Raspberry Piで時計がずれているのでntpの設定をしようとしたら、/etc/ntp.confがないしntpqコマンドも使えない。
最新のRaspbianではntpdが入ってないようなので、インストールが必要らしい。
$ sudo apt-get update && sudo apt-get -y install ntp
これでntpqが使えるようになった。
$ ntpq
ntpq>
Register as a new user and use Qiita more conveniently
Go to list of users who liked