Skip to content

Commit

Permalink
Fix some links in documentation, fix #9
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Mar 7, 2023
1 parent 13a5e4b commit 010ce79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

完成该实验需要一定的 Make、SSH、Shell 和 Linux 的使用知识。同时,我们还推荐使用 Git 进行版本控制。如果你是大三或之后选的课程,那么你应该已经在《软件工程》《编译原理》《程序设计训练》等课程中学到了相应的知识。如果你是大一大二选的课程,可以参考以下的教程进行预习:

* Git: [简明指南](https://rogerdudler.github.io/git-guide/index.zh.html)[Git教程](https://www.liaoxuefeng.com/wiki/896043488029600) [缺失的一课](https://missing-semester-cn.github.io/2020/version-control/)[助教编写的 Git 速查文档](https://circuitcoder.github.io/Orange-ECC/ecc/git/)[Git Cheetsheet](https://education.github.com/git-cheat-sheet-education.pdf)
* Git: [简明指南](https://rogerdudler.github.io/git-guide/index.zh.html)[Git教程](https://www.liaoxuefeng.com/wiki/896043488029600) [缺失的一课](https://missing-semester-cn.github.io/2020/version-control/)[助教编写的 Git 速查文档](https://thu-cs-lab.github.io/Orange-ECC/ecc/git/)[Git Cheetsheet](https://education.github.com/git-cheat-sheet-education.pdf)
* Make: 见[网原实验相关文档](https://lab.cs.tsinghua.edu.cn/router/doc/howto/make/)
* Shell: [缺失的一课](https://missing-semester-cn.github.io/2020/command-line/)[Command Line Cheetsheet](https://threenine.co.uk/download/1846/)
* Shell: [缺失的一课](https://missing-semester-cn.github.io/2020/command-line/)[Command Line Cheatsheet](https://cheatography.com/davechild/cheat-sheets/linux-command-line/)
* Linux: [USTC LUG Linux 101 在线讲义](https://101.lug.ustc.edu.cn/)

其中特别推荐 [计算机教育中缺失的一课](https://missing-semester-cn.github.io/),其中包含了大量有用的内容。
Expand Down

0 comments on commit 010ce79

Please sign in to comment.