安装docker和docker-compose参考文章:CentOS 8.0-8.4 yum 安装docker-ce-左搜 (leftso.com)Ubuntu 在线安装 Docker-左搜 (...
前置条件安装部署好graylog server创建graylog input 打开System/Inputs菜单选择输入类型为filebeat进行创建input创建inputinput信息配置i...
环境本次minikube安装环境为Ubuntu 18.04.6 LTS安装docker-ce参考:Ubuntu 在线安装 Docker-左搜 (leftso.com)注意配置docker镜像地址...
查看jenkin的进程idps -ef|grep jenkins.war|grep -v "grep"|awk '{print $2}'执行结果参考:[root@test-server-2 bi...
Windows11(简称win11)目前稳定版本已经发布几个月了,菜单关闭折叠_win11右键菜单怎么变回去
poxm.xml文件添加maven依赖 <dependency> <groupId>org.apache.skywalking</groupId> ...
skywalking 是一款不错的java apm监控服务,比zipkin功能更强大,需要的服务器配置也更多一些
1.打开github nodejs源码地址GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions2....
nginx常规使用时作为http协议的反向代理,这里要讲的是非http的Mysql端口代理,理论支持其他协议nginx.conf配置如下:user nginx; worker_process...
    查看当前系统时间 date    修改当前系统时间 date -s "2018-2-22 19:10:30"    查看硬件时间 hwclock --show    修改硬件时间 hwc...
docker-compose 部署不支持deploydocker-compose up 启动提示如下:WARNING: Some services (web) use the 'deploy' ...
idea 2021.3 services 面板部分服务变灰色解决导致原因可能是某些误操作导致配置问题解决办法 1.点击编辑配置2.删除打开的所有配置3.手动添加所有服务4.配置服务相关信息名称环...
如果是直接部署的 nexus, 需要修改 $install-dir/bin/nexus.vmoptions 文件 ,添加参数-Xms128m -Xmx512m -XX:MaxDirectMe...
环境说明Linux服务器一台安装docker服务nexus3镜像拉取 可选择版本拉取docker pull sonatype/nexus3:3.32.1 也可以拉取最新版本:docker pul...
类库方式实现:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewpo...