1. Introduction to gitlab GitLab is an open source project for a warehouse management system. It uses Git as a code management tool and builds a web service on this basis. GitLab is developed by Uk
Author: Simo
Analysis of the timeout problem of ZooKeeper cluster
The three nodes of the ZK installed by CDH are basically the default configuration. They have been used normally. Today there is a problem.
The client connection timeout is 6 times longer, and the
ZooKeeper cluster installation configuration, super detailed, speed collection!
PaxOS algorithm: Message transfer consistency
There are many excellent articles about Paxos algorithm on the Internet, I will organize and collect them below:
Recently studied the paxos algorithm and read many related articles. The conce
Springboot Implementation Timer Timer Processing Tasks
Recently encountered a problem in the project. For a newly created activity, the activity set the start time and end time, which is just a status code change in the database. However, there is a pr
KVM virtual machine memory in CentOS7.6, CPU adjustment
KVM virtual machine memory and CPU adjustment in CentOS7.6
Reduce the virtual machine memory It can be implemented dynamically without shutting down
[[emailprotected ] kvm]# virsh domin
Nginx forward proxy & reverse agent
1, forward proxy 1. I can’t access a certain website, but I can access a proxy server. This proxy server can access the website that I can’t access< /span>
2. So I connected to the proxy ser
Jetty server
1: Modify the port number
http://www.cnblogs.com/freeweb/p/5943034.html
jetty default port is 8080, it’s easy to modify the port number, first enter the jetty server installation and di
Nginx performs domain name override and pan-domain analysis configuration
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; events {worker_connections 1024;} http {include mime
Nginx – $ document_root variable cannot be used in the “root” instruction
I ran into this problem while setting up my nginx configuration. Does anyone know why this happens?
root /folder/my_root;
index index.php index.html index.htm;
error_page 404 /404 .html;
l