国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程

這篇具有很好參考價(jià)值的文章主要介紹了weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

測(cè)試環(huán)境weblogic部署手冊(cè)

1.weblogic需要有jdk環(huán)境

1.1 通過(guò)xftp工具把jdk1.8的軟件包傳入到服務(wù)器的/usr/local中并解壓

cd /usr/local
tar -zxf jdk-8u333-linux-x64.tar.gz
[root@hjc ~]# cd /usr/local
[root@hjc local]# ls
aegis  bin  etc  games  include  jdk-8u333-linux-x64.tar.gz  lib  lib64  libexec  sbin  share  src
[root@hjc local]# tar -zxf jdk-8u333-linux-x64.tar.gz

1.2 配置java的環(huán)境變量

在/etc/profile文件中配置環(huán)境變量
運(yùn)行這個(gè)命令 vim /etc/profile后在末尾加上下面的內(nèi)容,:wq保存并退出

export JAVA_HOME=/usr/local/jdk1.8.0_333
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib:$CLASSPATH
export JAVA_PATH=${JAVA_HOME}/bin:${JRE_HOME}/bin
export PATH=$PATH:${JAVA_PATH}

1.3 重啟環(huán)境變量并檢查java安裝成功

source /etc/profile  # 讓環(huán)境變量生效
java -version # 查看jdk的版本與是否安裝成功
[root@hjc local]# source /etc/profile
[root@hjc local]# java -version
java version "1.8.0_333"
Java(TM) SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode)
[root@hjc local]# 

2.安裝weblogic并創(chuàng)建用戶

[root@hjc local]# ls
aegis  bin  etc  games  include  jdk1.8.0_333  jdk-8u333-linux-x64.tar.gz  lib  lib64  libexec  sbin  share  src  wls1036_generic.jar

2.1新建weblogic用戶和用戶密碼

2.2.1新建weblogic中間件用戶,使用命令:

groupadd -g 2001 weblogic  # 建組
# -m自動(dòng)建立用戶登入目錄 -u指定id -g屬組-d:指定用戶登入時(shí)的啟始目錄-s:指定用戶登入后所使用的shell
useradd -m -u 2001 -g weblogic -d /home/weblogic -s /bin/bash weblogic 
passwd weblogic #設(shè)置密碼
usermod -aG wheel weblogic # 把weblogic用戶添加了附加組到wheel中
[root@hjc local]# groupadd -g 2001 weblogic
[root@hjc local]# useradd -m -u 2001 -g weblogic -d /home/weblogic -s /bin/bash weblogic
[root@hjc local]# passwd weblogic
[root@hjc local]# usermod -aG wheel weblogic
[root@hjc local]# id weblogic
uid=2001(weblogic) gid=2001(weblogic) groups=2001(weblogic),10(wheel)

2.2.2增加weblogic環(huán)境變量
登錄weblogic用戶,修改weblogic用戶下基礎(chǔ)環(huán)境變量,在.bash_profile文件中添加umask 022

vi .bash_profile
# 寫(xiě)入內(nèi)容
umask 022

2.3切換為weblogic用戶操作

[root@hjc local]# su - weblogic
[weblogic@hjc ~]$ 

3.部署weblogic

3.1 部署目錄

在weblogic用戶下,新建兩個(gè)規(guī)劃目錄,一個(gè)是webapp文件夾,用于放置應(yīng)用程序,另一個(gè)是domain文件夾,用于放置weblogic部署的域

/home/weblogic/
         /webapp/<app name>/             #應(yīng)用系統(tǒng)部署文件目錄,war、ear等
         /domain/<domain name>          #weblogic域存放地址
[weblogic@hjc ~]$ mkdir webapp
[weblogic@hjc ~]$ mkdir domain
[weblogic@hjc ~]$ ls
domain  webapp

3.2安裝weblogic軟件

3.2.1將weblogic的安裝包wls1036_generic.jar通過(guò)xftp工具上傳至/home/weblogic/webapp,然后安裝

[weblogic@hjc local]$ cd /home/weblogic/webapp/
[weblogic@hjc webapp]$ ls
wls1036_generic.jar
[weblogic@hjc webapp]$ java -jar wls1036_generic.jar -mode=console

