When installing Exchange Server at ordinary times, it is very simple to operate through the interface, so there is no need to continue to describe here. When installing through the interface, there are some problems. When installing system components (such as IIS), some components may be difficult to know clearly.
Stat, fstst, lstat-get file status1. Stat, fstat and lstat#include # include # include int stat (const ch
First, code risk control and online service configuration security control. 1. Make a reasonable audit of the code online through our AOS system, and increase control from all aspects of research and development, testing, product, director, operation and maintenance, so as to achieve code security. 2. Online need through our puppet control
In the "hello World" example, we have seen and introduced the basic syntax of the running process and configuration of Logstash. Remember one rule: the Logstash configuration must have an input and an output. In the demonstration.
It shows that the current example uses boost asio library to send HTTP data message, uses boost::asio::streambuf request stream to encapsulate the data message, and analyzes the response packet through string at the back of the example to obtain the
Linux commands for beginners: file view text keywords: Linux, common commands, file view cat: view file contents more: view file contents in pages, flip down less: view file contents in pages, and repeatedly flip back to head: view file headers
Due to unknown source identity, ultra vires operation, password disclosure, data theft, illegal operation and other factors may make the operating business system face a serious threat, in the event of an accident, if the cause of the accident can not be quickly located, operation and maintenance personnel often take the blame. Several common scenarios of taking the blame 1. Due to unknown identity
Turn off the firewall, turn off the SElinux local server to build the yum source image 163yum source. This experiment only implements building the yum source in the local service provider, so that other servers as clients can install the package through the yum command, but can not install the package group if you have it.
The background often needs to check the log, not only to sort out errors, but sometimes I also need the monitoring system to grab specific logs to help reduce my workload, so as to timely monitor the occurrence of anomalies and make notifications and responses. then quickly and accurately filter out the desired logs from a large number of logs, and extract information accurately
Modify the hostname in the Linux system 1. Using the hostname command hostname command can only temporarily change our hostname. When we restart it, the hostname will revert to the original hostname [root@server ~] # hostname serv.
Search into the postman official website to download the client, or install the Google browser postman extension.
Script warehouse address https://github.com/qist/k8s# supports Ubuntu 18 and above systems, CentOS7 and CentOS8 systems # k8s version 141.15jue 16jue 17th version ansib
After the environment variable is added or modified in the win system environment variable, it is necessary to restart the system for it to take effect. The following is a method: take the modification of the environment variable "PATH" as an example, after the modification is completed, go to the DOS command prompt, type: set PATH=C:, and close the DOS window. Again
Redis's sentinel mechanism is an officially recommended high availability (HA) solution. When we use the master-slave structure of Redis, if the master node dies, we cannot automatically switch between master and slave and notify the client master node to go offline. Three main Redis-Sentinel mechanisms are used.
Docker Common Command Summary docker search centos:7.2.1511 # default latestdocker pull repository with specified version number docker search centos # without version number
1.1.The solution of session cluster 1.1.Extensionspecifies that server uses the plug-in function provided by the Servlet container to customize the creation and management policy of HttpSession, and replace the default policy by configuration. Disadvantages: coupling Tomcat
1, experiment name: configure VRRP (Virtual Router redundancy Protocol) 2, experiment purpose: 3, experiment topology: 4. Configuration steps: (1) configure switch SW1SW1 (config) # vlan 10 to create vlan 10SW1 (config-vlan)
DHCP+WDS automatic deployment of DHCP: dynamic Host setup Protocol (English: Dynamic Host Configuration Protocol,DHCP) is a local area network protocol that works using UDP protocol for two main purposes:
Preface through the previous study, we understand the guiding process of Linux, and how to control and optimize system services. What should I do if I want to learn more about various program information in the system, shut down unresponsive processes, and automatically execute tasks at a specified time? Next, let's go together.
RunC is a CLI tool that creates and runs containers according to the OCI (Open Container Initiative) standard, and the current Docker engine is also built on runc. On February 11, 2019, the researchers used oss