File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments