摘要:
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
阅读(78)评论(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
阅读(55)评论(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
阅读(100)评论(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
阅读(35)评论(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
阅读(27)评论(0)推荐(0)