摘要:
from ChatGPT: https://chatgpt.com/c/6829cbd9-5f70-800e-b218-f492843daeb0 "Essential Linux Device Drivers" by Sreekrishnan Venkateswaran and "Linux Dev 阅读全文
posted @ 2025-05-18 20:04
profesor
阅读(42)评论(0)推荐(0)
摘要:
From ChatGPT: Theranos was a privately held health technology company founded in 2003 by Elizabeth Holmes. It claimed to have developed revolutionary 阅读全文
posted @ 2025-05-16 16:14
profesor
阅读(62)评论(0)推荐(0)
摘要:
To extract a .rar file on Ubuntu, you need to install a tool capable of handling the RAR format, since it's not supported natively. Here's the proper 阅读全文
posted @ 2025-05-13 08:43
profesor
阅读(69)评论(0)推荐(0)
摘要:
From ChatGPT. As of May 2025, FreeBSD's Subversion web interface at https://svnweb.freebsd.org/ remains accessible, but its role has significantly dim 阅读全文
posted @ 2025-05-09 16:24
profesor
阅读(13)评论(0)推荐(0)
摘要:
如果检索词条里面有‘/’,直接检索会提示,没找到文件。 这时就需要灵活的处理下。 I also have a site that has numerous URLs with URL encoded characters. I am finding that many web APIs (inclu 阅读全文
posted @ 2025-05-09 08:53
profesor
阅读(50)评论(0)推荐(0)
摘要:
a rolling release distribution stable and latest 更换源: https://mirrors.tuna.tsinghua.edu.cn/help/opensuse/ 更多配置: https://cpraveen.github.io/comp/suse.h 阅读全文
posted @ 2025-05-08 01:43
profesor
阅读(90)评论(0)推荐(0)
摘要:
默认是bash To pipe only the error output (stderr) of a command to tail on a Unix system, use this syntax: command 2>&1 >/dev/null | tail Explanation: com 阅读全文
posted @ 2025-05-06 16:30
profesor
阅读(27)评论(0)推荐(0)
摘要:
3rd Edition of Programming: Principles and Practice Using C++ by Stroustrup (stroustrup.com) https://news.ycombinator.com/item?id=40086779 Bjarne Stro 阅读全文
posted @ 2025-05-05 23:11
profesor
阅读(24)评论(0)推荐(0)