Category Archives: 尚未分类

这是个四不象?呵呵。

一个不错的黑莓校时工具 ClockRevise

推荐一个黑莓手机的校时工具,挺好用的,速度快,准确。我的手机型号是9000。 软件地址:http://mbirds.cn/?p=404 激活地址:http://mbirds.cn/?page_id=161 本地下载:http://mbirds.cn/download/ClockRevise1.9.zip OTA下载:http://mbirds.cn/ota/ClockRevise1.9/ClockRevise.jad 偶的激活码:9000-04360,8700-05638 为了感谢作者,偶点了广告,表示支持 :-)

Posted in 尚未分类 | Leave a comment

ubuntu 10.04 Thinkpad 指点杆设置

sudo aptitude install gpointing-device-settings 运行 gpointing-device-settings 看着设置吧,会好用很多。 参考链接:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=260673&start=0

Posted in 尚未分类 | Tagged , | Leave a comment

Debian 时区的设置

Debian 5 lenny 装好之后,默认的时区是US/Eastern,简写为EDT。我需要显示中国的北京时间,所以要把时区改到东八区。很简单,执行下面语句选择Asia/Shanghai就可以了。 $ sudo dpkg-reconfigure tzdata $ date Mon Jul 19 18:07:28 CST 2010 $ date -u Mon Jul 19 10:08:56 UTC 2010 时间正常显示了。 如果时间不对的话,可以用 date -s 来设置当前时间。

Posted in 尚未分类 | Leave a comment