Monthly Archives: 十二月 2011

ASA防火墙应用(结合VMware和QEMU搭建仿真环境)

网络安全;ASA;vmware;qemu; Continue reading

Posted in 网络安全, 计算机网络 | Tagged , , , | Leave a comment

网络工程&情书

网络工程;route;Tracer;IPSEC Continue reading

Posted in 网络安全, 计算机网络 | Tagged , | Leave a comment

[Linux命令小技巧]关于seq的使用技巧.

seq 可以表达数字,一串数字。 例如 seq 50 就会从一打印到 50 个数字 ,还可以跳着出数。例如想每隔两个数出一个数字 seq 1 2 10 这样就只有奇数输出. 例如想产生一个前边家字符的循环 seq -f ‘yoyojacky%g’ 10 这样就会产生从yoyojacky1-yoyojacky10的字符串。 用于产生从某个数到另外一个数之间的所有整数   例一:   # seq 1 10   结果是1 2 3 4 5 6 7 8 9 10 seq -f, –format=FORMAT use … Continue reading

Posted in Linux | Tagged , , , , , , , , , | Leave a comment