Ubuntu 16.04 小键盘数字键盘开机自动启动
1.在终端中执行以下: sudo apt-get install numlockx
2.然后编辑:sudo gedit /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf
另起一行在最后添加:greeter-setup-script=/usr/bin/numlockx on
3.重启
----------------------------------------------------------------------------------------------
windows10和ubuntu16.04双系统下时间不对的问题
1.先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2.然后将时间更新到硬件上:
sudo hwclock --localtime --systohc
---------------------------------------------------------------------------------------------------
Ubuntu启动后遇到错误提示“System Program problem detected”。Ubuntu有一个内建的实用程序叫做Apport, 当一个程序崩溃时,它可以进行通知。
解决:首先要编辑apport文件 /etc/default/apport,
sudo nano /etc/default/apport
找到 enabled=1 这一行,并改变到0(zero)
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=0
保存,退出。
然后,就可以停止apport服务了。
1.在终端中执行以下: sudo apt-get install numlockx
2.然后编辑:sudo gedit /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf
另起一行在最后添加:greeter-setup-script=/usr/bin/numlockx on
3.重启
----------------------------------------------------------------------------------------------
windows10和ubuntu16.04双系统下时间不对的问题
1.先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2.然后将时间更新到硬件上:
sudo hwclock --localtime --systohc
---------------------------------------------------------------------------------------------------
Ubuntu启动后遇到错误提示“System Program problem detected”。Ubuntu有一个内建的实用程序叫做Apport, 当一个程序崩溃时,它可以进行通知。
解决:首先要编辑apport文件 /etc/default/apport,
sudo nano /etc/default/apport
找到 enabled=1 这一行,并改变到0(zero)
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=0
保存,退出。
然后,就可以停止apport服务了。
Sudo stop apport
-----------------------------------------------------------------------------------------------------------