MSSQL for Linux 安装配置文档
1、安装源 sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2019.repo \[root@localhost etc\]# cd /...
1、安装源 sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2019.repo \[root@localhost etc\]# cd /...
现象: RabbitMQ GUI上显示 Network partition detected Mnesia reports that this RabbitMQ cluster has experienced a network partition. There is a risk of losin...
有时需要取消挂载/home或/data数据盘,但执行 umount -a 时出现umount: /home: device is busy,是什么原因呢?怎样解决umount:device is busy的报错 之所以会出现device is busy的报错,是因为有程序在使用/home或/data...
已有的git开源项目基础上做了一下针对性的优化和功能增强。 此监控插件功能能够满足项目的基本监控需求的。 项目地址: https://github.com/BodihTao/ceph-zabbix 主要改进: 1. 采用 zabbix-agent(active) 模式,效率更高 2. 采集脚本多机部...
在RabbitMQ中,Socket descriptors 是 File descriptors 的子集,它们也是一对此消彼长的关系。然而,它们的默认配额并不大,File descriptors 默认值为“1024”,而 Socket descriptors 的默认值也只有“829”,同时,File...
nginx 配置的user为 www 用户,root启动之后主进程显示root,子进程显示是www,但是切换到www 用户之后执行 nginx -t 等报错 /usr/local/nginx/sbin/nginx -t nginx: \[warn\] the "user" directive mak...