会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
宁静致远
博客园
首页
新随笔
新文章
联系
订阅
管理
2024年10月12日
Ubuntu搭建ipv6 dhcp 服务器
摘要: Ubuntu 搭建 DHCP ivp6 server 步骤 1、安装 DHCP server sudo apt-get install isc-dhcp-server 2、修改配置文件 /etc/dhcp/dhcpd6.conf default-lease-time 2592000; preferr
阅读全文
posted @ 2024-10-12 15:12 Star*S
阅读(115)
评论(1)
推荐(0)
编辑
2024年8月12日
关闭非华为数据中心交换机认证光模块告警
摘要: 操作步骤: (可选)执行命令display interface [ interface-type interface-number | slot slot-id ] transceiver [ verbose ],查看设备接口上的光模块信息。 (可选)执行命令display interface tr
阅读全文
posted @ 2024-08-12 17:44 Star*S
阅读(36)
评论(0)
推荐(0)
编辑
2024年5月31日
Windows11修改右键选项
摘要: https://www.baiyunxitong.com/bangzhu/8850.html
阅读全文
posted @ 2024-05-31 13:50 Star*S
阅读(8)
评论(0)
推荐(0)
编辑
2024年5月17日
华为用例自动化
摘要: # -*-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
阅读(21)
评论(0)
推荐(0)
编辑
2024年1月10日
apache2服务器数据爬取
摘要: 代码如下 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
阅读(14)
评论(0)
推荐(0)
编辑
2023年6月16日
Ubuntu20.04下 vsftpd.service 状态报错code=exited, status=2解决以及简单配置
摘要: 1、状态报错,启动失败 2、主要原因是ipv4和ipv6不能同时被监听,所以,注释ipv6 3、 重启服务并且登录localhost,输入用户名和密码,显示登录成功 4、配置指定目录,确保对应的值如下 anonymous_enable=NO local_enable=YES write_enable
阅读全文
posted @ 2023-06-16 21:00 Star*S
阅读(1077)
评论(0)
推荐(1)
编辑
2023年6月9日
使用Python提取端口TX,RX参数制作Excel表格
摘要: 脚本同路径保存需要筛选的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
阅读(85)
评论(0)
推荐(0)
编辑
2023年4月19日
Ubuntu20.04下tacacs服务器安装
摘要: 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
阅读(865)
评论(3)
推荐(0)
编辑
2023年4月3日
ipmitool详解
摘要: 1、ipmitool(IPMI Tool)是一个开源的命令行实用程序,用于与基于IPMI(Intelligent Platform Management Interface)协议的远程管理控制器(RMC)通信。IPMI是一种硬件标准,它定义了一组接口和协议,用于管理和监控服务器等计算机系统。通过IP
阅读全文
posted @ 2023-04-03 16:33 Star*S
阅读(3082)
评论(0)
推荐(0)
编辑
IPMI添加用户
摘要: 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
阅读(532)
评论(0)
推荐(0)
编辑
下一页