YUM Redhat二次发行版 Yellow Dog Linux,上使用的yum(Yellowdog Update Modifier),由yellow dog 研发 yum命令的工作原理 1、接收用户命令 2、yum扮演为客户端,请求启用的仓库(yum.repos.d/*.repo)中URL对应的文 ...
分类:
其他好文 时间:
2019-08-21 13:42:54
阅读次数:
141
配置好官方源后,yum install docker-ce 一直报错https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml: [Errno 12] Timeout on https://download ...
分类:
其他好文 时间:
2019-08-21 00:08:38
阅读次数:
279
Linux学习(一)一、安装(Centos7)1、下载安装包:http://www.centos.org/download/ ,在页面中点击“List of current mirrors”,进入List of CentOS Mirrors 页面选择一个中国的Mirror,如:http://mirr ...
分类:
系统相关 时间:
2019-08-20 00:56:03
阅读次数:
112
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi ...
分类:
其他好文 时间:
2019-08-19 13:07:27
阅读次数:
89
现在安装都依赖于网络,命令比较简单。 一,运行脚本,安装runstup 1,运行如下脚本: 2,输入默认项1,完成余下的安装 二,指定安装版本 1,指定国内安装源 /root/.cargo/config 2,指定安装版本 三,导入环境变量 1,运行source命令导入变量 2,查看rust版本 四, ...
分类:
其他好文 时间:
2019-08-18 11:39:06
阅读次数:
524
1、yum repolist 2、https://opsx.alibaba.com/mirror,首先下在该镜像站点中的yum,这里选择epel源 epel-release-latest-7.noarch.rpm 3、rpm -ivh epel-release-latest-7.noarch.rpm ...
分类:
系统相关 时间:
2019-08-17 14:21:57
阅读次数:
108
1. 官网选择安装包 2. 选择合适的镜像 3. 在需要的包上右键复制链接 4. LINUX中通过 5. 解压 6. 配置环境变量 7. 验证 ...
分类:
其他好文 时间:
2019-08-16 15:44:11
阅读次数:
93
首先准备一台Centos 7的虚拟机并安装Docker。 docker成功安装 配置国内镜像 vi /etc/docker/daemon.json { "registry-mirrors" : ["https://3laho3y3.mirror.aliyuncs.com"] } 重启服务 sudo ...
分类:
编程语言 时间:
2019-08-15 22:54:35
阅读次数:
127
安装 下载 wget https://jaist.dl.sourceforge.net/project/openofficeorg.mirror /4.1.5/binaries/zh-CN/Apache_OpenOffice_4.1.5_Linux_x86- 64_install-rpm_zh-CN ...
分类:
其他好文 时间:
2019-08-14 14:47:54
阅读次数:
92
Docker介绍 Docker 使用Google公司推出的Go语言进行开发基于 Linux 内核的cgroup,namespace,以及 AUFS 类的 Union FS 等技术,对进程进行封装隔离,属于操作系统层面的虚拟化技术。 Docker组件说明 LXC Linux容器技术,共享内核,容器共享 ...
分类:
系统相关 时间:
2019-08-13 13:51:04
阅读次数:
156