摘要:
配置mmm,make install的过程中出现"Makefile", line 3: Need an operator安装gmake,用gmake install安装。 阅读全文
摘要:
比如想在test1上传文件/etc/mysql-mmm/mmm_common.conf的内容到test2的该文件,可以做如下操作test1#nc -l 6666 </etc/mysql-mmm/mmm_common.conftest2#nc test1的ip地址 6666 > /etc/mysql-mmm/mmm_common.conf 阅读全文