# 设置root账户密码

sudo passwd root

# 修改源镜像(提高下载更新速度)

sudo apt-get update

pip install open-vm-tools

pip install open-vm-tools-desktop

sudo gedit /etc/apt/sources.list

# 以下为Ubuntu16.04版本阿里源,具体根据系统版本修改

deb http://mirrors.aliyun.com/ubuntu/ xenial main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main deb http://mirrors.aliyun.com/ubuntu/ xenial universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial universe
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates universe deb http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main
deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security universe

安装git

sudo apt install git

最新文章

  1. centos6环境下安装tmux
  2. dyld: Symbol not found: _OBJC_CLASS_$_NSURLSessionDataTask
  3. 暴力清除Android中的短信
  4. Linux下解压命令
  5. fastreport for .net 数据邦定
  6. 对github中项目进行更新
  7. Js的History对象
  8. 7.1.1.关闭WebSocket连接
  9. OpenGL教程之碰撞检测与模型运动
  10. 【JAVAEE学习笔记】hibernate04:查询种类、HQL、Criteria、查询优化和练习为客户列表增加查询条件
  11. Java基础(五)-Java序列化与反序列化
  12. scroll-view
  13. 这可能是史上最全的windows10装ubuntu双系统教程
  14. A Senior Interview
  15. nmap 常用命令
  16. 【python】*与**
  17. Git -- 忽略特殊文件
  18. dxRatingControl使用
  19. strtol 笔记
  20. 迷你MVVM框架 avalonjs 1.3.5发布

热门文章

  1. ALD技术,相机去噪,图像传感器
  2. TVM优化Deep Learning GPU算子
  3. 3D深度估计
  4. MySQL必知必会笔记-Mysql基本操作
  5. NOIP模拟测试14「旋转子段·走格子·柱状图」
  6. alert日志报错:ERROR: failed to establish dependency between database RACDB and diskgroup resource ora.DATA.dg
  7. Binding(三):资源和ValueConverter
  8. 入“坑”mybatis后如何挣脱?
  9. 【NLP学习其三】在学习什么是嵌入之前,你应该了解什么是词语表征
  10. ClickHouse学习系列之七【系统命令介绍】