Standard virtual switch is different from distributed virtual switch: standard virtual switch is based on a single ESXI host, does not involve other ESXI hosts, or the entire data center cluster host, and has a single function, without NetFlow, monitoring, QOS and other functions. Distributed virtual switches: all
CentOS7 swap partition management (partition or file) 1, swap can be created separately when installing the operating system; you can also create the remaining hard disk after installing the operating system; you can also create a file when the swap partition uses 2, it is recommended to create a new partition
SSH is developed by IETF's Network Group (Network Working Group); SSH is a security protocol based on the application layer. SSH is currently a reliable protocol designed to provide security for remote login sessions and other network services.
1. Allow ssh service connection or you cannot connect to the server remotely (add input chain rule: tcp protocol opens port 22 action to accept) # iptables-An INPUT-p tcp-- dport 22-j ACCEPT2
Shell script programming regular expressions (2) Preface this article mainly introduces extended regular expressions, at the same time, continues to introduce sed text processing tools according to the style of the previous article. Sed, as one of the "three musketeers" in shell programming, plays a great role in text processing.
"practical training for Systems Engineers"-09-deploy instant messaging system-01-deploy front-end servers-7-deployment authors: learning endless QQ communication group: 454544014Install Skype for Business Server on
The delay of MySQL master-slave replication has been a perplexing problem in the industry for a long time. The emergence of delay will reduce the value of master-slave read-write separation, which is not conducive to the use of MySQL for services with high real-time data. UDB is a cloud database service launched by UCloud. It has been online for six years and has operated tens of thousands of U
Get the existing database, and the first default database arbitration mailbox migration arbitration mailbox to Mbox1 get auditlog mailbox migration auditlog mailbox to Mbox1 get monitoring mailbox migration monitoring mailbox to Mbox1 get
Using a graphical method to install the operating system is relatively simple. Just follow the prompts: step 1: select the image to be restored, step 2: specify the drive letter for installation. Here we need to pay attention to whether disk C has a small green check box. Be sure to pay attention to the selection of graphical installation.
User nginx;worker_processes auto;error_log / var/log/nginx/error.log;pid / run/nginx.pid;# Load dynami
On October 9, 2019, Rancher Labs (hereinafter referred to as Rancher), a leading provider of container management software, officially released Rancher 2.3 GA. This version is by far the most important version update for Rancher Labs
Mac time machine backup can support external hard disk and samba, so it is more convenient to use samba combined with ceph to store time machine data. Samba needs version 4.8 or above. Actually use docker to install samba4.8. Although mac can be mounted, the time machine
Check the disk IO load-see which processes are reading and writing to disk 1. Lsof command to view the file opened by the process lsof full name is list open files, that is, to list the files that have been opened in the system. Through the lsof command, you can find the corresponding file according to the file.
Pip3 install opencv-python==3.4.2.16pip3 install opencv-contrib-python==3.4.2.16pip3 install hyperlp
Operating system: CentOS release 6.8 (Final) Web server software: Nginx-1.6.3.tar.gz database system: MySQL 5.5.52PHP version: php 5.3.3 site program: word
Kubectl is a command line tool of Kubernetes cluster. Through kubectl, the cluster itself can be managed and containerized applications can be installed and deployed on the cluster. Not only master and node nodes can be deployed, but also can be deployed to other machines.
Phenomenon: 1.2. Run gpedit.msc Local Group Policy, computer configuration-> Administrative templates-> system-> credential allocation, but I can't find the encryption Oracle Correction option reason Analysis Microsoft officially updated in May 2018
An overview of Kickstart unattended installation is to configure the installation answer file through the Kickstart tool to automatically complete various settings in the installation process, so as to improve the efficiency of network installation without manual intervention, and can also be completed by adding% post script to the answer file.
As the most basic service of cloud computing, VPC (Virtual Private Cloud) plays an important role in the use of cloud computing. Let's make a detailed comparison of the VPC services provided in OTC and AWS. Type of service provided: OTC: AWS
IT technology is vast, with gradual learning, in order to do less repetitive learning, it is necessary to record bits and pieces of knowledge of self-study Shell. Shell uses (): the command is put into (), and the execution of the command is one-time and will not affect the current environment # (command) opens a