当前位置:首页
> 第2页
openEuler配置IP地址
1、自动获取IP地址配置方法cd /etc/sysconfig/network-scripts/ # 修改网卡配置信息 vi ifcg-ens33 # 下面为 ifcg-ens33 文件需要修改的内容。 TYPE=Eth...
Ubuntu上bundle文件如何安装
1、打开 Ubuntu 默认终端,快捷键为 Ctrl + Alt + T2、进入对应 .bundle 文件所在目录。...
ESXi 7和ESXi 8不支持此主机中的CPU
在安装VMware ESXI7和和ESXi 8 时,提示” CPU_SUPPORT ERROR:The CPU in this host is not supported by ESXi7.0.0(8.0.0). Please refer to the VMware Compatibility Gu...
基于Windows Server 2019系统的VPN+NAT技术分享
创建VPN组和VPN用户在命令提示符(CMD)中输入命令“compmgmt”打开计算机管理,添加VPN组及VPN账户,如下图所示;...
CentOS 7-aarch64如何更换yum源
一、进入yum.repo.d[root@linux ~]# cd /etc/yum.repos.d/ [root@linux yum.repos.d]#...
CentOS8如何更换yum源
备份yum源配置mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup下载阿里云yum源到指定配置文件wget -O /etc/yum.repos.d/Cent...
CentOS7如何更换yum源
1.首先我们先对系统本身的yum源进行备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup...