1. ./statsite -f statsite.conf &(后台);
2. ps ax|grep **
3. bg fg
4.chmod +x start.sh
5.tcpdump udp -X -vvv port 8999
6.netstat -an|grep 2003
7.(1)./boost (2)./config --prefix = ./local/statsite (3)make (4)make install
8.(1)make clean (2)git commit -a (3)git push
9.x 删除
10.yum install **
11.nc 传文件 (1).nc -l 8129 > proxy_test.py (2).nc 10.13.81.50 8129 < ./proxy_test.py
12.git push无权限,解决办法:./git/config url=shixi_qianqian@...
13.(1)git status (2)git add . (3)git status (4)git commit -m "增加新文件" . (5)git push
14.startx
15.gcc test1.c test2.c -o test