本帖最后由 定位 于 2016-10-23 21:09 编辑
程序下载地址:链接:http://pan.baidu.com/s/1sl1rWnj 密码:828z
安装过程:
Get the sourceExecute 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.
ConfigureMove 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.
BuildThis is simple. Move to the directory that contains source code and execute:
make
Install/uninstallTo 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 |