2023年6月4日星期日

2960X配置web登陆用户

 

  • 配置启用交换机的HTTP及HTTPS服务器功能,并指定路径

    Switch(config)#ip http server

    Switch(config)#ip http authentication local

    Switch(config)#ip http secure-server

    Switch(config)#ip http timeout-policy idle 60 life 86400 requests 10000

    Switch(config)#ip http path flash:/html






没有评论:

发表评论

扩容/dev/mapper/pve-root

.执行 parted /dev/sdq 输入 print 找到要扩容的盘,应该是/dev/sdq3,检查大小 resizepart 3 100% quit 再检查大小 退出parted 更新物理卷的大小,当然这里前提是使用了LVM pvresize /dev/sda3 lvdis...