Rapid deployment of elk and docking of SpringBoot using docker

Rapid deployment of elk using docker 1. Introduction of Software & Tools ELK is the abbreviation of three open source software, namely, Elastic search, Logstash and Kibana. They are all open source software. A new FileBeat is added, which is a lightweight log collection and processing tool (Agent). Filebeat takes up less resources and is su ...

Added by everknown on Fri, 11 Oct 2019 13:09:00 +0300

cadvisor+influxdb increases estab statistics

1. Requirement description: cadvisor+influxdb+grafana is used for container monitoring and data display, and tcpstats related data are collected. Turn off the default disable-metric at startup. The startup parameters are as follows: [program:cadvisor] command=/root/go/src/cadvisor/cadvisor -port=18080 -logtostderr=true -v=5 -enable_load_reader ...

Added by madmega on Mon, 07 Oct 2019 06:24:16 +0300

ssh Secret Login_Cluster Distribution Script xsync

1. ssh Secret-Free Login ssh ip address [root@192 ~]# ssh 192.168.1.102 root@192.168.1.102's password: Last login: Mon Feb 18 20:40:28 2019 from 192.168.1.101 Secret-free login configuration Generating public and private keys [root@192 ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which t ...

Added by SammyP on Sat, 05 Oct 2019 23:30:59 +0300

Deploying static websites using Apache services

Configure the website service program first Step 1: Mount the system image in the CD-ROM device into the / media/cdrom directory. [root@LinuxLehehe ~]# mkdir -p /media/cdrom [root@LinuxLehehe ~]# mount /dev/cdrom /media/cdrom mount: /dev/sr0 is write-protected, mounting read-only Step 2: Create configu ...

Added by pleigh on Tue, 01 Oct 2019 02:46:49 +0300

MongoDB 3.0.6 Start script, user management, import and export Libraries

Preface: Installation steps, please check This blog(https://blog.csdn.net/tingfengqianqu/article/details/101381150) 1. Import database 1) Modify configuration files Before importing data, you need to annotate the password authentication of mongodb.conf, and you cannot execute the mongodb service befor ...

Added by Jeyush on Mon, 30 Sep 2019 13:11:08 +0300

Nginx Log Configuration, Log Cutting

Nginx Log Configuration Set access.log grammar log_format custom format Set error_log grammar Log Cutting Previous articles: Nginx's configuration file nginx.conf Nginx logs are useful for statistics and system service troubleshooting. There are two main types of Nginx logs: access_log and error ...

Added by elklabone on Thu, 26 Sep 2019 06:04:10 +0300

Create Users, Delete Users, Modify Passwords in Mysql Series

Article directory 1. Log on to mysql 1.1 Remote login mysql 2. Creating Users 2.1 Creating Local Users 2.2 Creating Accessible Users on Extranet 2.3 Refresh Authorization 3. Modify user password 3.1 Modify Local User Password 3.2 Modify the password of the users in the external network 3.3 Refresh ...

Added by aboali on Sat, 21 Sep 2019 09:15:58 +0300

Build LVS (DR mode) +Keepalived High Available Cluster, can follow!!!

Keepalived's design goal is to build a highly available LVS load balancing cluster that can call the ipvsadm tool to create virtual servers and manage server pools, not just as a dual hot standby. Using Keepalived to build LVS cluster is more convenient and easy to use. The main advantages are hot standby switching and availability improvement ...

Added by Radon3k on Thu, 19 Sep 2019 07:10:15 +0300

PXE network installed in CentOS 7 and unattended batch installed (no need to start the whole process)

--------------------------------------- Basic Overview - ----------------------------------------------------------------------------------------------------- PXE is a network boot technology developed by Inter Corporation. It works in Client/Server mode. It allows clients to download boot images from remote servers through the network and lo ...

Added by bogdaniel on Tue, 17 Sep 2019 14:11:54 +0300

Red Hat rhce Record of Jing'an Kao, Shanghai

Declaration of documents This article only makes a record of my rhce exercises and commemorates my test experience. No promotion or advertising is involved. The question bank in this article originates from Taobao Environment (referring to which set of environment a general friend knows clearly, if you really don't know, you can leave a messag ...

Added by 448191 on Thu, 12 Sep 2019 05:05:21 +0300