Fork me on GitHub
摘要: install wechatapt -y install wget wget -c -O atzlinux-v12-archive-keyring_lastest_all.deb https://www.atzlinux.com/atzlinux/pool/main/a/atzlinux-archi 阅读全文
posted @ 2024-06-14 20:42 kean0048 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 在 Red Hat 或基于 Red Hat 的系统(如 CentOS 或 Fedora)上禁用 nouveau 驱动并安装 NVIDIA 官方驱动的步骤如下: 步骤 1: 禁用 nouveau 驱动 编辑 /etc/default/grub 文件,在 GRUB_CMDLINE_LINUX 行添加 r 阅读全文
posted @ 2024-01-31 09:51 kean0048 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 如果你的键盘可以唤醒,但是鼠标去不能 cat /proc/acpi/wakeup Device S-state Status Sysfs nodeGP18 S4 *disabledSIO1 S3 *disabled pnp:00:03GPP0 S4 *enabled pci:0000:00:01.1 阅读全文
posted @ 2024-01-26 09:51 kean0048 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 经过近两年的辛勤工作,Debian 12“Bookworm”终于问世了,它由长期支持的 Linux 6.1 LTS 内核系列驱动。这个内核带来了新的和更新的驱动程序,以支持现代硬件,并将在 2026 年 12 月之前获得官方支持。 Debian 12“Bookworm”将获得五年的支持,直到2028 阅读全文
posted @ 2023-06-11 21:49 kean0048 阅读(200) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v4.15/admin-guide/pm/sleep-states.html https://www.cnblogs.com/chaozhu/p/10681524.html 阅读全文
posted @ 2023-02-03 14:03 kean0048 阅读(12) 评论(0) 推荐(0) 编辑
摘要: aplay -l 列出自己使用的声卡,然后去PCI驱动里找到它,比如0000:00:1f.3 或者 lspci -nvv,找到他,然后去/sys/bus/pci/drivers 找到它 systemctl stop --user pipewire.service pipewire-pulse.ser 阅读全文
posted @ 2023-01-16 16:35 kean0048 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 当 setjmp 和 longjmp 一起使用时,它们提供了一种执行非本地 goto 的方法。 它们通常在 C 代码中用于将执行控制传递给先前调用的例程中的错误处理或恢复代码,而不使用标准调用或返回约定。 由于 setjmp 和 longjmp 不支持在 C++ 编译器之间以可移植的方式正确销毁堆栈 阅读全文
posted @ 2022-12-27 17:08 kean0048 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1. 检查当前kdump服务状态 1.1 检查是否已经配置加载kdump环境 检查命令: grep crashkernel /proc/cmdline 结果确认: 如果能看到crashkernel=auto字样,表示已经加载 备注1:如果当前没有加载运行,以下操作都将无效(因为kdump服务必须要在 阅读全文
posted @ 2022-12-26 15:17 kean0048 阅读(289) 评论(0) 推荐(0) 编辑
摘要: https://www.rdzhijia.com/?13910 http://t.zoukankan.com/zhangyunlin-p-6167812.html https://www.rdzhijia.com/thread-uid-13910-58.html 阅读全文
posted @ 2022-10-25 13:58 kean0048 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Sometimes their single package space is limited, just like no bigger than 10M for each document, in these conditions, we need split the big one into m 阅读全文
posted @ 2022-10-18 14:27 kean0048 阅读(12) 评论(0) 推荐(0) 编辑