linux下iptables配置详解-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 855072
  • 博文数量: 72
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1693
  • 用 户 组: 普通用户
  • 注册时间: 2014-08-04 15:53
个人简介

主要从事linux,云原生架构改造,服务网格,elk,python,golang等相关技术。

文章分类

全部博文(72)

文章存档

2015年(52)

2014年(20)

发布时间:2015-06-26 20:12:53

linux下iptables配置详解

如果你的iptables基础知识还不了解,建议先去看看.
开始配置
我们来配置一个filter表的防火墙.
(1)查看本机关于iptables的设置情况
[root@vm ~]# iptables -l -n
chain input (policy accept)
target  .........

阅读(4710) | 评论(0) | 转发(1)

发布时间:2015-06-24 09:33:41

深入分析各种raid模式  本文从低层原理上,深入透析了目前存在的7种模式的组成原理,结构,并深刻分析了各种级别相对于单盘io速率的变化。raid0 raid0是这样一种模式:我们拿5块盘的raid0为例子。.........

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

发布时间:2015-06-23 23:24:45

raid是“redundant array of independent disk”的缩写,中文意思是独立冗余磁盘阵列。简单地解释,就是将n台硬盘通过raid controller(分hardware,software)结合成虚拟单台大容量的硬盘使用。raid的采用为存储系统(或者服务器的内置存储)带来巨大利益,其中提高传输速率和提供容错功能是最大的优点。简单的说,r.........

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

发布时间:2015-06-22 21:13:47

每天定时切割 nginx 日志的脚本 1) vi /usr/local/nginx/sbin/cut_nginx_log.sh 点击(此处)折叠或打开 #!/bin/bash # this script run at 00:00 # the nginx logs path logs_path="/usr/local/nginx/logs/" mkdir -p ${logs_path}$(dat.........

阅读(4376) | 评论(1) | 转发(0)

发布时间:2015-06-22 20:47:42

内核参数优化 vi /etc/sysctl.confnet.ipv4.tcp_max_syn_backlog = 65536net.core.netdev_max_backlog = 32768net.core.somaxconn = 32768net.core.wmem_default = 8388608net.core.rmem_default = 8388608net.core.rmem_max = 16777216net.core.wmem_max = 16777216net.ipv4.tcp_timestamps = 0net.ipv4.tcp_syn.........

阅读(4167) | 评论(0) | 转发(1)
给主人留下些什么吧!~~

china_linux_hy2015-04-11 16:02

yancui135790:加油哈。。。棒棒哒

恩,

  |  

yancui1357902015-04-09 16:52

加油哈。。。棒棒哒

  |  
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图