注:2015年试用期间记录的一些内容,可能已通过时,仅供参考。code
CentOSorm
Nexusip
1.安装sz/rz命令ci
yum
install
-y lrzsz
it
2.发送时出现错误io
tar -xzvf nexus-2.11.4-01-bundle.tar.gz -xconsole
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error is not recoverable: exiting nowfunction
解决方式:使用rz -b,以字节序传输。默认应该是ascii序。form
3.建立一个普通用户,nexus不建议使用root运行class
sudo adduser username
4.若是使用./nexus console启动时报Unable to start JVM: Permission denied (13),安装JDK便可