Chinaunix首页 | 论坛 | 博客
  • 博客访问: 913161
  • 博文数量: 132
  • 博客积分: 9976
  • 博客等级: 中将
  • 技术积分: 1781
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-30 20:40
文章分类

全部博文(132)

文章存档

2013年(1)

2011年(1)

2010年(15)

2009年(77)

2008年(36)

2007年(2)

我的朋友

分类: 系统运维

2008-11-25 09:55:51


network administrate and management tools

tools:
<1> ethtool
<2> route
    # route -n
    # route del 192.168.2.0/24 dev eth0
    # route add default gw 192.168.0.1
<3> iptables(8)
    # iptables -t nat -vnL
    # iptables -vnL
    # iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to-source 192.168.0.111
<4> ip
<5> ifconfig
    # ifconfig
    # ifconfig eth0
    # ifconfig eth0 192.168.2.1
<6> tcpdump, ethereal, iptraf 抓包工具
<7> arp
<8> rarp
<9> netstat
<10> iptables-save(8)
<11> iptables-restore(8)
<12> ip6tables-save(8)
<13> ip6tables-restore(8)
<14> libipg(3)
<15> traceroute(1)
<16> brctl 操作网桥
<17> wmnet 查看流量
<18> whois, wol, 
<19> curl, wget
<20> nslookup
<21> dig - DNS lookup utility

concerning webpage:
<1>
<2>
<3>
<4>
<5> ‐dis.gsfc.nasa.gov/linux/misc/irq-conflict.html
<6>
<7>

others:
  wvWare, convert msword documents
  dnsmasq
阅读(661) | 评论(0) | 转发(0) |
0

上一篇:linux如何抓包

下一篇:gedit color scheme

给主人留下些什么吧!~~