当前位置:首页 > CentOS

CentOS

  • 最新
  • 浏览
  • 评论

CentOS8安装MySQL

andy2个月前 (07-31)85
1、下载MySQL Yum仓库配置包https://dev.mysql.com/downloads/repo/yum/ 2、安装MySQL Yum仓库...

centos7安装gnome桌面

andy3个月前 (06-30)143
yum groupinstall "GNOME Desktop"systemctl set-default graphical.target...

银河麒麟桌面操作系统V10SP1 2403 下载地址

andy5个月前 (04-15)213
2024年8月9日 更新银河麒麟桌面操作系统V10 SP1 X86-2403 (兆芯/海光)...

CentOS 7-aarch64如何更换yum源

andy6个月前 (03-26)187
一、进入yum.repo.d[root@linux ~]# cd /etc/yum.repos.d/ [root@linux yum.repos.d]#...

CentOS8如何更换yum源

andy6个月前 (03-26)189
备份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源

andy6个月前 (03-26)230
1.首先我们先对系统本身的yum源进行备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup...