六、平常遇到的问题及解决方法:
#1,触摸板失效
在Ubuntu 12.04 alpha2 安装完毕后,有此问题。
解决方法:
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
执行上述命令完毕后,触摸板可以使用。我们还需要创建文件/etc/modprobe.d/options
将下面一行加入文件中:
options psmouse proto=imps
#2,bash 无法自动补全
打开/etc/bash.bashrc文件,将下面语句前的注释符号去掉,修改后:
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
#3,启用 IPV6
sudo apt-get install miredo
sudo gedit /etc/hosts
这个不说了,你懂得。
#4,解决有线网络“设备未托管”问题
One More Thing!
如果想要更加个性化,可在终端搞些小动作。
如图:
方法:
wget
sudo dpkg -i screenfetch-2.4.0.deb
然后,编辑/etc/bash.bashrc,在文件末尾添加 screenfetch,这样每次打开终端时就会自动显示系统相关信息了。
其实,这就是所谓的ASCII ART!Perfect!