Total Pageviews

Sunday, 4 October 2020

linux-guide


Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

Linux使用指南

学习Linux系统,包括系统配置、工具、脚本以及相关的服务器开发

内容列表

背景

Linux系统使用应该说是程序员必备的基础知识,不过这里面涉及了很大的范围。在使用过程中陆陆续续会碰到不懂的概念或工具,记录下来,以备后续查询

安装

文档工具安装

$ pip install -r requirements.txt

用法

有两种使用方式

  1. 在线浏览文档:linux指南

  2. 本地生成文档,实现如下:

    $ git clone https://github.com/zjZSTU/linux-guide.git
    $ cd linux-guide
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

from https://github.com/Document-Collection/linux-guide

No comments:

Post a Comment