基础软件

sudo apt-get update -y

sudo apt-get install -y \
    vim \
    net-tools \
    open-vm-tool* \
    openssh-server \
    gcc \
    g++ \
    cmake \
    git \
    gnome-tweaks \
    bleachbit \
    gnome-shell-extensions

# open-vm开机挂载共享目录
vim /etc/rc.local

# /etc/rc.local键入以下内容
#!/bin/sh -e
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

# 赋予/etc/rc.local执行权限
chmod +x /etc/rc.local

# 插件下载
# https://extensions.gnome.org
# 主题、icon等下载
# https://gnome-look.org

标签: ubuntu, 安装

已有 2 条评论

  1. 你的博客让人一口气读完。敬意 心情。 羅馬別墅群 出色的 旅游专栏, 坚持下去 方向正确。深表谢意.

  2. 很稀有, 如此温暖又有信息量的博客。点赞。 集市廣場 温暖的 博客内容! 该收拾行李了。

评论已关闭