最近发现好多兄弟姐妹不用Linux原因是在我们学校大大环境下上校园网有点费劲,或者干脆就不会弄,亦或者根本就没想到上网^_^
这里我写上这么一段简单的过程,为了大家能够顺利上网,大牛直接掠过,不要喷我哦!!!
需要注意以下问题:
(1)我只在**大学实验过(可以顺利上网,如果其他学校的同学有兴趣可以试试,不知道好使否)
(2)我只在 9.04 9.10 10.04 10.10 11.04 上实验过(只有11.04操作有点点差异)
(3)一下内容建立在网费已经交了,网卡驱动已经安装成功,等不可抗拒力量不复存在的基础上~~~
开始吧:
(1)要安装客户端嘛,下载一个
iNodeClient_For_Linux_V3.60-E6210.tar.gz下载到Linux公社的1号FTP服务器里,下载地址:
FTP地址:
用户名:
密码:
在 2011年LinuxIDC.com\6月\ Linux环境下校园网客户端安装使用
下载方法见
(2)下载完毕打开你的shell (Ctrl+Alt+T)输入如下命令
这里用于进入root 权限 输入密码以后不回显
- ~$ sudo su
- [sudo] password for bao:
- root@
(3)在/usr下创建iNode目录,使用(mkdir命令)
- root@ cd /usr/
- root@ mkdir iNode
(4)将/home/bao目录下的压缩文件copy到iNode目录,使用(cp命令)
- root@ cp /home/bao/iNodeClient_For_Linux_V3.60-E6210.tar.gz iNode/
(5)进入iNode目录并且解压压缩文件
- root@ cd iNode/
- root@ tar -zxvf iNodeClient_For_Linux_V3.60-E6210.tar.gz
- ./iNodeClient/
- ./iNodeClient/resource/
- ./iNodeClient/resource/inode_en.txt
- ./iNodeClient/clientfiles/
- ./iNodeClient/enablecards.ps
- ./iNodeClient/conf/
- ./iNodeClient/conf/iNode.conf
- ./iNodeClient/iNodeAuthService
- ./iNodeClient/iNodeClient
- ./iNodeClient/iNodeAuthService_
- ./iNodeClient/AuthenMngService
- ./iNodeClient/install.sh
- ./iNodeClient/log/
- ./iNodeClient/libs/
- ./iNodeClient/libs/opswat/
- ./iNodeClient/libs/opswat/tables.dat
- ./iNodeClient/libs/opswat/libOesisCore.so
- ./iNodeClient/libs/opswat/libCoreUtils.so
- ./iNodeClient/libs/opswat/libImplAv.so
- ./iNodeClient/libs/ace/
- ./iNodeClient/libs/ace/libACEXML_Parser-5.6.1.so
- ./iNodeClient/libs/ace/libACE-5.6.1.so
- ./iNodeClient/libs/ace/libACEXML-5.6.1.so
- ./iNodeClient/libs/wxWidgets/
- ./iNodeClient/libs/wxWidgets/libwx_gtk2_core-2.8.so.0
- ./iNodeClient/libs/wxWidgets/libwx_base-2.8.so.0
- ./iNodeClient/libs/std/
- ./iNodeClient/libs/std/libstdc++.so.6
- ./iNodeClient/libs/std/libstdc++.so.5
- ./iNodeClient/renew.ps
- ./iNodeClient/uninstall.sh
- root@
(6)解压后出现iNodeClient目录,进入此目录
- root@ ls
- iNodeClient iNodeClient_For_Linux_V3.60-E6210.tar.gz
- root@ cd iNodeClient
(7)发现目录中的install.sh 文件了吧?
- root@ ls
- AuthenMngService enablecards.ps iNodeClient log uninstall.sh
- clientfiles iNodeAuthService install.sh renew.ps
- conf iNodeAuthService_ libs resource
(8)运行install.sh脚本安装客户端
- root@ ./install.sh
- Starting AuthenMngService: root@
- root@ ./iNodeClient
- ./iNodeClient: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory
(10)现在找到它呗!!
- root@ cd /usr/lib
- root@ cd i386-linux-gnu/
- root@ ls libtiff.so.*
- libtiff.so.4 libtiff.so.4.3.3
- root@ cp libtiff.so.4 /lib/
- root@ cd /lib/
- root@ ls libtiff.so.*
- libtiff.so.4
- root@ ln libtiff.so.4 libtiff.so.3
- root@ ls libtiff.so.*
- libtiff.so.3 libtiff.so.4
(13)启动那个万恶的客户端吧!暂时测试的几个机器都没有问题!如果你有问题请联系我一下!
- root@ cd /usr/iNode/iNodeClient
- root@ ./iNodeClient
(14)如果你喜欢win中的快捷方式,那研究一下 启动器!!!具体的还是大家自己深入吧~~~
就搞到这里,希望对大家有点点的帮助~~