发上等愿,结中等缘,享下等福;择高处立,就平处坐,向宽处行。
发布时间:2016-08-22 14:20:07
CentOS 7防火墙设置示例假设需要在CentOS 7上开放postgres,pcsd和corosync(这些是一个PostgreSQL HA集群的组成部分)的防火墙端口。下面是执行过程。postgres:5432/tcppcsd:2224/tcpcorosync:5405/udp5432是postgrs的默认端口,容易被探测到,建议改成非默认端口。.........【阅读全文】
发布时间:2016-06-16 14:09:21
开启redis端口,修改防火墙配置文件 vi /etc/sysconfig/iptables 加入端口配置 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 6379 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state N.........【阅读全文】
发布时间:2015-09-25 10:43:38
<p style="margin-top:0px;margin-bottom:0px;padding-top:25px;padding-right:10px;line-height:28px;text-align:justify;color:#333333;font-family:'Microsoft YaHei', 'Arial Narrow';white-space:normal;background-color:#FFFFFF;">以前做群集POC验证测试时,一直习惯使用Openfiler或FreeNAS提供共享存储。这两天正.........【阅读全文】
发布时间:2015-08-20 10:45:29
<h3 id="1-" style="margin:0px;padding:0px;font-size:14px;line-height:1.8;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#BBBBBB;font-family:Tahoma, Arial, 宋体, sans-serif;white-space:normal;background-color:#FFFFFF;">1. “启动”菜单</h3><p style="text-indent:2em;color:#3.........【阅读全文】
发布时间:2015-07-23 13:58:13
实现Windows和centos7文件的上传共享,samba是最方便快捷的了
1、安装
# yum -y install samba samba-client samba-common......【阅读全文】