Chinaunix首页 | 论坛 | 博客
  • 博客访问: 543401
  • 博文数量: 203
  • 博客积分: 245
  • 博客等级: 二等列兵
  • 技术积分: 1288
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-16 10:29
文章分类

全部博文(203)

文章存档

2023年(4)

2022年(21)

2021年(7)

2020年(5)

2019年(1)

2018年(6)

2017年(11)

2016年(15)

2015年(52)

2014年(37)

2013年(26)

2012年(18)

我的朋友

发布时间:2017-08-28 10:37:53

http://blog.csdn.net/robertsong2004/article/details/46892047If you know the contents of the line, this is an ideal use case for:git log -S path/to/filewhich shows you commits which introduce or remove an instance of that string. There's also the -G which does the same thing w.........【阅读全文】

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

发布时间:2017-07-19 16:12:35

Set vlan operations interface suffix, if not set ,the default value is "."    vlanctl --if-suffix       change real interface name mode,if not set , default mode is RG.    vlanctl --if |......【阅读全文】

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

发布时间:2017-03-09 17:19:33

ebtables和iptables类似,都是Linux系统下网络数据包过滤的配置工具。既然称之为配置工具,就是说过滤功能是由内核底层提供支持的,这两个工具只是负责制定过滤的rules.这里主要介绍ebtables,iptables类似。一、过滤时机要了解过滤时机,首先得了解网络数据包进入网卡后,在系统中的转换流程,见图:从上图可以.........【阅读全文】

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

发布时间:2016-10-25 17:38:11

Fedora 17更改开机启动项,设置windows为第一启动项当地电脑装了两个或更多的系统,有时候喜欢电脑开机就进去windows系统,然而安装完fedora后,默认都是先启动fedora,现提供两个方法把windows提为第一启动项方法一:1. 利用终端,首先找到Windows的menuentry.# cat /boot/grub2/grub.cfg | grep Windows结.........【阅读全文】

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

发布时间:2016-09-21 14:42:16

http://blog.csdn.net/littlefang/article/details/5600399tcprewrite可以修改pcap包的端口、IP、MAC地址等,搭配tcpreplay回放数据包。对于一个通过tcpdump得到的数据包test.pcap,它是oIP1:oIP2之间的数据交互,要将其源目的IP地址修改为nIP1:nIP2,首先要执行tcpprep命令,生成中间文件test_cache.pcap:tcpprep -p .........【阅读全文】

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

登录 注册