标签:
首先下载iNodeClient 5.1:http://download.csdn.net/detail/u012432316/8669955
解压iNodeClient,修改里面的enablecards.ps文件:
将for x in eth0 eth1 eth2 eth3 eth4 eth5 eth6 eth7 改为:
for x in 你的网卡名(我的是for x in enp2s0)
安装iNodeClient所需库(需要nux-dextop与epel源):
yum install -y libncurses.so.5 libgtk-x11-2.0.so.0 libpangox-1.0.so.0 pangox-compat libtiff.so.3 libtiff.so.3
更改iNodeClient目录的权限:
chmod 777 -R iNodeClient
执行iNodeClient目录下的install.sh,然后就可以执行iNodeClient.sh执行程序了:)
标签:
原文地址:http://www.cnblogs.com/weibingkitty/p/4483440.html