Category Archives: 计算机技术

vps初始配置

开机,内存使用36M,好强大...

0、更改密码
[shell]
#root登陆后,先更改密码,输入passwd后,连续两次新密码即可
passwd
[/shell]

1、安装vim

[shell]
#默认只有vi,没有vim...囧
yum install vim-enhanced
[/shell]

2、修改PS1
[shell]
vi /root/.bash_profile

# .bash_profile
# Get the aliase[......]

继续阅读

Sniffer资料

libpcap中如何从区分Ethernet的承载包类型(IP、ARP、RARP)以及MAC地址
http://blog.sina.com.cn/s/blog_43a0370b010005p0.html

IP包格式
http://www.cnblogs.com/tuyile006/archive/2006/12/25/603185.html
http://www.freesoft.org/CIE/Course/Section3/7.htm

TCP包格式
http://blog.[......]

继续阅读