89 lines
1.6 KiB
Bash
89 lines
1.6 KiB
Bash
# Summary
|
|
|
|
## 入门必看
|
|
* [介绍](Introduction.md)
|
|
* [cd-ls-pwd](cd-ls-pwd.md)
|
|
|
|
## 用户与用户组
|
|
* [user-group](user-group.md)
|
|
|
|
## 文件与目录
|
|
* [file-dir](file-dir.md)
|
|
|
|
## 文件目录权限
|
|
* [file-dir-permissions](file-dir-permissions.md)
|
|
|
|
## 查找搜索相关
|
|
* [find-which-whereis-locate](find-which-whereis-locate.md)
|
|
|
|
## 查看编辑相关
|
|
* [cat-less-more-tail-head-nl](cat-less-more-tail-head-nl.md)
|
|
* [Vim](vim.md)
|
|
|
|
## 文本编辑三剑客
|
|
* [grep-sed-awk](grep-sed-awk.md)
|
|
|
|
## 网络与系统资源
|
|
* [network-system](network-system.md)
|
|
|
|
## 打包压缩相关
|
|
* [tar-zip-gzip-bzip2-xz](tar-zip-gzip-bzip2-xz.md)
|
|
|
|
## 软件包管理器
|
|
* [apt-get-yum](apt-get-yum.md)
|
|
|
|
## 网络请求与下载
|
|
* [wget-curl](wget-curl.md)
|
|
|
|
## 备份与恢复
|
|
* [dump-restore](dump-restore.md)
|
|
|
|
## 防火墙
|
|
* [iptables](iptables.md)
|
|
|
|
## 定时任务
|
|
* [crontab](crontab.md)
|
|
|
|
## 其他
|
|
* [other](other.md)
|
|
* [常用配置](used-settings.md)
|
|
* [编码风格](code-style.md)
|
|
|
|
## Kafka 命令
|
|
* [Kafka](kafka.md)
|
|
|
|
## PHP 依赖工具
|
|
* [Composer](composer.md)
|
|
|
|
## PHP 命令行模式
|
|
* [PHP](php.md)
|
|
|
|
## 版本控制器
|
|
* [Git](git.md)
|
|
|
|
## 虚拟化
|
|
* [Docker](docker.md)
|
|
|
|
## 插件工具
|
|
* [工具](tool.md)
|
|
|
|
## Shell 脚本相关命令
|
|
* [Shell](shell.md)
|
|
|
|
## 实用 shell 例子
|
|
* [demo](demo.md)
|
|
|
|
## 性能优化
|
|
* [平均负载](stress-sysstat-mpstat-pidstat-watch-uptime.md)
|
|
* [CPU 上下文切换](cpu-context.md)
|
|
* [CPU 使用率过高](cpu-used.md)
|
|
* [不可中断进程和僵尸进程](zombie-process.md)
|
|
|
|
## 参考资料
|
|
* [书籍](http://billie66.github.io/TLCL/book/)
|
|
|
|
## 贡献指南
|
|
* [贡献](CONTRIBUTING.md)
|
|
|
|
|