启用 TCP timestamps 以解决 SNI 阻断问题
windows 打开管理员powershell 输入以下指令: netsh interface tcp set global timestamps=enabled 输入以下指令检测是否开启,如第一行的值为enabled则成功开启 netsh interface tcp show global
windows 打开管理员powershell 输入以下指令: netsh interface tcp set global timestamps=enabled 输入以下指令检测是否开启,如第一行的值为enabled则成功开启 netsh interface tcp show global
yt-dlp -f 313+140 https://www.youtube.com/watch?v=HGoGDQI358g58g --merge-output-format mp4 音频选择文件最大的.m4a格式,如选择.webm格式 导出.mp4后 会没有声音
创建beifen为名称的不间断任务 screen -S beifen 显示所有的screen screen -ls 重新显示beifen的不间断任务 screen -r beifen 关闭screen任务 screen -S 1928057 -X quit
Chrome 浏览器,地址栏输入并回车:chrome://flags/#enable-parallel-downloading Edge 新版浏览器,地址栏输入并回车:edge://flags/#enable-parallel-downloading 将默认的 Default 改为 Enabled
docker exec -it aria2-pro rclone copy /downloads onedrive: -P 在容器aria2-pro中 copy文件到挂载的onedrive根目录、显示进度 copy或者move --transfers=10 以10线程传输
一、 安装并配置rclone 首先在vps上一键安装rclone: curl https://rclone.org/install.sh | sudo bash 接下来在本地电脑上下载命令行操作的rclone: 访问rclone下载地址,选择您的操作系统下载相应的zip包并解压。...
配置CMD命令行 临时生效 如果只是暂时使用代理,你可以在windows的cmd命令行中,执行下面命令: # 使用sock5代理 set http_proxy=socks5://127.0.0.1:10808 set https_proxy=socks5://127.0.0.1:10808 临时生效方案中,当你关闭cmd,...
https://www.daniao.org/12262.html
在这里提供两种方法: 一、网页端(操作简单): 网址:https://od.xkx.me/sp.php 二、通过Microsoft-Graph-Explorer: 国际版传送门:https://developer.microsoft.com/zh-cn/graph/graph-explorer 世纪互联传送门:https://develope...
Dell EMC把业界的AFA架构分成四种类型。Type 1就是Active/Passive双控架构,典型代表就是Pure Storage了。 而Type 2是A/A的统一存储,代表就是其Unity-AF。Type 3是支持联邦的A/A阵列,典型产品就是SC AF。还有Type 4是支持scale-ou...