http://linux.vbird.org/linux_server/0250simple_firewall.php#netfilteriptables 是利用封包过滤机制, 分析封包的表头资料,根据表头资料定义的规则来决定是否可以进入主机或者被丢弃.刚才在服务器上练习的时候把自己给屏蔽了,提醒大...
分类:
其他好文 时间:
2014-09-04 16:56:19
阅读次数:
227
systemd使用比sysvinit的运行级别更为自由的target概念作为替代第三运行级:multi-user.target第五运行级:graphical.target#前者是符号链接指向了后面的targetrunlevel3.target -> multi-user.targetrunlevel...
分类:
其他好文 时间:
2014-09-04 09:30:57
阅读次数:
221
groupinstall "X Window System" gnome-common gnome-classic-session gnome-menus gnome-session gnome-session-daemon gnome-shell gnome-shell-browser-plugin gnome-shell-extension-common gnome-shell-exte...
分类:
其他好文 时间:
2014-09-02 20:03:55
阅读次数:
459
service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin[service_providers]service_provider=LOADBALANCER:Haproxy:neutron.services.loadb...
分类:
其他好文 时间:
2014-09-02 12:07:14
阅读次数:
306
思路:U盘安装CentOS7Minimal,然后再安装KDE。1.U盘安装CentOS7Minimal参考U盘安装RHEL;2.安装XWindowSystem[root@FENGroot]#yumgroupinstall"XWindowSystem"3.安装KDE[root@FENGroot]#yumgroupinstallKDE4.启动XWindowSystem[root@FENGroot]#startx5.切换到KDE环境[root@FEN..
分类:
其他好文 时间:
2014-09-01 19:45:54
阅读次数:
326
- For now, CodeBlocks doesn't privide binary packages for CentOS7.(http://www.codeblocks.org/downloads/26#linux64)- In this thread(http://forums.codeb...
分类:
其他好文 时间:
2014-08-30 17:45:39
阅读次数:
237
#在安装Linux操作系统的时候,为了安装方便以及安装出来的系统是你需要的功能,你可以利用回答文件,来进行最小化安装,下面就是一个在Centos7下的最小化安装。#在VMware中安装Centos7的时候,按下Tab键进入,自定义安装就可以进行最小化安装了。#按下Tab键,输入你的回答文件..
分类:
其他好文 时间:
2014-08-27 18:55:28
阅读次数:
216
配置防火墙,开启80端口、3306端口:CentOS 7.0默认使用的是firewall作为防火墙关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firew.....
分类:
其他好文 时间:
2014-08-26 21:26:26
阅读次数:
266
1,安装puppet注意:客户端和服务器版本尽量保持一致,如果不能一致,客户端的version也不能太旧,服务端的version不能低于client端安装及简单配置步骤:安装准备(server&client端适用):首先,要更改计算机名:hostnamepuppet.nn.local或者:hostname-F/etc/hostname(这..
分类:
其他好文 时间:
2014-08-26 17:40:17
阅读次数:
216
Linux的内置firewall机制,是通过kernel中的netfilter模块实现的(www.netfilter.ort)。Linux kernel使用netfilter对进出的数据包进行过滤,netfilter由三个规则表组成,每个表又有许多内建的链组成。通过使用iptables命令可以对这些...
分类:
系统相关 时间:
2014-08-26 16:48:26
阅读次数:
293