虚拟机版本为Centos7 1.查看VMware分配的子网(NAT) 进入虚拟机,点击左上角编辑->虚拟网络编辑器点开之后: 2.修改配置文件 cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 这是已经配置好的文件,相较于原文件,有两个需要修改和四 ...
分类:
系统相关 时间:
2021-01-02 11:03:38
阅读次数:
0
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:
其他好文 时间:
2021-01-01 12:02:48
阅读次数:
0
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:
数据库 时间:
2021-01-01 12:00:13
阅读次数:
0
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像 1、文件--新建虚拟机--自定义 2、硬盘兼容性--默认 3、稍后安装操作系统(需要 ...
分类:
其他好文 时间:
2020-12-29 11:22:48
阅读次数:
0
centos7配置IP地址 有关于centos7获取IP地址的方法主要有两种,1:动态获取ip;2:设置静态IP地址 在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用ifconfig命令,可通过命令 IP addr查看,如图,网卡名为ens32,是没有IP地址的 1、动 ...
分类:
其他好文 时间:
2020-12-29 11:08:43
阅读次数:
0