Skip to content

Commit

Permalink
update Linux & Security
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp0578 committed Jul 25, 2019
1 parent c74f9f9 commit a8e3064
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- Linux 私房菜 基础学习篇
- Linux 私房菜 服务器架设篇
- [Linux命令行与shell脚本编程大全(第2版)](books/linux/Linux命令行与shell脚本编程大全/README.md)
- [Linux Shell脚本攻略](books/linux/LinuxShell脚本攻略/README.md)
- [Linux工具快速教程](books/linux/Linux工具快速教程/README.md)
- [Linux程序设计(第4版)](books/linux/Linux程序设计/README.md)
- [Linux 内核设计与实现](books/linux/Linux内核设计与实现/README.md)
Expand Down Expand Up @@ -93,6 +94,8 @@
- [Computer Organization and Design (Fouth Edition)](books/ComputerOrganization/ComputerOrganizationAndDesign/README.md)
- [Computer Architecture - A Quantitative Approach (Fifth Edition)](books/ComputerOrganization/ComputerArchitecture/README.md)
### operating-system
- [操作系统概念](books/operating-system/操作系统概念/README.md)
- [现代操作系统](books/operating-system/现代操作系统/README.md)
- [深入理解计算机系统(原书第3版)](books/operating-system/深入理解计算机系统/README.md)
- [编码 隐匿在计算机软硬件背后的语言](books/operating-system/编码_隐匿在计算机软硬件背后的语言/README.md)
### database
Expand Down Expand Up @@ -198,6 +201,7 @@
- [Web安全攻防](books/WebSecurity/Web安全攻防/README.md)
- [网站安全攻防秘籍](books/WebSecurity/网站安全攻防秘籍/README.md)
- [Web安全测试](books/WebSecurity/Web安全测试/README.md)
- [安全简史 从隐私保护到量子密码](books/WebSecurity/安全简史/README.md)
### Node js
- [深入浅出NodeJS](books/nodejs/深入浅出NodeJS/README.md)
- [Node.js项目实践 构建可扩展的Web应用](books/nodejs/Node.js项目实践/README.md)
Expand Down
4 changes: 3 additions & 1 deletion books/WebSecurity/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Web 安全
- [白帽子讲web安全](白帽子讲web安全/README.md)
- [Web安全攻防](Web安全攻防/README.md)
- [网站安全攻防秘籍](网站安全攻防秘籍/README.md)
- [网站安全攻防秘籍](网站安全攻防秘籍/README.md)
- [Web安全测试](Web安全测试/README.md)
- [安全简史 从隐私保护到量子密码](安全简史/README.md)
1 change: 1 addition & 0 deletions books/WebSecurity/Web安全测试/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Web安全测试
1 change: 1 addition & 0 deletions books/WebSecurity/安全简史/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 安全简史 从隐私保护到量子密码
1 change: 1 addition & 0 deletions books/linux/LinuxShell脚本攻略/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Linux Shell脚本攻略(第2版)
5 changes: 4 additions & 1 deletion books/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
- Linux 私房菜 基础学习篇
- Linux 私房菜 服务器架设篇
- [Linux命令行与shell脚本编程大全(第2版)](Linux命令行与shell脚本大全/README.md)
- [Linux Shell脚本攻略](LinuxShell脚本攻略/README.md)
- [Linux工具快速教程](Linux工具快速教程/README.md)
- [Linux程序设计(第4版)](Linux程序设计/README.md)
- [Linux程序设计(第4版)](Linux程序设计/README.md)
- [Linux 内核设计与实现](Linux内核设计与实现/README.md)
- [深入理解 Linux 内核](深入理解Linux内核/README.md)
5 changes: 5 additions & 0 deletions books/operating-system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## operating-system
- [操作系统概念](操作系统概念/README.md)
- [现代操作系统](现代操作系统/README.md)
- [深入理解计算机系统(原书第3版)](深入理解计算机系统/README.md)
- [编码 隐匿在计算机软硬件背后的语言](编码_隐匿在计算机软硬件背后的语言/README.md)

0 comments on commit a8e3064

Please sign in to comment.