1.实验要求

1.1虚拟机硬件配置

CUP:2核心2线程
内存:2G
硬盘:200G

1.2操作系统配置

/			100G
/boot 	1G
/swap		4G(内存的2倍)

1.3操作系统版本

Centos8、Centos7、Centos6、Ubuntu

2.常用网址

2.1官方站点

  1. Linux内核官网

    https://www.kernel.org/

  2. Linux发行版本排名

    https://distrowatch.com/dwres.php?resource=popularity

  3. Linux,centos,Redhat,ubuntu版本介绍

    https://baike.baidu.com/item/Linux%E7%89%88%E6%9C%AC

    https://baike.baidu.com/item/centos/498948?fr=aladdin

    https://zh.wikipedia.org/wiki/Red_Hat_Enterprise_Linux

    https://zh.wikipedia.org/wiki/Ubuntu

    https://blog.csdn.net/songfulu/article/details/85310273

  4. 获取发行版本镜像

    Centos

    https://wiki.centos.org/Download

    http://mirrors.aliyun.com

    http://mirrors.sohu.com

    http://mirrors.163.com

    https://mirrors.tuna.tsinghua.edu.cn/centos/

    Ubuntu

    http://cdimage.ubuntu.com/releases/ server版

    http://releases.ubuntu.com/ desktop版

3.安装Linux

3.1创建虚拟硬件环境(这里以centos8为例)

  1. image-20201119183919906

  2. 自定义虚拟机

    image-20201119184052807

  3. 选择兼容虚拟机版本

    image-20201119184146925

  4. 稍后再安装操作系统

    image-20201119184227399

  5. 没有Centos8可以选择RedHat8,两者无太大区别

    image-20201119184447294

  6. 将系统安装到先前规划好的文件夹中,名字这里以系统版本命名

    image-20201119185532606

  7. 选择CPU配置

    image-20201119185659205

  8. 选择内存容量

    image-20201119185728598

  9. 网络接入方式,一般选择NAT模式

    image-20201119185755476

  10. 选择推荐版本

    image-20201119185857598

  11. 这里硬盘类型选择SCSI,服务器通用硬盘格式

    image-20201119185922663

  12. 使用虚拟磁盘

    image-20201119190033124

  13. 注意这里选择200G虚拟磁盘,而不是立即分配空间,这样虚拟磁盘200G只有实际使用的时候才会占用空间

    image-20201119190154774

  14. 默认下一步

    image-20201119190424396

  15. 点击完成完成硬件配置

    image-20201119190618992

3.2配置网络环境

  1. 打开虚拟网络配置

    image-20201119190753496

  2. 更改配置

    image-20201119190844395

  3. 选择NAT模式配置,将地址设置为10.0.0.0(注意这里最好添加一个Vmnet8来配置,不然可能会出现系统无法连接到本机的虚拟网卡情况)

    image-20201119191029758

  4. 设置DHCP

    image-20201119191225601

  5. 点击应用即可

3.3安装Centos8操作系统

  1. 选择光盘镜像

    image-20201119191432671

    image-20201119191557700

  2. 开启虚拟机

    image-20201119191825553

  3. 第一次使用镜像安装推荐选择第二个,可以对镜像进行检测

    image-20201119192008990

  4. 选择系统语言,推荐选择英文

    image-20201119192204545

  5. 设置时区,这里选择上海时区

    image-20201119192453223

    image-20201119192545752

  6. 最小化安装方式(无图形界面,消耗资源少)

    image-20201119212640848

  7. 对硬盘按照实验要求进行分区

    image-20201119213327930

    image-20201119214001162

    image-20201119213729849

    image-20201119213755728

  8. 网络设置

    image-20201119214227107

    image-20201119215124867

  9. 开始安装创建用户

    image-20201119215203823

    image-20201119215328246

    创建Root用户

    image-20201119215416557

    创建普通用户

    image-20201119215454669

    安装完成重启

    image-20201119215841211

  10. 第一次登陆(输入设置的用户名和密码即可登陆)

    image-20201119215954281

4.Ubuntu的安装

4.1硬件安装

​ 硬件安装、网络配置部分和Centos无任何区别,安装完成后将IOS文件换成Ubuntu即可

4.2安装Ubuntu系统(20.04)live-server

  1. 我们选择live-server版本开始安装选择语言

    image-20201119220847877

  2. 键盘布局默认即可

    image-20201119225319519

  3. 网卡设置

    image-20201119225356759

  4. 代理服务器地址(这里暂时不用设置)

    image-20201119225811910

  5. 配置镜像地址

    image-20201119225848501

  6. 自定义分区

    image-20201119225955312

    添加分区

    image-20201119230941882

    自定义大小类型等

    image-20201119231016873

  7. 用户设置

    image-20201119231152389

  8. openssh安装,这里选择安装不然无法用xshell连接

    image-20201119231446962

  9. 完成上面安装就可以重启系统登陆,不过重启后需要移除IOS镜像才能进入系统

    image-20201119232815693