(Advanced Java Tutorial) Chapter 5 Linux Usage and Program Deployment - Section 1: Basic Introduction to Linux and Cloud Server Usage

1: What you need to learn about Linux

In the Java part, we mainly study the following contents

  • Basic commands: Although Linux also has a graphical interface, it is often done through the command line on servers/embedded devices. Therefore, Linux commands are an important foundation of Linux. Using the command line has the following main benefits compared to the graphical interface:
    • Save system resources
    • Save on online loans
    • Facilitates batch execution of tasks
  • System programming and network programming: In the C++ part, since system programming and network programming are not encapsulated, it takes a lot of time to learn this part. But in Java, due to the cross-platform feature, this part of the function has been encapsulated into Java, so there is no need to learn this part of the content again
  • Deploy JavaWeb project: If we want other users to access the web program we wrote ourselves, we need to deploy it on the server and then use IP. This is what we focus on learning

2: Cloud server purchase

    Guess you like

    Origin blog.csdn.net/qq_39183034/article/details/133551919