“Linux-2024-fall”的版本间的差异
跳到导航
跳到搜索
(→课程笔记) |
|||
| 第31行: | 第31行: | ||
== 课程笔记 == | == 课程笔记 == | ||
| + | === Lesson 11(2024.11.26;第13周) === | ||
| + | <gallery> | ||
| + | File:Linux-2024-fall-11.jpg | ||
| + | </gallery> | ||
| + | |||
=== Lesson 10(2024.11.19;第12周) === | === Lesson 10(2024.11.19;第12周) === | ||
<gallery> | <gallery> | ||
| 第39行: | 第44行: | ||
* todo:declare -i; let; awk | * todo:declare -i; let; awk | ||
| − | === Lesson 9(2024.11. | + | === Lesson 9(2024.11.12;第11周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-9.jpg | File:Linux-2024-fall-9.jpg | ||
| 第51行: | 第56行: | ||
* RE | * RE | ||
| − | === Lesson 7(2024.10. | + | === Lesson 7(2024.10.29;第9周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-7.jpg | File:Linux-2024-fall-7.jpg | ||
| 第59行: | 第64行: | ||
* 重定向 | * 重定向 | ||
| − | === Lesson 6(2024.10. | + | === Lesson 6(2024.10.22;第8周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-6.jpg | File:Linux-2024-fall-6.jpg | ||
| 第67行: | 第72行: | ||
* TODO: 其他的一些使用,如:r!ls | * TODO: 其他的一些使用,如:r!ls | ||
| − | === Lesson 5(2024.10. | + | === Lesson 5(2024.10.15;第7周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-5.jpg | File:Linux-2024-fall-5.jpg | ||
| 第78行: | 第83行: | ||
* 随堂考试【为了尽可能公平,以后严格要求:座位、电脑、手机】 | * 随堂考试【为了尽可能公平,以后严格要求:座位、电脑、手机】 | ||
| − | === Lesson 4(2024.10. | + | === Lesson 4(2024.10.8;第6周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-4.jpg | File:Linux-2024-fall-4.jpg | ||
| 第91行: | 第96行: | ||
* TODO:alias设置、source | * TODO:alias设置、source | ||
| − | === Lesson 3(2024.9. | + | === Lesson 3(2024.9.24;第5周) === |
<gallery> | <gallery> | ||
| 第100行: | 第105行: | ||
* 随堂考察 | * 随堂考察 | ||
| − | === Lesson 2(2024.9. | + | === Lesson 2(2024.9.10;第4周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-2.jpg | File:Linux-2024-fall-2.jpg | ||
| 第110行: | 第115行: | ||
* 相对路径、绝对路径、cd命令 | * 相对路径、绝对路径、cd命令 | ||
| − | === Lesson 1(2024.9. | + | === Lesson 1(2024.9.3;第3周) === |
<gallery> | <gallery> | ||
File:Linux-2024-fall-1.jpg | File:Linux-2024-fall-1.jpg | ||
2024年11月26日 (二) 06:51的版本
Linux 操作系统 (2024秋) 课程主页(李正华老师班级)
课程安排
- Teacher: 李正华
- 助教:蒋浩辰
- QQ群: 412082433
- 2022计算机科学与技术(大三上)
- Linux操作系统(模块1专业选修)
- 上课时间和地点
- 理论课:周二 3-4节 9:55-11:30 博远401
- 实践课:双周周二 1-2节 8:00-9:35 理工楼317
- 没上课的情况记录:
- 成绩分布(暂定):平时xx(课堂考试、考勤)、实验xx、期末xx
自学资料
实验报告(随堂考试)
- 在csteaching上布置、提交、批改作业。外网需要vpn访问。
- 随堂考试,实验课结束时,提交好实验报告。
- 实验报告一定请上传Pdf文件。
- 其他要求,请看上课板书:todo
en.dep文件 文件:En.dev.autotagMIRA.conll.dep.txt
课程笔记
Lesson 11(2024.11.26;第13周)
Lesson 10(2024.11.19;第12周)
- tr、sed
- shell编程 part1
- todo:declare -i; let; awk
Lesson 9(2024.11.12;第11周)
- 管道、sort、uniq
Lesson 8(2024.11.5 第10周)
- RE
Lesson 7(2024.10.29;第9周)
- vi part2
- 通配符
- 重定向
Lesson 6(2024.10.22;第8周)
- vi使用:各种模式
- TODO: 其他的一些使用,如:r!ls
Lesson 5(2024.10.15;第7周)
- https://linuxize.com/post/bashrc-vs-bash-profile/
- ^D ^C
- bashrc vs. bash_profile
- vi开始
- 随堂考试【为了尽可能公平,以后严格要求:座位、电脑、手机】
Lesson 4(2024.10.8;第6周)
- less的使用
- shell使用技巧
- 文本查看命令:cat head tail
- 文件操作命令:cp mv mkdir rmdir rm
- 命令类型
- shell执行命令时做了哪些工作
- 环境变量PATH
- TODO:alias设置、source
Lesson 3(2024.9.24;第5周)
- man ls
- man man(man的基本使用)
- 随堂考察
Lesson 2(2024.9.10;第4周)
- shell基本使用、shell的概念、父shell、子shell
- 命令语法、ls命令
- 命令行参数、python中sys.argv
- 特殊目录:. ..
- 相对路径、绝对路径、cd命令
Lesson 1(2024.9.3;第3周)
- 课程介绍、个人介绍
- Linux安装
- 图形界面、文字界面
- shell的概念