上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 123 下一页
摘要: 一、安装PostgreSQL 复制代码// 安装EPEL源# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm && rpm -ivh epel-release-6-8.noarch.rpm/ 阅读全文
posted @ 2019-06-05 14:51 滴滴滴 阅读(763) 评论(0) 推荐(0)
摘要: pgpool-II主备流复制的架设1.环境 OS: CentOS release 6.4 (Final)DB: postgresql 9.3.6pgpool服务器: pgpool 172.16.0.240数据库主服务器:master 172.16.0.241数据库从服务器:slave 172.16. 阅读全文
posted @ 2019-06-05 14:01 滴滴滴 阅读(3310) 评论(0) 推荐(0)
摘要: listen_addresses = 'localhost' # Host name or IP address to listen on: # '*' for all, '' for no TCP/IP connections ... 阅读全文
posted @ 2019-06-03 15:34 滴滴滴 阅读(1854) 评论(0) 推荐(0)
摘要: 第一步设置拨号 CENTOS 系统 ADSL 拨号连接教程 1, 先连接进入到服务器 2. 设置ADSL 拨号 adsl-setup 输入回车 seth0 输入回车 DNS 直接回车就行, 如何知道也可以写上 密码直接输入两次 这里是否允许其它用户连接,输入 no 防火墙为里输入0 开机自动连接 y 阅读全文
posted @ 2019-05-21 09:07 滴滴滴 阅读(651) 评论(0) 推荐(0)
摘要: historyUSER=rootUSER_IP=x.x.x.xif [ "" = "" ]; thenUSER_IP=localhostfiif [ ! -d /var/log/history ]; thenmkdir /var/log/historychmod 777 /var/log/histo 阅读全文
posted @ 2019-05-21 09:02 滴滴滴 阅读(183) 评论(0) 推荐(0)
摘要: 快速处理办法: cat /etc/sysconfig/network-scripts/ifcfg-eth0 sed -i '/UUID/d' /etc/sysconfig/network-scripts/ifcfg-eth0 sed -i '/HWADDR/d' /etc/sysconfig/net 阅读全文
posted @ 2019-05-18 09:38 滴滴滴 阅读(573) 评论(0) 推荐(0)
摘要: 使用465端口加密发邮件 一、问题描述 今天由于服务需求,需要服务器需要发送邮件;但是不论用什么办法,发送邮件总是失败;最终发现原因:阿里云实例服务器默认禁止了25端口; 阿里云回复: 由于国际与国内均对垃圾邮件进行严格管控,我国《互联网信息服务管理办法》、《中国互联网协会反垃圾邮件规范》均对垃圾邮 阅读全文
posted @ 2019-05-06 18:49 滴滴滴 阅读(1366) 评论(0) 推荐(0)
摘要: pinpoint zipink skywalking 阅读全文
posted @ 2019-05-05 14:23 滴滴滴 阅读(337) 评论(0) 推荐(0)
摘要: 目录(?)[+] 本文以最新的elasticsearch-6.3.0.tar.gz为例,为了节约资源,本文将副本调为0, 无client角色 https://www.elastic.co/blog/hot-warm-architecture-in-elasticsearch-5-x 以前es2.x版 阅读全文
posted @ 2019-04-24 18:39 滴滴滴 阅读(1316) 评论(0) 推荐(0)
摘要: /usr/bin/uwsgi --http :8888 --wsgi-file wsgi.py --master --processes 4 --threads 2 root 18756 0.0 0.2 225620 16332 ? S 2018 10:54 /usr/bin/uwsgi --htt 阅读全文
posted @ 2019-04-18 17:18 滴滴滴 阅读(404) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 123 下一页