Linux自动校时
2006-09-11 10:39 | Filed Under Linux |
服务器系统时间总是比较快,于是google到以下解决方案
1、直接连接到校时服务器
- ntpdate stdtime.sinica.edu.tw
注:Server 必须是 Linux,而且要打开 ntpd , time 两个 service
2、更新 BIOS 时间
- clock -w
3、加入计划任务
- crontab -e
- #输入以下代码保存
- 0 0 * * * (/usr/sbin/ntpdate stdtime.sinica.edu.tw ; /sbin/clock -w)
相关日志
RSS订阅地址更改
2006-09-10 11:56 | Filed Under Life |
飞血的WOW之旅-安其拉废墟
2006-09-10 10:41 | Filed Under Game |
转载自:http://blog.sina.com.cn/u/4984f8a3010004id
飞血的WOW之旅-黑暗深渊
2006-09-10 10:37 | Filed Under Game |
转载自:http://blog.sina.com.cn/u/4984f8a3010004i9
飞血的WOW之旅-斯坦索姆
2006-09-10 10:29 | Filed Under Game |
转载自:http://blog.sina.com.cn/u/4984f8a3010004gk


