index

id: b9c7dd38a34e69e658940378502525e1f01a2c30ca84f8d57592b64b55226dc7

id (bech32): note1h8ra6w9rfe57vky5qdu9qff9u8cp5tpse2z034t4j2myk4fzdhrsd7xf2n

sig: f5c6817cc78a693c22d39ed33472dd8d73ca46763615f5e6a12047f7addb1291794a5e56829853aa5c459a8aff92555779fa5c8b2c17bf50dfd4a3b1afbdbe3d

created_at: 2023-09-02 20:17:09 +0900

created_at (unix time): 1693653429

content:

sudo pacman -S ntpd
cat <<EOS | sudo tee -a /etc/ntp.conf
server 0.jp.pool.ntp.org iburst
server 1.jp.pool.ntp.org iburst
server 2.jp.pool.ntp.org iburst
server 3.jp.pool.ntp.org iburst
EOS
sudo systemctl enable ntpd
sudo systemctl start ntpd

JSON