会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
橘子飞飞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2021年3月15日
windows pexpect ssh
摘要: # -*-encoding:utf-8 -*- import logging import pexpect.popen_spawn class PSSH: def __init__(self): self.handle = None def ssh_ap(self, host, username,
阅读全文
posted @ 2021-03-15 13:09 橘子飞飞
阅读(789)
评论(1)
推荐(0)
2021年3月3日
python3 串口读写 pyserial
摘要: # -*- coding: utf-8 -*- # @Time : 2021/3/3 14:20 # @Author : juzi_juzi # @Email : juzi_juzi@163.com # @File : serialcom.py # @Software: PyCharm # impo
阅读全文
posted @ 2021-03-03 14:19 橘子飞飞
阅读(1159)
评论(0)
推荐(0)
2021年2月20日
python3 unittest addTest 与addtests
摘要: # -*-encoding:utf-8 -*-import unittestclass Test2(unittest.TestCase): def setUp(self): """ 每个测试方法均执行一次; :return: """ print("execute setUp") def tearDo
阅读全文
posted @ 2021-02-20 15:12 橘子飞飞
阅读(930)
评论(0)
推荐(0)
python3 unittest
摘要: 一、概念介绍: unittest最核心的四部分是:TestCase,TestSuite,TestRunner,TestFixture; TestCase:用户自定义的测试case的基类,在此类里填写需要写的测试方法; 调用run()方法,会依次调用setUp方法、执行用例的方法、tearDown方法
阅读全文
posted @ 2021-02-20 14:19 橘子飞飞
阅读(396)
评论(1)
推荐(0)
2020年7月22日
SUSE ifconfig netwrokmanger,lldp等常用工具配置
摘要: 1、 ifconfig ifconfig 默认安装完后,此命令不认识,也无法使用,那么我们可以通过在线或离线的方式进行更新; sle-203:~/netsniff-ng-0.6.5 # zypper install net-tools-deprecatedLoading repository dat
阅读全文
posted @ 2020-07-22 16:07 橘子飞飞
阅读(2950)
评论(0)
推荐(1)
2020年7月14日
ubuntu1804 搭建dpdk 测试环境
摘要: 1、安装编译dpdk 所必须的包;apt install makeapt install gccroot@noc-NF5270M4:/home/noc# apt install libnuma-devReading package lists... DoneBuilding dependency t
阅读全文
posted @ 2020-07-14 13:53 橘子飞飞
阅读(2817)
评论(0)
推荐(0)
2020年7月9日
Roce ofed 环境搭建与测试
摘要: Roce ofed环境搭建与测试 一、安装包下载: mellanox驱动下载地址: 1、进入到网址:https://cn.mellanox.com/products/infiniband-drivers/linux/mlnx_ofed 2、在打开的页面上找到自己平台,如:Linux SW/Drive
阅读全文
posted @ 2020-07-09 14:20 橘子飞飞
阅读(2717)
评论(0)
推荐(0)
2020年7月1日
Ubuntu 1804 搭建NFS服务器
摘要: 1、安装nfs-server 必须包 ywll@ywll-len:~$ sudo apt-get install nfs-server -y [sudo] password for ywll: Reading package lists... Done Building dependency tre
阅读全文
posted @ 2020-07-01 10:12 橘子飞飞
阅读(1179)
评论(0)
推荐(0)
2020年6月10日
Redhat 8.0.0 安装与网络配置
摘要: Red Hat Enterprise Linux8.0.0 安装与网络配置 1、加载ISO 设备后的安装页面;选择“Install ….” 2、安装语言选择; 3、软件选择,里面包含很多版本,如服务器版,桌面版等…… 请按照实际需求进行安装,为了安装KVM虚拟机这里选择软件里的”Virtual ……
阅读全文
posted @ 2020-06-10 13:35 橘子飞飞
阅读(1966)
评论(0)
推荐(0)
Centos 8.1 安装与网络配置
摘要: Centos 8.1 安装与网络配置 1、服务器启动,设置选择启动设备; 继续启动的过程; 2、选择挂载的ISO 设备进行启动,如图为CDROM0; 3、选择安装; 安装信息加载页面; 4、选择安装语言,默认选择即可; 5、选择软件安装,单击“Software Selection”; 根据需求进行选
阅读全文
posted @ 2020-06-10 11:40 橘子飞飞
阅读(3816)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告