顶部、左侧工具栏不正常显示
两种办法
- 关闭虚拟机。管理 > 虚拟机设置 > 显示器 > 3D图形,取消选中。
- 如果条件允许,启用/使用独立显卡。
软件安装
- gksu
shell> sudo apt-get install gksu
#更换源
shell> gksu software-properties-gtk
- google chrome
#32位
shell> wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
shell> sudo dpkg -i google-chrome-stable_current_i386.deb
#64位
shell> wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
shell> sudo dpkg -i google-chrome-stable_current_amd64.deb
#依赖缺失
shell> sudo apt-get install -f
- openssh-server
shell> sudo apt-get install openssh-server
shell> /etc/init.d/ssh restart
#查看状态
shell> netstat -tlp
- 中文输入法
shell> sudo apt-get install ibus-rime