🌲link-002-在线文档收集

type
status
date
slug
summary
tags
category
icon
password
平时收集的在线文档地址,虽然有一些百度一下就能知道,但是记住域名,效率更高。

1. 操作系统

1.1. 发行版

Debian 官方文档:https://www.debian.org/doc/
Debian 维护者指南:https://www.debian.org/doc/manuals/debmake-doc/
Debian 官方仓库:https://salsa.debian.org/public
Ubuntu 包搜索:https://packages.ubuntu.com
Fedora 官方文档:https://docs.fedoraproject.org/en-US/docs/
CentOS 官方仓库:https://git.centos.org/
OpenEuler 官方文档:https://docs.openeuler.org/zh/

1.2. 综合

Linux 命令查询:https://www.linuxcool.com
发行版包搜索:https://pkgs.org

2. 容器虚拟化

2.1. K8S

k8s 加固指南(中文版,原作者是 NAS):https://github.com/rootsongjc/kubernetes-hardening-guidance

2.2. Docker

3. 编程语言

3.1. Golang 相关

Go语言编程之旅:https://golang2.eddycjy.com/
Practical Go Lessons:https://www.practical-go-lessons.com/
Go 语言原本:https://golang.design/under-the-hood/

3.2. Python 相关

Django:https://www.liujiangblog.com/course/django/

3.3. Qt 相关

Qt 官方文档:https://doc.qt.io

3.4. 编程规范

谷歌编程风格指南:https://github.com/google/styleguide

4. 技术文档

Docker:从实践到入门,https://yeasy.gitbook.io/docker_practice/
图说设计模式,https://design-patterns.readthedocs.io/zh_CN/latest/
learnku 学习社区:https://learnku.com

5. 编译构建

Meson:https://mesonbuild.com/Manual.html
CMake 示例:https://github.com/ttroy50/cmake-examples

6. 架构设计

深入架构原理与实践:https://www.thebyte.com.cn/about.html
link-001-中国公共镜像link-003-优秀博客搜集