FasterDFS Configuration Installation
FasterDFS Basic Configuration Installation
Basic overview
FastDFS is an open source, lightweight, distributed file system that manages files, including file storage, file synchronization, file access (file upload, file download), etc. It solves the problems of mass storage and load balancing.It is especially suitable for online services with f ...
Posted by meediake on Mon, 30 Dec 2019 08:25:07 -0800
Super Ledger Fabric Chain Code Endorsement Strategy and ACL Configuration Tutorial
In this tutorial, you'll learn how to configure and dynamically update the access control list (ACL) of the Hyperledger Fabric block chain.The tutorial is divided into two parts: 1. Understanding and configuring the access control list for Hyperledger Fabric 2. Dynamically updating the access control list in the channel configuration.We will in ...
Posted by ruiner17 on Sat, 28 Dec 2019 20:05:26 -0800
Nginx Service Optimization ---- (Hide Version + Cache + Modify Users and Groups + Log Split + Process Timeout)
[TOC]
Article Directory
1. Configure Nginx Hidden Version Number
1.1. Modify Profile Method
1.2. Modify Source Code Method
2. Modify Nginx Users and Groups
2.1. Modify the profile to specify users and groups
3. Configure Nginx Web Cache Time
IV. Configure Log Splitting
5. Connection timeout
The installation of nginx has been configured in adva ...
Posted by stringfield on Sat, 28 Dec 2019 10:06:19 -0800
k8s storage volume
1.emptyDir storage volume
apiVersion: v1
kind: Pod
metadata:
name: cunchujuan
spec:
containers:
- name: myapp
#Define the first container to display the contents of the index.html file
image: ikubernetes/myapp:v1
imagePullPolicy: IfNotPresent
volumeMounts:
#Call Storage Volume
- name: html
#Use the name of the ...
Posted by abhikerl on Thu, 26 Dec 2019 18:11:57 -0800
k8s Install sonarqube
1. Overview
The SonarQube platform consists of four components:
A SonarQube Server starts three main processes:
Web server for developers and administrators to browse high-quality snapshots and configure SonarQube instances
Search Server based on Elasticsearch searches backwards from the UI
Compute Engine server, responsible for processing c ...
Posted by ljCharlie on Thu, 26 Dec 2019 16:21:17 -0800
ssh command; key authentication; service management in linux
1.openssh
When the openssh service is enabled in the host, the remote connection interface is opened to the public. The service end of openssh service is open to the public, and the remote connection is open to the public
sshd ා server software, open an interface for others to connect through other ways
2. How to connect s ...
Posted by ldmccla on Thu, 26 Dec 2019 10:47:17 -0800
rsync Remote Synchronization (Theory + Practice)
About rsync
A fast incremental backup tool
Remote Sync, remote synchronization
Support local replication or synchronization with other SsH, rsync hosts
Official website: http://rsync.samba.org
Configure rsync Source Server
rsync Synchronization Source
Refers to a remote server for backup operations, also known as a backup source
Configure ...
Posted by dico on Tue, 24 Dec 2019 08:54:33 -0800
FasterDFS basic configuration installation
Basic overview
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. It is especially suitable for online services based on documents, such as album w ...
Posted by rickbond79 on Tue, 24 Dec 2019 04:24:37 -0800
rsync remote synchronization (Theory + Practice)
About rsync
A fast incremental backup tool
Remote SyncSupport local replication or synchronization with other SSH and rsync hostsOfficial website: http://rsync.samba.org
Configure rsync source server
rsync sync source
Refers to the remote server of the backup operation, also known as the backup source
Configure rsync source
Basic thinking
...
Posted by sangamon on Tue, 24 Dec 2019 00:13:41 -0800
Cached Database Memcached - Install and Manage Database Operations
1. Introduction to Memcached:
(1) Introduction:
Memcached is a high-performance distributed memory object caching system for dynamic Web applications to reduce database load.It improves the speed of dynamic, database-driven Web sites by caching data and objects in memory to reduce the number of times the database is read.Memcached is based on ...
Posted by alvinchua on Mon, 23 Dec 2019 12:56:56 -0800