摘要: # -*-encoding:utf-8 -*- """ @Time : 2024/4/16 19:47 @Auth : ruqing @File :华为自动化测试.py @IDE :PyCharm @Motto:ABC(Always Be Coding) """ import time import 阅读全文
posted @ 2024-05-17 17:05 Star*S 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 代码如下 1 # -*-encoding:utf-8 -*- 2 """ 3 @Time : 2024/1/10 18:57 4 @Auth : ruqing 5 @File :selenium apache2服务器数据爬取.py 6 @IDE :PyCharm 7 @Motto:ABC(Alway 阅读全文
posted @ 2024-01-10 20:14 Star*S 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1、状态报错,启动失败 2、主要原因是ipv4和ipv6不能同时被监听,所以,注释ipv6 3、 重启服务并且登录localhost,输入用户名和密码,显示登录成功 4、配置指定目录,确保对应的值如下 anonymous_enable=NO local_enable=YES write_enable 阅读全文
posted @ 2023-06-16 21:01 Star*S 阅读(674) 评论(0) 推荐(1) 编辑
摘要: 脚本同路径保存需要筛选的log信息,然后修改脚本中文件名,运行即可 # -*-encoding:utf-8 -*-"""@Time : 2023/6/9 17:15@Auth : ruqing@File :eeprom相关参数查询.py@IDE :PyCharm@Motto:ABC(Always B 阅读全文
posted @ 2023-06-09 20:45 Star*S 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 1、下载文件,最新的版本可以在这里看到(ftp://ftp.shrubbery.net/pub/tac_plus) 百度网盘https://pan.baidu.com/s/1z8pEHDrJW0kyuyYF6U0Jag,密码(r1r1) sudo wget ftp://ftp.shrubbery.n 阅读全文
posted @ 2023-04-19 19:24 Star*S 阅读(508) 评论(3) 推荐(0) 编辑
摘要: 1、ipmitool(IPMI Tool)是一个开源的命令行实用程序,用于与基于IPMI(Intelligent Platform Management Interface)协议的远程管理控制器(RMC)通信。IPMI是一种硬件标准,它定义了一组接口和协议,用于管理和监控服务器等计算机系统。通过IP 阅读全文
posted @ 2023-04-03 16:34 Star*S 阅读(2707) 评论(0) 推荐(0) 编辑
摘要: 1、查看用户清单ipmitool user list 12、创建用户ipmitool user set name 3 test3、设置密码ipmitool user set password 3 Test@123 4、给用户权限ipmitool channel setaccess 1 3 calli 阅读全文
posted @ 2023-04-03 16:29 Star*S 阅读(412) 评论(0) 推荐(0) 编辑
摘要: # -*-encoding:utf-8 -*- """ @Time : 2022/12/30 10:10 @Auth : ruqing @File :ssh_sonic.py @IDE :PyCharm @Motto:ABC(Always Be Coding) """ import sys, log 阅读全文
posted @ 2023-04-03 16:26 Star*S 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 拓扑图后期添加 交换机A配置: Console#show running-configBuilding running configuration. Please wait...!!vlan database VLAN 1 name DefaultVlan media ethernet vlan 1 阅读全文
posted @ 2023-02-27 16:15 Star*S 阅读(224) 评论(0) 推荐(0) 编辑
摘要: https://haicoder.net/docker/docker-ubuntu-install.html 阅读全文
posted @ 2022-12-28 14:17 Star*S 阅读(7) 评论(0) 推荐(0) 编辑