在 VMware 上安装 CentOS 7.4

在 VMware 上安装 CentOS 7.4

Shawn Yan Lv.6

搭建一个虚拟机实验环境

实验环境信息

CentOS Linux release 7.4.1708 (Core)

配置项

  • [ ] hostname
  • [ ] time
  • [ ] yum repo

Base tools

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# sys init
sudo yum repolist all
#sudo yum check-update
#sudo yum update
sudo yum install -y sysstat
sudo yum install -y iftop
sudo yum install -y yum-utils
sudo yum install -y lrzsz
sudo yum install -y libpwquality
sudo yum install -y perf
sudo yum install -y lsof
sudo yum install -y bind-utils
sudo yum install -y dstat

# sysstat
# http://sebastien.godard.pagesperso-orange.fr/download.html

sudo yum install -y unzip

Reference

  • Title: 在 VMware 上安装 CentOS 7.4
  • Author: Shawn Yan
  • Created at: 2018-04-08 12:01:01
  • Updated at: 2018-04-08 12:01:01
  • Link: https://shawnyan.cn/2018/centos/centos-7-in-vmware/
  • License: This work is licensed under CC BY-NC-SA 4.0.
 Comments