|
29 | 29 | * [ngx_cache_purge](/Nginx/Nginx-Web/Nginx-8-proxy_cache.md)
|
30 | 30 | * [lua-nginx-module](http://www.cnblogs.com/tinywan/p/6538006.html)
|
31 | 31 | * [nginx-rtmp-module](http://www.cnblogs.com/tinywan/p/6639360.html)
|
| 32 | +* PHP 相关 |
| 33 | + * [PHP7中php.ini/php-fpm/www.conf的配置,Nginx和PHP-FPM的开机自动启动脚本](/PHP/PHP-FPM/config.md) |
| 34 | + * |
32 | 35 |
|
33 | 36 | #### Lua 教程
|
34 | 37 | * [Lua 基础语法](/Lua-Script/lua-basic.md)
|
|
40 | 43 | * [Redis 配置详解](/Redis/redis-config.md)
|
41 | 44 | * [Redis 基础知识](#Redis_base_knowledge)
|
42 | 45 | * [Redis 开发与运维](#Redis-DevOps)
|
43 |
| -* [Redis执行Lua脚本基本用法](/Redis/redis-lua.md) |
44 |
| -* [Redis漏洞如何防止被黑客攻击](/Redis/redis-safety.md) |
| 46 | +* [Redis 执行Lua脚本基本用法](/Redis/redis-lua.md) |
| 47 | +* [Redis 漏洞如何防止被黑客攻击](/Redis/redis-safety.md) |
| 48 | +* 与 PHP 相关 |
| 49 | + * [PHP脚本运行Redis](#PHP_Run_Redis) |
| 50 | + * [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php) |
| 51 | +* [阿里云Redis开发规范](https://yq.aliyun.com/articles/531067) |
| 52 | +* [高可用Redis服务架构分析与搭建](https://mp.weixin.qq.com/s/DA4uhPULaXI-KDKwvLzb8Q) |
| 53 | +* [如何轻松搭建电商秒杀系统](https://yq.aliyun.com/articles/277885) |
45 | 54 |
|
46 | 55 | #### Openresty 教程
|
47 | 56 | * [安装默认配置信息](/Openresty/openresty-basic.md)
|
|
52 | 61 | * [Openresty与Nginx_RTMP](/Openresty/openresty-rtmp.md)
|
53 | 62 | * [自己写的一个简单项目lua_project_v0.01](https://github.com/Tinywan/lua_project_v0.01)
|
54 | 63 |
|
55 |
| -#### PHP 相关 |
56 |
| -* [PHP脚本运行Redis](#PHP_Run_Redis) |
57 |
| -* [PHP7中php.ini/php-fpm/www.conf的配置,Nginx和PHP-FPM的开机自动启动脚本](/PHP/PHP-FPM/config.md) |
58 |
| -* [PHP 脚本执行一个Redis 订阅功能,用于监听键过期事件,返回一个回调,API接受改事件](/Redis-PHP/Php-Run-Redis-psubscribe/nohupRedisNotify.php) |
59 |
| -* [PHP和Shell 脚本如何很好的搭配](/PHP/php-shell_run.md) |
60 |
| - |
61 | 64 | #### Linux 教程
|
62 | 65 | * [Linux 基础知识](/Linux/linux-basic.md)
|
63 | 66 | * Systemd 入门教程
|
64 | 67 | * [命令篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html)
|
65 |
| - * [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html) |
66 |
| - * [定时器教程](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html) |
| 68 | + * [实战篇](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html) |
| 69 | + * [定时器教程](http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html) |
67 | 70 | #### Shell 教程
|
68 | 71 | * [编写快速安全Bash脚本的建议](https://www.oschina.net/translate/bash-scripting-quirks-safety-tips)
|
69 | 72 | * [写好shell脚本的13个技巧](https://mp.weixin.qq.com/s/f3xDHZ7dCQr7sHJ9KDvuyQ)
|
70 | 73 | * [shell脚本实现分日志级别记录日志](/Nginx-Rtmp/Shell_Log.sh)
|
71 | 74 | * [Nginx日志定时备份和删除](/Nginx-Rtmp/Shell_Nginx_Log_cut.sh)
|
72 | 75 | * [SHELL脚本小技巧](/Nginx-Rtmp/Shell_script.md)
|
73 | 76 | * [Mysql 自动备份脚本安全加锁机制](/Nginx-Rtmp/backup_mysql.sh)
|
| 77 | +* PHP 相关 |
| 78 | + * [PHP和Shell 脚本如何很好的搭配](/PHP/php-shell_run.md) |
74 | 79 |
|
75 | 80 | #### 流媒体教程
|
76 | 81 | * [Nginx配置Rtmp支持Hls的直播和点播功能](/Nginx-Rtmp/HLS-live-vod.md)
|
|
0 commit comments