安装nginx与nginx-rtmp-module实现流媒体服务器直播
1.安装依赖包: yum -y install git gcc gcc-c++ automake autoconf pcre pcre-devel glibc glibc-devel pkgconfig lib-devel openssl openssl-devel expat-d...
1.安装依赖包: yum -y install git gcc gcc-c++ automake autoconf pcre pcre-devel glibc glibc-devel pkgconfig lib-devel openssl openssl-devel expat-d...
先设置nginx日志格式为josn 在nginx的http区域添加josn类型日志 log_format json_log escape=json '{"realip":"$remote_addr","@timestamp":"$time_iso8601",...
首先去https://app.hiwifi.com登陆申请开发者模式 按照提示一步一步的去申请就行 申请完毕后会提示让安装开发者插件,安装就行。 准备工作完毕,使用xs...
首先cdn服务端开启$proxy_add_x_forwarded_for,源站加入$proxy_add_x_forwarded_for参数,然后添加一下参数来屏蔽真实客户端ip。 if ($proxy_add_x_forwarde...
centos6挂载centos7的samba服务的时候报错: mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 查看版本...
Fastdfs安装配置 图文版请下载附件Fastdfs安装配置 Fastdfs原理 FastDFS是一个开源的轻量级分布式文件系统,由跟踪服务器(tracker server)、存储服务器(st...
zabbix实现smokeping的功能,所需文件已放到附件python [[email protected] smokeping]# ls all create_graph.py create_other_screen.py define monitor.py...
连接数据库 bin/cqlsh 192.168.0.1 查看用户下信息: describe cluster; desc cluster; 查看所有keyspace: describe keyspaces; des...