一个不受关注小问题的解决

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
chewbaaca
帖子: 126
注册时间: 2006-08-25 16:24
来自: Beijing
联系:

一个不受关注小问题的解决

#1

帖子 chewbaaca » 2006-12-10 9:13

希望能帮助到大家

命令行模式修改系统时钟
桌面终端只是鼠标点击的问题,不过如果安装的是server版呢
#vi /etc/default/rcS

# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no

#ntpdate stdtime.gov.hk(任何一个时钟服务器地址即可)

#hwclock -w

done!

smb to windows folder

#mount -t smbfs -o username=**;password=** //servername/sharedfolder /localfolder

done!
nothing special....
enjoy using command line console
enjoy the colour build by black and white
网兜
http://www.wangdooou.com/w

U-day
http://www.uaresmiling.com/tiki

Uaresmiling
头像
magisu
帖子: 202
注册时间: 2005-12-31 21:23

#2

帖子 magisu » 2006-12-10 10:09

date
回复