码迷,mamicode.com
首页 >  
搜索关键字:限速 iptables    ( 5120个结果
基于RHEL 6.5安装Oracle 11g详细教程(4)——安装Oracle前的准备
4 安装Oracle前的准备4.1基本配置4.1.1关闭防火墙[root@oracle~]#serviceiptablesstopiptables:SettingchainstopolicyACCEPT:filter[OK]iptables:Flushingfirewallrules:[OK]iptables:Unloadingmodules:[OK]关闭iptables开机自启动功能[root@oracle~]#chkconfigiptablesof..
分类:数据库   时间:2014-05-27 03:56:59    阅读次数:598
Linux CentOS 安装 httpd
1.查看并安装服务器是否安装编译器 make gcc gcc-c++ 查看:rpm -q gcc-c++2.查看SELinux 和 iptables 的状态3.在根目录新建文件夹 lamp4.使用WINscp 上传 包5.解压压缩包 tar -zxf httpd............6.编译 .....
分类:系统相关   时间:2014-05-23 06:57:15    阅读次数:354
Amazon AWS EC2开启Web服务器配置
在Amazon AWS EC2申请了一年的免费使用权,安装了CentOS + Mono + Jexus环境做一个Web Server使用。在上述系统安装好之后,把TCP 80端口开启(iptables),同时启动Jexus。正常情况下,从客户端使用 http://IP地址/info,就可以看到Jex...
分类:Web程序   时间:2014-05-22 03:00:58    阅读次数:524
Iptables防火墙配置
Iptables防火墙配置 安装防火墙 sudo apt-get install iptables 查看状态 sudo iptables --list sudo iptables -A OUTPUT -p tcp --dport 80 -j DROP 浏览器不能上网 清除防火墙设置 Sudo iptables -F Sudo iptables  -D OUTPUT...
分类:其他好文   时间:2014-05-21 16:18:12    阅读次数:316
iptables apache2
Apache2 iptables 安装指令:sudo apt-get install apache2 2.产生的启动和停止文件是:/etc/init.d/apache2 3.启动:sudo apache2ctl -k start 4,停止:sudo apache2ctl -k stop 5,重新启动:sudo apache2ctl -k restart ...
分类:其他好文   时间:2014-05-21 14:05:17    阅读次数:206
iptables惹的祸
iptables惹的祸 [root@localhost ~]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ...
分类:其他好文   时间:2014-05-20 15:10:34    阅读次数:249
CentOS6.5_Nginx1.40_Php5.57_MySQL5.5.35编译安装全记录
环境说明:CentOS 6.5 32位 PHP Version 5.5.7 mysql version _5.6.16一、准备工作配置防火墙,允许防火墙通过22(sshd)、80(WEB)、3306(MYSQL)端口iptables -A INPUT -p tcp --dport 80 -j ACC...
分类:数据库   时间:2014-05-19 13:29:28    阅读次数:466
hdu1598find the most comfortable road(并查集+枚举,求起点到终点的边中最大边减最小边差值最小)
Problem Description XX星有许多城市,城市之间通过一种奇怪的高速公路SARS(Super Air Roam Structure---超级空中漫游结构)进行交流,每条SARS都对行驶在上面的Flycar限制了固定的Speed,同时XX星人对 Flycar的“舒适度”有特殊要求,即乘坐过程中最高速度与最低速度的差越小乘坐越舒服 ,(理解为SARS的限速要求,flycar必须瞬间提...
分类:其他好文   时间:2014-05-16 01:43:49    阅读次数:270
linux iptables添加mysql访问
用一个shell脚本添加一个IP的mysql3306端口到防火墙白名单#!/bin/bashchkconfig--level235iptablesoniptables-Fiptables-AINPUT-s127.0.0.1-ptcp--dport3306-jACCEPTiptables-AINPUT-s192.168.0.11-ptcp--dport3306-jACCEPT
分类:数据库   时间:2014-05-15 00:45:29    阅读次数:299
鸟哥超阳春客户端防火墙设计与防火墙规则储存
#1.清除规则iptables-F清除所有已订定的规则iptables-X杀掉所有使用者"自定义"的chain(应该说的是tables)iptables-Z将所有的chain的计数与流量统计都归零#2.设定政策iptables-PINPUTDROPiptables-POUTPUTACCEPTiptables-PFORWARDACCEPT#3~5.制订各项规则iptables-AINPUT-ilo-jA..
分类:其他好文   时间:2014-05-15 00:39:41    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!