会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
莫让年华付水流
博客园
首页
新随笔
联系
订阅
管理
2025年4月9日
VLAN 聚合
摘要: 工作原理:VLAN聚合(VLAN Aggregation,也称Super VLAN)指在一个物理网络内,用多个VLAN(称为Sub-VLAN)隔离广播域,并将这些Sub-VLAN聚合成一个逻辑的VLAN(称为Super-VLAN),这些Sub-VLAN使用同一个IP子网和缺省网关,进而达到节约IP地
阅读全文
posted @ 2025-04-09 11:08 莫让年华付水流
阅读(6)
评论(0)
推荐(0)
2025年3月27日
SSL证书链不完整
摘要: java1.7程序连接https报错如下(1.8正常,但不保证访问其它https正常):错误:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.Su
阅读全文
posted @ 2025-03-27 10:32 莫让年华付水流
阅读(21)
评论(0)
推荐(0)
SSL证书测试
摘要: #检查新申请的 SSL 证书是否支持 TLS 1.0、TLS 1.1、TLS 1.2 或 TLS 1.3 方法 1:使用 OpenSSL 命令行工具openssl s_client -connect 域名:443 -tls1 # 测试 TLS 1.0openssl s_client -connect
阅读全文
posted @ 2025-03-27 09:55 莫让年华付水流
阅读(39)
评论(0)
推荐(0)
2025年2月21日
Linux 路由转发
摘要: Linux 做路由转发,以CentOS7为例 1. 开启 ip_forward 转发功能echo 1 > /proc/sys/net/ipv4/ip_forward 2. 防火墙开启转发 <masquerade/> 以上缺一不可
阅读全文
posted @ 2025-02-21 15:27 莫让年华付水流
阅读(12)
评论(0)
推荐(0)
2024年2月20日
ESXi 8.0 下查看硬盘状态
摘要: 从 PERC 系列 8 和更新的系列起,PERCCLI 已取代 MegaCli下载VMware PERCCLI实用程序:https://dl.dell.com/FOLDER11564946M/1/PERCCLI_7.2616.0000_VMWARE.tar.gz?uid=8fe7d85a-b4db-
阅读全文
posted @ 2024-02-20 17:21 莫让年华付水流
阅读(840)
评论(0)
推荐(0)
ESXi 8.0 下改Delll idrac密码
摘要: ESXi 8.0 下 下载:https://www.dell.com/support/home/zh-cn/product-support/product/poweredge-r740/drivershttps://dl.dell.com/FOLDER09667707M/1/Dell-iDRACTo
阅读全文
posted @ 2024-02-20 15:12 莫让年华付水流
阅读(181)
评论(0)
推荐(0)
2024年1月20日
HDS 常用命令
摘要: #查看帮助/usr/DynamicLinkManager/bin/dlnkmgr help #查看版本/usr/DynamicLinkManager/bin/dlnkmgr view -sys #查看设置/usr/DynamicLinkManager/bin/dlnkmgr view -sys -s
阅读全文
posted @ 2024-01-20 19:44 莫让年华付水流
阅读(60)
评论(0)
推荐(0)
2024年1月11日
Dell服务器linux下配置iDRAC(远控卡)的ip地址
摘要: Centos7下 yum -y install OpenIPMI OpenIPMI-toolssystemctl start ipmi #检查现在的IPipmitool -I open lan print 1 #改为静态IPipmitool lan set 1 ipsrc static ipmito
阅读全文
posted @ 2024-01-11 21:02 莫让年华付水流
阅读(338)
评论(0)
推荐(0)
2023年12月17日
MySQL 索引测试
摘要: https://blog.csdn.net/weixin_43811057/article/details/130253769 https://zhuanlan.zhihu.com/p/497837187 https://www.cnblogs.com/guanyannan/p/15380828.h
阅读全文
posted @ 2023-12-17 13:42 莫让年华付水流
阅读(9)
评论(0)
推荐(0)
2023年11月25日
MySQL 从库变主库
摘要: 从库变主库,前提是要有2台以上从库,如果只有一台从库变主后,就没有从库了。 一. 在从库主机上:1.确认同步完成show slave status\G 2. 停止从库stop slave; #清空从库relay log日志reset slave; #清除slave连主库信息reset slave a
阅读全文
posted @ 2023-11-25 14:29 莫让年华付水流
阅读(414)
评论(0)
推荐(0)
下一页
公告
点击右上角即可分享