注: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便可