搜索内容

Devops
  • Logstash grok配置调试

    grok是一种采用组合多个预定义的正则表达式,用来匹配分割文本并映射到关键字的工具。通常用来对日志数据进行预处理。logstash的filter模块中grok插件是其实现……

    Joe.Ye 2023-03-19
    0 0
  • ElasticSearch搜索调试

    通过Kibana Dev Tools -> Console GET /appblog/_search { "query": { "bool": { "must": [ { ……

    Joe.Ye 2023-03-19
    0 0
  • ELK部署记录

    Kafka 首先安装JDK环境,然后安装Kafka并创建topic logstash 官方下载:http://kafka.apache.org/downloads # bin/kafka-topics.sh --create --zookeeper 192……

    Joe.Ye 2023-03-19
    0 0
  • 修改 Nexus 启动内存

    vim /data/www/nexus/bin/nexus.vmoptions -Xms512m -Xmx512m -XX:MaxDirectMemorySize=512m -XX:+UnlockDiagnosticVMOptions -XX:+LogVMOutput -XX:LogFile=.……

    Joe.Ye 2023-03-19
    0 1
  • CentOS 7搭建Nexus Maven私服

    Nexus简介 Nexus仓库管理器,分为两个版本,Nexus Repository Manager OSS 和 Nexus Repository Manager Pro。前者可以免费使用,相比后者,功能缺少一些,但……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab 10.8 安装注意事项

    安装依赖 # yum install bzip2 # yum install re2 # yum install re2-devel 安装Gitaly # sudo -u git -H bundle exec rake "gitlab:gitaly:install[/da……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab大版本升级思路

    参照Gitlab官方升级操作文档:https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update 主要的思路和步骤如下: (1). 在新的服务器上安装Gitlab指定……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab打开Project报404解决

    问题描述 使用拥有者账号打开Project 404 The page could not be found or you don't have permission to view it. 使用root账号打开Project Started GE……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab源码安装报错 Failed to connect to Gitaly…

    # sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production Failed to connect to Gitaly... 参考:https://gitlab.com/gitlab-org/gitlab-ce/iss……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab报错 ActionView Template Error uninitialized constant ActionView CompiledTemplates EXPR_ARG

    参考:https://gitlab.com/gitlab-org/gitlab-ce/issues/42045#note_73010232 解决方法:升级 gems haml to (5.0.4) hamlit to (2.8.8) temple to (>= 0.8……

    Joe.Ye 2023-03-19
    0 1
  • Gitlab SMTP发送邮件报错 Net OpenTimeout execution expired

    Gitlab SMTP发送邮件报错: Net::OpenTimeout: execution expired 查看Gitlab发送邮件日志: # tail -f log/sidekiq.log 原因:阿里云服务器默认是屏蔽25端口……

    Joe.Ye 2023-03-19
    0 1
  • SSH携带密码登录sshpass

    sshpass: 用于非交互的ssh 密码验证 SSH登陆不能在命令行中指定密码,也不能在shell中随处可见的。sshpass的出现,解决了这一问题。它允许你用 -p 参数指定明……

    Joe.Ye 2023-03-19
    0 0
  • CentOS下安装MongoDB

    MongoDB 是一个基于分布式文件存储的数据库。由 C++ 语言编写。旨在为 WEB 应用提供可扩展的高性能数据存储解决方案。 MongoDB 是一个介于关系数据库和非关系……

    Joe.Ye 2023-03-19
    0 0
  • CentOS下安装配置Openfire

    Openfire是免费的、开源的、基于可拓展通讯和表示协议(XMPP)、采用Java编程语言开发的实时协作服务器。 官网:http://www.igniterealtime.org/projects/openf……

    Joe.Ye 2023-03-19
    0 0
  • CentOS下部署Magento2

    Magento2: https://github.com/magento/magento2 Magento2 Release: https://github.com/magento/magento2/releases Installation Procedure: git clone ……

    Joe.Ye 2023-03-19
    0 0