Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1400558
  • 博文数量: 188
  • 博客积分: 1784
  • 博客等级: 上尉
  • 技术积分: 2772
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-05 22:20
个人简介

发上等愿,结中等缘,享下等福;择高处立,就平处坐,向宽处行。

文章分类

全部博文(188)

文章存档

2020年(12)

2019年(11)

2018年(4)

2017年(3)

2016年(11)

2015年(22)

2014年(19)

2013年(25)

2012年(32)

2011年(49)

发布时间:2016-08-22 14:20:07

CentOS 7防火墙设置示例假设需要在CentOS 7上开放postgres,pcsd和corosync(这些是一个PostgreSQL HA集群的组成部分)的防火墙端口。下面是执行过程。postgres:5432/tcppcsd:2224/tcpcorosync:5405/udp5432是postgrs的默认端口,容易被探测到,建议改成非默认端口。.........【阅读全文】

阅读(1030) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1530) | 评论(0) | 转发(0)

发布时间: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提供共享存储。这两天正.........【阅读全文】

阅读(3128) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1525) | 评论(0) | 转发(0)

发布时间:2015-07-23 13:58:13

实现Windows和centos7文件的上传共享,samba是最方便快捷的了
1、安装
# yum -y install samba samba-client samba-common......【阅读全文】

阅读(1928) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册