搜索内容

Devops
  • Grafana插件扩展之Zabbix安装

    在线安装Zabbix 官网:https://grafana.com/grafana/plugins/alexanderzobnin-zabbix-app # grafana-cli plugins install alexanderzobnin-zabbix-app # syste……

    Joe.Ye 2023-03-25
    0 0
  • Grafana插件扩展之Clock安装

    在线安装Clock 官网:https://grafana.com/grafana/plugins/grafana-clock-panel # grafana-cli plugins install grafana-clock-panel # systemctl restart gr……

    Joe.Ye 2023-03-25
    0 0
  • Grafana插件扩展之世界地图安装

    在线安装Worldmap 官网:https://grafana.com/grafana/plugins/grafana-worldmap-panel # grafana-cli plugins install grafana-worldmap-panel # systemctl r……

    Joe.Ye 2023-03-25
    0 0
  • Grafana插件扩展之饼图安装

    在线安装Pie Chart 官网:https://grafana.com/grafana/plugins/grafana-piechart-panel # grafana-cli plugins install grafana-piechart-panel # systemctl ……

    Joe.Ye 2023-03-25
    0 0
  • 可视化监控工具Grafana安装及使用

    随着业务的越发复杂,对软件系统的要求越来越高,这意味着我们需要随时掌控系统的运行情况。因此,对系统的实时监控以及可视化展示,就成了基础架构的必须能力……

    Joe.Ye 2023-03-25
    0 0
  • 阿里云运维产品简介

    阿里云数据管理DMS 数据管理DMS是基于阿里巴巴集团十余年的数据库服务平台的云版本,提供免安装、免运维、即开即用、多种数据库类型与多种环境统一的web数据库……

    Joe.Ye 2023-03-25
    0 0
  • Nginx 安装 lua-nginx-module

    Nginx 安装 lua-nginx-module,即增加Lua模块 安装依赖 yum install -y gcc g++ gcc-c++ zlib zlib-devel openssl openssl-devel pcre pcre-devel 安装LuaJIT……

    Joe.Ye 2023-03-24
    0 0
  • VeryNginx安装及使用

    VeryNginx简介 VeryNginx 基于 lua_nginx_module(openrestry) 开发,实现了高级的防火墙、访问统计和其他的一些功能。 集成在 Nginx 中运行,扩展了 Nginx 本……

    Joe.Ye 2023-03-24
    0 0
  • CentOS下安装ActiveMQ

    官网:http://activemq.apache.org/ # wget http://archive.apache.org/dist/activemq/5.15.9/apache-activemq-5.15.12-bin.tar.gz # mv /usr/local/apache-ac……

    Joe.Ye 2023-03-24
    0 1
  • Windows下Nginx及PHP后台启动脚本

    start_nginx.bat @echo off set nginx_home=D:/Server/Nginx/nginx-1.13.8 REM Windows 下无效 REM set PHP_FCGI_CHILDREN=10 echo Starting Nginx... RunHi……

    Joe.Ye 2023-03-24
    0 0
  • Windows下MySQL服务安装及启动脚本

    Install MySQL Service.bat @echo off set mysql_home=D:/Server/MySQL/mysql-5.7.20-winx64 echo Installing MySQL5.7 Service... %mysql_home%/bin/mysqld ……

    Joe.Ye 2023-03-24
    0 0
  • CentOS下以二进制方式安装 MySQL 8

    创建MySQL用户和相关目录(my.cnf设置的目录) groupadd mysql useradd -g mysql -M -s /bin/nologin mysql mkdir /usr/local/mysql #mysql安装目录 mkdir……

    Joe.Ye 2023-03-24
    0 0
  • PHP错误:The server requested authentication method unknown to the client

    使用PHP连接MySQL 8的时候,可能会发生如标题所示的错误: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 发生……

    Joe.Ye 2023-03-24
    0 0
  • PHP system libzip must be upgraded to version >= 0.11

    安装PHP 7.3的过程中报如下错误: system libzip must be upgraded to version >= 0.11,根据提示可知是因为系统自带的libzip版本过低,需要安装最新的libzi……

    Joe.Ye 2023-03-24
    0 0
  • Jenkins使用技巧总结

    代理配置 系统管理 -> 插件管理 -> Advanced -> HTTP Proxy Configuration SSH发布配置 Jenkins控制台配置 系统管理 -> 系统设置 -> Publish ……

    Joe.Ye 2023-03-24
    0 1