Centos7.x 搭建RTSP流处理环境 服务器环境 服务器 centos 7 目前版本 "下载地址" ) 安装nginx & nginx rtmp module 1. "官网" )下载 nginx 目前版本 "下载地址" 2. 下载依赖 pcre 目前版本 "下载地址" 使用 pcre2 ngi ...
分类:
其他好文 时间:
2020-02-09 13:12:50
阅读次数:
243
角色分配:环境部署所有虚拟机均已关闭防火墙以及selinux核心防护功能实操建工作目录存放二进制软件包[root@master~]#cd/[root@master/]#mkdirk8s安装ETCD数据库(三副本机制)master(下载ca证书创建、管理工具cfssl)[root@masterk8s]#curl-Lhttps://pkg.cfssl.org/R1.2/cfssl_linux-amd6
分类:
其他好文 时间:
2020-02-07 21:08:13
阅读次数:
95
监控端操作#!/bin/bash#安装zabbix+LNMP#lnmp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabled"/etc/sysconfig/selinux#yum安装
分类:
其他好文 时间:
2020-02-07 15:11:33
阅读次数:
79
安装MySQL NDB Cluster 7.5.16 环境: mgmd:192.168.121.133 sqlndbd1: 192.168.121.134 sqlndbd2: 192.168.121.135 每个节点先关闭防火墙: [root@localhost ~]# systemctl disa ...
分类:
数据库 时间:
2020-02-07 15:05:33
阅读次数:
94
Linux下的防火墙有两种:Iptables和Firewall(概念以及区别大家可以自行搜索)。为什么要关闭防火墙呢?主要是我们都过Linux搭建服务器的时候其他机器访问会被墙掉,例如:Tomcat,elasticsearch等。其实在我们实际开发过程中,需要关闭的一般只是第二种防火墙,即Firew ...
分类:
系统相关 时间:
2020-02-07 10:19:43
阅读次数:
86
监控端操作基于LAMP架构部署Zabbix```bash#!/bin/bash#基于LAMP架构安装Zabbix#lamp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabl
分类:
其他好文 时间:
2020-02-06 18:14:34
阅读次数:
85
1、redis安装(建议linux下):https://www.cnblogs.com/uncleyong/p/9882843.html参考https://www.cnblogs.com/shawhe/p/9548620.html 2、运行redis 注释配置文件127.0.01 关闭防火墙 测试链 ...
分类:
其他好文 时间:
2020-02-04 13:56:41
阅读次数:
49
#!/bin/bash#简易安装zabbix+LNMP#lnmp(){#关闭防火墙&核心安全功能systemctlstopfirewalld.servicesystemctldisablefirewalld.service&>/dev/nullsetenforce0sed-i"7cSELINUX=disabled"/etc/sysconfig/selinux#yum安装ngi
分类:
其他好文 时间:
2020-02-03 11:52:34
阅读次数:
92
Zabbix部署实验环境:CentOS7-2:192.168.18.147(监测端:部署安装zabbix)CentOS7-3:192.168.18.128(被监测端)监测端操作:[root@cacti~]#systemctlstopfirewalld.service#关闭防火墙功能[root@cacti~]#systemctldisablefirewalld.service#开机禁用防火墙功能Re
分类:
其他好文 时间:
2020-02-01 23:36:18
阅读次数:
115
LNMP环境搭建--Centos7 | 刘鹏--博客 盒子 盒子 博客 ... ...
分类:
其他好文 时间:
2020-02-01 12:12:42
阅读次数:
94