##1.自建yum仓库,分别为网络源和本地源。 备份yum源配置 [root@centos6 ~]#ll /etc/yum.repos.d/ total 28 -rw-r--r--. 1 root root 1991 Jun 26 2018 CentOS-Base.repo -rw-r--r--. ...
分类:
系统相关 时间:
2020-09-18 01:29:17
阅读次数:
41
1. 简介 kubernates version : v1.19.0 ###2. 搭建过程 ####2.1 设置yum源 vim /etc/yum.repos.d/kubernates.repo [kubernate] name=Kubernates Repository baseurl=http: ...
分类:
其他好文 时间:
2020-09-18 00:17:34
阅读次数:
31
Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * c6-media: * extras: ...
分类:
其他好文 时间:
2020-09-17 20:48:20
阅读次数:
33
Darknet 是一个较为轻型的完全基于C与CUDA的开源深度学习框架,其主要特点就是容易安装,没有任何依赖项(OpenCV都可以不用),移植性非常好,支持CPU与GPU两种计算方式。 优点: 1.易于安装:在makefile里面选择自己需要的附加项(cuda,cudnn,opencv等)直接mak ...
分类:
Web程序 时间:
2020-09-17 17:37:07
阅读次数:
35
将yum源设置为国内yum源,可以提升软件包安装和更新的速度,同时避免一些常见软件版本无法找到。国内源:可以使用wget获取或者直接下载。阿里云的yum源:Centos5:http://mirrors.aliyun.com/repo/Centos-5.repoCentos6:http://mirrors.aliyun.com/repo/Centos-6.repoCentos7:http://mir
分类:
其他好文 时间:
2020-09-17 13:10:21
阅读次数:
61
CentOS7系统配置国内yum源和epel源 源文章地址:https://www.cnblogs.com/renpingsheng/p/7845096.html 1.首先进入/etc/yum.repos.d/目录下,新建一个repo_bak目录,用于保存系统中原来的repo文件 [root@bog ...
分类:
其他好文 时间:
2020-09-14 19:10:52
阅读次数:
43
yum源:[root@jack7-1yum.repos.d]#catali*[aliBase]name=aliBasebaseurl=https://mirrors.aliyun.com/centos/$releasever/os/$basearch/enabled=1gpgcheck=1gpgkey=https://mirrors.aliyun.com/centos/$releasever/os
分类:
其他好文 时间:
2020-09-10 22:45:35
阅读次数:
36
环境:centos7--------客户端centos6--------客户端zabbix官网:https://www.zabbix.com/选择对应系统版本的yum源由于官方yum源比较慢而且有时候找不到包推荐使用:https://mirrors.tuna.tsinghua.edu.cn/zabbix/选择版本替换yum源baseurl即可centos6为例:[zabbix]name=Zabbi
分类:
其他好文 时间:
2020-09-07 18:52:22
阅读次数:
44
节点设置: 系统:CentOS7 MySQL:最新 192.168.100.101 node01 主 192.168.100.102 node02 从 192.168.100.103 node03 从 简单原理: 步骤: 第一步:安装mysql(yum源安装,最简单,可自动替换mariaDB) 1. ...
分类:
数据库 时间:
2020-09-04 17:07:00
阅读次数:
57
目录1配置YUM源21.1本地镜像挂载目录21.2下载镜像并使用CRT工具rz命令上传21.3创建挂载目录21.4挂载镜像21.5备份redhat.repo21.6编辑redhat7.repo文件31.7重新加载yum32RedHat7上安装telnet-server32.1安装telnet32.2启动telnet服务32.3启用root用户登录、33使用telnet客户端远程登录43.1安装te
分类:
Web程序 时间:
2020-08-20 19:16:19
阅读次数:
116