时间同步

method one:

 

sudo ntpdate 210.72.145.44
210.72.145.44是中国国家授时中心的官方服务器

crontab -e then add one line:

0-59/10 * * * * /usr/sbin/ntpdate 210.72.145.44

 

method two:

 

sudo rdate -s rdate.darkorb.net

 

method three:

 

与windows机同步

net time -S 192.168.0.01 set

你可能感兴趣的:(.net,windows)