- 博客(10)
- 资源 (3)
- 收藏
- 关注
原创 基于 HAProxy 搭建 EMQ X 集群
emqx集群部分配置参考:emqx静态集群_白泽的博客-优快云博客本文着重记录HAPorxy搭建。安装:sudo apt-get updatesudo apt-get install software-properties-common -ysudo add-apt-repository -y ppa:vbernat/haproxy-2.2sudo apt-get updatesudo apt-get install -y haproxy=2.2.\*配置 /etc/haprox
2022-02-21 17:14:23
1044
原创 emqx启用MySQL 认证 / 访问控制
MySQL 认证 / 访问控制即插件emqx_auth_mysql在emqx运行中加载插件(其他插件修改插件名称即可)./bin/emqx_ctl plugins load emqx_auth_mysql需要在 etc/plugins/emqx_auth_mysql.conf 中配置以下内容:## 服务器地址auth.mysql.server = 127.0.0.1:3306## 连接池大小auth.mysql.pool = 8##数据库连接用户名auth.mysql.use
2022-02-17 15:13:20
2338
原创 emqx静态集群
修改 emqx/etc/emqx.conf 配置文件,另一台同理## 修改节点名node.name = emqx@192.168.0.101## 修改集群策略为static,无需手动添加节点了cluster.discovery = static## 所有集群节点 cluster.static.seeds = emqx@192.168.0.101, emqx@192.168.0.102## 为了获取 IP 地址,需要设置 proxy_protocollistener.tcp.exte
2022-02-17 14:33:11
1410
2
原创 系统调优---emqx百万连接测试系统、网络、erlang虚拟机参数调优
Linux 操作系统参数系统全局允许分配的最大文件句柄数:# 2 millions system-widesysctl -w fs.file-max=2097152sysctl -w fs.nr_open=2097152echo 2097152 > /proc/sys/fs/nr_open允许当前会话 / 进程打开文件句柄数:ulimit -n 1048576/etc/sysctl.conf持久化 'fs.file-max' 设置到 /etc/sysctl.c..
2022-02-17 14:29:11
2100
原创 阿里云 unbutu 12.04 apt-get update失败及解决办法
使用apt-get update更新时一直失败,报的错误为”Failed to fetch 404 Not Found”解决方法为将/etc/apt/路径底下的sources.list文件内容替换为以下内容(建议先备份)deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ trusty-security main
2021-10-29 09:52:20
1026
原创 如何给网站添加 OG 协议
示例参考:<meta property="og:site_name" content="Colby Fayock" /><meta property="og:title" content="Anyone Can Map! Inspiration and anintroduction to the world of mapping - Colby Fayock"/><meta property="og:description" content="..
2021-10-29 09:36:45
1080
原创 nginx配置文件相关
原始的配置文件内容#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events { worker_connections 1024;}http { include mime.typ..
2021-10-11 11:45:40
281
原创 Ubuntu : NGINX手动安装
所需环境:(#开头的文字为注释)apt-get install gccapt-get install libpcre3 libpcre3-devapt-get install zlib1g zlib1g-dev#apt-get install openssl openssl-dev# Ubuntu14.04的仓库中没有发现openssl-dev,由下面openssl和libssl-dev替代sudo apt-get install openssl sudo apt-get install.
2021-10-11 10:28:30
367
mybatis逆向工程
2018-09-20
二维码生成器包含简单的Java可视化界面
2017-09-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人