设置linux服务器时间
# 让linux服务器以精准的时间工作,对VOIP业务至关重要。毕竟话务的计费是以时间为测量单位的。
# 同步时间服务器
# 查看当前时间
date
# 安装ntpdate
yum -y install ntp
# 与时间服务器同步
ntpdate 0.centos.pool.ntp.org 继续阅读 »
# 让linux服务器以精准的时间工作,对VOIP业务至关重要。毕竟话务的计费是以时间为测量单位的。
# 同步时间服务器
# 查看当前时间
date
# 安装ntpdate
yum -y install ntp
# 与时间服务器同步
ntpdate 0.centos.pool.ntp.org 继续阅读 »