消除vim中的^M的几种方法
1)dos2uninx filename
2)sed -e 's/^M//' filename
3)vim中 :s/^M//gc
4)col -bx < dosfile > newfile
5)tr -s "\r\n" "\n" < file > newfile
XP下Qemu模拟器上OpenSolaris的安装
Migrating an ip-address to another server: clear the arp cache of your neighbors
terminal & console
VMware Workstation VMware Server 功能对比
优化Linux的内核参数来提高服务器并发处理能力
HTML5 Custom Data Attributes (data-*)
Serif和Sans Serif的区别
Improve DNS performance for Linux / Windows desktop using DNS caching software
awk详解
Javascript Self Invoking Functions