1. 虽然简体中文很亲切,但请选择English,否则极有可能安装途中报错

2. 安装完各种系统文件后,请注意选择启动Disk,一不小心跳过了貌似只好重装

3. 进入后无法使用apt-get,总提示需要cdrom请按以下步骤解决:

sudo vim /etc/apt/sources.list

注释掉cdrom,添加:deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse

4. 更新源参考:http://wiki.ubuntu.org.cn/模板:16.04source

deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ xenial-backports main restricted universe multiverse

5. 设置静态IP,注意设置DNS

sudo vim /etc/network/interfaces

auto enp2s0
iface enp2s0 inet static
address 192.168.10.225
netmask 255.255.255.0
gateway 192.168.10.1
dns-nameserver 223.5.5.5 223.6.6.6

最新文章

  1. 记一道有意思的算法题Rotate Image(旋转图像)
  2. class org.springframework.core.type.classreading.ClassMetadataReadingVisitor has interface org.springframework.asm.ClassVisitor as super class
  3. 编译php时的一个脚本
  4. 论APP测试中黑盒测试方案的重要性?
  5. DirectX中的纹理及其创建
  6. UITableview自定义accessory按钮和ImageView大小一致
  7. c#自动更新+安装程序的制作
  8. python pip升级失败
  9. 20162323周楠《Java程序设计与数据结构》第六周总结
  10. linux网络编程之二-----多播(组播)编程
  11. 物料REVISION控制
  12. MVC各层介绍使用---初步理解
  13. redis基础2
  14. WIN10下微信崩溃(已经是最新版)的解决方法
  15. Python记录14:面向对象编程 类和对象
  16. Mysql thread 与 OS thread
  17. Leetcode 1020. 将数组分成和相等的三个部分
  18. apt-get 使用指南
  19. eclipse启动genymotion插件reg启动visual box 虚拟机
  20. 机器学习-数据可视化神器matplotlib学习之路(一)

热门文章

  1. 完美版js金钱正则表达式校验
  2. sphinx-1.3.0扩展在pPHP 7.0.7版本编译不通过
  3. php 数据库类
  4. springMvc架构简介
  5. Markdown初步使用
  6. MSYS2环境搭建
  7. Tomcat 8.5 架构分析
  8. Java中的三元运算:a = (a > b)?a:b
  9. SpringBoot中RedisTemplate订阅发布对象
  10. 网络异常时抓包操作说明tcpdump+Wireshark