Skip to content

Commit a8e3064

Browse files
committed
update Linux & Security
1 parent c74f9f9 commit a8e3064

File tree

7 files changed

+19
-2
lines changed

7 files changed

+19
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
- Linux 私房菜 基础学习篇
6363
- Linux 私房菜 服务器架设篇
6464
- [Linux命令行与shell脚本编程大全(第2版)](books/linux/Linux命令行与shell脚本编程大全/README.md)
65+
- [Linux Shell脚本攻略](books/linux/LinuxShell脚本攻略/README.md)
6566
- [Linux工具快速教程](books/linux/Linux工具快速教程/README.md)
6667
- [Linux程序设计(第4版)](books/linux/Linux程序设计/README.md)
6768
- [Linux 内核设计与实现](books/linux/Linux内核设计与实现/README.md)
@@ -93,6 +94,8 @@
9394
- [Computer Organization and Design (Fouth Edition)](books/ComputerOrganization/ComputerOrganizationAndDesign/README.md)
9495
- [Computer Architecture - A Quantitative Approach (Fifth Edition)](books/ComputerOrganization/ComputerArchitecture/README.md)
9596
### operating-system
97+
- [操作系统概念](books/operating-system/操作系统概念/README.md)
98+
- [现代操作系统](books/operating-system/现代操作系统/README.md)
9699
- [深入理解计算机系统(原书第3版)](books/operating-system/深入理解计算机系统/README.md)
97100
- [编码 隐匿在计算机软硬件背后的语言](books/operating-system/编码_隐匿在计算机软硬件背后的语言/README.md)
98101
### database
@@ -198,6 +201,7 @@
198201
- [Web安全攻防](books/WebSecurity/Web安全攻防/README.md)
199202
- [网站安全攻防秘籍](books/WebSecurity/网站安全攻防秘籍/README.md)
200203
- [Web安全测试](books/WebSecurity/Web安全测试/README.md)
204+
- [安全简史 从隐私保护到量子密码](books/WebSecurity/安全简史/README.md)
201205
### Node js
202206
- [深入浅出NodeJS](books/nodejs/深入浅出NodeJS/README.md)
203207
- [Node.js项目实践 构建可扩展的Web应用](books/nodejs/Node.js项目实践/README.md)

books/WebSecurity/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Web 安全
22
- [白帽子讲web安全](白帽子讲web安全/README.md)
33
- [Web安全攻防](Web安全攻防/README.md)
4-
- [网站安全攻防秘籍](网站安全攻防秘籍/README.md)
4+
- [网站安全攻防秘籍](网站安全攻防秘籍/README.md)
5+
- [Web安全测试](Web安全测试/README.md)
6+
- [安全简史 从隐私保护到量子密码](安全简史/README.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Web安全测试
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 安全简史 从隐私保护到量子密码
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Linux Shell脚本攻略(第2版)

books/linux/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
- Linux 私房菜 基础学习篇
33
- Linux 私房菜 服务器架设篇
44
- [Linux命令行与shell脚本编程大全(第2版)](Linux命令行与shell脚本大全/README.md)
5+
- [Linux Shell脚本攻略](LinuxShell脚本攻略/README.md)
56
- [Linux工具快速教程](Linux工具快速教程/README.md)
6-
- [Linux程序设计(第4版)](Linux程序设计/README.md)
7+
- [Linux程序设计(第4版)](Linux程序设计/README.md)
8+
- [Linux 内核设计与实现](Linux内核设计与实现/README.md)
9+
- [深入理解 Linux 内核](深入理解Linux内核/README.md)

books/operating-system/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## operating-system
2+
- [操作系统概念](操作系统概念/README.md)
3+
- [现代操作系统](现代操作系统/README.md)
4+
- [深入理解计算机系统(原书第3版)](深入理解计算机系统/README.md)
5+
- [编码 隐匿在计算机软硬件背后的语言](编码_隐匿在计算机软硬件背后的语言/README.md)

0 commit comments

Comments
 (0)