安裝過(guò)程:(這里的細(xì)節(jié)很多,必須注意?。?/p>

[weblogic@jxapp01 ~]$ java -jar wls1036_generic.jar -mode=console
Extracting 0%....................................................................................................100%
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Welcome:
--------
This installer will guide you through the installation of WebLogic 10.3.6.0. 
Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type "Previous".  You may quit the installer at any time by typing "Exit".
Enter [Exit][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Middleware Home Directory:
---------------------------------
    "Middleware Home" = [Enter new value or use default 
"/home/weblogic/Oracle/Middleware"]
Enter new Middleware Home OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------
Provide your email address for security updates and  to initiate configuration manager.
   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[Yes]
Enter index number to select OR [Exit][Previous][Next]> **3**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and  to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
Enter [Yes][No]? **no**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
-----------------------------
Provide your email address for security updates and  to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
    ** Do you wish to bypass initiation of the configuration manager and
    **  remain uninformed of critical security issues in your configuration?
Enter [Yes][No]? **yes**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and  to initiate configuration manager.
   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address for security updates and  to initiate configuration manager.
   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[No]
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Install Type:
--------------------
Select the type of installation you wish to perform. 
 ->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence
   2|Custom
    |  Choose software products and components to install and perform optional 
    |configuration.
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen will be installed.  Defaults will be used in script string-substitution if installed.

   1|Add Local Jdk
   2|/usr/local/jdk1.8.0_333[x]
   *Estimated size of installation:  690.2 MB
Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Choose Product Installation Directories:
----------------------------------------
Middleware Home Directory: [/home/weblogic/Oracle/Middleware]
Product Installation Directories:
   1|WebLogic Server: [/home/weblogic/Oracle/Middleware/wlserver_10.3]
   2|Oracle Coherence: [/home/weblogic/Oracle/Middleware/coherence_3.7]
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
The following Products and JDKs will be installed:
--------------------------------------------------
    WebLogic Platform 10.3.6.0
    |_____WebLogic Server
    |    |_____Core Application Server
    |    |_____Administration Console
    |    |_____Configuration Wizard and Upgrade Framework
    |    |_____Web 2.0 HTTP Pub-Sub Server
    |    |_____WebLogic SCA
    |    |_____WebLogic JDBC Drivers
    |    |_____Third Party JDBC Drivers
    |    |_____WebLogic Server Clients
    |    |_____WebLogic Web Server Plugins
    |    |_____UDDI and Xquery Support
    |    |_____Evaluation Database
    |_____Oracle Coherence
         |_____Coherence Product Files
    *Estimated size of installation: 690.3 MB
Enter [Exit][Previous][Next]> **默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Installing files..
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]
Performing String Substitutions... 
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Configuring OCM...
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]
Creating Domains...
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Installation Complete
Congratulations! Installation is complete.
Press [Enter] to continue or type [Exit]>**默認(rèn)**
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->
Clean up process in progress ...
[weblogic@hjc webapp]$ 

3.2.2創(chuàng)建域

登錄weblogic用戶,在路徑/home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin,下面執(zhí)行config.sh,腳本進(jìn)行創(chuàng)建。
如果報(bào)錯(cuò):./config.sh: line 103: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java: No such file or directory,則更改commEnv.sh的第149行,在JAVA_HOME后面添加jre目錄。

[weblogic@hjc bin]$ cd /home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin
[weblogic@hjc bin]$ ./config.sh
<------------------- Fusion Middleware Configuration Wizard ------------------>
Welcome:
--------
Choose between creating and extending a domain. Based on your selection, 
the Configuration Wizard guides you through the steps to generate a new or 
extend an existing domain.
 ->1|Create a new WebLogic domain
    |    Create a WebLogic domain in your projects directory.  
   2|Extend an existing WebLogic domain
    |    Use this option to add new components to an existing domain and modify     |configuration settings. 
