{"id":21456141,"url":"https://github.com/cworld1/linux-learning","last_synced_at":"2026-01-29T15:32:48.492Z","repository":{"id":113839488,"uuid":"567762782","full_name":"cworld1/linux-learning","owner":"cworld1","description":"Some notes and code about learning Linux","archived":false,"fork":false,"pushed_at":"2024-10-23T14:46:43.000Z","size":8113,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-15T03:24:48.112Z","etag":null,"topics":["learn","linux","notes","shell"],"latest_commit_sha":null,"homepage":"https://cworld1.github.io/linux-learning/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cworld1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-11-18T14:17:42.000Z","updated_at":"2024-10-23T14:46:02.000Z","dependencies_parsed_at":"2024-06-26T17:24:56.946Z","dependency_job_id":"8d54f2fc-594a-4889-bc21-f4be88c5d1aa","html_url":"https://github.com/cworld1/linux-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cworld1/linux-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Flinux-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Flinux-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Flinux-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Flinux-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cworld1","download_url":"https://codeload.github.com/cworld1/linux-learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Flinux-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["learn","linux","notes","shell"],"created_at":"2024-11-23T05:14:33.914Z","updated_at":"2026-01-29T15:32:48.471Z","avatar_url":"https://github.com/cworld1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Learning\n\n[![GitHub stars](https://img.shields.io/github/stars/cworld1/linux-learning?style=flat-square)](https://github.com/cworld1/linux-learning/stargazers)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/t/cworld1/linux-learning?label=commits\u0026style=flat-square)](https://github.com/cworld1/linux-learning/commits)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/cworld1/linux-learning/.github/workflows/main.yml?branch=main\u0026style=flat-square)](https://github.com/cworld1/linux-learning/actions/workflows/main.yml)\n[![GitHub license](https://img.shields.io/github/license/cworld1/linux-learning?style=flat-square)](https://github.com/cworld1/linux-learning/blob/master/LICENSE)\n\n这是关于 CWorld 学习 Linux 一些笔记和代码。\n\n[前往阅读](https://linux.cworld.top/)\n\n## 项目介绍\n\n本项目使用 [Docusaurus 2](https://docusaurus.io/) 构建。\n\n## 项目运行\n\n首先请确保已经安装了 Node.js。\n\n- 安装相关包文件：\n\n  ```\n  $ yarn\n  ```\n\n- 本地开发运行：\n\n  ```\n  $ yarn start\n  ```\n\n  此命令启动本地开发服务器并打开浏览器窗口。大多数更改都是实时反映的，无需重新启动服务器。\n\n- 构建生成成品（如果你需要的话）：\n\n  ```\n  $ yarn build\n  ```\n\n  此命令将静态内容生成到 `build` 目录中，并可以使用任何静态内容托管服务提供。\n\n- 部署（使用 SSH）：\n\n  ```\n  $ USE_SSH=true yarn deploy\n  ```\n\n  部署（不使用 SSH）：\n\n  ```\n  $ GIT_USER=\u003cYour GitHub username\u003e yarn deploy\n  ```\n\n  如果您正在使用 GitHub 页面进行托管，则此命令是构建网站并推送到 `gh-pages` 分支的便捷方法。\n\n## 贡献\n\n由于作者只是个正在浅学 Linux 的初学者，所以笔记难免存在明显纰漏，还请读者们多多海涵。此外，也欢迎诸位使用 PR 或 Issues 来改善它们。\n\n## 鸣谢\n\n一些电子教材对作者学习上帮助颇多，没有这些资料，就没有这部笔记。在此对这些教材的原作者深表感谢。读者若对此项目笔记抱有疑惑，也可以仔细阅读以下教材以作弥补。\n\n- [基礎學習篇目錄 - for CentOS 7](https://linux.vbird.org/linux_basic/centos7/)\n- [鸟哥的 Linux 私房菜：基础学习篇 第四版](https://wizardforcel.gitbooks.io/vbird-linux-basic-4e/content/1.html)\n- [Linux 就该这么学](https://www.linuxprobe.com/basic-learning-00.html)\n- [Linux 命令大全(手册)](https://www.linuxcool.com/)\n\n## License\n\nThe MIT License.\n\n[![知识共享许可协议](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)\n\n本作品采用 [知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-sa/4.0/) 进行许可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Flinux-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcworld1%2Flinux-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Flinux-learning/lists"}