黑帽联盟

标题: Multiload-ng监控的安装 [打印本页]

作者: 定位    时间: 2016-10-23 21:06
标题: Multiload-ng监控的安装
本帖最后由 定位 于 2016-10-23 21:09 编辑

程序下载地址:链接:http://pan.baidu.com/s/1sl1rWnj 密码:828z


安装过程:

Get the source
Execute the following command line (you must have git installed):
git clone https://github.com/udda/multiload-ng
If you don't have git, download the lastest source ZIP here.
Or, if you don't want any surprise, download a stable release here.

Configure
Move to the directory that contains source code just cloned and run:
./autogen.sh
Now run configure script:
./configure --prefix=/usr
Change prefix as needed. /usr is the prefix of most distros. If you do not specify a prefix, configure script tries to infer it from installed programs. If this fails, prefix defaults to /usr/local.

Build
This is simple. Move to the directory that contains source code and execute:
make

Install/uninstall
To install (must run make before), execute:
sudo make install

如想卸载直接执行:
To later uninstall you need source directory. If you deleted it, just download again, and run Configurepart. Then execute:
sudo make uninstall


相关链接:https://bbs.cnblackhat.com/thread-191-1-1.html




欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) Powered by Discuz! X2.5