通过http同步时间,当ntpdate 失效时

当ntpdate 失效的时候,还有google

date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
国内用百度
date -s "$(wget -qSO- --max-redirect=0 baidu.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

发表评论

邮箱地址不会被公开。 必填项已用*标注