iperf下载iperf.fr下载地址window选择3版本下载。解压。Ubuntu iperf安装记得安装iperf3版本sudo apt install iperf3开始测试一端启动服务端,一端启动客户端。比如在window启动服务端,监听端口为5201iperf3 -s客户端客户端使用-c+服务端ipiperf3 -c 192.168.50.229测试结果服务端客户端结果分析简单来说就...
先前条件树莓派4B[带电源]存储卡[读卡器]>16G网线[可选]写镜像到存储卡准备镜像系统Ubuntu系统镜像下载这里选择 [Raspberry Pi 4],[Ubuntu 20.04.1 LTS],[Download 64-bit]的系统下载.下载页有说明登录Pi的账号密码都是ubuntu格式化存储卡SDCardFormatterv5格式化即可写镜像下载etcher,将系统导入到你的...
安装WSL Ubuntu18.04 Linux开启linux子系统 -> 重启在应用商店 安装Ubuntu18.04打开Ubuntu命令行 等待安装输入用户名/密码 切换登陆用户名位root 打开powershell 输入ubuntu1804.exe config --default-user root
生成SSH KEYssh-keygen -t rsa -C "your_email@example.com"pip 配置mkdir ~/.pip cd ~/.pip echo "[list] format=columns [global] trusted-host = pypi.douban.com index-url = https://pypi.doub...