background picture of the home page

Linux 连接 iscsi 服务器

Linux 连接 iscsi 服务器 安装 安装 iSCSI 工具 大多数 Linux 发行版默认没有安装 iSCSI 客户端工具,需要先安装。以常见的 Ubuntu/Debain 系统为例,使用以下命令安装: sudo apt-get install open-iscsi sudo apt-get

thumbnail of the cover of the post

Docker安装MySQL及备份

Docker安装MySQL及备份 文章首发vate,授权alpha转载。转载需标明出处,禁止未经授权转载。 MySQL容器创建 现在推荐MySQL8.4 LTSC版本 docker compose 文件现在不需要version声明了 docker compose 文件 services: mys

thumbnail of the cover of the post

【搬运】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 初始化笔记 安装系统时注意事项 镜像要下完整版本的,正常4-5G 不要网络安装 语言尽量选择英文 地区选择中国大陆UTC时间 1. 查看IP地址 ip addr 2. 更换apt源 vim /etc/apt/sources.list https://mirror.tuna.tsing

thumbnail of the cover of the post