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