System: Windows 2008 Server first set the local address and then create DNS server 1. Open server management, click roles, and then click add role 2. After clicking, there will be a wizard, click the next step 3. Add role wizard, add DNS server
"practical training for Systems Engineers"-08-deploying Database Server-03-install SQL Server Management Studio 17.9.1 author: learning endless QQ communication group: 454544014C:\ Us
Under the CentOS69 system, in the case of using ordinary users to log in and switch to root users, because we want to set the permissions of the bin directory and all files in the / cpu directory to 644, but accidentally set the / bin directory and all files under the directory to 644, resulting in
1 background in a production environment, it is sometimes necessary for the specific directories of two hosts to achieve real-time synchronization. For example, the data files of the NFS shared directory are automatically synchronized in real time to the specific directory of the backup server. 2 introduction to real-time synchronization technology 2.1.A method to realize real-time synchronization inotify + r
HA (High Available), high availability cluster, is an effective solution to ensure business continuity. It generally has two or more nodes, and is divided into active nodes and standby nodes. The one that is performing the business is usually called the active node, while the one that is a backup of the active node
Replace the dos control character ^ M; # IN unix ENVIRONMENT: convert DOS newlines (CR/LF) to Unix format) sed's / ^ M $/ /'# in
Description: pc4 pc5 is located in vlan 10 the IP segment obtained from router dhcp 192.168.10.0/24pc6 pc7 is located in vlan 20 IP segment 192.168.20.0/24vl obtained from router dhcp
1. The basic Linux firewall system of Linux firewall mainly works in the network layer, aiming at the real-time filtering and restriction of TCP/IP data packets, which is a typical packet filtering firewall (or network layer firewall). The firewall architecture of Linux system is based on kernel coexistence: firew
Kong clustering allows you to scale out the system by adding more machines to handle more incoming requests. They will share the same configuration because they point to the same database. Kong nodes that point to the same data store will belong to the same Kong cluster. You need to be in Kon
1. Everything is a file. 2. It is composed of many applications with a single purpose. A program does only one thing. 3. Combine Mini Program with a single purpose to accomplish complex tasks. 4. Avoid capturing the user interface as much as possible. 5. Provide mechanisms rather than policies.
In the kubernetes component, the master node component mainly includes: kube-apiserver,kube-controller-manager,kube-scheduler and other three components, each component has no division of functions and responsibilities.
Win key enter cmd: open command prompt exit: exit dos command line cls/clear: tell the computer to clear the current command *: is a wildcard. Tab key: command completion up arrow "↑" and down arrow "↓" to view the history
SSH password-free login what is SSH key-based security authentication means that you need to rely on the secret key, that is, you must establish a pair of keys in advance, and then put the public key (Public key) on the target server you need to access. In addition, you need to use the private key (Private).
Knowledge point combing hot backup routing protocol HSRP (Hot Standby Routing Protocol) Cisco private protocol HSRP group member active router backup router virtual router other router HSRP message HSRP all routes
Link: https://pan.baidu.com/s/1xfR1CyQjQIgKifFs_cRJXw extraction code: iws5
Yum installation preparation before openstack installation: Cpu: enable virtualization (single deployment, changed to 4 cores) memory: 8 GB disk space "40 G # # Test used 28 G network: 1 gigabit network card # # in the virtual machine, add a network card, change to bridge installation dependent environment
Today, let's share an article about PowerShell. This sharing script is mainly used to obtain the user rights assignment in Azure. The original requirement is that the company Azure account has caused some things that should not have happened due to the confusion of rights allocation, so it needs to be reorganized.
This post enters part 7 of the Skype for business 2015 comprehensive deployment series: configuring the Skype for business Server 2015 Edge Transport server. First of all, the front-end server lyn is introduced in detail.
Today, I would like to give you a brief introduction to the deployment of Windows server 2016 DHCP server * * the installation of DHCP server needs to meet the following requirements: the server should have a static IP address. In the domain environment, you need to use the active directory server to authorize the establishment of DHCP service.
First, the logical relationship between commands: logic and: &, the previous expression is false, the result is false; the second paragraph no longer needs to be judged, that is, the second paragraph is no longer running. The previous expression is true, and then run the next expression, and if the next expression is also true, the result is true. Summary: two expressions