在 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.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") { if (hexo-config('comment.system') == "waline") { @require "./waline.styl" } else if (hexo-config('comment.system') == "gitalk") { @require "./gitalk.styl" } else if (hexo-config('comment.system') == "twikoo") { @require "./twikoo.styl" } } .comments-container display inline-block margin-top $spacing-unit width 100% #comment-anchor width 100% height 10px .comment-area-title width 100% margin 10px 0 font-size 1.38rem color var(--default-text-color) font-family 'Consolas', '宋体', sans-serif font-weight bold i color var(--default-text-color) +redefine-tablet() margin 5px 0 font-size 1.2rem