Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ustclug/linux201-docs
Linux 201 进阶教程阅读资料
https://github.com/ustclug/linux201-docs
debian linux server
Last synced: 21 days ago
JSON representation
Linux 201 进阶教程阅读资料
- Host: GitHub
- URL: https://github.com/ustclug/linux201-docs
- Owner: ustclug
- License: other
- Created: 2021-11-01T15:41:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T19:22:28.000Z (28 days ago)
- Last Synced: 2024-11-28T20:27:02.223Z (28 days ago)
- Topics: debian, linux, server
- Language: Python
- Homepage: https://201.ustclug.org
- Size: 8.28 MB
- Stars: 49
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux 201 进阶教程
## 如何构建?
1. `python3 -m venv venv`
2. `. venv/bin/activate`
3. `pip install -r requirements.txt`
4. `mkdocs serve`## 格式检查
### Autocorrect
从 安装后,运行 `autocorrect --lint` 即可。`autocorrect --fix` 可以自动修复问题。
### Markdownlint-cli2
对应仓库为 。运行 `markdownlint-cli2 docs/**/*.md README.md` 即可。添加 `--fix` 可以自动修复问题。
## 许可
本文档以 Creative Commons BY-NC-SA 4.0 协议发布。详情请见 [LICENSE](LICENSE)。