{"id":17520500,"url":"https://github.com/eziopan/learning_linux","last_synced_at":"2026-03-10T04:33:32.301Z","repository":{"id":139196852,"uuid":"63778286","full_name":"eZioPan/Learning_Linux","owner":"eZioPan","description":"Linux 学习笔记，基于《鸟哥的 Linux 私房菜 第四版（CentOS7）》以及各种的网络资源","archived":false,"fork":false,"pushed_at":"2026-02-06T03:25:10.000Z","size":1320,"stargazers_count":51,"open_issues_count":0,"forks_count":20,"subscribers_count":1,"default_branch":"markdown","last_synced_at":"2026-02-06T12:50:57.519Z","etag":null,"topics":["chinese","linux","newbie","notes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eZioPan.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-07-20T12:07:06.000Z","updated_at":"2026-02-06T03:25:14.000Z","dependencies_parsed_at":"2023-11-19T12:26:57.146Z","dependency_job_id":"66043f1b-bfdf-4e98-84b7-fdb6facd90e8","html_url":"https://github.com/eZioPan/Learning_Linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eZioPan/Learning_Linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eZioPan%2FLearning_Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eZioPan%2FLearning_Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eZioPan%2FLearning_Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eZioPan%2FLearning_Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eZioPan","download_url":"https://codeload.github.com/eZioPan/Learning_Linux/tar.gz/refs/heads/markdown","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eZioPan%2FLearning_Linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chinese","linux","newbie","notes"],"created_at":"2024-10-20T11:23:34.982Z","updated_at":"2026-03-10T04:33:32.276Z","avatar_url":"https://github.com/eZioPan.png","language":null,"readme":"= Learning_Linux\n\n原仓库名 Learning_CentOS7\n\nLinux 学习笔记，最初基于 **鸟哥的 Linux 私房菜 第四版** https://linux.vbird.org/linux_basic/centos7/\n\n在后来的学习和工作中也追加了不少其他来源的资料\n\n== 文件名编写规则\n\n* 序号从 `02` 开始的由小至大排列的部分为拜读鸟哥的私房菜后记录的笔记，如果有来源外部的补充内容则追加为 `\u003c主序号\u003e补\u003c补充序号\u003e`\n\n* 序号从 `99` 开始的由大至小排列的部分为自己遇到的问题在网络上查证后写的，如果有多篇目则编写为 `\u003c主序号\u003e.\u003c小序号\u003e`\n\n== 当前活跃编写内容\n\nOpenPGP，第 73 章\n\n== 部分参考的文章来源列表\n\n由于时间有些久了，我也记不太清每篇文章所参考的资料的来源，下面记录了一些目前我还能记得的信息来源。\n\n* 主线流程\n** 鸟哥的 Linux 私房菜 第四版（CentOS7） https://linux.vbird.org/linux_basic/centos7/\n\n* OpenPGP\n** 《OpenPGP for application developers》 https://openpgp.dev/book/\n\n* Podman\n** 《Podman in Action》\n** podman 源码 https://github.com/containers/podman\n\n* SELinux\n** 《SELinux System Administration, 3rd Edition》\n** SELinux 帮助文档 https://selinuxproject.org/page/NewUsers\n** SELinux 源码 https://github.com/SELinuxProject/\n\n* Kea DHCP\n** 官方文档 https://kea.readthedocs.io/\n\n* SQLite\n** 学习自 https://www.sqlitetutorial.net/\n** SQLite 官方语法手册 https://www.sqlite.org/lang.html\n\n* C 语言\n** 21补1、C 库相关 翻译自 http://www.zipcon.net/~swhite/docs/computers/languages/c_programming_libraries.html\n** 21补2、configure,make,make install 背后的魔法 翻译自 https://robots.thoughtbot.com/the-magic-behind-configure-make-make-install\n\n* HTTPS 证书\n** OpenSSL\n*** openssl 1.1.1 版本的官方帮助 https://www.openssl.org/docs/man1.1.1/\n*** openssl 的用法：骏马金龙 https://www.junmajinlong.com/linux/index/#blogopenssl\n\n* DNS 相关\n** 基本概念\n*** https://www.petekeen.net/dns-the-good-parts\n*** https://www.integralist.co.uk/posts/dns-101/\n*** https://bind9.readthedocs.io/en/v9_17_9/introduction.html\n** dig\n*** dig 的官方帮助 https://bind9.readthedocs.io/en/v9_17_9/manpages.html#dig-dns-lookup-utility\n** dnsmasq\n*** dnsmasq 的官方帮助 https://thekelleys.org.uk/dnsmasq/docs/\n*** dnsmasq 的用法： https://fedoramagazine.org/dnsmasq-provide-dns-dhcp-services/\n\n* systemd 相关\n** freedesktop 的帮助文档 https://www.freedesktop.org/software/systemd/man/\n** systemd 的源码 https://github.com/systemd/systemd\n\n* 时间久远或不成体系\n** Linux 自带的各种 man page\n** https://linux.die.net/ 上提供的 man page\n** https://www.man7.org/linux/man-pages/index.html 上提供的各种 man page\n** Proxmox VE 的官方帮助文档 https://pve.proxmox.com/wiki/Main_Page\n\n__未完待续__\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feziopan%2Flearning_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feziopan%2Flearning_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feziopan%2Flearning_linux/lists"}