SmartVessel

Foucs on C++

博客园 首页 新随笔 联系 订阅 管理

在gonme的System->Administration->Time and Date里面把太平洋时区修改成北京时区的时候,不小心把时间选了过了一年了,到明年去了。

结果重启X系统了,出错了。

Nautilus can't be used now, due to an unexpected error from Bonobo when attempting to locate the factory. Killing bonobo-activation-server and restarting Nautilus may help fix the problem.
在网上一顿搜索,使用了
sudo date --set 30/08/2006
这下把时间调到2006年了,X-window一点也进不去了,Ctrl+Alt+F1切换到command下

 

hwclock --show
hwclock 
--systohc

systohc就是把hardware的clock调整到现在时区的时间。

hwclock --utc --systohc //utc时间

posted on 2010-12-13 21:00  SmartVessel  阅读(281)  评论(0编辑  收藏  举报