{"id":27125389,"url":"https://github.com/xiebingnote/personal-essay","last_synced_at":"2026-04-06T09:31:39.855Z","repository":{"id":285318254,"uuid":"956374990","full_name":"xiebingnote/personal-essay","owner":"xiebingnote","description":"个人学习笔记、实践经验、踩坑记录，包含Linux、国密、Elasticsearch、Kafka、NSQ、MongoDB、MySQL、Nginx、PostgreSQL、Etcd等","archived":false,"fork":false,"pushed_at":"2025-07-30T02:34:08.000Z","size":244180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:23:36.550Z","etag":null,"topics":["docker","elasticsearch","etcd","git","gmssl","golang","kafka","kibana","linux","mongodb","mysql","nginx","nsq","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/xiebingnote.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2025-03-28T06:31:51.000Z","updated_at":"2025-07-30T02:34:16.000Z","dependencies_parsed_at":"2025-07-30T04:32:19.267Z","dependency_job_id":null,"html_url":"https://github.com/xiebingnote/personal-essay","commit_stats":null,"previous_names":["xiebingnote/personal-essay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiebingnote/personal-essay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiebingnote%2Fpersonal-essay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiebingnote%2Fpersonal-essay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiebingnote%2Fpersonal-essay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiebingnote%2Fpersonal-essay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiebingnote","download_url":"https://codeload.github.com/xiebingnote/personal-essay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiebingnote%2Fpersonal-essay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","elasticsearch","etcd","git","gmssl","golang","kafka","kibana","linux","mongodb","mysql","nginx","nsq","postgresql"],"created_at":"2025-04-07T14:53:09.309Z","updated_at":"2026-04-06T09:31:39.837Z","avatar_url":"https://github.com/xiebingnote.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github.com/xiebingnote/personal-essay\n\n项目介绍：个人学习笔记、实践经验、踩坑记录，包含Linux、Docker、Git、Kafka、NSQ、MongoDB、MySQL、Nginx、PostgreSQL、Wireshark等相关知识。\n\n项目地址：https://github.com/xiebingnote/personal-essay\n\n仅供参考学习，线上请谨慎使用！！！\n\n## 1. 相关说明\n\n1. Linux: 包含开机重置密码、yum源替换、iptables、logrotate 日志轮转、服务创建、管理、shell脚本相关操作命令、ssl\n   标密证书制作、GMSSL国密证书制作配置、vim相关等。\n2. Docker: 相关问题记录。\n3. Elasticsearch: 包含 Elasticsearch 安装、集群部署、扩容、单节点部署、备份、操作、问题记录等。\n4. Etcd: 包含 Etcd 安装、集群部署、扩容、单节点部署、备份、操作、问题记录等。\n5. Git: 包含 Git 常用命令、Git 仓库管理、Git 分支管理、Git 合并、Git 回滚等。\n6. Golang：包含 Golang 常用库、工具、问题记录等。\n7. Kafka: 包含 Kafka 安装、集群部署、单节点部署。\n8. Kibana: 包含 Kibana 安装、配置、使用等。\n9. MongoDB: MongoDB 使用记录。\n10. MySQL: 包含 MySQL 使用、数据库备份、操作、问题记录等。\n11. Nginx: 包含 Linux + Nginx 安装配置https 使用记录。\n12. Nsq: 包含 Nsq 安装、集群部署、扩容、单节点部署、备份、操作、问题记录等。\n13. PostgreSQL: 包含 PostgreSQL 使用记录。\n14. Wireshark: Wireshark 相关记录。\n\n## 2. 项目结构\n\n    .\n    ├── Linux           # Linux 目录\n    │ ├── centos-7      # 开机重置密码和yum源替换\n    │ ├── chrony        # 配置chrony时间同步\n    │ ├── command       # 常用命令\n    │ ├── iptables      # iptables 相关\n    │ ├── lograte       # lograte 日志管理\n    │ ├── service       # 服务创建、管理\n    │ ├── shell         # shell 脚本相关操作命令\n    │ ├── ssl           # ssl 目录\n    │ │ ├── gmssl       # 国密证书制作\n    │ │ └── openssl     # 标密证书制作\n    │ └── vim           # vim 相关\n    ├── README.md       # README 说明\n    ├── docker          # docker 相关记录\n    ├── elasticsearch   # elasticsearch \n    │ ├── install       # elasticsearch 安装目录\n    │ │ ├── cluster     # elasticsearch 集群部署\n    │ │ ├── expansion   # elasticsearch 扩容\n    │ │ └── single      # elasticsearch 单节点部署\n    │ └── record note   # elasticsearch 备份、操作、问题记录\n    ├── etcd            # etcd \n    │ ├── install       # etcd 安装\n    │ │ ├── cluster     # etcd 集群部署\n    │ │ ├── expansion   # etcd 扩容\n    │ │ └── single      # etcd 单节点部署\n    │ └── record note   # etcd 备份、操作、问题记录\n    ├── git             # git 目录\n    ├── golang          # golang 相关库\n    │ └── tools         # go 第三方工具库\n    ├── kafka           # kafka \n    │ └── install       # kafka 安装目录\n    ├── kibana          # kibana 目录\n    ├── mongodb         # mongodb 文件夹\n    ├── mysql           # mysql 文件夹\n    ├── nginx           # nginx 搭建 https\n    ├── nsq             # nsq \n    │ └── install       # nsq 安装\n    │     ├── cluster   # nsq 集群部署\n    │     ├── expansion # nsq 扩容\n    │     └── single    # nsq 单节点部署\n    ├── postgresql      # postgresql 目录\n    └── wireshark       # wireshark 目录","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiebingnote%2Fpersonal-essay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiebingnote%2Fpersonal-essay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiebingnote%2Fpersonal-essay/lists"}