会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山外云
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2018年7月10日
配置postfix支持虚拟域和虚拟用户
摘要: 请先看基础篇 https://chuna2.787528.xyz/hellojackyleon/p/9281620.html https://sourceforge.net/projects/courier/files/authlib/0.66.3/courier-authlib-0.66.3.tar.
阅读全文
posted @ 2018-07-10 02:36 厚德载物_VIP
阅读(928)
评论(0)
推荐(0)
2018年7月8日
Postfix+Sasl+Courier-authlib+Dovecot+MySQL+extmail 邮件系统部署
摘要: # yum remove postfix ##删除系统自带postfix# userdel postfix# groupdel postdrop# groupadd -g 2525 postfix# useradd -g postfix -u 2525 -s /sbin/nologin -M pos
阅读全文
posted @ 2018-07-08 22:38 厚德载物_VIP
阅读(613)
评论(0)
推荐(0)
2018年6月30日
saltstack 实现haproxy+keepalived
摘要: 1、目录结构规划如下 mkdir -p /srv/salt/prod/haproxy mkdir -p /srv/salt/prod/keepalived mkdir -p /srv/salt/prod/pkg mkdir -p /srv/salt/prod/cluster mkdir -p /sr
阅读全文
posted @ 2018-06-30 09:48 厚德载物_VIP
阅读(286)
评论(0)
推荐(0)
2018年6月28日
saltstack 实现系统初始化
摘要: 1、整体结构如下 2、状态文件内容如下 3、执行结果 [root@zabbix init]# salt '*' state.highstate test=Truezabbix: ID: /etc/resolv.conf Function: file.managed Result: True Comm
阅读全文
posted @ 2018-06-28 21:33 厚德载物_VIP
阅读(273)
评论(0)
推荐(0)
2018年6月24日
saltstack 实现redis主从
摘要: centos7.4 172.16.80.5 redis 主 172.16.80.6 redis 从 目录结构如下 [root@zabbix redis]# vim /srv/salt/base/top.sls Vim files/redis.conf 修改如下配置文件 bind {{ IPADDR
阅读全文
posted @ 2018-06-24 10:42 厚德载物_VIP
阅读(366)
评论(0)
推荐(0)
2018年6月7日
python类基础
摘要: #coding:gbk class Person(): def __init__(self,age,gender,height,weight): self.age = age self.gender = gender self.height = height self.weight = weight
阅读全文
posted @ 2018-06-07 22:26 厚德载物_VIP
阅读(179)
评论(0)
推荐(0)
2018年6月2日
Mysql 数据库备份工具 xtrabackup
摘要: 1、安装测试数据库mysql5.7 详细步骤 xtrabackup工具介绍 yum install http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpm -y [r
阅读全文
posted @ 2018-06-02 10:14 厚德载物_VIP
阅读(649)
评论(0)
推荐(0)
2018年5月30日
Python函数式编程
摘要: 定义:对别的函数进行封装,运算,操作的函数 参数: 支持传别的函数名 任意参数 *args **kwargs #coding:gbk def test(m,n): return m+n def func(func_name,*args,**kwargs): ret = func_name(*args
阅读全文
posted @ 2018-05-30 22:34 厚德载物_VIP
阅读(167)
评论(0)
推荐(0)
小米监控 open-falcon部署
摘要: 具体详情请参考官方文档 http://book.open-falcon.org/zh_0_2/quick_install/ centos6.8 建议centos7系统 否则后面按照官方文档来是有很多问题的 需要解决Python依赖问题 Python2.7 版本以上,由于centos6.8 pyhto
阅读全文
posted @ 2018-05-30 11:52 厚德载物_VIP
阅读(1163)
评论(0)
推荐(0)
zabbix3.4 源码部署
摘要: centos6.8 系统 zabbix3.4.9 msyql5.7.22 php5.6.24 在centos6上面源码部署zabbix.3.4 问题比较多,需要花不少时间去解决,建议在centos7上面部署zabbix3.4 我这因为公司提供的是centos6.8的系统 1、准备 LNMP环境 ng
阅读全文
posted @ 2018-05-30 09:35 厚德载物_VIP
阅读(338)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告