如何在 Centos7 中使用阿里云的yum源 1. 备份原来的yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载阿里云的CentOS-Base.repo 到/etc/yum ...
分类:
其他好文 时间:
2019-03-07 16:02:14
阅读次数:
159
Docker 1、简介 Docker是一个开源的应用容器引擎 将软件编译成一个镜像;然后在镜像里各种软件做好配置,将镜像发布出去,其他的使用这就可以直接使用这个镜像。运行中的这个镜像叫做容器,容器启动速度快,类似ghost操作系统,安装好了什么都有了; 2、Docker的核心概念 docker主机( ...
分类:
其他好文 时间:
2019-03-07 10:20:08
阅读次数:
164
客户环境SumOS操作系统,数据库版本11.2.0.3,rac两节点; 在节点2,执行awr报告,输出报错,有时候可以成功,有时候失败。 报错现象 MOS搜搜 百度搜搜 ...
分类:
数据库 时间:
2019-03-06 22:00:22
阅读次数:
381
Fetch获取数据使用Fetch获取数据很容易。只需要Fetch你想获取资源。 假设我们想通过GitHub获取一个仓库,我们可以像下面这样使用: fetch('https://api.github.com/users/chriscoyier/repos');Fetch会返回Promise,所以在获取 ...
分类:
其他好文 时间:
2019-03-06 14:50:20
阅读次数:
147
1.安装环境: 数据库版本:postgresql9.6 系统环境:CentOS 6/7 x86_64 2.repository 安装 centos-6.5 yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/ ...
分类:
其他好文 时间:
2019-03-06 01:01:50
阅读次数:
188
xtrbackup Xtrabackup安装 #下载epel源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo #安装依赖 yum -y install perl perl-devel lib ...
分类:
其他好文 时间:
2019-03-05 22:53:33
阅读次数:
286
阿里 yum 源设置 阿里云Linux安装镜像源地址:http://mirrors.aliyun.com/CentOS系统更换软件安装源 第一步:备份你的原镜像文件,以免出错后可以恢复。mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/Cen ...
分类:
系统相关 时间:
2019-03-05 18:37:15
阅读次数:
199
方法一 官网上有详细的关于此的安装步骤,附上链接https://pkg.jenkins.io/redhat-stable/ 可以通过yum来安装sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stabl ...
分类:
其他好文 时间:
2019-03-05 09:31:13
阅读次数:
196
<repositories> <repository> <id>aliyun-repos</id> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <snapshots> <enabled>false</enabled> ...
分类:
其他好文 时间:
2019-03-05 09:13:18
阅读次数:
359
在jenkins服务器手动安装sbt curl https://bintray.com/sbt/rpm/rpm bintray sbt rpm.repo mv bintray sbt rpm.repo /etc/yum.repos.d/ yum install sbt y 添加国内仓库源 在.sbt ...
分类:
其他好文 时间:
2019-03-04 19:20:36
阅读次数:
645