반응형
ntp 패키지 설치
# yum search ntp
# yum install -y ntp
ntp.conf에 time.bora.net 추가
# vi /etc/ntp.conf
#server 0.centos.pool.ntp.org
#server 1.centos.pool.ntp.org
#server 2.centos.pool.ntp.org
server -4 time.bora.net
zone 파일 교체
# cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime
systemctl 에 ntp 활성화 및 시작
# systemctl enable ntpd
# systemctl start ntpd
시간 확인
# date
반응형
'개발, 웹, 블로그 > Linux 상식' 카테고리의 다른 글
raspberry pi 3에 minidlna 설치 및 LG TV에서 서버 접속 (0) | 2016.09.18 |
---|---|
Raspberry Pi 3에서 CentOS 용량 Resize 방법 (1) | 2016.09.16 |
[Linux] 지역시간, Local Time 설정 변경하는 방법 (0) | 2016.05.22 |