Failed to start nginx.service:unit not found when starting nginx under centos

The reason for the error is that the nginx service was not added, so the startup failed. Solution: 1. Create a new file named nginx under / root/etc/init.d / directory Or execute the command in the root directory: vim/etc/init.d/nginx (note that there is a space next to vim)   2. Insert the fol ...

Posted by BZorch on Mon, 30 Sep 2019 15:02:49 +0200

Snpshot and memory optimization of InfluxDB # in Ali Cloud

brief introduction As Alibaba's important layout in APM and IOT, time series database carries Alibaba's future and platoon leader in physical network and future application monitoring market, and InfluxDB, the industry's number one time series database, has a large number of users both at home and abroad. Alibaba timely launched ALiyun InfluxD ...

Posted by dreado on Mon, 30 Sep 2019 08:34:41 +0200

Flexible encapsulation of react histogram components based on echarts

Now all kinds of frameworks and libraries are very powerful, but also because of their powerful functions, many configurations are too heavy, so there are only a few that are really useful. Today, we encapsulate a general-purpose cylindrical graph based on echarts! If you want to know about other components, you can see that other components I ...

Posted by md_grnahid on Sun, 29 Sep 2019 13:08:12 +0200

Spring Boot configuration file

Article Navigation-readme Red Dust Novel Network https://wap.zuxs.net/ Configuring Spring Boot Hot Deployment The development of technology is always because people want to be lazy. If we don't want to change the code every time, we have to restart the server and run the code again. Then you can ...

Posted by mcirl2 on Thu, 26 Sep 2019 07:13:45 +0200

Record the process of configuring ubuntu18-server once

Article directory Summary Step 1: Modifying Software Sources Step 2: Solving the Problem of Boot Card Step 3: Set up root account Step 4: configuring network systems (wifi and static ip) Installation driver Configuring Wireless Network Card with netplan Make the configured system an iso image ...

Posted by Niko on Mon, 23 Sep 2019 05:26:32 +0200

Message sending mechanism of kafka producer

Opening a picture, the reader is happier, not to mention the structure chart.This schematic diagram was introduced in the previous article "kafka Producer's Storage Pool Mechanism". In the previous article, we introduced the message collection process (we became the "Storage Pool" mechanism) in this diagram. Here we introduc ...

Posted by emopoops on Fri, 20 Sep 2019 11:22:46 +0200

Using Keepalived to Realize Hot Detailed Interpretation of Dual Computer

In this highly informationized IT era, production systems, business operations, sales and support, as well as daily management of enterprises are increasingly dependent on computer information and services. The demand for the application of high availability (HA) technology is constantly increasing in order to provide continuous and uninterrup ...

Posted by Mesden on Wed, 18 Sep 2019 16:11:55 +0200

Detailed description of hot standby configuration file for keepalived dual computers

Configuration example: https://blog.51cto.com/14227204/24389021. The working principle and function of keepalived: At first, keepalived was a powerful auxiliary tool designed specifically for LVS. It was mainly used to provide fault switching and health checking functions - to judge the availability of LVS load dispatcher and node server, to i ...

Posted by Lphp on Wed, 18 Sep 2019 09:18:31 +0200

XFRM--A Kernel Implementation Framework of IPsec Protocol

IPsecAgreement help IP Layer establishes secure and trusted data transmission channel. At present, there are such things as StrongSwan,OpenSwan And other mature solutions, and they all use Linux KernelXFRMThe framework receives and sends messages. XFRMThe correct pronunciation istransform(Transformation), This represents what the kernel protoc ...

Posted by Blu_Smurf on Tue, 17 Sep 2019 15:04:18 +0200

[Deep and shallow-JVM] (76): classloader

Method public Class<?> loadClass(String name) throws ClassNotFoundException Play Class instances of this class by class name protected final Class<?> defineClass(byte[] b,int off,int len) According to the given bytecode stream b, off and len parameters represent the position and length of the actual class information in the byte arr ...

Posted by ungovernable on Mon, 16 Sep 2019 13:24:26 +0200