Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实验三报告提交 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

实验三报告提交 #3

wants to merge 1 commit into from

Conversation

Lychee00
Copy link
Collaborator

提交第三章实验报告

@YanhuiJessica YanhuiJessica self-requested a review May 16, 2021 13:46
Copy link

@YanhuiJessica YanhuiJessica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pros

  • 分段录像好评
  • 实验报告记录非常详细且排版舒适,好评
  • 完成自查清单上所有 7 个问题解答好评

Cons

  • 自查清单中的内容能「亲自动手实践」一遍就更好了

Recommends

  • 还可以使用 lsblk -f -p 查看分区表的同时查看文件系统详细信息
  • 对于 Ubuntu 20.04 来说,可以用更 Systemd 的风格来实现「开机自动挂载Virtualbox的共享目录分区」
  • Systemd 内置的对网络状态的检查可以 man 7 systemd.special -> 搜索 network 关键词,Systemd 提供的最贴近我们对网络连通性需求的 targetnetwork-online.target
    • networkctl status -a 可以从 Systemd 视角查看到当前网络的状态:有助于我们理解 network-online.target 的状态
    • 正确实现 通过systemd设置实现在网络连通时运行一个指定脚本,在网络断开时运行另一个脚本 的方法是使用 networkd-dispatcher ,示例戳👉:https://asciinema.org/a/ND40x8WroOoDwjP2BWiR3ojLI
      • 推荐 man networkd-dispatcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants