
mysql5.7安装审计插件MariaDB Audit Plugin centos版本:7.6.1810 mysql版本:5.7.28-log 插件下载地址 下载后解压,得到如下目录 [root@centos audit-plugin-my...
mysql5.7安装审计插件MariaDB Audit Plugin centos版本:7.6.1810 mysql版本:5.7.28-log 插件下载地址 下载后解压,得到如下目录 [root@centos audit-plugin-my...
官网有文档说明怎么使用,但是没有中文,官网地址 https://certbot.eff.org/ 这里就把官网的翻译一下吧,顺便把遇到的坑也说一下 系统:centos7.6,nginx1.21 1、安装snapd [root@centos ...
loki版本:2.7.1 配置文件如下: auth_enabled: falsehttp_prefix:server: http_listen_address: 0.0.0.0 grpc_listen_address: 0.0.0.0 ...
centos下使用script监控用户操作 1、测试环境 [root@centos ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@centos ...
1、部署服务端 首先需要一台具有公网ip的服务器,linux或者windows都可以,只需要网络稳定即可,本次测试以linux为例: 1.1下载安装包: wget https://github.com/fatedier/frp/releas...
下载地址: https://min.io/download#/linux 部署服务器:minio-1,minio-2 minio程序存放路径: [root@minio-1 minio]# pwd/data/minio[root@minio-...
MTR参数 [root@rockettest-161 dl]# mtr -r google.comStart: Wed Aug 17 16:28:25 2022HOST: rockettest-161  ...
es常用操作 查询所有索引 GET _cat/indices 查询索引下所有数据 GET test/_search#同下GET test/_search{ "query": { "match_all": {} }} 全文检索 #查...
本例版本:3.0.0.6,下载地址:https://github.com/yahoo/CMAK/tags 这里使用源码包安装,依赖jdk11版本,还需要使用sbt环境,sbt使用版本1.7.1,下载地址:https://github.com...
1、首先创建密钥 #先创建第一个账号的密钥ssh-keygen -t rsa -C "[email protected]"#再创建第二个账号密钥ssh-keygen -t rsa -C "[email protected]" #注意在创建密钥时需要...