Linux
ESXi + Ubuntu + LVM 环境的一键根分区自动扩容脚本
ESXi + Ubuntu + LVM 环境的 **一键根分区自动扩容脚本** 📜 脚本内容:expand-root-l
iStoreOS自签证书配置https访问
### 一、确定iStoreOS 是否使用`uHTTPd` 作为 Web 服务器。 运行以下命令: ps | grep
rsync不能启动,配置rsync module模式
### systemctl 启动 rsync 服务的问题 在大多数基于 Debian 系的系统中(比如 Ubuntu),
Debian 系统上安装 rsync 的简单脚本
1. Debian 系统上安装 rsync 的简单脚本 #!/bin/bash # 确保脚本以 root 权限运行 if
Debian挂载nfs配合alist使用
### 一、Debian挂载nfs配合alist使用 mount -t nfs 10.10.10.39:/volume1
Debian 或 Ubuntu 系统使用zstd
– **`tar` **:默认使用 `gzip`(即 `tar czf`),它提供较好的压缩率,但速度较慢。
使用管道命令添加定时任务
### 使用管道命令添加定时任务 echo “0 3 * * 3 /bin/bash /data/backup.sh &