wget -O /etc/yum.repos.d/CentOS.repo http://mirrors.aliyun.com/repo/CentOS-7.repo #下载阿里源的repo文件到主机仓库中 ...
分类:
其他好文 时间:
2018-11-07 18:17:17
阅读次数:
857
1.配置加速器: 1 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io 2.docker重启: 1 sudo systemctl restart docker ...
分类:
其他好文 时间:
2018-11-07 00:51:26
阅读次数:
184
转自:https://www.cnblogs.com/jsonhc/p/7862518.html 由于在centos7系统上使用docker-machine安装的swarm实现服务的负载均衡一直失败,存在问题,故将环境改到ubuntu16.04.2 LTS上进行操作 两个节点manager1:192 ...
分类:
系统相关 时间:
2018-11-06 14:32:30
阅读次数:
175
环境 centos6 阿里云镜像地址 https://opsx.alibaba.com/mirror(本篇所选) centos官网镜像 http://mirror.centos.org/ 网易云镜像地址 http://mirrors.163.com/ cd /etc/yum.repos.d vim ...
分类:
系统相关 时间:
2018-11-04 16:14:05
阅读次数:
202
1. 先安装jdk yum search java|grep jdk查看yum库中都有哪些jdk版本 yum install java-1.8.0-openjdk.x86_64 两次y确认 2. centOS wget的安装和使用 安装:yum install wget 3. 安装 Elastics ...
分类:
其他好文 时间:
2018-11-04 12:44:31
阅读次数:
181
firefox(火狐) sudo yum install firefox chrome(谷歌) 添加源:sudo wget http://repo.fdzh.org/chrome/google-chrome-mirrors.repo -P /etc/yum.repos.d/ 安装:sudo yum ...
分类:
其他好文 时间:
2018-11-03 17:36:51
阅读次数:
964
第二次结对编程Github合作方式我们的合作方式采取pair coding和 separate coding相结合的方式。刚开始的讨论设计,分配功能,建立GitHub仓库是一起做的,伙伴搭建好了框架,互相分配好要实现的函数,通过GitHub源码管理,进行分头编程。当遇到框架/关键函数/目标功能等问题 ...
分类:
其他好文 时间:
2018-11-02 21:36:15
阅读次数:
146
一.openldap简介 LDAP是轻量目录访问协议,英文全称是Lightweight Directory Access Protocol,一般都简称为LDAP。属于开源集中账号管理架构的实现。LDAP具有两个国家标准,分别是X.500和LDAP。OpenLDAP支持TCP/IP协议,目前TCP/I ...
分类:
其他好文 时间:
2018-10-29 21:29:02
阅读次数:
192
原文链接:ArchLinux_添加国内镜像源 ...
分类:
系统相关 时间:
2018-10-29 14:12:29
阅读次数:
868
1准备云yum源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun ...
分类:
其他好文 时间:
2018-10-28 21:58:05
阅读次数:
188