Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1795124
  • 博文数量: 286
  • 博客积分: 3713
  • 博客等级: 少校
  • 技术积分: 2275
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-11 09:47
个人简介

http://blog.chinaunix.net/uid/16979052.html

文章分类

全部博文(286)

文章存档

2018年(1)

2017年(16)

2016年(9)

2015年(17)

2014年(15)

2013年(112)

2012年(116)

发布时间:2012-06-29 09:36:43

    这个问题我相信很多同学困扰了很久,懂的大师们早已熟练于心,不懂的小鸟们百思不解。今天我就彻底的分析透彻这2个命令的......【阅读全文】

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

发布时间:2012-06-29 09:08:08

# cat a 1 2 </......【阅读全文】

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

发布时间:2012-06-28 15:32:17

#!/bin/sh# Simple little web server.PORT=80DOCROOT=/var/loglog () { logger -t httpd "$@"}run_nc () { nc -p $PORT -l -e $1 </dev/null >/dev/null 2>/dev/null &}header () { echo "HTTP/1.0 $1 $2" echo "Content-Type: $3" echo}.........【阅读全文】

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

发布时间:2012-06-27 16:00:07

echo "1" > /proc/sys/net/ipv4/ip_forwardiptables -A POSTROUTING -t nat -o ppp0 -j MASQUERADEiptables -A POSTROUTING -t nat -o ppp1 -j MASQUERADEip route replace default scope global nexthop dev ppp0 nexthop dev ppp1ip route flush cache......【阅读全文】

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

发布时间:2012-06-27 15:58:27

1 ip link add link eth0 dev eth1 type macvlan2 ifconfig  eth1 hw ether 00:26:9e:45:93:f4......【阅读全文】

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

登录 注册