Virtualbox运行着的虚拟机菜单栏隐藏了, 怎么办?
出现这个问题, 可能是因为我们不小心开启了自动缩放模式
!
解决版本: 只需要按下Right Ctrl + c
即可
ubuntu18 换源
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
Ubuntu-server 18.04 安装图形化界面环境
1.安装x-windows的基础
sudo apt-get install -fy x-window-system-core
2.安装gnome基础
sudo apt-get install -fy gnome-core
3.安装中文显示(建议安装)
apt install language-pack-gnome-zh \
language-pack-zh language-support-zh-hans language-support-zh-hant language-support-zh
4.安装中文输入法
apt install ibus-pinyin
apt install ibus-libpinyin
apt install fcitx
5.进入图形界面:startx
6.退出图形桌面:ctrl + alt + backspace
7.卸载gnome桌面环境
sudo apt-get –purge remove liborbit2
删除ubuntu-desktop
sudo apt-get remove xfce4*
sudo apt-get remove xubuntu*
sudo apt-get autoremove
sudo apt-get clean
安装浏览器 google-chrome-stable
- 下载deb安装文件
wget https://dl.google.com/linux/d...
- 在终端中执行安装命令
sudo dpkg -i google-chrome-stable_current_amd64.deb
- 安装失败是执行如下命令
apt-get install -fy
参考链接:
ubuntu下手动安装X11图形界面
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。