Antecedent:
1. Recently, because of the work, it needs to be developed under the Linux system.
2. The development environment requires an SSR
Process:
The previous working environment (Windows) already has an SSR client, which was intended to be installed in Linux, and later felt trouble. Using the LAN Proxy method: (Note that this method is used as a prerequisite, please prepare a LAN to allow the question of the SSR client)
Method 1. In the computer, search all settings---network agent, set up here.
Method 2. Add in the Global environment variable $ sudo vi/etc/environment:
Http_proxy= "http://192.168.31.143:1080/"
Https_proxy= "https://192.168.31.143:1080/"
Postscript:
1. The implementation of these 2 methods is actually the same, but one is a graphical operation, a direct to the text operation
2. In addition to the global use of proxies like this, in some scenarios, you can also use the local proxy method, such as the use of agt-get and other commands
One of the ways to use SSR online under the Linux system (Ubuntu): Setting up an agent