树莓派debian12安装homeassistant-supervised时报错 linux 树莓派debian12安装homeassistant-supervised时报错installed homeassistant-supervised package post-installation script subprocess returned error exit status 1
Oracle dd Debian后重新扫描硬盘 debian 把 sda 替换为实际的硬盘dd iflag=direct if=/dev/sda of=/dev/null count=1echo "1" | tee /sys/class/block/sda/device/rescan然后使用 fdisk 和 resize2fs 重新调整分区
pve显示更多传感器温度 修改文件 /usr/share/pve-manager/js/pvemanagerlib.jssensors-info 末尾添加新内容// 读取主板传感器的温度var my_output = '';var my_output_map = new Map();const matches
pve创建lxc容器时提示unable to open file '/etc/network/interfaces.tmp.127464' - No such file or directory Formatting '/var/lib/vz/images/100/vm-100-disk-0.raw', fmt=raw size=8589934592 preallocation=offCreating filesystem with 2097152 4k blocks and
rust编译armv5 好久没水文章了因glibc库版本太高,故使用debian9环境 cargo build --target=armv5te-unknown-linux-gnueabi --release
sftp使用shell脚本实现自动上传文件 编辑 /etc/ssh/sshd_config 配置文件# 修改 sftp 模块为如下# subsystem sftp /usr/lib/openssh/sftp-serverSubsystem sftp internal-sftp -l INFO -f AUTHMatch Group sftpX1
caddy2发送真实IP caddy2真实IP配置www.example.com { encode gzip reverse_proxy https://api.example.com { header_up Host {upstream_hostport} header_up X-Real-
iptables端口转发 debian 内核记得先打开转发功能echo "net.ipv4.conf.eth0.forwarding = 1">>/etc/sysctl.confecho "1" > /proc/sys/net/ipv4/ip_forwardecho "n