GithubHelp home page GithubHelp logo

yannstor / chinaskills-debian Goto Github PK

View Code? Open in Web Editor NEW

This project forked from panxiao81/chinaskills-debian

0.0 0.0 0.0 2.5 MB

A Chinese Toturial of Debian GNU/Linux, Written for Chinaskills

Home Page: https://blog.ddupan.top/Chinaskills-Debian

License: GNU General Public License v2.0

chinaskills-debian's Introduction

Debian 快速入门指南 for Chinaskills

本书为应学校所需,以全国职业院校技能大赛为主要范围,所写的一本 Debian 系 Linux 快速入门与参考书。

本书从基本系统安装讲起,并着重讲述网络服务配置与系统维护,适合 Linux 学习和运维学习者阅读。

本书将不再重复讲述 Linux 通用知识,尤其前几章,更适合具有一些 Linux 使用经验的人阅读。

本书主要参考 Debian 管理员手册写成,并按照原文需求使用 GPLCC-BY-SA 3.0 方式放出。

由于笔者能力有限,书中有误的地方在所难免,如有读者发现问题,可到 GitHub 项目 中提 Issue,我会在力所能及的范围内尽力改正。

开发

需要 Python 3 环境

环境准备

Windows

python -m venv venv
# Powershell
.\venv\Scripts\activate.ps1 
# or CMD
.\venv\Scripts\activate.bat

pip install -r requirements.txt

macOS & Linux

# Debian or Ubuntu Only
sudo apt install python3-venv

python3 -m venv venv

source venv/bin/active
pip install -r requirements.txt

本地开发

mkdocs serve

后访问 localhost:8000

编译

mkdocs build

生成的静态页面存放在 site/ 文件夹下

chinaskills-debian's People

Contributors

panxiao81 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.