Aliyun CentOS7.3 Build LNMP Manually
**
1. Turn off firewalls and selinux
---------------
**
Close Firewall
[root@localhost ~]# systemctl stop firewalld.service
selinux
[root@localhost ~]# vim /etc/sysconfig/selinux
Find SELINUX=enforcing and change enforcing to disabled
[root@localhost ~]# setenforce 0
**
2. Install nginx
---------
**
wget download install ngi ...
Posted on Sat, 04 Jul 2020 11:44:33 -0400 by lajocar
ELK log analysis platform -- elastic search
1, elasticsearch practice
Open source distributed search analysis engine and love ability are based on apache lucene, a full-text search engine library
elasticsearch is not only lucene, but also a full-text search engine:
A distributed file storage, each field can be indexed and searched
A distributed r ...
Posted on Sun, 21 Jun 2020 06:22:37 -0400 by egpis
Five minutes to integrate elastic search in springboot
Elasticsearch is an open-source distributed RESTful search and analysis engine, which enables you to store, search and analyze a large number of data quickly and almost in real time, and can solve more and more different application scenarios.
For example, it can be used to search the products of the online store, the search of users, and the ...
Posted on Fri, 19 Jun 2020 01:52:01 -0400 by Christoph09
Install MySQL on Linux system and connect mysql on the host (detailed)
All filenames in this article are just identifiers, and the specific content is written according to the specific situation!!
All filenames in this article are just identifiers, and the specific content is written according to the specific situation!!
All filenames in this article are just identifiers, ...
Posted on Fri, 19 Jun 2020 01:50:28 -0400 by roflpwnt
Create a yum warehouse and logical disk partition
1. Build your own yum warehouse, which is network source and local source respectively.Network Source:1. First create a yum warehouse:
[centos@localhost ~]$ yum install createrepo
2. Disable the original yum network source.
[root@localhost yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak
3. Edit CentOS-Base.repo
[base]
name=Base Repo on ...
Posted on Tue, 16 Jun 2020 18:20:31 -0400 by joshberm
MFS -- detailed explanation and deployment of MFS
mfs explanation and deployment
1, MFS details
Distributed principle:
MFS principle:
Composition of MFS file system
MFS read data processing:
MFS write data processing:
The process of deleting files in MFS
MFS process of modifying file content
MFS renaming process
The process of MFS traversing files
...
Posted on Sun, 14 Jun 2020 02:16:37 -0400 by xkaix
Filebeat Lightweight Log Collection Tool
The Beats platform is a collection of multiple single-purpose data collectors.These collectors can be installed as lightweight agents to send data to Logstash or Elasticsearch from hundreds or thousands of machines.
I. Architecture Diagram
This experiment is based on the previous articles, which need to be based on the previous articles.
2. ...
Posted on Tue, 09 Jun 2020 12:59:38 -0400 by sycoj0ker
CDH6.3.2 deployment of big data platform
Tags (space separated): building big data platform
1: Environment initialization
2: Installation of CDH6.3.2
1: Environment initialization
1.1 environment introduction
System: CentOS7.5X64
cat /etc/hosts
----
192.168.11.160 dev01.lanxintec.cn
192.168.11.161 dev02.lanxintec.cn
192.168.11.162 dev03.lanxintec.cn
----
1.2: Keyless l ...
Posted on Thu, 28 May 2020 11:01:15 -0400 by d-woo
All MySQL installation and deployment methods
catalog
1, Foreword
2, About MySQL installation
3, Deployment planning
3.1 server planning
3.2 database directory planning
4, Prepare tools
5, General binary package installation MySQL
5.1 upload MySQL general binary installation package to / usr/local/src directory of node7
5.2 extract MySQL to the specified directory and rename it
5.3 c ...
Posted on Thu, 28 May 2020 05:00:37 -0400 by Jack Sparrow
corosync v1 + pacemaker high availability cluster deployment resource configuration (VIP+httpd+NFS)
Experimental purpose: to deploy httpd high availability service (+ NFS) using corosync v1 + pacemaker.
This experiment uses Centos 6.8 system, file system resource server, NA1 node 1, NA2 node 2, VIP192.168.94.222
Directory structure: (annoying, the layout is in a mess)
1. corosync v1 + pacemaker basic installation
2. Installation of pacemak ...
Posted on Thu, 28 May 2020 03:28:39 -0400 by noirsith