PVE添加硬盘

硬盘分区&格式化 1.查看硬盘设备名称 fdisk -l 2.分区硬盘 fdisk /dev/sdb 输入n(分区) 按默认设置选择起始和结束扇区 输入w保存更改并退出 3.格式化分区(btrfs 格式) mkfs.btrfs /dev/sdb1 4.创建 /mnt/sdb1 目录 mkdir -p /mnt/sdb1 5.将 /dev/sdb1 分区挂载在 /mnt/sdb1 上 mount -t btrfs /dev/sdb1 /mnt/sdb1 6.将 /mnt/sde1 挂载写入到系统启动项 echo /dev/sdb1 /mnt/sdb1 btrfs defaults 0 2 >> /etc/fstab 参数介绍 0 2这两个参数通常用于 /etc/fstab 文件中,用于定义文件系统挂载的配置。 第一个参数 (0): 这个参数定义了文件系统的备份顺序。在典型的 Linux 系统中,备份顺序有以下几种值: 0: 表示文件系统不会被备份。 1: 表示文件系统会在进行文件系统检查时备份。 2: 表示文件系统会在进行文件系统检查时备份,但不会主动检查文件系统。 通常情况下,对于系统文件系统,建议设置为 1 或 2,以确保系统在每次引导时可以自动进行文件系统检查和修复。 第二个参数 (2): 这个参数定义了文件系统的检查顺序。它指定了在系统引导时需要进行文件系统检查的顺序: 0: 不检查文件系统。 1: 先检查该文件系统。 2: 后检查该文件系统。 此参数对于硬盘分区特别重要,特别是在系统启动时需要进行文件系统检查和修复时。 PVE挂载硬盘 1.选择 “数据中心”(注意:不是选择 PVE),存储 > 添加 > 目录 ...

August 6, 2024 · 1 min · ming

Termux-Services设置脚本自启动

脚本使用的解释器 #!/data/data/com.termux/files/usr/bin/sh openssh 默认端口为8022 自定义脚本 1.创建并链接日志文件 mkdir -p $PREFIX/var/service/<PKG>/log ln -sf $PREFIX/share/termux-services/svlogger $PREFIX/var/service/<PKG>/log/run 2.将运行脚本放在 $PREFIX/var/service//run 中,并确保有执行权限和可运行 3.启动 <要重启Termux才会生效> sv-enable <PKG> 自启动 sv up <PKG> 启动一次 sv down <PKG> 稍后停止服务 sv-disable <PKG> 禁用 FRP示例: 1.下载并解压 cd ~ wget https://github.com/fatedier/frp/releases/download/v0.59.0/frp_0.59.0_linux_arm64.tar.gz tar -xzf frp_0.59.0_linux_arm64.tar.gz mv frp_0.59.0_linux_arm64 frp cd frp vim frpc.toml #添加你的配置 2.创建脚本 cd ~ mkdir sh cd sh vim frpc.sh #!/data/data/com.termux/files/usr/bin/bash ~ /frp/frpc -c ~/frp/frpc.toml 3.创建并链接日志文件 mkdir -p $PREFIX/var/service/frpc/log ln -sf $PREFIX/share/termux-services/svlogger $PREFIX/var/service/frpc/log/run 4.添加脚本和执行权限 cd $PREFIX/var/service/frpc vim run #!/data/data/com.termux/files/usr/bin/bash exec ~/sh/frpc.sh

August 6, 2024 · 1 min · ming

NginxProxyManager使用CloudFlareDNS申请通配符证书报错

CommandError: The 'certbot_dns_cloudflare._internal.dns_cloudflare' plugin errored while loading: No module named 'CloudFlare'. You may need to remove or update this plugin. The Certbot log will contain the full error details and this should be reported to the plugin developer. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-96d_o1x7/log or re-run Certbot with -v for more details. The 'certbot_dns_cloudflare._internal.dns_cloudflare' plugin errored while loading: No module named 'CloudFlare'. You may need to remove or update this plugin. The Certbot log will contain the full error details and this should be reported to the plugin developer. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-np08pe1n/log or re-run Certbot with -v for more details. ERROR: Could not find a version that satisfies the requirement acme== (from versions: 0.0.0.dev20151006, 0.0.0.dev20151008, 0.0.0.dev20151017, 0.0.0.dev20151020, 0.0.0.dev20151021, 0.0.0.dev20151024, 0.0.0.dev20151030, 0.0.0.dev20151104, 0.0.0.dev20151107, 0.0.0.dev20151108, 0.0.0.dev20151114, 0.0.0.dev20151123, 0.0.0.dev20151201, 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.11.1, 0.12.0, 0.13.0, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.18.1, 0.18.2, 0.19.0, 0.20.0, 0.21.0, 0.21.1, 0.22.0, 0.22.1, 0.22.2, 0.23.0, 0.24.0, 0.25.0, 0.25.1, 0.26.0, 0.26.1, 0.27.0, 0.27.1, 0.28.0, 0.29.0, 0.29.1, 0.30.0, 0.30.1, 0.30.2, 0.31.0, 0.32.0, 0.33.0, 0.33.1, 0.34.0, 0.34.1, 0.34.2, 0.35.0, 0.35.1, 0.36.0, 0.37.0, 0.37.1, 0.37.2, 0.38.0, 0.39.0, 0.40.0, 0.40.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.10.1, 1.11.0, 1.12.0, 1.13.0, 1.14.0, 1.15.0, 1.16.0, 1.17.0, 1.18.0, 1.19.0, 1.20.0, 1.21.0, 1.22.0, 1.23.0, 1.24.0, 1.25.0, 1.26.0, 1.27.0, 1.28.0, 1.29.0, 1.30.0, 1.31.0, 1.32.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0, 2.9.0, 2.10.0, 2.11.0) ERROR: No matching distribution found for acme== [notice] A new release of pip is available: 24.0 -> 24.1.1 [notice] To update, run: pip install --upgrade pip at /app/lib/utils.js:16:13 at ChildProcess.exithandler (node:child_process:430:5) at ChildProcess.emit (node:events:518:28) at maybeClose (node:internal/child_process:1105:16) at ChildProcess._handle.onexit (node:internal/child_process:305:5) 这个错误提示表明在加载 certbot_dns_cloudflare 插件时遇到了问题,具体来说是缺少 CloudFlare 模块要安装这个模块并确保所有相关插件和依赖项都是最新的 ...

June 30, 2024 · 2 min · ming

获取光猫管理员账号密码

1.浏览器输入以下命令开启光猫telnet http://192.168.1.1:8080/cgi-bin/telnetenable.cgi?telnetenable=1&key=xxxxxxx # key为光猫mac地址 2.使用CMD或其他终端工具连接 telnet 192.168.1.1 账号:root 密码:xxxxxxx # 光猫后面的无线网络密钥+终端配置密码 3.使用cat或vi获取账号密码 cat /flash/cfg/agentconf/factory.conf vi /flash/cfg/agentconf/factory.conf

June 27, 2024 · 1 min · ming