====== Linux 시간 ======
* [[http://www.thegeekstuff.com/2013/10/time-command-format/|time command format]]
===== rdate =====
$ rdate -p time.bora.net
혹은
rdate -p zero.bora.net
===== NTP =====
* http://www.pool.ntp.org / https://www.ntppool.org/ko/
* 설정 : http://kldp.org/node/104997#comment-485837
/etc/ntp.conf에
server 1.kr.pool.ntp.org iburst
server 2.asia.pool.ntp.org iburst
server 3.asia.pool.ntp.org iburst
이런식으로 넣으면 됩니다.
참고로 centos는
server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
===== arch/manjaro linux =====
* [[linux:manjaro|Manjaro Linux]] / [[linux:arch|Arch Linux]] 에서는
* [[https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon|Network Time Protocol daemon - ArchWiki]]
sudo pacman -Syu ntp
sudo vi /etc/ntp.conf # 내용편집
sudo systemctl enable --now ntpd.service
===== Windows Dual Booting =====
* [[linux:dual_boot|Linux / Windows Dual Boot]] 에서 윈도우와 리눅스 시간 불일치 문제 처리