vmware centos 10 stream boot 安装

1、vmware版本

17.0.0 build-20800274

2、阿里云镜像下载地址

https://mirrors.aliyun.com/centos-stream/10-stream/BaseOS/x86_64/iso/CentOS-Stream-10-latest-x86_64-boot.iso

3、自定义配置

3.1 windows查看硬件资源

Win + R 打开运行对话框,输入msinfo32查看CPU和RAM详情

3.2 更换阿里云软件安装源

https://mirrors.aliyun.com/centos-stream/10-stream/BaseOS/x86_64/os/

3.3 环境选择

3.3.1 Server with GUI
带有图形用户界面的服务器:集成、易于管理的服务器,带有图形界面。
 
3.3.2 Server
服务器:集成、易于管理的服务器。
 
3.3.3 Minimal Install
最小安装:基本功能。
 
3.3.4 Workstation
工作站:工作站是面向笔记本电脑和个人计算机的用户友好型桌面系统。
 
3.3.5 Custom Operating System
定制操作系统:用于构建自定义RHEL系统的基本构建块。
 
3.3.6 Virtualization Host
虚拟化主机:最小虚拟化主机。

3.4 附加软件(Minimal Install)

3.4.1 Standard
Red Hat Enterprise Linux的标准安装
3.4.2 Development Tools
开发工具
3.4.3 Security Tools
安全工具
3.4.4 System Tools
系统工具

4 用户操作

4.1 新增用户

useradd myUser

4.2 修改用户密码

passwd myUser

5 dnf/yum更改成阿里云源

#备份当前源配置文件
sudo cp -rf /etc/yum.repos.d /etc/yum.repos.d.bak

#清除原有配置
sudo rm -f /etc/yum.repos.d/*.repo

#新增配置文件
vim /etc/yum.repos.d/CentOS-Base.repo

#输入以下配置
[base]
name=CentOS-\$releasever - Base - Aliyun
baseurl=https://mirrors.aliyun.com/centos-stream/\$releasever-stream/BaseOS/\$basearch/os/
enabled=1
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official

[epel]
name=EPEL-\$releasever - \$basearch
baseurl=https://mirrors.aliyun.com/epel/\$releasever/Everything/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-10

#保存退出vim
:wq

#清除缓存并生成新的缓存
sudo dnf clean all
sudo dnf makecache
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值