Mongodb Piecewise Cluster Deployment

0.5372018.04.22 21:20:07 Word Number 4283 Reading 4842 Mongodb fragmented summary Fragmentation is a method of distributing data across multiple servers. Mongodb uses fragmentation to support deployment of operations with very large datasets and high throughput A database system with large data sets and high throughput applications can ...

Posted by varecha on Mon, 09 Sep 2019 11:50:08 +0200

DNS Service: Domain Name Resolution System

Preface: Recent tidy up some of the previous study notes. In the past, they were stored locally, and this time they were transferred to the network for reserve.   DNS Domain Name System As a distributed database that maps domain names and IP addresses, it makes it easier for people to access the Internet. At present, the limit for the leng ...

Posted by backslash on Sun, 21 Jul 2019 15:51:08 +0200

MacBook Reloads Apache and PHP 7.2

20190718 was supposed to do a php verification code, and it turned out that there were no pictures on my macbook, but it was OK on windows! ___________ Judging that the problem lies in the environment! macOS Mojave 10.14.5 WEB: Self-contained apache PHP: Self-contained php 7.1 After a lot of tossing and turning, the final result is: re-insta ...

Posted by twilightnights on Sat, 20 Jul 2019 14:52:29 +0200

How to solve the problem that the download link of APP is blocked by Wechat

Through the sweep of Wechat to download, there will be a white screen situation, perhaps because of security considerations or other reasons, it is no longer possible to download the apk through the sweep of Wechat. According to the ideas provided by netizens, this paper sorted out three schemes. 1. Developers applying for Tencent Open Platfor ...

Posted by calumstevens on Wed, 29 May 2019 13:24:41 +0200

Samba Server (cifs) Details

samba server introduce samba server environment deployment Parameter setting of samba server Modify comment Modify browseable Modify valid users (valid users) Add directory writable User Write List Anonymous user login Anonymous user can mount Upgrading User Level samba server multiuser mount Safety Multiuser Sa ...

Posted by ROCKINDANO on Wed, 29 May 2019 11:54:08 +0200

Add MySQL users and set corresponding permissions under CentOS 7

1. Enter the mysql command line, enter root and password [root@localhost ~]# mysql -u root -p Enter password:  Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 19 Server version: 5.7.22 MySQL Community Server (GPL)   Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.   Orac ...

Posted by hyp0r on Wed, 15 May 2019 14:21:26 +0200

centos installs ZABBIX (server and agent)

Catalog Configuration of server II. Configuring Agents 3. Notes: 1. Ports are not accessible 2. Active and passive modes of ZABBIX 3. Incorrect alarm time 4. Reference: Configuration of server First configure the zabbix server side 1. go zabbix official website Choose install zabbix from package mode, and then select ...

Posted by Chris_78 on Fri, 10 May 2019 22:11:02 +0200

Hot Deployment of Nginx

As a reverse proxy and load balancing server, nginx must be highly available, so it supports hot deployment.The hot deployment of nginx is closely related to its concurrency model.To put it plainly, it's because of the master process.When ngnix is notified to re-read the configuration file, the master process makes grammatical errors.If there ...

Posted by holowugz on Thu, 09 May 2019 23:28:03 +0200

LogStash is used to aggregate logs

elastic: https://www.elastic.co/ In order to facilitate centralized viewing of the business logs of multiple hosts, we use Filebeat, Redis, Logstash to collect: (1) Filebeat monitors the changes of log files and writes the new part into redis. The log of each line is the data of a list set of specified key s in redis. (2) LogStash monitors t ...

Posted by warran on Thu, 09 May 2019 22:00:03 +0200