Build Nginx (including virtual host) based on entos 7
Nginx is specially developed for performance optimization. Its greatest advantage is its stability and low system resource consumption, as well as its high processing capacity for concurrent http connections. A single physical server can support 20,000-50,000 concurrent requests. This is why it provides a large number of services such as socia ...
Posted by avillanu on Wed, 04 Sep 2019 06:14:30 -0700
06 File System Making
busybox is used to make small file systems and is often used in embedded systems.
Production process:
busybox's Compression Packet (or other versions can be downloaded) is included in the Development Board Data Pack of Xunwei itop4412.
1. Copy the bu ...
Posted by Alffallen on Wed, 04 Sep 2019 05:48:31 -0700
Example of Address Camouflage and Port Forwarding Configuring firewall
Both gateway server and website server adopt centos 7 operating system.
Gateway servers are equipped with three Gigabit Network cards, which are connected to Internet, intranet and website servers respectively.The requirements are as follows:
The gat ...
Posted by freeloader on Sun, 01 Sep 2019 03:58:50 -0700
Traffic collection between hosts via tcpdump
Since the company is planning to move to the cloud from idc, one of the preparations is to first sort out the call chain between the current hosts.(
At the ODF conference, Master Gulley has shown us the way (interested in finding what it says: Visual Exploration of Operations and Maintenance Data), which is more beautiful but more complex.
W ...
Posted by freenity on Thu, 29 Aug 2019 09:12:00 -0700
Super simple centos7 configuration Hadoop 2.7.7 + flume 1.8.0 (including examples)
Super simple centos7 configuration Hadoop 2.7.7 + flume 1.8.0
Introduction of flume: https://blog.csdn.net/qq_40343117/article/details/100119574
1 - Download the installation package
Download address: http://www.apache.org/dist/flume/
Choose the ...
Posted by map200uk on Wed, 28 Aug 2019 04:57:15 -0700
Summary of Nginx usage
Summary of the Use of Nginx (IV)
rewrite configuration
The rewrite configuration of nginx is the core part of nginx configuration. rewrite can implement domain name jump (redirection), URL rewrite (pseudo-static), dynamic and static separation ...
Posted by rubric on Tue, 27 Aug 2019 18:10:45 -0700
Detail LVM and disk quotas in CentOS 7
LVM Logical Volume Management
Overview of LVM
LVM is a logical mechanism for managing disk partitions in the Linux operating system. It is a logical layer built on top of hard disks and partitions and under the file system. It shields the underlying partition layout when building a file system, so it can dynamically adjust disk capacity while ...
Posted by neave on Fri, 23 Aug 2019 13:15:34 -0700
Two ways to create timed tasks under ubuntu and solutions to common problems
The goal of creating a timed task is to get rid of human-made repetitive running of the program.
0. First check whether you install crontab with the following instructions.
crontab -l
If it does, the following instructions appear
LC_CTYPE="zh_CN.utf-8"
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run h ...
Posted by cesar_ser on Thu, 22 Aug 2019 01:44:51 -0700
Centos 7 Builds Nginx Website Server and Configures Virtual Host
Nginx is specially developed for performance optimization. Its greatest advantage is its stability and low system resource consumption, as well as its high processing capacity for concurrent http connections. A single physical server can support 20,000-50,000 concurrent requests. This is why it provides a large number of services such as socia ...
Posted by heropage on Tue, 20 Aug 2019 20:14:41 -0700
MFS High Availability (pacemaker+corosync+vmfence+mfsmaster)
To be perfected...
Articles Catalogue
Experimental environment
pacemaker+corosync for high availability
Deployment of server1 and server4 host mfs master
Serr1 and server4 configure highly available yum sources
Install pacemaker+corosync on server ...
Posted by synical21 on Sat, 17 Aug 2019 07:17:34 -0700