Skip to content

Commit 620006e

Browse files
committed
第三章实验报告要求更新
1 parent 0d1053d commit 620006e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/reveal.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515
- name: install pandoc
16-
run: wget https://github.com/jgm/pandoc/releases/download/2.9.1.1/pandoc-2.9.1.1-1-amd64.deb && sudo dpkg -i pandoc-2.9.1.1-1-amd64.deb
16+
run: wget https://github.com/jgm/pandoc/releases/download/3.6.3/pandoc-3.6.3-1-amd64.deb && sudo dpkg -i pandoc-3.6.3-1-amd64.deb
1717
- name: render html
1818
run: bash render.sh
1919
- name: Deploy

chap0x03.exp.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ output: revealjs::revealjs_presentation
88

99
---
1010

11-
课件中的实验任务请自主在有 root 权限的 Linux 主机环境中完成。
11+
## 实验报告任务清单
1212

13-
# 在线实验环境任务清单
13+
*`本地虚拟机` 中完成课件 [本章完成后的自查清单](https://c4pr1c3.github.io/LinuxSysAdmin/chap0x03.md.html#/16) 所有实验任务,实验操作记录在实验报告中。
14+
* 完整实验操作过程通过 [asciinema](https://asciinema.org) 进行录像并上传,在实验报告中引用 asciinema 在线可访问链接。
15+
* 对于 `asciinema` 已进行操作的实验任务,实验报告中需提供 `asciinema` 在线可访问链接;一个任务对应一个在线链接;相应的实验操作可以在实验报告中简要描述。
16+
* 对于 `asciinema` 不方便呈现的操作步骤,可以通过图文并茂的方式进行描述说明。
17+
18+
## 在线实验环境任务清单
19+
20+
**无需写入实验报告** ,只需在 `共享课程服务器` 完成实验任务即可,相应操作记录作为平时成绩计算的日志依据。
1421

1522
---
1623

chap0x03.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ lvresize --size -{{120G}} --resizefs {{volume_group}}/{{logical_volume}}
576576

577577
* [Systemd 入门教程:命令篇 by 阮一峰的网络日志](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
578578
* [Systemd 入门教程:实战篇 by 阮一峰的网络日志](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)
579-
* 参照第2章作业的要求,完整实验操作过程通过[asciinema](https://asciinema.org)进行录像并上传,文档通过github上传
580579

581580
# [NetPlan](https://netplan.io/)
582581

0 commit comments

Comments
 (0)