查找文件: [root@bigdata admin]# find . -type f -name "a.txt" ./Downloads/hadoop-2.10.0/a.txt 拥有遍历文件夹功能的 查找关键字 文件、文件夹: [root@bigdata admin]# vi a [root@big ...
分类:
系统相关 时间:
2020-04-11 20:26:04
阅读次数:
98
zabbix监控客户端包括Windows,linux等 环境: zabbix-server centos6.5 192.168.1.98 (部署lnmp环境) zabbix-agent centos6.5 192.168.1.99 zabbix-agent win10 192.168.1.53 一 ...
分类:
其他好文 时间:
2020-04-11 13:28:55
阅读次数:
352
报错原因: 共享内存信号量kernel.sem参数设置过小 参数含义 上面的4个数据分别对应:SEMMSL、SEMMNS、SEMOPM、SEMMNI这四个核心参数,具体含义和配置如下。 SEMMSL:每个用户拥有信号量最大数量 SEMMNS:系统信号量最大数量 SEMOPM:每次semop系统调用操 ...
分类:
其他好文 时间:
2020-04-07 20:35:00
阅读次数:
69
代码视频之一:https://www.bilibili.com/video/BV1Cc411h78m/ 更多ATM代码视频请浏览:https://space.bilibili.com/516735973 一 项目三层结构设计 二 ATM & 购物车项目介绍 项目需求 用户视图层的功能 管理员视图层的 ...
分类:
其他好文 时间:
2020-04-06 23:25:42
阅读次数:
142
报错信息如下: Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event b ...
分类:
其他好文 时间:
2020-04-05 09:30:47
阅读次数:
153
2.2 Zabbix-agent安装 1.在需要监控的服务器上安装agent端; #yum -y install zabbix-agent #vim /etc/zabbix/zabbix_agentd.conf 修改如下: Server=10.88.8.122 //被动模式 zabbix-serve ...
分类:
其他好文 时间:
2020-03-30 14:38:03
阅读次数:
123
1、官网下载 zabbix agent 4.0 下载链接:https://www.zabbix.com/download_agents 2、下载完成后双击安装 3、安装完成后运行services.msc确认Agent服务是否启动成功 4、设定防火墙允许,zabbix默认要用到的端口是10050,需设 ...
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:
其他好文 时间:
2020-03-28 22:00:07
阅读次数:
81
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:
其他好文 时间:
2020-03-28 21:52:39
阅读次数:
86
安装, "官方文档" 1. 配置阿里云的saltstack镜像仓库 2. 主安装salt master salt minion salt api 3. 从安装salt minion 4. 关闭防火墙 或者打开端口 firewall or iptables 5. 启动服务 配置, "官方文档" mas ...
分类:
其他好文 时间:
2020-03-28 00:58:35
阅读次数:
94