Sprboot / cloud (18) Use docker to quickly build local environments

Sprboot / cloud (18) Use docker to quickly build local environments In peacetime development work, the construction of the environment has always been a very troublesome thing. Especially now, the system is more and more complex, and there are more and more middleware to connect. However, to install these middleware smoothly is also a time-cons ...

Posted by ohjay on Wed, 22 May 2019 04:16:57 +0200

Nginx Construction and Use

I. Introduction Nginx (engine x) is a high performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. [Introduction to Baidu Encyclopedia] Reverse Delivery and Load Balancing are commonly used Home brew Installation Installation of Nginx, here we use the homebrew tool to install the diagram. As f ...

Posted by mjdamato on Sat, 18 May 2019 17:24:19 +0200

Analysis of Superdetailed Guava Rate Limiter Current Limiting Principle

Current limiting is one of the three powerful tools to protect high concurrent systems, and the other two are cache and degradation. Current limitation is used to limit concurrency and requests in many scenarios, such as second-kill snap-up, protection of their own systems and downstream systems from being overwhelmed by huge traff ...

Posted by Tux-e-do on Sat, 18 May 2019 05:21:07 +0200

Linux Cluster Architecture (Cluster Introduction, Keeping Alive Introduction, Configuring High Availability Clusters with Keeping Alive)

Cluster introduction Overview of Linux Cluster According to the function, it can be divided into two categories: high availability and load balancing. High availability clusters usually consist of two servers, one working and the other serving as redundancy. When the serving machine goes down, redundancy will take over and continue to serve. Op ...

Posted by matjaz on Fri, 17 May 2019 03:48:37 +0200

Introduction to cluster & introduction to keep alived & configuring high availability cluster with keep alived

18.1 Cluster Introduction Linux clusters are divided into two main categories based on their functions: high availability and load balancing High Availability Clusters usually consist of two servers, one working and the other serving as redundancy, which will continue to serve when the serving machine goes down. * Open source software for hi ...

Posted by samusk on Thu, 16 May 2019 14:12:21 +0200

Open Source Fortress jumpserver Build

Summary Before I said the domestic conscience of kodexplorer, today I say another good domestic open source project jumpserver, in addition to the domestic open source project I think it is the pagoda panel.Don't talk too much about the tutorial. Although you can read the following tutorial without listening to my nonsense http://docs.jumpserv ...

Posted by lazersam on Thu, 16 May 2019 08:52:48 +0200

centos7.4 source code build LAMP_ Nginx configuration ——1;

1. Default Virtual Host Modify configuration files vim /usr/local/nginx/conf/nginx.conf Add "include vhost/*.conf;" in the last penultimate line (all files ending with. conf under vhost will be loaded so that all virtual host configuration files can be placed in the vhost directory)   Create vhost, edit configu ...

Posted by phpBever on Wed, 15 May 2019 22:49:45 +0200

Web Front-end Necessary-Nginx Knowledge Summary

Introduction to Nginx Nginx is a high-performance, lightweight Web and reverse proxy server, which has the characteristics of less memory and resources, and strong concurrency resistance. Nginx is simple to install, simple to configure, fast and convenient to start, supports hot deployment, supports SSL, and has a highly modular design. The mai ...

Posted by trixiesirisheyes on Wed, 15 May 2019 20:31:23 +0200

How do we migrate from ng1 to vue

The original technology stack ng1 + gulp + slim+ A backend management project for vue *2 + iframe This is a back-end management project created by back-end students because of the shortage of manpower itself. At first, gulp + ng1 is used to develop the project. At the same time, after the front-end takes over, in order to facili ...

Posted by alexander.s on Wed, 15 May 2019 10:08:14 +0200

Sesame HTTP: Scrapyd Installation

Scrapyd is a tool for deploying and running Scrapy projects. With it, you can upload a written Scrapy project to the cloud host and control its operation through an API. Since the Scrapy project deployment basically uses the Linux host, the installation of this section is for the Linux host. 1. Related links GitHub: https://github.com/scra ...

Posted by Fuzzylr on Tue, 14 May 2019 17:46:15 +0200