02 2020 档案
摘要:1.win10 上安装问题: https://www.rabbitmq.com/install-windows.html 需要安装两个包: erlange: http://www.cnerlang.com/ rabbitmq: https://www.rabbitmq.com/download.ht
阅读全文
摘要:# Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exce
阅读全文
摘要:yum(Yellow dog Updater, Modified)是一款软件包管理器。Redhat以及Fedora的软件安装命令是rpm(Redhat package Manager),不过rpm安装软件比较麻烦需要手动寻找安装该软件所需要的一系列依赖关系,为了更好地对软件包依赖的管理所以Fedor
阅读全文
摘要:一、 安装Docker 1.查看内核版本 <Docker 要求 CentOS 系统的内核版本高于 3.10> uname -r 本机<内核版本: 3.10.0-327.el7.x86_64>2.把yum包更新到最新 sudo yum update3.安装需要的软件包, yum-util 提供yum-
阅读全文
摘要:1.资料来源官网,参考: https://www.elastic.co/cn/downloads/elasticsearch https://www.elastic.co/cn/downloads/kibana 2.windows 下安装: 2.1 安装 elasticSearch 下载: 解压 2
阅读全文
摘要:1.phyon27 安装 1.1 下载 wget https://www.python.org/ftp/python/2.7.14/Python-2.7.14.tgz 1.2 解压 tar -zxvf Python-2.7.14.tgz 1.3 进入目录,在编译前先在/usr/local建一个文件夹
阅读全文
摘要:k8s安装步骤: 1、所有机器上执行以下命令,准备安装环境:(注意是所有机器,主机master,从机node都要安装) 1.1、安装epel-release源(EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供
阅读全文
摘要:K8S 概述 K8S,就是基于容器的集群管理平台,它的全称,是kubernetes。Kubernetes 这个单词来自于希腊语,含义是舵手或领航员。K8S是它的缩写,用“8”字替代了“ubernete”这8个字符。和Docker不同,K8S的创造者,是众人皆知的行业巨头——Google。然而,K8S
阅读全文