上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: https://www.cnblogs.com/Bug-Hunter/p/17237328.html 阅读全文
posted @ 2024-03-18 16:28 zhaoguanhao 阅读(114) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/u_13066/6995364 阅读全文
posted @ 2024-03-14 18:30 zhaoguanhao 阅读(14) 评论(0) 推荐(0)
摘要: https://grafana.com/grafana/dashboards/ 阅读全文
posted @ 2024-03-13 11:04 zhaoguanhao 阅读(12) 评论(0) 推荐(0)
摘要: https://prometheus.io/download/ 在Debian系统上安装Prometheus,可以按照以下步骤操作:1. 添加官方存储库首先,我们需要添加Prometheus的官方存储库到Debian系统中。以下是从Debian 11 Bullseye开始的安装步骤,对于Debian 阅读全文
posted @ 2024-03-12 17:38 zhaoguanhao 阅读(210) 评论(0) 推荐(0)
摘要: nginx 4层负载层配置 Nginx 不是一个传统的4层负载均衡器,但可以通过 stream 模块配置 TCP/UDP 负载均衡。以下是一个简单的示例配置,展示如何配置 Nginx 作为4层负载均衡器: 在这个配置中,Nginx 监听在 12345 端口上的连接,并将它们代理到名为 backend 阅读全文
posted @ 2024-03-11 17:50 zhaoguanhao 阅读(54) 评论(0) 推荐(0)
摘要: root@debian:~# cat /etc/network/interfaces## This file describes the network interfaces available on your system## and how to activate them. For more 阅读全文
posted @ 2024-03-11 16:42 zhaoguanhao 阅读(348) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/tangshiyilang/article/details/130618973 阅读全文
posted @ 2024-03-11 14:07 zhaoguanhao 阅读(397) 评论(0) 推荐(0)
摘要: root@debian:~# cat /etc/systemd/system/nginx.service [Unit] Description=Nginx Service Documentation="http://nginx.org/en/docs/" After=network.target r 阅读全文
posted @ 2024-03-11 13:34 zhaoguanhao 阅读(1151) 评论(0) 推荐(0)
摘要: https://www.cmdschool.org/archives/21971 阅读全文
posted @ 2024-03-11 13:22 zhaoguanhao 阅读(194) 评论(0) 推荐(0)
摘要: server2022 安装openssh 在安装 OpenSSH Server 时,确保你的服务器是最新状态,这对于安全性和软件的兼容性至关重要。以下是针对 Windows Server 2022 安装 OpenSSH Server 的步骤。 方法 1:使用 PowerShell 打开 PowerS 阅读全文
posted @ 2024-03-11 10:49 zhaoguanhao 阅读(1422) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页