码迷,mamicode.com
首页 >  
搜索关键字:iptables setup    ( 9778个结果
linux的简单网络配置
1,修改IPedit file: /etc/sysconfig/network-scripts/ifcfg-eth0(eth0可能会是别的名字)修改好以后,重启网卡:service network restart完工。2,关闭/开启防火墙service iptables stopservice ip...
分类:系统相关   时间:2014-10-23 14:19:14    阅读次数:166
CentOS 6.4安装配置LNMP服务器(Nginx+PHP+MySQL)
准备篇1、配置防火墙,开启80端口、3306端口vi/etc/sysconfig/iptables-AINPUT-mstate--stateNEW-mtcp-ptcp--dport80-jACCEPT#允许80端口通过防火墙-AINPUT-mstate--stateNEW-mtcp-ptcp--dport3306-jACCEPT#允许3306端口通过防火墙备注:很多网友把这两条规则添加到防火墙配置..
分类:数据库   时间:2014-10-23 12:48:31    阅读次数:263
转:db2 iptables相关用法(2)
Centos6iptables配置Ben2011/12/24[root@localhostben.liu]#serviceiptablesstatusTable:filterChainINPUT(policyACCEPT)numtargetprotoptsourcedestination1ACCEP...
分类:数据库   时间:2014-10-23 12:14:00    阅读次数:153
Linux - Redmine使用方式
Redmine使用方式本文地址:http://blog.csdn.net/caroline_wendyRbTools安装:  svn co https://dev.chunyu.mobi/svn/branches/RBTools-0.5 && cd RBTools 0.5 && sudo python setup.py install && cp _reviewboardrc ~/.reviewb...
分类:系统相关   时间:2014-10-23 09:33:32    阅读次数:208
转载 vsftpd安装
http://blog.csdn.net/shutfuckingup/article/details/82502901:安装vsftpd yum install vsftpd2:关闭防火墙 service iptables stop3:允许21端口通行 vi /etc/sysconfig/iptab...
分类:其他好文   时间:2014-10-23 01:23:59    阅读次数:215
win7安装不了nodejs及解决方法
笔记本win7在nodejs官方网站下载.msi文件安装,安装到一半的时候,进度条提示:roll back,because of a error.node.js setup wizard ended prematurely.然后我就找啊找,各种环境配置,各种msi文件文件修改,杯具的还是解决不了。最...
分类:Windows程序   时间:2014-10-23 01:21:26    阅读次数:1106
日期选择器(IOS开发)
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; ...
分类:移动开发   时间:2014-10-23 00:09:30    阅读次数:223
PHP开发笔记(一)
Location of the Android sdk has not been setup in the preference。 分析与解决: 第一次安装好adt后, 选择android sdk的路径后, 不再弹出。 Cannot create project content in workspa...
分类:Web程序   时间:2014-10-22 23:14:08    阅读次数:223
【分享】linux下iptables配置详解
开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destination Chain FO...
分类:系统相关   时间:2014-10-22 17:39:05    阅读次数:435
UITableView (1)
1.实例化Table View 并设置一个Delegate2.向TableView填充数据- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typic...
分类:其他好文   时间:2014-10-22 12:41:49    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!