Chapter four nine analysis takes you to play linux - build DNS server by yourself
Catalog
1 DNS server installation
2 DNS server configuration
2.1 DNS server startup
2.2 DNS server status view
2.3 DNS server configuration
2.3.1 modify the / etc/named.conf file
2.3.2 modify the / etc/named.rfc1912.zones file
2.4 create / var/named/nexus.com.zone file
2.5 DNS server configuration check
2.6 DNS server profile permission modifi ...
Added by Develop_Sake on Tue, 07 Jan 2020 12:11:08 +0200
Set up GFS Distributed File System--Practice
1. Introduction to GlusterFS:
GFS is an extensible distributed file system for large, distributed applications that access a large amount of data.It runs on inexpensive common hardware and provides fault tolerance.It can provide high overall performance services to a large number of users.
Open source distributed file system;It consists of a s ...
Added by Dennis Madsen on Sat, 21 Dec 2019 09:26:28 +0200
Chapter Twelve Nine takes you through helm3 harbor with ease
This series of articles:
Chapter 1: helm explodes easily in a minute
Chapter II: helm Easy to Explode Public Warehouse
Chapter III: helm Easy to Explode Private Warehouses
Chapter IV: helm Easily Burst chart
Chapter V: helm Blast release Easy
Chapter VI: Nine analysis takes you through helm gitlab easily
Chapter VII: Nine analysis takes you t ...
Added by genix2011 on Tue, 17 Dec 2019 21:24:53 +0200
Kube admin: kubernetes learning materials, common commands.
The original connection of this paper is:https://blog.csdn.net/freewebsys/article/details/83618119
The blogger's address is: http://blog.csdn.net/freewebsys
1. About kube video
The first section is shared by foreigners. I'm too lazy to listen to English.
Look straight from the second section. Chinese is still comfortable to l ...
Added by _off_axis_ on Thu, 12 Dec 2019 22:19:10 +0200
Switch routing jobs
1. Select equipment
equipment
Interface
IP address
Subnet mask
Vlan80
Virtual interface
10.10.3.129
255.255.255.128
Vlan30
Virtual interface
10.10.2.1
255.255.255.0
Vlan20
Virtual interface
10.10.0.1
255.255.254.0
Vlan10
Virtual interface
10.10.3.1
255.255.255.128
R1
F0/0
1.1.1.2
255.255.255.0
S0/0
2.2.2.1
255.255.255.0
R2
S0/ ...
Added by void on Mon, 09 Dec 2019 11:34:55 +0200
EFK tutorial - ElasticSearch cluster TLS encrypted communication
Implementation of ElasticSearch cluster encrypted communication based on TLS
Author: "the wolf with hair bumping", welcome to reprint
Catalog
Application
▪ ES node information
Step 1. Turn off service
Step 2. Create CA certificate
Step 3. Create CERT certificate
Step 4. Create a keystore
Step 5. Delete CA certificate
Change the elas ...
Added by rcarr on Sun, 08 Dec 2019 19:02:29 +0200
CentOS7 network card configuration
View IP information
After CentOS is installed, view the ip information through the ip addr command
[root@localhost yum.repos.d]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft f ...
Added by Arnold_26 on Sun, 01 Dec 2019 06:10:27 +0200
Modify permissions, users and groups of / var/log/messages under SUSE
It was originally modified with chown / chmod, but it was restored to its original shape after a day
It is found that logrotate is the program that will modify the log every day when dumping it. Check the configuration file
/var/log/messages {
compress
dateext
maxage 365
rotate 99
missingok
notifempty
size +4096k
...
Added by Xadian on Fri, 29 Nov 2019 22:28:11 +0200
Nginx -- rewrite application example
Application example 1. Domain name based jump
Now the old domain name www.old.com of the company needs to be replaced by the new domain name www.new.com, but the old domain name can not be abolished, and it needs to jump to the new domain name, and the later parameters remain unchanged.
1. Install Nginx service
[root @ localhost ~] ා RPM - ...
Added by Steffen on Wed, 27 Nov 2019 07:23:18 +0200
Theory: DNS Domain Name Resolution Service - - theoretical explanation
Preface:
BIND Domain Name Service Base
The Role and Type of DNS System
BIND Installation and Profile
Building a Domain Name Server with BIND
Build Cached Domain Name Server
Build master and slave domain name servers
Important steps: Find the main configuration file, find the startup script
I: The role of the DNS system
1.1 Forward Reso ...
Added by cool75 on Mon, 25 Nov 2019 00:14:36 +0200