您好,登錄后才能下訂單哦!
如何進行Linux系列中各種環境的安裝集合,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
linux環境安裝集合
百度百科:http://jingyan.baidu.com/article/b2c186c8caaf72c46ff6ff7a.html
參考文檔:http://blog.csdn.net/liaolu2999/article/details/52081438
注意這個所有的東西都選英文,選中文安裝的過程中會報錯
http://www.linuxidc.com/Linux/2016-08/134580.htm
主機名為:localhost
協助root的普通用戶設置為jupiter
當前用戶為jupiter密碼abcd1234
這個問題就是如何在linux虛擬機中可以復制外面的東西,不過沒有實現
http://blog.chinaunix.net/uid-27034868-id-3412024.html
TODO
TODO:使用說明
https://my.oschina.net/u/3424381/blog/888205
utunbu默認禁用了root帳號,要啟用root帳號,請在終端里執行:sudo passwd
首先提示你輸入當前用戶的密碼
然后提示你設置root的密碼,輸入兩次新密碼,OK
有的時候一定要在Linux的命令中添加sudo,因為即使是root用戶登錄,也不一定有最高的系統權限
問題
在VirtualBox中無法復制和粘貼外面的內容,所以我們通過ssh登錄
安裝SSH服務
sudo apt-get install ssh
參考文檔:http://www.360doc.com/content/13/1116/17/3777348_329691460.shtml
讓用root登錄ssh
使用普通用戶登錄Ubuntu系統,打開命令行窗口
更改root用戶密碼,命令:sudo passwd root
首先輸入當前用戶的密碼
然后輸入root賬戶的密碼
確認root用戶的密碼
編輯ssh的配置文件,命令:sudo vi /etc/ssh/sshd_config
在Authentication部分,注釋掉“PermitRootLogin without-password”
在Authentication部分,添加“PermitRootLogin yes”
保存數據,退出編輯器
重新啟動ssh服務,命令:sudo service ssh restart
然后就可以使用root帳號登錄ssh
每當安裝完成一次Ubuntu系統,每次使用root帳號通過ssh都無法登錄,只能先通過其他的用戶登錄系統,然后配置root帳號,然后登錄
操作步驟
參考文檔:http://jingyan.baidu.com/article/8ebacdf02f552b49f65cd5c9.html
實現免密登錄
在客戶端使用ssh-keygen生成公鑰和死鑰
將公鑰上傳到 ~/.ssh/authorized_key文件中即可實現免密登錄
從linux服務器上傳和下載東西也是非常不方便的,所以我們可以借助工具FileZilla來實現
操作
使用sftp功能需要在ssh的配置文件/etc/ssh/sshd_config中添加如下配置文本,以SLES 10.3為例:
Subsystem sftp /usr/lib64/ssh/sftp-server
然后service ssh restart
重啟ssh就OK了
參考文檔:https://zhidao.baidu.com/question/646621162747500445.html
常用命令,不過我們用工具不用命令行
sftp username@host ip #登陸sftp服務器 ls #列出遠程服務器上當前目錄下的文件 cd dir #進入遠程服務器上面的dir目錄 lcd dir #進入本地dir目錄 quit #退出sftp get file #從服務器上面下載文件到本地當前目錄 put file #將本地當前目錄下的某個文件上傳到服務器上 mget file1 file2 #下載多個文件 mput file1 file2 #上傳多個文件 #使用!開始代表shell,例如!ls即可以列出本地當 前目錄的文件
新辦法
apt install nodejs
apt install npm
npm install -g n
n lts
tj大神:https://github.com/tj/n
參考文章:http://www.cnblogs.com/cike8899/p/5954553.html
老辦法
http://www.linuxidc.com/Linux/2016-09/135487.htm
http://jingyan.baidu.com/article/25648fc18ee5bd9190fd0058.html
操作
PPA方式: 1、如果你在 Ubuntu 軟件中心安裝過 OpenJDK,請先使用如下命令將其刪除: sudo apt-get purge openjdk* 2、添加 PPA 源 sudo add-apt-repository ppa:webupd8team/java 3、更新下源數據庫 sudo apt-get update 4、安裝 Oracle Java 8 sudo apt-get install oracle-java8-installer 5、查看版本: java -version 6、設置 Java 8 環境變量: sudo apt-get install oracle-java8-set-default 7、java版本切換 sudo update-java-alternatives -s java-8-oracle 8、卸載jdk sudo apt-get remove oracle-java8-installer
參考文檔:http://www.linuxdiyf.com/linux/22044.html
老辦法
http://blog.csdn.net/yebhweb/article/details/55098189
wget http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz
yum -y install java-1.8.0-openjdk*
參考文檔:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins
中文參考文檔:http://blog.csdn.net/Mungo/article/details/52453544
http://www.linuxdiyf.com/linux/22000.html
安裝完畢之后可以登錄host:8080端口進行訪問
在圖中的指定文件中找到初始化密碼
安裝jenkins所需的插件,設置用戶名為admin,密碼abcd1234
貌似有版本問題,只能是Java jdk1.8版本
http://stackoverflow.com/questions/21338721/gpg-no-valid-openpgp-data-found
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=ubuntu16.4%E5%AE%89%E8%A3%85jkens
sudo wget -O /etc/yum.repos.d/jenkins.repo http://jenkins-ci.org/redhat/jenkins.repo sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key yum -y install java-1.8.0-openjdk* yum install jenkins
官網:https://docs.docker.com/engine/installation/linux/ubuntu/
安裝步驟
// 刪除舊版本 $ sudo apt-get remove docker docker-engine // 增加額外插件 $ sudo apt-get update $ sudo apt-get install \ linux-image-extra-$(uname -r) \ linux-image-extra-virtual // 設置倉儲 $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ software-properties-common $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" // 安裝docker $ sudo apt-get update $ sudo apt-get install docker-ce $ sudo docker run hello-world
刪除 docker的鏡像及工作目錄
rm -rf /var/lib/docker
dockerhub的node鏡像中中有python2.7.9
http://blog.csdn.net/mungo/article/details/51322665
https://my.oschina.net/ghm7753/blog/653303
https://my.oschina.net/ghm7753/blog/653264
官網:https://about.gitlab.com/downloads/
http://www.tuicool.com/articles/bYbi2mJ這里面貌似有創建新的image的方法
https://yq.aliyun.com/articles/74395?spm=5176.8246799.0.0.7Fp6s9
看完上述內容,你們掌握如何進行Linux系列中各種環境的安裝集合的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。