FLOWERS_WAN

导航

2025年6月16日 #

手动创建deployment

摘要: [root@k8s-master01 5]# kubectl create deployment myapp --image =nginx:1.26.5 --dry-run -o yamlW0616 16:47:48.031032 2643512 helpers.go:704] --dry-run 阅读全文

posted @ 2025-06-16 16:50 FLOWERS_WAN 阅读(9) 评论(0) 推荐(0)

2025年6月1日 #

ESXI多网卡网络配置

摘要: ESXI多网卡网络配置 1、两台路由器接入不同网络; 2、一台4网口服务器,网口分别为:vmnic0、vmnic1、vmnic2、vmnic3 3、ESXI6.5服务器虚拟机系统 测试环境模拟: 路由1:192.168.0.1 255.255.254.0 路由2:192.168.100.1 255. 阅读全文

posted @ 2025-06-01 12:54 FLOWERS_WAN 阅读(2364) 评论(0) 推荐(0)

2025年4月18日 #

山石网科Hillstone防火墙SSLVPN配置步骤(最新版)

摘要: 1. 需求分析 本文指导用户在防火墙WebUI界面配置SSL VPN功能,方便用户使用。 2. 组网拓扑 3.2 配置 3.2.1 新建SSL VPN 新建SSL VPN,网络--VPN--SSLVPN--新建,如图1所示: 图1 配置名称/接入用户:填写SSL VPN名称和接入用户,如图2所示: 阅读全文

posted @ 2025-04-18 11:19 FLOWERS_WAN 阅读(2000) 评论(0) 推荐(0)

2025年3月21日 #

centos 9 安装Python3.13

摘要: [root@localhost Python]# yum install zlib* [root@localhost Python]# yum install gcc openssl-devel bzip2-devel [root@localhost Python]# make && make in 阅读全文

posted @ 2025-03-21 11:10 FLOWERS_WAN 阅读(546) 评论(0) 推荐(0)

2025年3月13日 #

vi/vim模式下的粘贴多出来的tab和空格如何处理

摘要: 经常需要把Windows上写的代码放到Linux上执行,有时直接利用XShell登录Linux系统,在vi/vim下进行粘贴,但是发现粘贴过来的代码多出了很多空格或者table,有的代码直接执行,其实不影响执行,不过对于Python之类的就麻烦了。 这是因为拷贝的文本中已经有表示缩进的空格或者制表符 阅读全文

posted @ 2025-03-13 16:24 FLOWERS_WAN 阅读(209) 评论(0) 推荐(0)

2025年3月12日 #

prometheus 搭建

摘要: 一,官方下载地址: https://www.prometheus.io/download/ 如图: 二,下载 用wget从命令行下载 wget https://mirrors.aliyun.com/grafana/yum/rpm/Packages/grafana-11.5.2-1.x86_64.rp 阅读全文

posted @ 2025-03-12 10:09 FLOWERS_WAN 阅读(44) 评论(0) 推荐(0)

2025年3月10日 #

访问github方法

摘要: 1.下载最新的host文件: https://raw.hellogithub.com/hosts 2. 更新hosts文件 阅读全文

posted @ 2025-03-10 16:48 FLOWERS_WAN 阅读(27) 评论(0) 推荐(0)

2025年3月7日 #

prometheus快速上手指南

摘要: 阅读全文

posted @ 2025-03-07 16:27 FLOWERS_WAN 阅读(7) 评论(0) 推荐(0)

prometheus 和zabbix的区别

摘要: 阅读全文

posted @ 2025-03-07 09:45 FLOWERS_WAN 阅读(9) 评论(0) 推荐(0)

prometheus 架构详解

摘要: 阅读全文

posted @ 2025-03-07 09:41 FLOWERS_WAN 阅读(14) 评论(0) 推荐(0)