上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: https://blog.51cto.com/u_13066/6995364 阅读全文
posted @ 2024-03-14 18:30 zhaoguanhao 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://grafana.com/grafana/dashboards/ 阅读全文
posted @ 2024-03-13 11:04 zhaoguanhao 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://prometheus.io/download/ 在Debian系统上安装Prometheus,可以按照以下步骤操作:1. 添加官方存储库首先,我们需要添加Prometheus的官方存储库到Debian系统中。以下是从Debian 11 Bullseye开始的安装步骤,对于Debian 阅读全文
posted @ 2024-03-12 17:38 zhaoguanhao 阅读(100) 评论(0) 推荐(0) 编辑
摘要: nginx 4层负载层配置 Nginx 不是一个传统的4层负载均衡器,但可以通过 stream 模块配置 TCP/UDP 负载均衡。以下是一个简单的示例配置,展示如何配置 Nginx 作为4层负载均衡器: 在这个配置中,Nginx 监听在 12345 端口上的连接,并将它们代理到名为 backend 阅读全文
posted @ 2024-03-11 17:50 zhaoguanhao 阅读(18) 评论(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 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tangshiyilang/article/details/130618973 阅读全文
posted @ 2024-03-11 14:07 zhaoguanhao 阅读(250) 评论(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 阅读(778) 评论(0) 推荐(0) 编辑
摘要: https://www.cmdschool.org/archives/21971 阅读全文
posted @ 2024-03-11 13:22 zhaoguanhao 阅读(149) 评论(0) 推荐(0) 编辑
摘要: server2019 安装openssh 在Windows Server 2019上安装OpenSSH,你可以按照以下步骤操作: 打开“服务器管理器”。 选择“管理” > “添加角色和功能”。 在“添加角色和功能向导”中,选择“功能”,然后点击“下一步”。 在“选择功能”界面,勾选“OpenSSH 阅读全文
posted @ 2024-03-11 10:49 zhaoguanhao 阅读(597) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/634969945 windows 一般自带 ssh 服务,只是需要去把服务开启下: 检查 OpenSSH 的可用性 以管理员身份打开 PowerShell 并运行: Get-WindowsCapability -Online | Where 阅读全文
posted @ 2024-03-08 17:21 zhaoguanhao 阅读(536) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页