摘要: 1. 创建redis的Docker容器时,容器处于Exited(1)或Restarting(0)状态 原因:在配置文件/etc/redis/redis.conf中'daemonize'设置为yes时,即为后台运行,也就是Redis服务器会以守护进程的方式在后台默默地运行。在这种情况下,Redis服务 阅读全文
posted @ 2024-05-10 16:56 有梦- 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 前言 参考https://www.cnblogs.com/hjxiamen/p/17758112.html在Ubuntu20.04上安装DPDK20.11.9。 一、testpmd是什么? 在 DPDK(Data Plane Development Kit)中,testpmd 是一个用于测试和评估 阅读全文
posted @ 2024-01-05 16:18 有梦- 阅读(1865) 评论(0) 推荐(0) 编辑
摘要: 一、引子 Thrift is an interface definition language and binary communication protocol that is used to define and create services for numerous languages. T 阅读全文
posted @ 2023-12-28 16:30 有梦- 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 一、DPDK的系统要求 1.1 x86上的BIOS的设置先决条件 1.1.1 对于大多数平台,不需要特殊的BIOS设置即可使用基本的DPDK功能; 1.1.2 为了获得额外的HPET定时器和电源管理功能以及小数据包的高性能,可能需要更改BIOS设置; 1.2 DPDK编译(Ubuntu22.04) 阅读全文
posted @ 2023-10-13 09:48 有梦- 阅读(326) 评论(0) 推荐(0) 编辑
摘要: [20:39:33.835] > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > ]0;C:\WINDOWS\System32\cmd.exe [20:39:33.835] Got some output, cleari 阅读全文
posted @ 2023-03-18 20:56 有梦- 阅读(3827) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get remove docker docker-engine docker.io containerd runc 安装Docker之前,确保之前安装的Docker已经删除。这行命令是为了卸载系统上已经安装的Docker引擎和相关组件。 docker:Docker软件包。 dock 阅读全文
posted @ 2023-03-18 17:37 有梦- 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 一、前言 1)系统信息 hj@ubuntu:~/ns2.34/ns-allinone-2.34/ns-2.34/mobile$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubunt 阅读全文
posted @ 2023-03-09 19:19 有梦- 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 一、相关基础知识 1)本文编写伪代码调用的是'algorithmic'+'algorithm'宏包,而Latex也存在其他的宏包,像是'algorithm2e'等宏包(更加灵活的排版方式,更多的控制选项和更加优美的输出效果,以后有机会会去介绍)。 2)一个标准的LaTex文档由如下部分组成: 1、导 阅读全文
posted @ 2023-02-24 20:39 有梦- 阅读(4360) 评论(0) 推荐(0) 编辑
摘要: 一、前言 1)本文需要了解Python相关的基础知识。 2))本文参考快速入门指南 — Matplotlib 3.7.0 文档,实现利用Python完成日常的图表绘制。 二、基础知识 1)本文的绘图借助于Matplotlib这样一个广泛使用的Python绘图库,可以创建各种类型的静态、动态和交互式图 阅读全文
posted @ 2023-02-24 16:22 有梦- 阅读(439) 评论(0) 推荐(0) 编辑
摘要: step 1: Install the basic libraries sudo apt install build-essential autoconf automake libxmu-dev 1) build-essential包含了 编辑和构建软件所需的基本工具和库。这些工具和库包括编译器(g 阅读全文
posted @ 2023-02-15 10:53 有梦- 阅读(30) 评论(0) 推荐(0) 编辑