“Linux-2024-fall”的版本间的差异
跳到导航
跳到搜索
| 第29行: | 第29行: | ||
== 课程笔记 == | == 课程笔记 == | ||
| + | === Lesson 9(2024.11.12) === | ||
| + | <gallery> | ||
| + | File:Linux-2024-fall-9.jpg | ||
| + | </gallery> | ||
| + | * 管道、tr、sed、awk | ||
| + | |||
| + | === Lesson 8(2024.11.5 第10周) === | ||
| + | <gallery> | ||
| + | File:Linux-2024-fall-8.jpg | ||
| + | </gallery> | ||
| + | * RE | ||
| + | |||
| + | |||
=== Lesson 7(2024.10.29) === | === Lesson 7(2024.10.29) === | ||
<gallery> | <gallery> | ||
File:Linux-2024-fall-7.jpg | File:Linux-2024-fall-7.jpg | ||
</gallery> | </gallery> | ||
| − | |||
* vi part2 | * vi part2 | ||
* 通配符 | * 通配符 | ||
2024年11月5日 (二) 03:22的版本
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
自学资料
实验报告(随堂考试)
- 实验报告提交方法:todo
其他要求,请看上课板书:todo
en.dep文件 文件:En.dev.autotagMIRA.conll.dep.txt
课程笔记
Lesson 9(2024.11.12)
- 管道、tr、sed、awk
Lesson 8(2024.11.5 第10周)
- RE
Lesson 7(2024.10.29)
- vi part2
- 通配符
- 重定向
Lesson 6(2024.10.22)
- vi使用:各种模式
- TODO: 其他的一些使用,如:r!ls
Lesson 5(2024.10.15)
- https://linuxize.com/post/bashrc-vs-bash-profile/
- ^D ^C
- bashrc vs. bash_profile
- vi开始
- 随堂考试【为了尽可能公平,以后严格要求:座位、电脑、手机】
Lesson 4(2024.10.8)
- less的使用
- shell使用技巧
- 文本查看命令:cat head tail
- 文件操作命令:cp mv mkdir rmdir rm
- 命令类型
- shell执行命令时做了哪些工作
- 环境变量PATH
- TODO:alias设置、source
Lesson 3(2024.9.24)
- man ls
- man man(man的基本使用)
- 随堂考察
Lesson 2(2024.9.10)
- shell基本使用、shell的概念、父shell、子shell
- 命令语法、ls命令
- 命令行参数、python中sys.argv
- 特殊目录:. ..
- 相对路径、绝对路径、cd命令
Lesson 1(2024.9.3)
- 课程介绍、个人介绍
- Linux安装
- 图形界面、文字界面
- shell的概念