|
1 |
| -# [在线文档(Online documentation)](http://github.tinywan.com/lua-nginx-redis/) |
2 |
| - |
3 |
| -[]() |
4 |
| -[](https://github.com/Tinywan/tinywan-react-app/blob/master/LICENSE) |
5 |
| -<a name="index"/>目录 |
6 |
| -====== |
7 |
| -## Nginx 教程 (Nginx tutorial) |
| 1 | +#### Nginx 教程 |
8 | 2 |
|
9 | 3 | ###### 基础
|
10 | 4 | * [Nginx编译安装](/Nginx/nginx-install.md)
|
|
62 | 56 | * [php-fpm/www.conf 的配置 ](/PHP/PHP-FPM/config.md)
|
63 | 57 | * [深入剖析 Web 服务器与 PHP 应用的通信机制 - 掌握 CGI 和 FastCGI 协议的运行原理](https://mp.weixin.qq.com/s/6Kyfvc_N7PhBtFPstgt3MA)
|
64 | 58 |
|
65 |
| -## Lua 教程 |
| 59 | +#### Lua 教程 |
66 | 60 | * [Lua 基础语法](/Lua-Script/lua-basic.md)
|
67 | 61 | * [luajit 执行文件默认安装路径](#Nginx_base_knowledge)
|
68 | 62 | * [lua中self_indes详解](/Lua-Script/oop/self__index.md)
|
69 | 63 |
|
70 |
| -## Redis 教程 |
| 64 | +#### Redis 教程 |
71 | 65 |
|
72 | 66 | ###### 基础
|
73 | 67 | * [Redis 安装](/Redis/redis-install.md)
|
|
84 | 78 | * [高可用Redis服务架构分析与搭建](https://mp.weixin.qq.com/s/DA4uhPULaXI-KDKwvLzb8Q)
|
85 | 79 | * [如何轻松搭建电商秒杀系统](https://yq.aliyun.com/articles/277885)
|
86 | 80 |
|
87 |
| -## Openresty 教程 |
| 81 | +#### Openresty 教程 |
88 | 82 |
|
89 | 83 | ###### 基础
|
90 | 84 | * [安装默认配置信息](/Openresty/openresty-basic.md)
|
|
102 | 96 | * [openresty 视频](http://i.youku.com/i/UMTM2NTgyMDEyMA==/videos?q=openresty)
|
103 | 97 | * [模仿京东使用Openresty+Redis做读服务](https://my.oschina.net/zjzhai/blog/759719)
|
104 | 98 | * [Openresty-Lua动态修改upstream后端服务](Nginx/Nginx-Web/openresty-nginx-lua-Proxy.md)
|
105 |
| -* |
106 | 99 |
|
107 |
| -## Linux 教程 |
108 |
| -* [Linux 基础知识](/Linux/linux-basic.md) |
| 100 | +#### Linux 教程 |
109 | 101 |
|
110 | 102 | ###### Systemd 入门教程
|
111 | 103 | * [命令篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
|
112 | 104 | * [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)
|
113 |
| -* [定时器教程](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html) |
| 105 | +* [定时器教程](http://www.ruanyifeng.com/blog/2018/03/systemd-timer.html) |
114 | 106 |
|
115 |
| -## Shell 教程 |
| 107 | +#### Shell 教程 |
116 | 108 | * [编写快速安全Bash脚本的建议](https://www.oschina.net/translate/bash-scripting-quirks-safety-tips)
|
117 | 109 | * [写好shell脚本的13个技巧](https://mp.weixin.qq.com/s/f3xDHZ7dCQr7sHJ9KDvuyQ)
|
118 | 110 | * [shell脚本实现分日志级别记录日志](/Nginx-Rtmp/Shell_Log.sh)
|
|
123 | 115 | ###### PHP 相关
|
124 | 116 | * [PHP和Shell 脚本如何很好的搭配](/PHP/php-shell_run.md)
|
125 | 117 |
|
126 |
| -## Lua-Ngx |
| 118 | +#### Lua-Ngx |
127 | 119 | 
|
128 | 120 |
|
0 commit comments