51工具盒子

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

最新发布

vim 粘贴技巧
Github

vim 粘贴技巧

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

1. vi 没有这个限制 2. vim : set paste 案例: **比如我们复制如下文字 : (用vim 粘贴后 # 一下的内容会被默认加上 #)** uid = rsync gid = rsync port = 873 fake super = yes use chroot = no max connections ...

Sersync实时同步 集群篇(原)
云服务器

Sersync实时同步 集群篇(原)

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

[Sersync实时同步 集群篇(原)](/) [Sersync 实时同步实战(原 html)](https://51tbox.com/) [sersync + rsync 实现linux 的实时同步](https://51tbox.com/) NFS服务器: 10.0.0.31 BACKUP服务器: 10.0.0.41 WEB01: 10.0.0.7 WEB...

Sersync 实时同步实战(原 html)
日常运维

Sersync 实时同步实战(原 html)

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

04·Sersync 实时同步实战 {#title} ========================== [Sersync实时同步 集群篇(原)](https://51tbox.com/) [Sersync 实时同步实战(原 html)](/) [sersync + rsync 实现linux 的实时同步](https://51tbox.com/) |--------...

Rsync 备份服务实战(原)
云服务器

Rsync 备份服务实战(原)

厉飞雨 阅读(45) 评论(0) 赞(7)

Rsync 备份服务实战 {#title} ===================== * [02·Rsync 备份服务实战](#title) * [Rsync基本概述](#title-1) * [Rsync的应用场景](#title-2) * [Rsync传输模式](#title-3) * [Rsync服务实践](#title-4) * [Rsync备份...

linux 文件描述符和重定向
软件使用

linux 文件描述符和重定向

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

1、文件描述符 ------- ![](http://static.51tbox.com/static/2024-08-29/col/008ef370295d876017f241e362f89cec/1146ef14cb5e4baaa2f56090a2206522.png.jpg) 2.重定向: 改变输入输出的方向 ---------------- [linux 中 \&...