Enter index number to select OR [Exit][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>
Select Domain Source:
--------------------
Select the source from which the domain will be created. You can create the 
domain by selecting from the required components or by selecting from a 
list of exising domain templates.
 ->1|Choose Weblogic Platform components
    |    You can choose the Weblogic component(s) that you want supported in 
    |your domain. 
   2|Choose custom template
    |    Choose this option if you want to use an existing  template. This 
    |could be a custom created template using the Template Builder. 
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>
Application Template Selection:
-------------------------------
    Available Templates
    |_____Basic WebLogic Server Domain - 10.3.6.0 [wlserver_10.3]x
    |_____Basic WebLogic SIP Server Domain - 10.3.6.0 [wlserver_10.3] [2] 
    |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.6.0 [wlserver_10.3] [3] 
    |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.6.0 [wlserver_10.3] [4] 
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>
Edit Domain Information:
------------------------
    |  Name  |    Value    |
   _|________|_____________|
   1| *Name: | base_domain |
Enter value for "Name" OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>

Select the target domain directory for this domain:
---------------------------------------------------
    "Target Location" = [Enter new value or use default 
"/home/weblogic/Oracle/Middleware/user_projects/domains"]
Enter new Target Location OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the 
default administrator used to start development mode servers.

    |          Name           |                  Value                  |
   _|_________________________|_________________________________________|
   1|         *Name:          |                weblogic                 |
   2|     *User password:     |                                         |
   3| *Confirm user password: |                                         |
   4|      Description:       | This user is the default administrator. |
Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
Enter option number to select OR [Exit][Previous][Next]> 2
<------------------ Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the 
default administrator used to start development mode servers.
    "*User password:" = []
Enter new *User password: OR [Exit][Reset][Accept]> weblogic123
<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the 
default administrator used to start development mode servers.

    |          Name           |                  Value                  |
   _|_________________________|_________________________________________|
   1|         *Name:          |                weblogic                 |
   2|     *User password:     |               ***********               |
   3| *Confirm user password: |                                         |
   4|      Description:       | This user is the default administrator. |

Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> 3
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the 
default administrator used to start development mode servers.

    "*Confirm user password:" = []
Enter new *Confirm user password: OR [Exit][Reset][Accept]> weblogic123
<------------------- Fusion Middleware Configuration Wizard ------------------>
Configure Administrator User Name and Password:
-----------------------------------------------
Create a user to be assigned to the Administrator role. This user is the 
default administrator used to start development mode servers.
    |          Name           |                  Value                  |
   _|_________________________|_________________________________________|
   1|         *Name:          |                weblogic                 |
   2|     *User password:     |               ***********               |
   3| *Confirm user password: |               ***********               |
   4|      Description:       | This user is the default administrator. |
Use above value or select another option:
    1 - Modify "Name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
Enter option number to select OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>
Domain Mode Configuration:
--------------------------
Enable Development or Production Mode for this domain. 

 ->1|Development Mode

   2|Production Mode
Enter index number to select OR [Exit][Previous][Next]> 2
<------------------- Fusion Middleware Configuration Wizard ------------------>
Java SDK Selection:
-------------------
 ->1|Sun SDK 1.8.0_333 @ /usr/local/jdk1.8.0_333
   2|Other Java SDK
   Enter index number to select OR [Exit][Previous][Next]>**默認(rèn)**
   <------------------- Fusion Middleware Configuration Wizard ------------------>
Select Optional Configuration:
------------------------------
   1|Administration Server [ ]
   2|Managed Servers, Clusters and Machines [ ]
   3|RDBMS Security Store [ ]
Enter index number to select OR [Exit][Previous][Next]> **默認(rèn)**
<------------------- Fusion Middleware Configuration Wizard ------------------>
Creating Domain...
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]
**** Domain Created Successfully! ****

到這里weblogic就安裝完了

4.啟動(dòng)weblogic服務(wù)測(cè)試

 cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain
 ./startWebLogic.sh  # 啟動(dòng)weblogic
[weblogic@hjc base_domain]$ cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain
[weblogic@hjc base_domain]$ ls
autodeploy  bin  config  console-ext  fileRealm.properties  init-info  lib  security  startWebLogic.sh
[weblogic@hjc base_domain]$ ./startWebLogic.sh 

啟動(dòng)成功(這里最好設(shè)置為綿免密登錄,在下方)
weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程
成功啟動(dòng)一次后,就會(huì)出現(xiàn)/home/weblogic/domain/jx_domain/servers/AdminServer目錄,然后新建一個(gè)security目錄,并新建文件boot.properties,寫(xiě)username和password行:
password=weblogic123
username=weblogic

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers
cd AdminServer/
mkdir security
cd security/
vim boot.properties
# 在boot.properties中寫(xiě)入
password=weblogic123
username=weblogic

weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程

重新啟動(dòng)weblogic服務(wù)

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/
./startWeblogic.sh

weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程

優(yōu)化weblogic反應(yīng)速度

