开机,内存使用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[......]
开机,内存使用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[......]
1、编译安装glib
wget http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2
tar -xjvf glib-2.24.2.tar.bz2
cd glib-2.24.2/
./configure --prefix=/usr
make -j && make install
2、安装atk,cairo,tiff
sudo apt-get install sudo apt-get i[......]
要做Sniffer了,先在Linux下编译一下libpcap
1、编译安装flex
#libpcap 1.1要求flex必须在2.4.6及以上
wget http://prdownloads.sourceforge.net/flex/flex-2.5.35.tar.gz?download
tar -xzvf flex-2.5.35.tar.gz
cd flex-2.5.35
./configure --prefix=/usr
make -j
sudo make install[......]
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.[......]
之所以放弃Google code的原因是,
(1)不支持Private project,所有人都能浏览
(2)速度不稳定,经常被墙。
http://www.xp-dev.com/
拥有svn免费150Mb,足够用了,可以开2个用户,2个私有项目,公开项目无限。[......]