# linux-guide **Repository Path**: zjZSTU/linux-guide ## Basic Information - **Project Name**: linux-guide - **Description**: Linux System Utilization Tools and Related Configuration - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-19 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 本仓库不再维护,更新的内容前往:[ZJDoc/LinuxGuide](https://github.com/ZJDoc/LinuxGuide) # linux-guide [![Documentation Status](https://readthedocs.org/projects/zj-linux-guide/badge/?version=latest)](https://zj-linux-guide.readthedocs.io/zh_CN/latest/?badge=latest) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) > Linux使用指南 学习`Linux`系统,包括系统配置、工具、脚本以及相关的服务器开发 ## 内容列表 - [本仓库不再维护,更新的内容前往:ZJDoc/LinuxGuide](#本仓库不再维护更新的内容前往zjdoclinuxguide) - [linux-guide](#linux-guide) - [内容列表](#内容列表) - [背景](#背景) - [安装](#安装) - [文档工具安装](#文档工具安装) - [用法](#用法) - [主要维护人员](#主要维护人员) - [参与贡献方式](#参与贡献方式) - [许可证](#许可证) ## 背景 `Linux`系统使用应该说是程序员必备的基础知识,不过这里面涉及了很大的范围。在使用过程中陆陆续续会碰到不懂的概念或工具,记录下来,以备后续查询 ## 安装 ### 文档工具安装 ``` $ pip install -r requirements.txt ``` ## 用法 有两种使用方式 1. 在线浏览文档:[linux指南](https://zj-linux-guide.readthedocs.io/zh_CN/latest/?badge=latest) 2. 本地生成文档,实现如下: ``` $ git clone https://github.com/zjZSTU/linux-guide.git $ cd linux-guide $ mkdocs serve ``` 启动本地服务器后即可登录浏览器`localhost:8000` ## 主要维护人员 * zhujian - *Initial work* - [zjZSTU](https://github.com/zjZSTU) ## 参与贡献方式 欢迎任何人的参与!打开[issue](https://github.com/zjZSTU/linux-guide/issues)或提交合并请求 注意: * `GIT`提交,请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范 * 语义版本化,请遵守[Semantic Versioning 2.0.0](https://semver.org)规范 * `README`编写,请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范 ## 许可证 [Apache License 2.0](LICENSE) © 2019 zjZSTU