Openstack control host installation and configuration process III

1. Environment configuration Hosts configuration   modify the / etc/hosts file and add wtcontroller, wtcompute1 and wtcompute2: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 172.16.10.100 wtcontroller 172.16.10.101 wtcompu ...

Added by fastidious on Tue, 07 Apr 2020 12:54:15 +0300

Directory structure details of Linux

1, Catalog description ① there is only one root directory in Linux/ ② the contents stored in each directory of Linux are planned, and do not misplace files ③ Linux manages our devices in the form of files, so in Linux system, everything is files Requirement: it is necessary to have a general understanding of what contents are stored in various ...

Added by auteejay on Sun, 05 Apr 2020 02:13:34 +0300

CentOS 7 uses Tsinghua source IPv6 to install epel and ius sources

epel and ius sources provide a lot of useful software. CentOS uses the yum package manager, and the software source configuration file of Yum is stored in the directory / etc/yum.repos.d /. Back up and delete all CentOS-*.repo entries, and create centos.repo file: [base] name=CentOS-$releasever - Base baseurl=https://mirrors6.tuna.tsinghua.edu. ...

Added by chrislive on Fri, 03 Apr 2020 18:29:46 +0300

[rhel6.5] several errors in nagios configuration

1. Click on the topology map and no graphics information will appear. This error is caused by the lack of GD devel installation treasure; [root@server20 nagios-cn-3.2.3]# yum install /mnt/nagios/gd-devel-2.0.35-11.el6.x86_64.rpm -y 403 error occurred when using command to detect httpd service status, which is caus ...

Added by jimrains on Fri, 03 Apr 2020 01:51:46 +0300

[course notes] get started with Linux quickly and play with typical applications -- mooc.com (Linux basic configuration)

Today we're going to update the Linux introductory course at the same time. Before, I have been studying Linux for a while, but the research is not very thorough. Here is the Linux video of Mogao network, which is just in WeChat's official account. It just started learning. The whole video is based on CentOS 7. In orde ...

Added by vsego on Thu, 02 Apr 2020 08:34:33 +0300

linux introduction series 20 -- LNMP architecture practice of Web Services

As the last article in this introductory series, we will demonstrate how to build a LNMP environment to build a personal blog site in the CentOS7 environment. The common ways to build a website are LAMP, LNMP, IIS, Nginx, Tomcat, etc. This paper demonstrates the more popular way to build a dynamic WEB site based on LNMP. As mentioned in "L ...

Added by naturalbeauty7 on Thu, 02 Apr 2020 02:03:03 +0300

memcached cache building

memcached cache buildingSet up the server and client so that the server can link the clientweb client: 192.168.247.161Server: 192.168.247.160 [root@localhost ~]# hostnamectl set-hostname client [root@localhost ~]# su [root@client ~]# [root@nginx ~]# hostnamectl set-hostname server [root@nginx ~]# su [root@server ~]# Set up serverDeploy libev ...

Added by zuessh on Sun, 22 Mar 2020 07:19:16 +0200

Kubadm mode installation k8s --- flannel network plug-in

1: Contents of this chapter Kubernetes Function introduction of required components Environmental planning and description Deployment process Summary 2: Kubernetes 1. Overview: kubernetes, or K8s for short, is an abbreviation that uses 8 characters instead of "ubernete". Kubernetes is an open source application for ...

Added by feldon23 on Wed, 18 Mar 2020 07:40:20 +0200

Chapter One Nine Analyses Take You Easily to Explode etcd - Installation Chapter

Catalog 1 Preface Introduction to 2 etcd 3 etcd architecture 4 etcd installation 5 etcd startup and setup startup 6 Set up etcd cluster 7 Verify etcd cluster 8 etcd operation 1 Preface If you have any questions about your blog, please let me know. Introduction to 2 etcd Etcd is a distributed key-value pair storage system developed by coreos ...

Added by ghjr on Mon, 16 Mar 2020 19:12:44 +0200

K8s cluster deployment experience: how to use Kubeadm to install Kubernetes at one time?

I believe that the first stumbling block many friends encounter when learning K8s is to install and deploy kubernetes. There are many and miscellaneous tutorials on the network, and because of the different equipment environment and many other problems, many friends, even if they follow the tutorial ste ...

Added by Person on Sat, 14 Mar 2020 06:20:51 +0200