https://github.com/eziopan/learning_linux
Linux 学习笔记,基于《鸟哥的 Linux 私房菜 第四版(CentOS7)》以及各种的网络资源
https://github.com/eziopan/learning_linux
chinese linux newbie notes
Last synced: 27 days ago
JSON representation
Linux 学习笔记,基于《鸟哥的 Linux 私房菜 第四版(CentOS7)》以及各种的网络资源
- Host: GitHub
- URL: https://github.com/eziopan/learning_linux
- Owner: eZioPan
- Created: 2016-07-20T12:07:06.000Z (over 9 years ago)
- Default Branch: markdown
- Last Pushed: 2026-02-06T03:25:10.000Z (about 2 months ago)
- Last Synced: 2026-02-06T12:50:57.519Z (about 2 months ago)
- Topics: chinese, linux, newbie, notes
- Homepage:
- Size: 1.26 MB
- Stars: 51
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Learning_Linux
原仓库名 Learning_CentOS7
Linux 学习笔记,最初基于 **鸟哥的 Linux 私房菜 第四版** https://linux.vbird.org/linux_basic/centos7/
在后来的学习和工作中也追加了不少其他来源的资料
== 文件名编写规则
* 序号从 `02` 开始的由小至大排列的部分为拜读鸟哥的私房菜后记录的笔记,如果有来源外部的补充内容则追加为 `<主序号>补<补充序号>`
* 序号从 `99` 开始的由大至小排列的部分为自己遇到的问题在网络上查证后写的,如果有多篇目则编写为 `<主序号>.<小序号>`
== 当前活跃编写内容
OpenPGP,第 73 章
== 部分参考的文章来源列表
由于时间有些久了,我也记不太清每篇文章所参考的资料的来源,下面记录了一些目前我还能记得的信息来源。
* 主线流程
** 鸟哥的 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
** 官方文档 https://kea.readthedocs.io/
* SQLite
** 学习自 https://www.sqlitetutorial.net/
** 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 相关
** 基本概念
*** https://www.petekeen.net/dns-the-good-parts
*** https://www.integralist.co.uk/posts/dns-101/
*** https://bind9.readthedocs.io/en/v9_17_9/introduction.html
** dig
*** dig 的官方帮助 https://bind9.readthedocs.io/en/v9_17_9/manpages.html#dig-dns-lookup-utility
** 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
__未完待续__