Installing docker under linux
Currently, docker is very popular. Of course, compared with k8s, docker is slightly less powerful, but it is still widely used and convenient. Here are two ways to install docker
First type: yum source installation
This method is relatively simple to install, but first make sure that yum is install ...
Posted by rjs34 on Fri, 13 Mar 2020 02:28:35 -0700
openstack+ceph Big Trial!Follow along!
Article Directory
Preface
First: The theoretical basis of CEPH
1.1: Overview
1.2: Related concepts
1.3: No central architecture at all
2: Deploy CEPH cluster
2.1: Deploying a CEPH environment
2.2: CEPH cluster building
2.3: CEPH Cluster Management Page Installation
3: docking between CEPH and ope ...
Posted by KevMull on Sun, 08 Mar 2020 18:23:40 -0700
python wechat public number development [1] background server-side configuration and public number development configuration
Update: March 7, 2020
Hardware prerequisites for the development of WeChat public number: (1) Apply for a public number (2) Server with public network ip (preferably Ali cloud, Tencent cloud, etc.) (3) Resolve to (2) Domain name of server address (Ali cloud, Tencent cloud purchase).
1. WeChat Public N ...
Posted by OMorchoe on Fri, 06 Mar 2020 18:05:00 -0800
Azure configuration management series Oracle Linux (PART2)
Azure configuration management series Oracle Linux (PART1)
Azure configuration management series Oracle Linux (PART3)
3 install desktop package in Oracle Linux
When the Oracle Linux VM starts and runs, connect to it through an SSH session.
Figure 6: Oracle Linux VM started and running
To log in to the system, use the same credentials that w ...
Posted by arnoldd99 on Wed, 04 Mar 2020 03:16:18 -0800
Configuration of Kubernetes series high availability enterprise image warehouse Harbor
1, About Harbor
1. Introduction to harbor
Harbor is an enterprise level Registry server for storing and distributing Docker images. It extends open source Docker Distribution by adding some necessary enterprise features, such as security, identity and management. As an enterprise private Registry server, harbor provides better performance and ...
Posted by abhi_10_20 on Thu, 27 Feb 2020 22:15:33 -0800
Distributed ELK platform
What is ELK?
ELK is a complete solution, which is the acronym of three software products
ELK represents
Elasticsearch: responsible for log retrieval and storage
Logstash: responsible for the collection, analysis and processing of logs
Kibana: responsible for the visualization of logs
These three k ...
Posted by arjuna on Sat, 22 Feb 2020 03:03:17 -0800
MySQL high availability MHA deployment
At present, MHA (Master High Availability) is a relatively mature solution in the aspect of MySQL high availability. In the process of MySQL failover, MHA can automatically complete the database failover operation within 0-30 seconds, and in the process of failover, MHA can guarantee the consistency of data to the greatest extent, so as to ach ...
Posted by KenGR on Fri, 21 Feb 2020 07:39:14 -0800
linux foundation week 6
1. Self built yum warehouse, network source and local source respectively
Steps to create yum warehouse: 1) mount Centos system CD to a directory or copy network resources to a directory
2) find the repodata directory, which is located in the upper directory of yum warehouse address (network sharing is required if creating a network warehouse ...
Posted by Nay on Wed, 19 Feb 2020 07:36:39 -0800
CentOS7 installation and operation Docker
1. Confirm kernel version
CentOS7 kernel is generally 3.10, which meets the installation conditions (> = 3.8)
uname -r
//perhaps
uname -a
2. update pack
yum unpdate -y
This process may be a little slow. If there is a higher version of kernel, it will update back to 3.10
View the current default kernel
grub2-editenv list
Changed to newer k ...
Posted by jameslloyd on Wed, 19 Feb 2020 06:38:38 -0800
Replace CentOS yum source under RedHat6.9
Catalog
Check and delete the original yum source
Download the yum source for CentOS
Install RPM package
yum configuration
Modify yum configuration
Clean up and rebuild cache
Because red hat's Yum needs to be charged and registered before it can be used. So I want to update the yum source to ...
Posted by Bizzle on Wed, 19 Feb 2020 05:44:06 -0800