Mysql log type: 1. Query log (usually not enabled and not recommended) 2, slow log (recommended) 3, error log (recommended) 4, binary log (recommended) 5, relay log 6
Overview of using puppet to automate operation and maintenance services: 1. What is puppetpuppet is a configuration management software designed to achieve automated management of data centers. Is a Linux, Unix platform centralized configuration management system, using Ruby language, manageable
Vsftpd implementation case environment in the enterprise network: VMware workstation 10centos6.4 operating system SFTP is a GPL-based Unix-like system using FTP server software, its full name is Very Se
New project-other project types-Visual Studio solution-blank solution-named WcfHTTP (S)-OK selected solution right-click-add-create project-WCF---WCF service library, named W
Due to the wide range of system problems involved, it is impossible to explain clearly the logs of all unix systems, but most of them are similar. I will only use the common sunos & redhat to introduce other systems. Unix system log files are usually stored in "
CentOS6 in the kernel boot interface of boot, enter a 1, s, S or single at the end of the last line of the a key, enter enter into single-user mode and use passwd, the command can change the root password, restart and enter the password to log in to the kernel boot interface to add
Set up a DNS server to implement domain name resolution configure a private network DNS server in the company, which can resolve the domain name www.linux.com to IP:192.168.24.200; in the private network. In addition, in order to ensure the stability of the DNS server, it is necessary to build a slave DNS server.
Today we introduce the use of virsh virtual machine management tool components to create virtual machine templates. First of all, prepare the basic environment: install a Centos7.0 virtual machine on vmware and turn on the virtualization function of CPU. After installing the operating system, verify that the virtualization feature is turned on using eg.
Some time ago, some users reported that the chat records of Skype for business could not be displayed in the outlook of individual users of their company. I have received a lot of feedback. Now I would like to share the process of dealing with this problem with you: the problem is described in Skype fo.
1 Linux distribution Linux distribution (English: Linux distribution, also known as GNU/Linux distribution), for general users pre-integrated Linux operating system and a variety of application software. Ordinary users do not need to reprogram.
Gpedit.msc-- group policy 2. Sndrec32--- tape recorder 3. Nslookup---IP address detector is a command line tool to monitor whether the DNS server in the network can correctly implement domain name resolution. It's in Window.
In our work, we often need to use powershell to connect to Oracle databases. But the code found in Baidu is very old, and it also requires oracle database to connect to the client. After searching for it, it was found that the Oracle official had already released the official connection to. Net.
[root@DBBK1 changeIP] # cat view.sh #! / bin/shif [$#-ne 1]; then echo "USAGE:/bin/sh $0 ARG1"
Using Microsoft's two gadgets, instsrv.exe and srvany.exe (download address https://link-pan.sankuai.com/link/ZDc) 1, download these two files and put them on disk D or somewhere else.
In the wsus server, open IIS, select the "wsus" service, click mime type, modify or add ".esd" Filename extension: .esdMime type: application/oc
SSH remote management 1. Configure OpenSSH server 2. Use SSH client program 3. SSH Architecture for key pair Verification TCP Wrappers Overview (Management Mechanism for programs) 1.TCP Wrappers Overview 2.TCP Wr
Because there is no physical machine, you can only use a virtual machine to test the node1 configuration: 2C 4G 20G hard disk (installed system) 3 50G hard disk simulation 3 separate hard disk ceph distributed storage using IP:192.168.77.160 (storage in production environment recommended 10 Gigabit network
Summary: binding a custom domain name allows users to access FC functions through a custom domain name, which is used with HTTP triggers to facilitate the use of function computing to build Web applications. Brief introduction to Ali Cloud function Computing (Function Compute) is a thing
Recently, after dealing with the maintenance of a user, the certificate assigned by IIS on the exchange 2016 server is automatically gone. The Exchange server uses the certificate to encrypt the data transmission with the client or other server. how can the certificate be lost on its own? find a lot of methods.
Image file: DockerfileFROM centosMAINTAINER This is nginx image # add environment package RUN yum install-y make zlib zlib-dev