Open Source Fortress jumpserver Build
Summary
Before I said the domestic conscience of kodexplorer, today I say another good domestic open source project jumpserver, in addition to the domestic open source project I think it is the pagoda panel.Don't talk too much about the tutorial.
Although you can read the following tutorial without listening to my nonsense
http://docs.jumpserv ...
Posted by lazersam on Thu, 16 May 2019 08:52:48 +0200
Installing Zabbix 3.4 from deployment packages
Installation from deployment packages
Installation from Zabbix's official source library
Zabbix SIA provides official RPM and DEB deployment packages for Red Hat Enterprise Linux, Debian and Ubuntu LTS systems.
Deployment package files can be downloaded through repo.zabbix.com. The server provides both yum and apt source lib ...
Posted by kodlcan on Wed, 15 May 2019 01:11:52 +0200
Centos 7.2 Compile and Install Mysql 5.7.18 Configuration and Details
I. Main features of MySQL 5.7
(1) Native Support Systemd
(2) Better performance: for multi-core CPU, solid-state hard disk, lock has better optimization
(3) Better InnoDB storage engine
(4) More robust replication: replication brings a solution that data is not lost at all. Traditional financial customers can also use mysql database.
(5) A ...
Posted by mcubedma on Tue, 14 May 2019 23:09:50 +0200
2. MySQL server multi-instance and test experiment
Multiple instances
In production, with the updating of database version or other requirements, it may be necessary to install multiple databases of different versions (or the same version) on one host. (The database here refers to an entire database separated by the database port number, rather than referring to the database in a database, pay ...
Posted by deejay on Sun, 12 May 2019 04:28:22 +0200
Some characteristics of mariadb (<=10.4)
Recently, I read MariaDB's official website to introduce MariaDB's functions and characteristics, and outlined a few places that I feel it necessary to understand:
Supporting column-level compression
CREATE TABLE `cmp2` (
`id` bigint(20) NOT NULL,
`name` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`));
https://mariadb.com/kb/en/library/storag ...
Posted by Crystal Dragon on Sat, 11 May 2019 22:26:21 +0200
Detailed description of the shell with python to automatically install zabbix monitor
Script environment
1.linux centos 7 system2. The CD-ROM image file has been mounted3. The system can connect to the external network.4. Font links: https://pan.baidu.com/s/1m9WJys5aGuUi-WgBG-zrxw Extraction code: qq6r
Experimental steps
1. Upload font files and zabbix scripts to the Linux system / root directory
Method 1: Mount Method 2: U ...
Posted by sicKo on Sat, 11 May 2019 10:00:42 +0200