This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
study-area-cn.old/src/SUMMARY.md

69 lines
2.2 KiB
Markdown
Raw Normal View History

# Summary
2024-05-05 13:04:23 +08:00
[前言](./intro.md)
2024-05-14 06:08:28 +08:00
2024-05-14 06:08:15 +08:00
[贡献者名单](./contributors.md)
2024-05-18 14:43:36 +08:00
2024-05-18 12:51:03 +08:00
[协议与约定](./conventions.md)
2024-05-06 12:01:23 +08:00
2024-05-31 23:27:30 +08:00
[如何使用学习环境](./how_to_use_studyenv.md)
2024-05-19 12:49:19 +08:00
[1. Licenses/MIT License](./licenses/LICENSE-MIT.md)
2024-05-19 12:49:43 +08:00
2024-05-19 12:49:19 +08:00
[2. Licenses/Apache License](./licenses/LICENSE-APACHE.md)
2024-05-18 14:43:36 +08:00
2024-05-06 12:41:27 +08:00
# 学习电脑
2024-06-02 22:03:09 +08:00
2024-05-06 12:41:27 +08:00
- [何为电脑](./learn_computer_basic/what_is_computer.md)
2024-05-12 09:14:39 +08:00
- [输入 & 输出](./learn_computer_basic/input_and_output.md)
- [中央处理器(CPU)](./learn_computer_basic/cpu.md)
- [内存](./learn_computer_basic/memory.md)
2024-05-18 13:18:00 +08:00
- [存储设备](./learn_computer_basic/storage_device.md)
- [主板](./learn_computer_basic/motherboard.md)
2024-05-23 11:44:59 +08:00
- [操作系统](./learn_computer_basic/operating_system.md)
2024-05-25 07:44:25 +08:00
# 学习Linux基础
2024-06-01 14:50:03 +08:00
2024-06-01 19:03:29 +08:00
- [初识Linux](./learn_linux_basic/the_linux_learning_path.md)
2024-06-01 18:54:38 +08:00
- [漫谈Linux学习之路](./learn_linux_basic/the_linux_learning_path.md)
- [Linux的发展历程](./learn_linux_basic/the_history_of_linux.md)
2024-06-07 15:12:53 +08:00
- [Linux发行版](./learn_linux_basic/linux_distro.md)
2024-06-02 22:03:09 +08:00
- [Rocky Linux初见](./learn_linux_basic/rocky_first_met.md)
2024-06-06 18:24:47 +08:00
- [在 VMWare Workstation 上安装](./learn_linux_basic/install_rocky_linux/install_in_vmware.md)
- [在 VirtualBox 上安装](./learn_linux_basic/install_rocky_linux/install_in_vbox.md)
- [在你的电脑(实体机)上安装](./learn_linux_basic/install_rocky_linux/install_in_your_pc.md)
2024-06-02 22:03:09 +08:00
- [安装 Rocky Linux](./learn_linux_basic/install_rocky_linux/install_rocky_linux.md)
2024-06-30 17:08:41 +08:00
- [文件与路径](./learn_linux_basic/file_and_path.md)
2024-06-01 18:54:38 +08:00
- [文件权限管理]()
- [文件目录管理]()
- [磁盘分区以及文件系统]()
- [gzip与xz]()
- [tar打包软件]()
- [备份]()
2024-06-01 18:58:47 +08:00
- [Shell与Shell Script]()
2024-06-01 18:54:38 +08:00
- [Vim编辑器]()
- [学习Shell]()
- [Shell Script基本语法]()
- [条件判断语句]()
- [循环]()
- [函数]()
2024-06-01 18:58:47 +08:00
- [at与corntab]()
2024-06-01 18:54:38 +08:00
- [at]()
- [corntab]()
- [实战:文件自动备份]()
2024-06-01 18:58:47 +08:00
- [程序、线程和进程]()
2024-06-01 18:54:38 +08:00
- [什么是程序]()
- [线程和进程]()
- [Job]()
- [进程与线程的管理]()
- [特殊的进程和文件]()
2024-06-01 18:58:47 +08:00
- [SELinux]()
2024-06-01 18:54:38 +08:00
- [SELinux初识]()
- [SELinux的工作原理]()
- [DAC和MAC]()
- [SELinux错误的处理]()
2024-06-01 18:58:47 +08:00
- [系统服务的管理]()
2024-06-01 18:54:38 +08:00
- [Systemd与init]()
- [systemctl的使用]()
- [service和target]()