- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 ubuntu系统安装nvidia驱动过程及可能问题
原因:UbuntuKernel 使用 EFI_SECURE_BOOT_SIG_ENFORCE 内核配置。如果启用 UEFI Secure Boot(UEFI安全引导),会阻止加载未签名的第三方模块。也可以使用更方便的ubuntu dkms (Dynamic Kernel Module Support)。安装完成-> 给安装的run文件添加执行权限:chmod +x ./...run ,再执行。意思是安装的驱动是可用的,但是并未装载进linux内核。执行 ./*.run --no-x-check。
2023-07-05 16:34:06 1501
原创 Python __new__method testifying and my other perspectives
Basic understanding of __new__ and others
2022-03-02 20:22:24 601 1
原创 Pandas& NumPy Simple Practice Usage
(This blog merely for self-reading, self-review and every programming lover's share under no commercial circumstance.)<html lang="en">Recently a friend of mine has asked me desperately for helping. It was his homework, which has to...
2021-11-11 16:39:07 811
原创 How to edit file: /etc/default/grub?
By tapping ctrl+alt+T to open the terminal. And then input:sudo nano /etc/default/grubPrograms here should be available to be edited by using the general keyboard now.Nor:sudo vi /etc/default/grubthen it should be like this in nano circumstances:
2021-08-14 00:13:59 203
原创 Django‘s working procedure
(This blog merely for self-reading, self-review and every progamming lover's share under no commercial circumstance.)<html lang="en">As I research and test with django for many days, django's concealed working procedure has ultima...
2021-08-08 13:31:48 140 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人