Linux System nfs Service

I. NFS NFS(Network File System (Network File System) is a file system supported by FreeBSD, which allows computers in the network to share resources through TCP/IP network. In NFS applications, local NFS client applications can transparently read and write files on remote NFS servers, just like accessing local files. Composition: The ...

Posted by XeNoMoRpH1030 on Sun, 02 Jun 2019 22:55:09 +0200

Construction and configuration of vSFTPD server on CentOS 6.x

Abstract:        Hand-in-hand teaches you how to build a vsftpd server, which implements virtual user authentication based on db files and MySQL database files. Of course, this article also includes the problem checking in the process of building, haha.        In ad ...

Posted by Vijay.Bansode on Sun, 02 Jun 2019 21:12:06 +0200

Nginx Handbook (IV) Access Control

Access Control of Nginx IP-based access control: http_access_module User-based Trust Logon: http_auth_basic_module I. http_access_module access module # Allow: Allow access to or all socket s on specified ip or ip segments or unix Syntax: allow address|CIDR|unix:|all Default value: none Context: http,server,location,limit_except # Prohibi ...

Posted by carlosx2 on Wed, 29 May 2019 11:35:12 +0200

Common Manual Commands of [svc]linux - md Edition

Related code env configuration file /.bash_profile: User executes each login /.bashrc: Executed every time you enter a new Bash environment /.bash_logout: executed every time the user logs out Seymail Mail Configuration yum install sendmail -y cat >>/etc/mail.rc<<EOF set from=xxx@tt.com set smtp=smtp.exmail.qq.com se ...

Posted by php_jord on Mon, 27 May 2019 22:22:27 +0200

A brief introduction to prometheus

prometheus monitoring system Recently, due to the company's need to build a large data platform, prometheus monitoring system has been replaced as required by consultants. prometheus official website: https://prometheus.io/ Personal understanding (not necessarily right): prometheus monitoring consists of three parts: prometheus (server), ex ...

Posted by chintupintu03 on Mon, 27 May 2019 20:41:26 +0200

Installation of git under centos and automatic code synchronization

Reference articles CentOS Installation Git for Multi-Person Synchronized Development GIT Server Construction and Key Connection in centos Sketch 1. Installing Git Dependency and Git on Server 2. Create Git users and their groups 3. Initialization of Git Warehouse on Server 4. Install Git Client and Generate Public Key 5. Create cert ...

Posted by imranlink on Sat, 25 May 2019 20:28:30 +0200

Ansible Series (1): Basic Configuration and Use

Contents of this article:1.1 Installation of Ansible1.2 Configure Ansible  1.2.1 Environment Configuration  1.2.2 SSH Mutual Trust Configuration  1.2.3 Simple Test1.3 inventory Ansible is a batch, automatic deployment tool, which can not only batch, but also automatically. It mainly communicates based on ssh, and does not require the c ...

Posted by cmack on Fri, 24 May 2019 00:10:30 +0200

Configuration of LVS

Configuring LVS services requires at least four nodes server20.com 172.25.23.20server21.com 172.25.23.21server22.com 172.25.23.22server24.com 172.25.23.24 iptables selinux on each node needs to be turned off and iptables startup is prohibited; Start by installing the httpd service on server22.com and server24.com. [roo ...

Posted by minou on Sun, 19 May 2019 00:40:31 +0200

kvm installation and thermal migration

Address planning: kvm112: 192.168.5.112 kvm113: 192.168.5.113 nfs101: 192.168.5.101 The experimental steps are as follows: Deploying kvm environments on 112 and 113, Create a virtual machine vm1 locally at 112. Create a snapshot named first for vm1. Publish shared directories on 101. Create nfs-based storage pool on ...

Posted by rwachowiak on Sat, 18 May 2019 23:21:01 +0200

37:rsync Tools and Common Options

1. rsync: remove sync (remote synchronization), data backup tools, can achieve local synchronization and remote synchronization, synchronization can be incremental synchronization, only synchronize different data, that is, only synchronize two different parts of the file, so the speed is very fast: Five command formats for rsync: Note: src rep ...

Posted by TheBrandon on Sat, 18 May 2019 04:20:32 +0200