tool

Docker compose One click deployment of LNMP environment

It shows that from the current industry development, the blogger has been engaged in the operation and maintenance of containers for many years. In order to better technical development, he will comprehensively embrace the containerization technology in the future. At the same time, it is difficult to maintain OneinStack, and various environment adaptations also take a lot of time (compared with containers
read the whole passage
Linux

Nginx reverse proxy persistent cache

Introduction to Nginx Caching There are two ways of Nginx caching: permanent caching: if this cache is not deleted manually, the cache file will always take effect. Therefore, permanent caching is only used to cache content in websites that will hardly change; Temporary cache: This cache is hashed according to the request connection
read the whole passage
script

Python script batch check SSL certificate expiration time

If there are more than 100 domain name servers on the background cloud platform https, if they are distributed on different servers or load balancers, and if they are about to expire, how to batch check whether the SSL certificate of the domain name replaces the website after the action of replacing the SSL certificate is completed can be achieved through the following script. Py...
read the whole passage
Linux

Consul cluster configuration

The schematic diagram of consumption is a case system diagram provided by the official website. The server in the diagram is the highly available cluster of the consumption server, and the client is the consumption client. The consumer client does not save data. The client forwards the received request to the responding Se
read the whole passage