本文主要为Docker的基础知识 Centos7更换阿里源 cd /etc cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo.back #建议备份或者改名 wget -O CentOS-Base.repo http://mirrors ...
分类:
其他好文 时间:
2020-06-09 23:37:12
阅读次数:
82
一、Canal Admin 安装与配置 1.1 下载 wget https://github.com/alibaba/canal/releases/download/canal-1.1.4/canal.admin-1.1.4.tar.gz tar zxvf canal.admin-$version. ...
分类:
其他好文 时间:
2020-06-09 20:20:23
阅读次数:
81
wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_22.1-1_centos_7_amd64.rpm wget https://github.com/rabbitmq/rabbitmq-s ...
分类:
其他好文 时间:
2020-06-09 14:33:36
阅读次数:
62
源码安装了curl之后, 导致yum执行时报如下错误: /usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback 是因为yum动态库使用了新安装libcurl库导致的。使用l ...
分类:
编程语言 时间:
2020-06-09 09:36:21
阅读次数:
114
1. curl http://192.168.12.128:9200/_cat/health?v 2. http://192.168.1.33:9200/_cat/shards 3. curl -XPUT http://192.168.12.128:9200/_settings?pretty -d ...
分类:
其他好文 时间:
2020-06-09 09:20:31
阅读次数:
266
当前版本: v14.4.0 一键安装命令: curl https://raw.githubusercontent.com/wle94036/script/master/install_node.sh | sh 注意:curl命令找不到请执行 yum install curl,有问题欢迎留言 注意:默 ...
分类:
Web程序 时间:
2020-06-08 23:40:04
阅读次数:
89
安装步骤 1.安装mysql数据库 安装msyql5.7 wget http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community-release-el7-10 ...
分类:
数据库 时间:
2020-06-08 18:48:27
阅读次数:
82
Centos8.1下载慢,随手百度,方法都是推荐更换国内的yum源。按照推荐的方法,发现总是出现错误:为 repo ‘base’ 下载元数据失败搞了一晚上才发现,源网址都是对应系统版本号的,现在的资料都是针历史版本的。大家可以按照如下流程修改源1.备份现有源mv /etc/yum.repos.d / ...
分类:
系统相关 时间:
2020-06-08 14:54:40
阅读次数:
343
1. 监控工具Moint安装及其使用 1.1 Monit安装及其配置 方式1:yum安装 安装相关命令如下 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release ...
分类:
系统相关 时间:
2020-06-08 14:24:19
阅读次数:
87
一. 安装docker与k3s 1. 安装Docker curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh 2. 启动Docer并开机自启 systemctl start docker systemctl en ...
分类:
其他好文 时间:
2020-06-08 13:06:28
阅读次数:
157