fastDFS introduction

FastDFS is an open-source lightweight distributed file system, which manages files. Its functions include file storage, file synchronization, file access (file upload, file download), etc. It solves the problems of mass storage and load balancing. FastDFS is especially suitable for online services with file as the carrier, multi picture, multi ...

Posted by janderson on Wed, 16 Oct 2019 19:57:20 -0700

MySQL + maintained dual active hot standby highly available operation records

MySQL + maintained dual active hot standby highly available operation records Environmental Science: ubuntu18.04.2 mysql5.7.21 1 #1)install keepalived And configure it as a system service. master1 and master2 The following operations are also performed on both machines: 2 apt-get install libssl-dev 3 apt-get install openssl 4 apt-g ...

Posted by Arsench on Wed, 16 Oct 2019 15:07:30 -0700

sort and uniq: sorting tools for Shell programming

This article mainly writes some shell script sorting tools. sort Summary Sort is a tool to sort the contents of files in behavioral units, or according to different data types. usage sort parameter -f: ignore case-b: ignore the space before each line-M: sort by month-n: sort by number-r: reverse sort-u: equivalent to uniq, indicating that o ...

Posted by Bluemercury on Wed, 16 Oct 2019 14:01:17 -0700

HTML 5 3D "elastic" layout based on WebGL

Molecular force, also known as intermolecular force and van der Waals force, refers to the interaction between molecules. When the two molecules are far away from each other, they are mainly attractive. This force mainly comes from the interaction caused by the polarization of one molecule by the electric dipole moment of another molecule which ...

Posted by CaptainChainsaw on Tue, 15 Oct 2019 20:23:43 -0700

HTML 5 3D "elastic" layout based on WebGL

Molecular force, also known as intermolecular force and van der Waals force, refers to the interaction between molecules. When the two molecules are far away from each other, they are mainly attractive. This force mainly comes from the interaction caused by the polarization of one molecule by the electric dipole moment of another molecule which ...

Posted by Ambush Commander on Tue, 15 Oct 2019 19:03:45 -0700

Naming part of ACL access control list (practice)

Practice environment deployment Topology and requirements Note: the capacity and business board of SW equipment and SW-3 equipment need to be added in advance Practical steps Step 1: configure SW switch conf t //Enter global mode, set VLAN 10 and 20 vlan 10,20 ex do show vlan-sw b //View vlan information VLAN Name ...

Posted by anish on Tue, 15 Oct 2019 10:34:20 -0700

Redis-4.0.14 Cluster installation and deployment

Redis-4.0.14 Cluster installation and deployment The installation environment of this tutorial is kvm virtual machine and Intranet environment in nat mode. In order to save server resources, this paper uses a single instance Linux host for demonstration. Do not deploy multiple redis instances to a Linux server in the case of large traffic in ...

Posted by angelkay73 on Tue, 15 Oct 2019 09:18:32 -0700

Android -- base64 encryption and decryption algorithm

Base64 is one of the most common encoding methods used to transmit 8Bit bytecode on the network. Base64 is a method based on 64 printable characters to represent binary data. You can view RFC2045 ~ RFC2049, which has the detailed specification of MIME. Base64 encoding is a binary to character proc ...

Posted by Francois on Tue, 15 Oct 2019 08:52:31 -0700

Kubeadm Deploys High Availability Kubernetes Cluster

Kubeadm Deploys High Availability Kubernetes Cluster Directory [-] Introduction to kuberadm 1. Kuberadm function 2. Kuberadm function 3. Functional version II. Pre-preparation 1. Description of virtual machine allocation 2. Occupation of each node port 3. Basic environment settings Installation of Keepalived 1. Install preserved from yum. 2. C ...

Posted by samirk on Tue, 15 Oct 2019 05:25:19 -0700

Python multitasking protocol

Preface The core point of the collaboration is the use of the collaboration, that is, you only need to know how to use the collaboration; but if you want to know how to achieve the collaboration, you need to know the iterator, the generator in turn. If you only want to see the use of the coordinator, you just need to look at the first part; i ...

Posted by Kitkat on Mon, 14 Oct 2019 23:48:58 -0700