码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
VMware下安装CentOS
开始安装VMware 下载CentOS 7.4 镜像 可以去阿里云的镜像站下载:https://opsx.alibaba.com/mirror 来到主页面,点击centos 选择 7.4 版本 选择镜像文件版本 选择 64位(废话、、、centos 7.4 只有64位的、、) 可以直接下载,也可以下 ...
分类:系统相关   时间:2018-04-26 23:26:50    阅读次数:274
win7下docker配置加速器
1.docker-machine ssh default(有时可省略) 2.sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='--registry-mirror=http://d7e77b19.m.daocloud.io |g" /var/lib/boot2docker ...
分类:Windows程序   时间:2018-04-25 00:23:43    阅读次数:478
将maven的中央仓库地址改为阿里云的仓库地址
<mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirro ...
分类:其他好文   时间:2018-04-24 00:17:36    阅读次数:141
swjtuoj2433 Magic Mirror
描述 Magic Mirror is an artificial intelligence system developed by TAL AI LAB,It can determine human based on human bone information. Meternal use the ...
分类:其他好文   时间:2018-04-23 00:13:42    阅读次数:190
centos安装docker
1. 更新yum yum update 2. 安装docker 安装 yum install -y docker 修改镜像地址,编辑/etc/docker/daemon.json { "registry-mirrors": ["https://uulfe4bd.mirror.aliyuncs.com ...
分类:其他好文   时间:2018-04-21 19:31:27    阅读次数:387
(7)case语句
(1)case 语法 (2)多系统配置yum源 (3)删除用户 (4)模拟jumpserver !/bin/bash trap "" HUP INT OUIT TSTP web01=192.168.111.201 web02=192.168.111.202 clear while true do c ...
分类:其他好文   时间:2018-04-21 17:44:09    阅读次数:180
镜像源
yum 一个软件半天没反应的时候,或许该考虑换一个镜像源了 清华的,很棒 https://mirrors.tuna.tsinghua.edu.cn/ 阿里云镜像源 https://opsx.alibaba.com/mirror 搜狐镜像源 http://mirrors.sohu.com/ ...
分类:其他好文   时间:2018-04-20 13:30:19    阅读次数:131
docker registry
建立私有的registry,使用自制的images,快速的pull和部署1,配置无认证的registry1.1)配置国内镜像加速(阿里云)cat/etc/docker/daemon.json{"registry-mirrors":["https://mb7ebfhc.mirror.aliyuncs.com"]}1.2)pull官方registrydockerpullregistry:0.9.1\\
分类:其他好文   时间:2018-04-19 14:56:50    阅读次数:130
修改CentOS默认yum源为国内镜像
参考文档 https://blog.csdn.net/inslow/article/details/54177191 国内主要开源的开源镜像站点应该是网易和阿里云了。 修改为163yum源-mirrors.163.com 1、首先备份系统自带yum源配置文件/etc/yum.repos.d/Cent ...
分类:其他好文   时间:2018-04-18 11:49:50    阅读次数:320
AIX做Mirror的过程
为加强aix的高可用性,安装完成后,需要做rootvg的mirror.现将做mirror的过程记录如下:[@more@]1.lspv查看两颗hd的vg状态2.extendvg rootvg hdisk1 将hdisk1加入到rootvg这个卷组中.3. mirrorvg rootvg hdisk1做rootvg的镜像到hdisk1上.4.bosboot -ad hdisk1 做引导image到hd
分类:其他好文   时间:2018-04-18 11:43:16    阅读次数:865
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!