Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Retweet Weibo Qzone Wechat Linux using "Cloud Wear" [Centos7 demonstration]

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Cloud wear this tool is mainly aimed at the enterprise level, there is a business version for individual users, and permanent free, intranet port mapping, intranet penetration software, you can easily access and connect to the intranet.

Here is how to use the cloud to wear on the Linux server

The cloud wears the official website: https://www.xiaomy.net

Environment: Centos7 system

Tools: tomcat,JDK, jar,xshell,xftp worn by the cloud.

The above tools will be distributed on Baidu Cloud link.

Link: https://pan.baidu.com/s/1ClJDc0gT3XpB8Ia_gPLjMg

Extraction code: jffb

1. Use xshell to connect to Centos7 first

2. Upload the required files using xftp

3. Check whether Centos7 has jdk. [if so, skip this step]

If there is no JDK, it needs to be equipped with JDK, otherwise you will not be able to run it successfully.

(1) decompress the uploaded jdk-8u152-linux-x64.tar.gz

Tar-zxvf jdk-8u152-linux-x64.tar.gz

Copy the code

(2) enter the jdk directory and check where the files are located.

(3) configure jdk environment and modify / etc/profile file

Vi / etc/profile

Copy the code to add the following code at the bottom, and then save

Export JAVA_HOME=/root/jdk1.8.0_152export CLASSPATH=.:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jarexport PATH=$JAVA_HOME/bin:$PATH

Copy the code

(4) execute refresh command

Source / etc/profile

Copy the code

(5) View the configuration of JDK

Java-version

Copy the code

4. Execute the xiaomy_nat.jar program

Java-jar xiaomy_nat.jar

Copy the code

The configuration has been completed.

Demonstration of the effect of cloud wear.

1. Decompress tomcat

Tar-zxvf apache-tomcat-8.5.24.tar.gz

Copy the code

2. Enter the bin directory of tomcat and start tomcat

3. Enter the landing platform worn by the cloud and map 8080

Tunnel Management: http://i.xiaomy.net/

Landing

4. Restart the jar worn by the network cloud

5. Demo effect drawing

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report