Linux使用指南
学习Linux
系统,包括系统配置、工具、脚本以及相关的服务器开发
内容列表
背景
Linux
系统使用应该说是程序员必备的基础知识,不过这里面涉及了很大的范围。在使用过程中陆陆续续会碰到不懂的概念或工具,记录下来,以备后续查询
安装
文档工具安装
$ pip install -r requirements.txt
用法
有两种使用方式
在线浏览文档:linux指南
本地生成文档,实现如下:
$ 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