background picture of the home page

【搬运】iperf3 笔记

iperf3 搬运自好友分享的笔记 https://github.com/esnet/iperf 获取 iperf3 https://github.com/esnet/iperf/blob/master/docs/obtaining.rst 非官方构建 https://files.budman.pw

thumbnail of the cover of the post

在群晖中自定义Jellyfin的Nginx反向代理规则

在群晖中自定义Jellyfin的Nginx反向代理规则 背景 群晖DSM系统自带的反向代理只提供简单的代理规则,不能对Nginx的配置做更多定制化处理。 导致用DSM Nginx反向Jellyfin时,没办法使用syncplay(多人同步播放的功能) 顺便吐槽一下DSM反向代理的位置不好找。 <

thumbnail of the cover of the post

编译安装Redis笔记

redis 安装 Install Redis on Linux | Docs 源码编译安装 准备编译环境 yum install redhat-lsb curl gpg make apt install lsb-release curl gpg make 下载源文件 wget https://

thumbnail of the cover of the post

Debian 初始化笔记

Debian 初始化笔记 1. 查看IP地址 ip addr 2. 更换apt源 vim /etc/apt/sources.list https://mirror.tuna.tsinghua.edu.cn/help/debian/ 清华大学开源软件镜像站 # 默认注释了源码镜像以提高 apt up

thumbnail of the cover of the post

如何使用 Docker Compose

本文非原创,出处不详。整理硬盘的时候找到的 使用 Docker Compose 的简单步骤和示例包括以下几个部分: 步骤 1:安装 Docker Compose 确保您的系统上已经安装了 Docker,并且根据您的操作系统平台,安装相应的 Docker Compose。例如,在Linux上,您可以从

thumbnail of the cover of the post

快速部署QQbot

快速部署QQbot 前言 在阅读本文章前,请先查看相关论坛,以便对目前的QQbot架构有个初步的了解: https://github.com/Mrs4s/go-cqhttp/issues/2471 https://github.com/Hanb1ng/chronocat 简单介绍 目前的QQbot分

thumbnail of the cover of the post