centos7 通过yum 安装jewel版本ceph安装好系统,配置好网络yum install wget -y 配置yum,因为ceph默认的yum在国外,访问比较慢,延迟大,使用阿里 yum clean all rm -rf /etc/yum.repos.d/*.repo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirro
centos8 配置阿里
原创 2020-04-10 13:17:35
1415阅读
2点赞
在使用Kubernetes(K8S)进行应用程序的部署和管理时,通常需要安装一些必要的软件和工具。在CentOS 8上安装Kubernetes时,我们可以使用阿里云的镜像,以便快速、稳定地下载所需的软件包。接下来,我将详细介绍如何在CentOS 8上配置阿里来安装Kubernetes,并通过代码示例向你展示具体操作步骤。 首先,我们来看一下整个过程的步骤: | 步骤 | 操作 | | -
原创 2024-04-24 12:32:41
436阅读
在使用CentOS 8系统时,有时候我们需要使用阿里云的yum来下载安装软件包,以加快下载速度并提高稳定性。下面我将向你展示如何在CentOS 8系统上配置阿里云yum。 ### 阿里云yum配置步骤 | 步骤 | 操作 | |---|---| | 1 | 首先备份原有的yum配置文件 | | 2 | 下载阿里云的yum源文件 | | 3 | 将阿里云的yum文件移动到yum配置
原创 2024-04-24 12:36:48
971阅读
1、进入到yum相应的目录cd/etc/yum.repos.d/2、创建备份目录,把相应的文件进行备份mkdirbakmv*bak/3、编辑配置CentOS-Base.repo文件[root@localhostyum.repos.d]#catCentOS-Base.repo#file:/etc/yum.repos.d/CentOS-AppStream.repo[aliyun-AppStream]
原创 2020-03-09 18:11:39
10000+阅读
错误:Failed to download metadata for repo 'extras-common': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve
原创 6月前
1038阅读
Centos8换成阿里云yum 参考链接 [1] https://blog.csdn.net/xiaojin21cen/article/details/84726193 [2] https://developer.aliyun.com/mirror/centos ...
转载 2021-10-25 20:14:00
2258阅读
2评论
https://blog.51cto.com/2723554/2447250
q
转载 2023-07-03 15:34:51
535阅读
文章目录前言一、下载安装需要的文件1.安装libfastcommon-1.0.51.tar.gz2.安装fastdfs-6.07.tar.gz配置文件配置及修改修改tracker.conf修改storage.conf修改client.conf配置好后使用一下命令启动使用一下命令测试上传功能3、安装fastdfs-nginx-module-1.224、安装nginx二、使用步骤1.查看效果总结 前
 1:下载mariadbhttps://downloads.mariadb.org/mariadb/10.1.31/ 安装cmake[root@localhost linux]# yum install cmake[root@localhost ~]# cmake --helpcmake version 2.8.12.2 Usage cmake [options] <
镜像下载、域名解析、时间同步请点击阿里云开源镜像站(https://developer.aliyun.com/mirror/?utm_content=g_1000303593)Linux安装git时发生如下错误root@raoyuuuumavendnfinstallgitRepositoryextrasislistedmorethanonceintheconfigurationRepository
原创 2022-04-19 14:49:26
1145阅读
Podman是一个开源的容器管理工具,语法兼容 Docker,但是某些方面比原生 Docker 命令更好用,比如能够以非root用户的身份去运行容器,而且不需要守护进程。 Podman引入了一个注册表的概念,注册表就是包括 ​​docker.io​​ 在内的多个容器镜像,默认的有 redhat docker fedora centos quay。国内直接用 podman pull 拉取镜像会很慢
原创 精选 2022-10-20 08:41:27
10000+阅读
1 进入配置文件cd /etc/yum.repos.d2 备份原有配置文件mv CentOS-Base.repo CentOS-Base.repo.back3 下载centos8的配置文件wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo4 修改配置文件
原创 2021-12-03 14:53:40
2503阅读
一、安装前检查1、先检查虚拟机中是否有mysql软件rpm -qa|grep mysql2、删除旧版的mysqlyum remove mysql mysql-server mysql-libs mysql-common rm -rf /var/lib/mysql二、切换阿里云镜像1、安装wgetyum install wget -y2、下载阿里云yum资源wget -O /etc/yum.rep
转载 2024-10-27 11:10:01
52阅读
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
转载 2021-07-18 20:33:00
1582阅读
2评论
一、网络 1、yum 文件下载 # wget -O /etc/yum.repos.d/CentOS-Base.repo https://repo.huaweicloud.com/repository/conf/CentOS-8-reg.repo 2、配置yum网络 # vim /etc/yum.repos.d/centos8.repo [aliyun-AppSt
原创 2023-11-07 14:08:10
1685阅读
卸载旧版本如果以前安装过 Docker ,请卸载它们以及相关的依赖项。sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-l...
删除 /etc/yum.repos.d 目录中的所有文件, /etc/yum.repos.d 目录中的新建CentOS-Base.repo ,CentOS-Base.repo内
转载 6月前
100阅读
在本指南中,我们将探讨在CentOS 8上PostgreSQL 13的安装。RHEL 8 Linux服务器。PostgreSQL是一个功能强大的开源对象关系数据库系统,可以安全地存储和扩展最复杂的数据工作负载。PostgreSQL数据库系统旨在确保用户的可靠性,数据完整性,强大的功能集和可扩展性。在CentOS 8上安装PostgreSQL 13 | RHEL 8从本文更新起,Postg
镜像下载、域名解析、时间同步请点击 阿里巴巴开源镜像站Ruby 是当今最流行的语言之一。它有简洁的语法,并且是 Ruby on Rails 框架后面的语言。在本文,我们将会在 CentOS 8 上探索通过不同的方式来安装 Ruby。我们将会展示如何通过 CentOS 8 仓库、 使用 Rbenv 、使用RVM 脚本来安装 Ruby。选择最适合你的环境的安装方式。一、从 CentOS
  • 1
  • 2
  • 3
  • 4
  • 5