首页
人工智能
工作实战
个人认知
科学上网
日常技术
kubernetes
CI/CD
已删除用户
该用户已被删除。
累计撰写
46
篇文章
累计创建
7
个分类
累计收到
0
条评论
导航
首页
人工智能
工作实战
个人认知
科学上网
日常技术
kubernetes
CI/CD
目录
Zorn运维之路
这是1个知识分享平台
部署文件共享系统(docker-compose方式)
2025-01-22 15:01
13
0
0
25.3℃
日常技术
1、部署Seafile文件共享系统参考文档:
搭建open-webui服务(docker-compose方式部署)
2025-01-22 14:42
81
0
0
32.1℃
人工智能
1、通过docker-compose方式搭建open-webui服务: services: open-webui: image: ghcr.io/open-webui/open-webui:main container_name: open-webui1 ports:
搭建Jitsi Meet视频会议系统(docker-compose方式搭建)
2025-01-21 19:03
287
0
0
52.7℃
工作实战
1、参考地址: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/ 2、通过 docker-compose方式 部署 Jitsi Meet会议系统:
限制日志大小,防止docker日志塞满硬盘
2025-01-21 16:36
57
0
0
29.7℃
工作实战
cat > /etc/docker/daemon.json <<EOF { "registry-mirrors": [ "https://代理地址" ], "insecure-registries": [ "192.168.188.251:80
VirtualBox中的Centos7虚拟机扩展/目录磁盘空间
2024-12-30 17:19
16
0
0
25.6℃
工作实战
1、提前做好备份镜像: 2、给虚拟机扩盘: 3、进
泡泡dog机场偷跑流量
2024-12-29 11:25
24
0
0
26.4℃
科学上网
1、未使用泡泡dog机场,便偷跑流量,不推荐使用
Grafana json文件汉化-7362监控MySQL:
2024-12-20 16:50
13
0
0
25.3℃
工作实战
1、监控MySQL.json: { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true,
Grafana json文件汉化-12633监控Linux主机详情:
2024-12-20 16:47
52
0
0
29.2℃
工作实战
1、Linux主机详情.json { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true,
Grafana json文件汉化-13868监控windows_server服务器:
2024-12-20 16:45
11
0
0
25.1℃
工作实战
1、Windows-Server-Grafana.json { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable"
docker-compose部署prometheus监控Linux、Windows-Server服务器
2024-12-20 16:42
27
0
0
26.7℃
工作实战
一、基础环境准备: 1、Linux服务器安装时间服务器,同步时间: 1、用 ntpdate从时间服务器更新时间: yum -y install ntp 2、编辑 ntp.conf 文件 vim /etc/ntp.conf server ntp1.aliyun.com ibu
上一页
下一页
1
2
3
4
5
弹