工程/求职/杂项资源与引用¶
官方文档, 语言手册, 运维方案与求职入口收藏. 教材, 课程与论文等学术资料见学术资源.
工具¶
Linux 与命令行¶
-
[x] 计算机教育中缺失的一课 - https://missing-semester-cn.github.io/
-
[x] 命令行的艺术 - https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md
-
[x] The Shell Scripting Tutorial - https://www.shellscript.sh/
-
Linux 命令大全 - https://www.linuxcool.com/
-
OverTheWire: Bandit - https://overthewire.org/wargames/bandit/
-
Bash Reference Manual - https://www.gnu.org/software/bash/manual/bash.html
-
archlinux 简明指南 - https://arch.icekylin.online/guide/
-
tmux wiki - https://github.com/tmux/tmux/wiki
-
A Quick and Easy Guide to tmux | Ham Vocke - https://hamvocke.com/blog/a-quick-and-easy-guide-to-tmux/
-
Make tmux Pretty and Usable | Ham Vocke - https://hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
-
UFW Essentials | DigitalOcean - https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands
构建工具¶
-
GNU Make 文档 - https://www.gnu.org/software/make/#documentation
-
Makefile Tutorial By Example - https://makefiletutorial.com/
-
CMake Tutorial - https://cmake.org/cmake/help/v3.22/guide/tutorial/index.html
-
vcpkg 文档 - https://learn.microsoft.com/zh-cn/vcpkg/
-
xmake - https://xmake.io/#/zh-cn/about/introduction
Git¶
-
Pro Git - https://git-scm.com/book/zh/v2
-
Git 官方文档 - https://git-scm.com/docs
-
Learn Git Branching - https://learngitbranching.js.org/
-
How to Write a Git Commit Message - https://cbea.ms/git-commit/
-
Git LFS - https://git-lfs.com/
其它开发工具¶
-
uv | Astral - https://docs.astral.sh/uv/
-
PWNDBG - https://pwndbg.re/stable/
-
[x] RegexOne(正则表达式入门) - https://regexone.com/
编程语言¶
Python¶
-
PEP 8 - https://peps.python.org/pep-0008/
-
Python Packaging User Guide - https://packaging.python.org/en/latest/overview/
C¶
C++¶
-
Learn C++ | CS106L Textbook - https://cs106l.github.io/textbook/
-
CS106L | Stanford - https://web.stanford.edu/class/cs106l/
-
C++ Core Guidelines - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
-
Google C++ Style Guide - https://google.github.io/styleguide/cppguide.html
-
RAII / Smart Pointers / std::move | GeeksforGeeks
Rust¶
-
Rust 程序设计语言 简体中文版 - https://kaisery.github.io/trpl-zh-cn/
-
Rust 语言圣经 - https://beatai.org/rust-course/about-book
Golang¶
-
Go语言圣经 (中文版) - https://golang-china.github.io/gopl-zh/index.html
-
秀才的进阶之路 - https://golangstar.cn/
Java¶
-
CS 61B Data Structures, Spring 2021 - https://sp21.datastructur.es/index.html
JavaScript¶
-
JS Challenger - https://www.jschallenger.com/dashboard/
Web¶
-
MDN Web Docs - https://developer.mozilla.org/zh-CN/docs/Learn_web_development/Core/Structuring_content
-
MIT Web Development Crash Course - https://weblab.mit.edu/schedule
-
Specificity | HTML Dog - https://www.htmldog.com/guides/css/intermediate/specificity/
安全¶
- OWASP Top 10 - https://owasp.org/www-project-top-ten/
解决方案¶
-
2026年国外高性价比便宜 VPS 推荐 | P3TERX ZONE - https://p3terx.com/archives/cheap-and-costeffective-vps-recommended.html
-
VPS与机场选购 | Garden of Recollection - https://km.stalomeow.com/p/vps-and-vpn-service-selection/
-
Hysteria2 + Trojan 科学上网 | Garden of Recollection - https://km.stalomeow.com/p/hysteria2-trojan-proxy/
-
网络工具 | Garden of Recollection - https://km.stalomeow.com/p/net-tools/
-
Documentation | Caddy - https://caddyserver.com/docs
-
Beginner's Guide | Nginx - https://nginx.org/en/docs/beginners_guide.html
-
Traefik Proxy Documentation - https://doc.traefik.io/traefik/
-
Choose an open source license - https://choosealicense.com/
-
Creative Commons - https://creativecommons.org/
算力租用¶
代理与科学上网¶
-
mihomo (Clash.Meta) 文档 - https://wiki.metacubex.one/
-
Project X / Xray-core - https://xtls.github.io/
-
硬核翻墙技术专栏 - https://hardcoreq.com/index.html
-
代理协议 | nyanpass - https://nyanpass.pages.dev/qzzs/protocol/
技术文档¶
官方文档¶
-
IBM Documentation - https://www.ibm.com/docs/en
-
MongoDB Manual - https://www.mongodb.com/docs/manual/
RISC-V¶
-
The RISC-V Instruction Set Manual - https://riscv.github.io/riscv-isa-manual/snapshot/spec/
-
RV32I Base Integer Instruction Set | RISC-V Specification - https://docs.riscv.org/reference/isa/v20260120/unpriv/rv32.html
-
RISC-V Assembly Programmer's Manual - https://github.com/riscv-non-isa/riscv-asm-manual/blob/main/src/asm-manual.adoc
-
RISC-V psABI - https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-cc.adoc
开源笔记/书籍¶
-
深入高可用系统原理与设计 - https://www.thebyte.com.cn/
-
Kernel Hacking - https://kernelnewbies.org/KernelHacking
-
RISC-V | OSDev Wiki - https://wiki.osdev.org/RISC-V
-
AI Infra 全栈知识库 - https://caomaolufei.github.io/AIInfraGuide/
-
AIInfra docs - https://infrasys-ai.github.io/aiinfra-docs/
社区收藏¶
-
dot-skill - AgentSkill 开放标准 - https://titanwings.github.io/colleague-skill-site/
-
DevopsCube - https://devopscube.com/
-
LWN.net: Linux Weekly News - https://lwn.net/
-
Datawhale | Github Organization - https://github.com/datawhalechina
-
BeatAI - https://beatai.org/square
AI Infra¶
求职相关¶
-
天眼查 | 企业背调 - https://www.tianyancha.com/
-
LeetCode | 力扣 - 算法题库