51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

开源工具

Windows IIS PHP安装redis

Windows IIS PHP安装redis

厉飞雨 阅读(70) 评论(0) 赞(6)

需求: 有一台 [windows server](https://51tbox.com/ "View all posts in windows server") 云主机 类型是 Windows 2008 的服务器 上边安装有 宝塔 , IIS , mysql ,目前网站打开网页比较慢, 解决方案: redis 做缓存 ![](http://static...

1Nginx Web快速入门-基础

1Nginx Web快速入门-基础

厉飞雨 阅读(74) 评论(0) 赞(3)

Nginx-第一章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 01·Nginx Web快速入门-基础 {#title} ============================ * [01·Nginx Web快速入门-基础](#title) ...

2Nginx常用模块介绍

2Nginx常用模块介绍

厉飞雨 阅读(58) 评论(0) 赞(4)

模块1: [nginx](https://51tbox.com/ "View all posts in nginx")访问模块 --------------------------------------------------------------- [2Nginx常用基础模块(原)](https://51tbox.com/) 1.autoindex...

2Nginx常用基础模块(原)

2Nginx常用基础模块(原)

厉飞雨 阅读(50) 评论(0) 赞(6)

Nginx-第二章 {#leanote-title} ========================== {#tab-markdown}Markdown{#tab-html}HTML 02·Nginx常用基础模块 {#title} ======================= ![](http://static.51tbox.com/static/2024-08-...

sersync + rsync 实现linux 的实时同步

sersync + rsync 实现linux 的实时同步

厉飞雨 阅读(42) 评论(0) 赞(6)

首先 [sersync](https://51tbox.com/ "View all posts in sersync") 是 文件发生变化就会触发一个事件,然后就会执行同步 sersync 是增量无差异的同步 为什么要实时同步: 保证数据的连续性,减少人力维护成本,解决NFS的单点故障 我们测试一下:服务器 NFS服务器: 10.0.0.31 (监...

linux 添加邮件服务mail-邮箱

linux 添加邮件服务mail-邮箱

厉飞雨 阅读(48) 评论(0) 赞(5)

编辑 vim /etc/mail.rc 在最后添加: set from=22220383@qq.com set smtp=smtp.qq.com set smtp-auth-user=22220383@qq.com set smtp-auth-password=jkyijwfzwda set smtp-auth=l...

linuxNFS服务器搭建(linux nfs挂载) nfs安装

linuxNFS服务器搭建(linux nfs挂载) nfs安装

厉飞雨 阅读(67) 评论(0) 赞(4)

大家好,我是你的好朋友白眉大叔,今天这篇文章主要讲解 :**linux 服务器端配置nfs** [NFS](https://51tbox.com/ "View all posts in NFS") 的作用: network file system 网络文件系统 ,在企业中主要用来做 文件存储服务器, 用来存放静态的资源,比如图片,视频等。 其他分布式文件...