原仓库名 Learning_CentOS7
Linux 学习笔记,最初基于 鸟哥的 Linux 私房菜 第四版https://linux.vbird.org/linux_basic/centos7/
在后来的学习和工作中也追加了不少其他来源的资料
序号从
02开始的由小至大排列的部分为拜读鸟哥的私房菜后记录的笔记,如果有来源外部的补充内容则追加为<主序号>补<补充序号>序号从
99开始的由大至小排列的部分为自己遇到的问题在网络上查证后写的,如果有多篇目则编写为<主序号>.<小序号>
由于时间有些久了,我也记不太清每篇文章所参考的资料的来源,下面记录了一些目前我还能记得的信息来源。
主线流程
鸟哥的 Linux 私房菜 第四版(CentOS7) https://linux.vbird.org/linux_basic/centos7/
OpenPGP
《OpenPGP for application developers》 https://openpgp.dev/book/
Podman
《Podman in Action》
podman 源码 https://github.com/containers/podman
SELinux
《SELinux System Administration, 3rd Edition》
SELinux 帮助文档 https://selinuxproject.org/page/NewUsers
SELinux 源码 https://github.com/SELinuxProject/
Kea DHCP
SQLite
SQLite 官方语法手册 https://www.sqlite.org/lang.html
C 语言
21补1、C 库相关 翻译自 http://www.zipcon.net/~swhite/docs/computers/languages/c_programming_libraries.html
21补2、configure,make,make install 背后的魔法 翻译自 https://robots.thoughtbot.com/the-magic-behind-configure-make-make-install
HTTPS 证书
OpenSSL
openssl 1.1.1 版本的官方帮助 https://www.openssl.org/docs/man1.1.1/
openssl 的用法:骏马金龙 https://www.junmajinlong.com/linux/index/#blogopenssl
DNS 相关
基本概念
dig
dnsmasq
dnsmasq 的官方帮助 https://thekelleys.org.uk/dnsmasq/docs/
dnsmasq 的用法: https://fedoramagazine.org/dnsmasq-provide-dns-dhcp-services/
systemd 相关
freedesktop 的帮助文档 https://www.freedesktop.org/software/systemd/man/
systemd 的源码 https://github.com/systemd/systemd
时间久远或不成体系
Linux 自带的各种 man page
https://linux.die.net/ 上提供的 man page
https://www.man7.org/linux/man-pages/index.html 上提供的各种 man page
Proxmox VE 的官方帮助文档 https://pve.proxmox.com/wiki/Main_Page
未完待续