01 2019 档案

摘要:![](https://img2018.cnblogs.com/blog/1098543/201901/1098543-20190131125720842-1442886245.png) ![](https://img2018.cnblogs.com/blog/1098543/201901/1098543-20190131125733244-7569026.png) ![](https://im... 阅读全文
posted @ 2019-01-31 12:59 oldxulinux 阅读(350) 评论(0) 推荐(0) 编辑
摘要:Nginx代理服务内核优化 Nginx Web服务内核优化 Sysctl.conf 阅读全文
posted @ 2019-01-27 17:26 oldxulinux 阅读(271) 评论(0) 推荐(0) 编辑
摘要:Linux自动化运维系列①: CentOS7入门到精通实战 传送门 http://edu.51cto.com/course/13055.html 01.系统入门课后习题 1.口述一个命令执行的流程 2.口述绝对路径和相对路径 3.口述linux下重要目录含义 4.Redhat7/centos7操作系 阅读全文
posted @ 2019-01-27 17:03 oldxulinux 阅读(3068) 评论(0) 推荐(0) 编辑
摘要:项目需求:最近涉及到数百万张图片从本地存储迁移到云存储,为了使完成图片迁移,并保证图片无缺失,业务不中断,决定采用实时同步,同步完后再做流量切换。在实时同步方案中进行了几种尝试。 方案1:rsync+inotify同步,最先想到的是此方案,先看下脚本 此前在多台服务器间同步代码就用此方法,基本上没问 阅读全文
posted @ 2019-01-09 16:37 oldxulinux 阅读(974) 评论(0) 推荐(0) 编辑