安装Ubuntu后Windows的时间慢8个小时的解决办法

相信有很多初学ubuntu linux的朋友都会遇到这样的问题:安装Ubuntu后Windows或其他系统的时间慢8个小时,事实上是电脑了时钟慢了8个小时,至于是什么原因我也搞不懂,但这个问题很好解决。依次打开:应用程序->附件->终端,在终端里输入:sudo gedit /etc/default/rcS,里面的内容如下:
#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.

TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=yes
VERBOSE=no
FSCKFIX=no
RAMRUN=yes
RAMLOCK=yes

把UTC=yes的yes改为no就搞定了。

你可能感兴趣的:(linux,File,ubuntu,终端,variables)