首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za ...
分类:
其他好文 时间:
2021-05-24 10:48:30
阅读次数:
0
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:
数据库 时间:
2021-05-24 10:29:11
阅读次数:
0
报错信息 yum源安装东西,发现yum不好使用,报错如下:/usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback 处理办法: yum报错的主要错误就是因为libcurl.s ...
分类:
编程语言 时间:
2021-05-24 10:25:21
阅读次数:
0
nginx version: openresty/1.19.3.1 built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) built with OpenSSL 1.1.1h 22 Sep 2020 (running with OpenSSL 1.1. ...
分类:
其他好文 时间:
2021-05-24 09:34:56
阅读次数:
0
1、No module named 'pip' 安装jupyter的时候,提示No module named 'pip',检查了pip的环境变量,也都正确。可以使用下面命令修复安装pip: windows平台解决方法 python -m ensurepip 然后升级pip:python -m pip ...
分类:
编程语言 时间:
2021-05-24 08:47:49
阅读次数:
0
两大部分,一环境,二LVS规则 一、环境 1、两台服务器上安装httpd 服务 yum install httpd -y 2、开启服务,并设置为开机自启 systemctl start httpd systemctl enable httpd 3、新建页面 1)、在RS1 服务器上新建页面RS1 e ...
分类:
其他好文 时间:
2021-05-24 08:18:05
阅读次数:
0
环境准备,一台CentOS7 安装软件```[root@localhost ~]# yum install mariadb-server -y```创建三个实例的目录```[root@localhost ~]# mkdir /mysql/{3306,3307,3308}/{data,etc,sock ...
分类:
数据库 时间:
2021-05-24 08:17:38
阅读次数:
0
1、检测telnet-server的rpm包是否安装 rpm -qa telnet-server 若无输入内容,则表示没有安装。 2、若未安装,则安装telnet-server,否则忽略此步骤 yum install telnet-server 3、检测telnet-server的rpm包是否安装 ...
分类:
Web程序 时间:
2021-05-24 07:49:18
阅读次数:
0
第一步,创建单独的目录(因为软件较多,容易混乱),下载需要的软件: 我们需要下载nginx,pcre,zlib,openssl以及nginx-rtmp-module: nginx 官网下载最新, nginx-rtmp-module 可以在github上下载最新, 本人是在官网下载最新 mkdir w ...
分类:
系统相关 时间:
2021-05-24 06:47:04
阅读次数:
0
原文地址:https://www.cnblogs.com/cuianbing/p/13730760.html 安装 查看是否已经安装,已经安装的可使用yum upgradesubversion进行更新 rpm -qa subversion 没有安装的,进行安装 yum install -y subv ...
分类:
其他好文 时间:
2021-05-24 05:45:27
阅读次数:
0