Excellent software and practical tutorials

Nginx HTTP Server
Nginx is an asynchronous web server that can also be used as a reverse proxy, load balancer, and HTTP cache.
Nginx is an asynchronous web server that can also be used as a reverse proxy, load balancer, and HTTP cache.
Official channels (English): The Nextcloud Forums Nextcloud official forum, there is a FAQ page in the forum, which lists some common errors. Bug Report If you think you have found a Nextcloud bug, you can: Find a solution from the communication channel Check your configuration again If the problem cannot be solved, you can use the bugtracker. You can use oc…
The past and present of Docker The core concept of Docker is to build, ship, and run any app, anywhere, that is, package once and run everywhere. In the past, when we configured an application running environment on the server, we had to install various components. For example, for the JavaWeb environment, we had to install Tomcat, MySQL, etc. I won’t talk about how troublesome it is to install and configure these things...
If you have not configured the initial environment of the centos system, you need to manually install the packages required by Nginx. Some modules of nginx rely on some lib libraries, so before installing nginx, you must first install these lib libraries: including PCRE regular expressions, secure socket layer password libraries, and some common software packages, etc.
SSH remote configuration tutorial After configuring the Google Cloud Server, you need to enter the virtual machine to configure the system environment. The test installation is the CentOS7 operating system of the LINUX platform. Step by step to enable the SSHD remote management service.