摘要: Pluggable Authentication Modules (PAM) via pam_mount. This requires configuring /etc/security/pam_mount.conf.xml neumannt/pam_gocryptfs: A PAM module 阅读全文
posted @ 2026-08-07 15:56 ccdriver 阅读(5) 评论(0) 推荐(0)
摘要: #!/usr/bin/env bash set -euo pipefail VAULT_NAME="${1:-vault}" if [[ ! "$VAULT_NAME" =~ ^[a-zA-Z0-9._-]+$ ]]; then echo "错误:保险库名称只能包含字母、数字、点、下划线和连字符" 阅读全文
posted @ 2026-08-07 09:59 ccdriver 阅读(2) 评论(0) 推荐(0)
摘要: #!/usr/bin/env bash set -euo pipefail VAULT_NAME="${1:-vault}" if [[ ! "$VAULT_NAME" =~ ^[a-zA-Z0-9._-]+$ ]]; then echo "错误:保险库名称只能包含字母、数字、点、下划线和连字符" 阅读全文
posted @ 2026-08-06 17:12 ccdriver 阅读(2) 评论(0) 推荐(0)
摘要: wtl is classic! download WTL WTL10_10320_Release add three patch self Include\atlmisc.h - fix for bug #329 https://sourceforge.net/p/wtl/git/ci/50d62d 阅读全文
posted @ 2025-11-17 15:20 ccdriver 阅读(76) 评论(0) 推荐(0)
摘要: 一波未平,一波又起 同事在windows GPIO driver 里修改 power button delay 引起了音量按键的不正常,快速按一下,颗粒度从之前的2变成了4 根据gpioint 的定义,是可以定义debounce 的值的,但是不知道是多少 https://uefi.org/specs 阅读全文
posted @ 2025-10-24 22:35 ccdriver 阅读(18) 评论(0) 推荐(0)
摘要: 1. ACPI button 文档 ACPI 按钮设备 - Windows drivers | Microsoft Learn 2. acpi button 的acpi doc https://uefi.org/specs/ACPI/6.6/09_ACPI_Defined_Devices_and_D 阅读全文
posted @ 2025-10-24 22:24 ccdriver 阅读(21) 评论(0) 推荐(0)
摘要: copy from PCIe 定位:链路问题定位方法 -- IC 1.2.看AER的状态寄存器 Advanced Error Reporting能够提供更详细的异常状态记录,可以重点看Uncorrectable Error Status Register(UESta) 和Correctable Er 阅读全文
posted @ 2025-05-22 11:10 ccdriver 阅读(250) 评论(0) 推荐(0)
摘要: setlocal enabledelayedexpansion http://www.jb51.net/article/29323.htm cmd下PUSHD和POPD命令使用说明 http://www.jb51.net/article/15663.htm http://www.bathome.ne 阅读全文
posted @ 2014-04-10 18:41 ccdriver 阅读(139) 评论(0) 推荐(0)
摘要: KSFILTER_DESCRIPTOR 中的Reference GUID 有什么作用?该GUID是标示符,功能标示符,与KsCreateFilterFactory中的Refstring有关。 阅读全文
posted @ 2013-12-12 14:10 ccdriver 阅读(343) 评论(0) 推荐(0)
摘要: Interlaced video images are made up of fields. Each field contains half of the number of lines needed to make up one frame of video. A field consists ... 阅读全文
posted @ 2013-12-03 10:24 ccdriver 阅读(433) 评论(0) 推荐(0)