msmtp无法写入日志文件问题 debian msmtp: cannot log to /var/log/msmtp.log: cannot open: Permission denied, apparmor
树莓派/debian12/linux将相同设备id、多端口的设备绑定为固定设备 debian 树莓派, udev固定设备名称, 移远EC20, udev rule with bInterfaceNumber doesn't work
树莓派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