码迷,mamicode.com
首页 >  
搜索关键字:centos releasever yum 163 mirrors    ( 48951个结果
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
docker启动失败:Failed to start Docker Application Container Engine.
默认的仓库Docker的官方仓库Docker Hub Registry Docker官方仓库的速度会比较慢,可以配一个官方的中国加速镜像 方法是:修改 /etc/docker/daemon.json 加上如下的键值: { "registry-mirrors": ["https://registry. ...
分类:移动开发   时间:2021-04-24 13:25:57    阅读次数:0
sl开火车开心一刻
https://www.cnblogs.com/cnsdhzzl/p/12586711.html 参考地址 安装有趣的命令sl(跑火车) 1.更新yum源 yum -y update 2.尝试安装sl yum install sl 执行yum命令时会去centos镜像查找sl包,但是镜像中没有sl包 ...
分类:其他好文   时间:2021-04-24 13:20:13    阅读次数:0
dock安装配置
docker文档 参考docker安装文档 安装docker 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-l ...
分类:其他好文   时间:2021-04-23 12:21:29    阅读次数:0
linux shell while循环
1、测试1 [root@centos7 test2]# i=0 [root@centos7 test2]# max=5 [root@centos7 test2]# while((i<max));do echo $i;((i++));done 0 1 2 3 4 ...
分类:系统相关   时间:2021-04-23 12:03:54    阅读次数:0
CentOS 7 安装 Docker 并使用阿里云镜像加速
1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
分类:其他好文   时间:2021-04-23 11:54:07    阅读次数:0
rhel | centos7上配置python3环境和pip
这个东西折腾了一天,在rhel7上死活pip不能用,网上找了各种方法,基本都是垃圾文章,在无数次试验后,终于这篇文章成功装上了 rhel红帽时面对企业的,centos是基于redhat重新编译后的开源免费版,网上找不到适用rhel的很多东西和操作,以后还是用centos吧,两个差不多 centos7 ...
分类:编程语言   时间:2021-04-22 16:07:34    阅读次数:0
MySQL之升级gcc+升级cmake+源码编译MySQL 8.0
一、安装版本本文以如下版本为例进行介绍。服务器:CentOS:6.8MySQL:8.0.18gcc:9.2.0cmake:3.15.2 服务器配置如下:CentOS 6.8,内存6G,磁盘60G。内存4G,磁盘60G的情况下,编译不成功,内存不足;在内存6G,磁盘20G的情况下,编译也不成功,磁盘空 ...
分类:数据库   时间:2021-04-22 16:02:18    阅读次数:0
添加Hue服务时连接失败,日志报错ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
CDH添加HUE时数据库连接失败 查看cloudera-scm-server日志报错信息是:ImportError: libxslt.so.1: cannot open shared object file: No such file or directory 原因是centos缺少库文件,执行如下 ...
分类:其他好文   时间:2021-04-22 15:53:25    阅读次数:0
centos7 安装Oracle19C 数据库
本文为常规安装 centos7 使用 rpm方式安装 1.下载资源包 oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm 下载地址:https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/ ...
分类:数据库   时间:2021-04-22 15:13:42    阅读次数:0
48951条   上一页 1 ... 28 29 30 31 32 ... 4896 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!