完成這一步后,發(fā)現(xiàn)登錄weblogic后彈出的頁(yè)面反應(yīng)時(shí)間會(huì)很長(zhǎng)。所以我們還需要進(jìn)行一些配置
切換回root用戶通過(guò)find / -name java.security找到j(luò)ava.security的配置目錄。然后找到
/usr/local/java/jdk1.8.0_333/jre/lib/security/java.security文件路徑vim更改設(shè)置為:
把securerandom.source=file:/dev/random改為下面這個(gè)配置即可securerandom.source=file:/dev/./urandom 最后保存:wq

[root@hjc ~]# find / -name java.security
/usr/local/jdk1.8.0_333/jre/lib/security/java.security
[root@hjc ~]# vim /usr/local/jdk1.8.0_333/jre/lib/security/java.security
## 修改的內(nèi)容下圖所示

weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程
這樣配置后進(jìn)入weblogic客戶端就是秒進(jìn),速度快很多很多。

優(yōu)化weblogic啟動(dòng)的內(nèi)存

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/bin
vim setDomainEnv.sh
## 修改內(nèi)容如下圖所示

weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程
weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程
之后,重新重啟./startWeblogic.sh即可
weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程
至此!weblogic的安裝部署完畢!文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-448314.html

到了這里,關(guān)于weblogic測(cè)試環(huán)境安裝部署--傻瓜式安裝教程的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Sublime Text安裝教程-零基礎(chǔ)傻瓜式安裝細(xì)節(jié)

    Sublime Text安裝教程-零基礎(chǔ)傻瓜式安裝細(xì)節(jié)

    一、安裝教程 1、打開(kāi)Sublime Text官網(wǎng)下載安裝包。官網(wǎng)下載鏈接:http://www.sublimetext.com/3 2、Windows32位操作系統(tǒng)選擇“Windows”,64位操作系統(tǒng)選擇“Windows64bit”,直接點(diǎn)擊即可,如圖所示。 3、把安裝包下載到電腦上,注意要記住下載路徑。 4、雙擊安裝包,點(diǎn)擊next,注意勾選“

    2023年04月13日
    瀏覽(19)
  • 最新虛擬機(jī)中Ubuntu18.04安裝教程(傻瓜教程)

    最新虛擬機(jī)中Ubuntu18.04安裝教程(傻瓜教程)

    可以直接點(diǎn)下方的鏈接下載 Ubuntu18.04安裝鏈接 筆者這邊使用的是VMware Workstation15.5pro,大家也可以從官網(wǎng)所下載 首先先打開(kāi)Vmware界面,點(diǎn)擊其中的“創(chuàng)建新的虛擬機(jī)”選項(xiàng) ?打開(kāi)新建虛擬機(jī)向?qū)?,選擇自定義的選項(xiàng),然后點(diǎn)擊下一步 ?之后的一系列過(guò)程請(qǐng)看圖中說(shuō)明 因?yàn)楣P者

    2024年02月04日
    瀏覽(35)
  • 小白新手一文完成Git+Github/GITEE傻瓜式入門(mén)詳解部署教程(內(nèi)含TortoiseGit配置)

    小白新手一文完成Git+Github/GITEE傻瓜式入門(mén)詳解部署教程(內(nèi)含TortoiseGit配置)

    本文創(chuàng)作時(shí)版本為 Git-2.41.0,使用目標(biāo)為筆記存儲(chǔ)和代碼庫(kù),部分公司向使用的設(shè)置可能不一樣 本文在創(chuàng)作時(shí)通過(guò)狂神說(shuō)視頻的學(xué)習(xí)和幫助 版本控制 (Revision control)是一種在開(kāi)發(fā)的過(guò)程中用于管理我們對(duì)文件、目錄或工程等內(nèi)容的修改歷史,方便查看更改歷史記錄,備份以

    2024年02月04日
    瀏覽(56)
  • centos安裝MySQL 解壓版完整教程(按步驟傻瓜式安裝

    centos安裝MySQL 解壓版完整教程(按步驟傻瓜式安裝

    一、卸載系統(tǒng)自帶的 Mariadb ?二、卸載 etc 目錄下的 my.cnf 文件 三、檢查MySQL是否存在 有則先刪除 #有則同樣使用?rpm -e --nodeps 命令卸載 rpm -e --nodeps? #刪除mysql相關(guān)文件 rm -rf /usr/local/mysql/ #查看mysql服務(wù): ps -ef|grep mysqld #停止mysql服務(wù) sudo systemctl stop mysql #或單個(gè)殺死進(jìn)程:kil

    2024年02月11日
    瀏覽(38)
  • Ubuntu 20.04 安裝docker(傻瓜試一鍵教程)

    更新 apt 包索引 安裝依賴包 添加 Docker 的官方 GPG 密鑰: 提示OK后 官方安裝 ?安裝最新版本的 Docker Engine-Community 到此安裝完成, 可以輸入 sudo docker --version 或者 sudo docker run hello-world 測(cè)試是否安裝成功 如果您想免sudo進(jìn)入docker的話, 直接輸入以下命令,親測(cè): 以下命令意思就

    2024年02月11日
    瀏覽(47)
  • debian安裝ssh(傻瓜教程)+證書(shū)免密登錄

    debian安裝ssh(傻瓜教程)+證書(shū)免密登錄

    一、先安裝 apt-get install -y ssh 我這里已經(jīng)安裝好了就不截圖了 看下激活狀態(tài) service sshd status sshd代表是一個(gè)可持續(xù)的長(zhǎng)連接服務(wù) 如果不是active就用systemctl start sshd激活,沒(méi)有報(bào)錯(cuò)就可以 只允許特定ip連接(僅允許client 客戶端進(jìn)行ssh 訪問(wèn),其余所有主機(jī)的請(qǐng)求都應(yīng)該拒絕;)

    2024年02月05日
    瀏覽(10)
  • Windows11 環(huán)境下 Nginx 安裝部署教程

    Windows11 環(huán)境下 Nginx 安裝部署教程

    Nginx (engine x) 是一個(gè)高性能的HTTP和反向代理服務(wù)器,也是一個(gè)IMAP/POP3/SMTP服務(wù)器。 Nginx 是一種輕量級(jí)的Web服務(wù)器,可以作為獨(dú)立的服務(wù)器部署網(wǎng)站(類似Tomcat),應(yīng)用非常廣泛,特別是現(xiàn)在前后端分離的情況下,它高性能和低消耗內(nèi)存的結(jié)構(gòu)受到很多大公司青睞,如淘寶網(wǎng)站

    2024年02月10日
    瀏覽(25)
  • Windows環(huán)境下安裝及部署Nginx教程(含多個(gè)站點(diǎn)部署)

    Windows環(huán)境下安裝及部署Nginx教程(含多個(gè)站點(diǎn)部署)

    目錄 一、下載安裝Nginx 二、部署Nginx 三、多站點(diǎn)部署的情況 1、nginx域名解析,虛擬主機(jī): ?四、帶https的站點(diǎn)如何部署,與http的有何不同點(diǎn)? 1、官網(wǎng)下載地址:https://nginx.org/en/download.html 2、下載教程:選擇最新的Stable?version(穩(wěn)定版本)下載到本地 ?3、下載完成后,解壓

    2024年02月16日
    瀏覽(24)
  • 【禪道測(cè)試環(huán)境搭建及安裝】Linux上的禪道安裝教程,從環(huán)境搭建開(kāi)始

    【禪道測(cè)試環(huán)境搭建及安裝】Linux上的禪道安裝教程,從環(huán)境搭建開(kāi)始

    目錄 一、操作環(huán)境 二、安裝VMware 三、安裝FinalShell 四、在VMware里安裝CentOS 1.前置:CentOS的下載 2.CentOS的安裝 3.查看網(wǎng)絡(luò) 五、用宿主機(jī)連接遠(yuǎn)程的虛擬機(jī) 六、禪道包的下載與CentOS配置的修改 七、上傳項(xiàng)目包并安裝禪道 Windows 10 家庭版,64 位操作系統(tǒng) 這個(gè)軟件傻瓜式安裝即可

    2024年01月18日
    瀏覽(40)
  • Redis介紹以及Linux下的Redis安裝(超級(jí)詳細(xì),傻瓜式教程)

    Redis介紹以及Linux下的Redis安裝(超級(jí)詳細(xì),傻瓜式教程)

    Redis( Remote Dic? onary Server ), 即遠(yuǎn)程字典服務(wù)。 Redis是用 C 語(yǔ)言編寫(xiě)的完全開(kāi)源的、遵守 BSD 協(xié)議的、高性能的 key-value 數(shù)據(jù)庫(kù) ? BSD是 ” Berkeley Software Distribution ” 的縮寫(xiě),意思是“伯克利軟件發(fā)行版”。 BSD開(kāi)源協(xié)議是一個(gè)給予使用者很大自由的協(xié)議??梢宰杂傻厥褂?,修

    2024年02月15日
    瀏覽(17)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包