Linux下加子接口IP,Ping指定源IP
**添加子接口IP
#ifconfig eth2:1 192.168.4.23 netmask 255.255.255.0 up
**去掉子接口IP
#ifconfig eth2:1 192.168.4.23 netmask 255.255.255.0 down
**指定原IP ping
#ping -I 192.168.4.23 -c 192.168.12.100
10:49:00 AM 0 Comments
**添加子接口IP
#ifconfig eth2:1 192.168.4.23 netmask 255.255.255.0 up
**去掉子接口IP
#ifconfig eth2:1 192.168.4.23 netmask 255.255.255.0 down
**指定原IP ping
#ping -I 192.168.4.23 -c 192.168.12.100
Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard.
terminal & console
优化Linux的内核参数来提高服务器并发处理能力
表情符号
HTML5 Custom Data Attributes (data-*)
awk详解
Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD
GCC and Make Compiling, Linking and Building C/C++ Applications
Serif和Sans Serif的区别
XP下Qemu模拟器上OpenSolaris的安装
推荐19个很有用的 JavaScript 库