虚拟机VMWare+Linux系统CentOS7安装【Linux】

简介: 虚拟机VMWare+Linux系统CentOS7安装【Linux】

Linux

安装VMWare

【Linux入门连载一】[Win10下安装Linux虚拟机]VMWare15运行CentOS7(亲测有效)

安装上面安装CentOS7,我出现的问题
问题

记录安装CentOS7时报错 Oh no,something has gone wrong!

Centos 虚拟机出问题 Oh no,something has gone wrong! 解决方法

Linux(Centos7)下yum更新报错:HTTP Error 404 NOT FOUND

yum -y update Couldn’t resolve host 'mirrorlist.centos.org

On no!Something has gone wrong!

没有解决,使用下面的方法安装


----------------------------------------------


安装Centos7

Centos7下载安装教程

开源镜像站


----------------------------------------------

笔记

Linux狂神说笔记

狂神说Linux01:概述及环境搭建

狂神说Linux01:概述及环境搭建

联网



pinyin输入法

最好是刚进入Linux的时候选择 Pinyin

Linux之Centos7安装配置中文输入法

1.点击应用程序–》系统工具–》设置


2.选择地区和语言–》输入源–》点击+号


3.选择汉语(中国)


4.选择 汉语 (Intelligent Pinyin)



5.点击切换输入法

或super+空格切换

到 汉语 (Intelligent Pinyin)输入法

shift切换 中 英


6、Intelligent Pinyin拼音输入法安装

如果找不到Intelligent Pinyin输入源,可以使用如下命令安装。

yum install -y ibus-libpinyin

快照的使用



gcc

1.检测CentOS 7

[root@localhost ~] cat /etc/redhat-release 
CentOS Linux release 7.3.1611 (Core)

2.安装我们的准备环境

yum -y install 包名
#yum install 安装命令 -y  所有的提示都为y
yum -y install gcc
yum -y install gcc-c++

测试 gcc




测试g++




高版本的gcc

安装redis用到

# 1.安装gcc
yum -y install centos-release-scl
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils
source /opt/rh/devtoolset-9/enable
echo “source /opt/rh/devtoolset-9/enable” >>/etc/profile
相关文章
|
7月前
|
Oracle 关系型数据库 虚拟化
在VMware的Win10虚拟机中安装使用ENSP
本文介绍了在Windows 10虚拟机上安装ENSP及相关软件的全过程,包括VirtualBox、WinPcap、Wireshark、VLC和ENSP的安装步骤,并提供图文演示,帮助用户顺利完成配置与测试。
1824 134
|
6月前
|
安全 Linux iOS开发
Nessus Professional 10.10 Auto Installer for RHEL 10, AlmaLinux 10, Rocky Linux 10 - Nessus 自动化安装程序
Nessus Professional 10.10 Auto Installer for RHEL 10, AlmaLinux 10, Rocky Linux 10 - Nessus 自动化安装程序
421 6
Nessus Professional 10.10 Auto Installer for RHEL 10, AlmaLinux 10, Rocky Linux 10 - Nessus 自动化安装程序
|
6月前
|
Linux 虚拟化 iOS开发
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
1353 0
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
|
6月前
|
Linux 虚拟化 iOS开发
VMware Fusion 25H2 OEM BIOS 2.7 - 在 macOS 中运行 Windows 虚拟机的最佳方式
VMware Fusion 25H2 OEM BIOS 2.7 - 在 macOS 中运行 Windows 虚拟机的最佳方式
1452 0
VMware Fusion 25H2 OEM BIOS 2.7 - 在 macOS 中运行 Windows 虚拟机的最佳方式
|
6月前
|
存储 Linux 文件存储
VMware vSphere Replication 9.0.4 - 虚拟机复制和数据保护
VMware vSphere Replication 9.0.4 - 虚拟机复制和数据保护
303 2
|
6月前
|
消息中间件 Kafka Linux
Linux下安装Kafka 3.9.1
本文介绍Kafka 3.9.1版本的安装与配置,包括通过ZooKeeper或KRaft模式启动Kafka。涵盖环境变量设置、日志路径修改、集群UUID生成、存储格式化及服务启停操作,适用于Linux环境下的部署实践。
776 0
|
7月前
|
监控 Linux 网络安全
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
2228 0
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
|
10月前
|
虚拟化 数据中心
VMware vSphere Replication 9.0.3 - 虚拟机复制和数据保护
VMware vSphere Replication 9.0.3 - 虚拟机复制和数据保护
361 0
|
8月前
|
Linux 虚拟化 iOS开发
Windows Server 2025 OVF (2025 年 8 月更新) - VMware 虚拟机模板
Windows Server 2025 OVF (2025 年 8 月更新) - VMware 虚拟机模板
848 3
Windows Server 2025 OVF (2025 年 8 月更新) - VMware 虚拟机模板
|
9月前
|
编解码 网络协议 网络安全
OpenWrt x86 虚拟机VMware ESXi安装
OpenWrt x86 虚拟机VMware ESXi安装

热门文章

最新文章