上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 68 下一页
摘要: 介绍地址:https://www.zabbix.com/documentation/current/en/manual/installation/containers 1.为 Zabbix 组件容器创建专用网络 docker network create --subnet 172.20.0.0/16 阅读全文
posted @ 2023-01-14 16:02 SpringCore 阅读(468) 评论(0) 推荐(0)
摘要: 官方下载地址:https://www.zabbix.com/download 1.下载rpm包 wget -P /home https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-release-6.2-3.el8.noarch.rpm 2.安 阅读全文
posted @ 2023-01-14 12:09 SpringCore 阅读(544) 评论(0) 推荐(0)
摘要: 前提条件: Centos 二进制安装 Prometheus 1.下载安装 下载地址:https://grafana.com/grafana/download?pg=get&plcmt=selfmanaged-box1-cta1&edition=oss wget https://dl.grafana. 阅读全文
posted @ 2023-01-13 12:24 SpringCore 阅读(599) 评论(0) 推荐(0)
摘要: 二进制下载地址:https://prometheus.io/download/ 下载以 linux-amd64.tar.gz 结尾的文件。 1.下载二进制压缩包 wget -P /home https://github.com/prometheus/prometheus/releases/downl 阅读全文
posted @ 2023-01-12 18:35 SpringCore 阅读(269) 评论(0) 推荐(0)
摘要: 转载文章,地址:http://hi.baidu.com/wangtao8899/blog/item/dd7365c41c5423a18226ace1.html 1.开机启动时自动运行程序 Linux加载后, 它将初始化硬件和设备驱动,然后运行第一个进程init。init根据配置文件继续引导过程,启动 阅读全文
posted @ 2023-01-11 15:47 SpringCore 阅读(532) 评论(0) 推荐(0)
摘要: 推荐直接看第8条,使用Docker直接部署SVN+图形管理,如果版本管理的仓库比较多的话,更加具有优势,不必经常登录服务器维护。 1.安装Subversion yum install subversion yum install mod_dav_svn #不需要http访问svn可不安装,可选 2. 阅读全文
posted @ 2023-01-11 13:50 SpringCore 阅读(169) 评论(0) 推荐(0)
摘要: 在安装过程中可能多个仓库提供了相同的软件安装源,由于优先级问题可能无法正确指向我们想要使用的仓库源,Centos 8及之后DNF原生支持优先级,可以使用下面的命令进行调整 dnf config-manager --setopt=WANdisco-SVN.priority=1 --save 也可以临时 阅读全文
posted @ 2023-01-10 17:34 SpringCore 阅读(190) 评论(0) 推荐(0)
摘要: 注意:构建的前提,已安装Gitea和Drone 1.新建一个SpringBoot项目 如果可以的话建议在Maven POM 文件中的Build -> finalName 指定打包完成后的文件名 <build> <finalName>coreqi</finalName> <plugins> <plug 阅读全文
posted @ 2023-01-09 18:46 SpringCore 阅读(876) 评论(0) 推荐(0)
摘要: 参考地址:https://docs.drone.io/server/provider/gitea/ 1.在Gitea中创建OAuth应用。 2.创建共享密钥 注意:共享密钥的作用是用来和Drone Runner通信,和Gitea没有关系,但是在使用Docker命令创建的时候需要以参数的形式写入进去。 阅读全文
posted @ 2023-01-08 17:59 SpringCore 阅读(510) 评论(0) 推荐(0)
摘要: docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /mnt/docker/portainer:/data 阅读全文
posted @ 2022-12-30 18:46 SpringCore 阅读(85) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 68 下一页