Jeffrey’s Blog

TCP的状态图

@ 阅读全文 | 2008/09/27 07:59am | Category: 电脑网络, 系统管理 | 348 views  
Tags:

TCP的状态变迁图

TCP正常连接建立和终止所对应的状态

Continue Reading ...

lighttpd学习笔记

@ 阅读全文 | 2008/09/25 06:23pm | Category: 应用服务 | 338 views  

一. 基本安装
官方网站: http://www.lighttpd.net
./configure –prefix=/zhangjianfeng.com/app/lighttpd-1.4.19l
mkdir /zhangjianfeng.com/app/lighttpd-1.4.19/conf/
cp doc/lighttpd.conf /zhangjianfeng.com/app/lighttpd-1.4.19/conf/
手工启动方法:  /zhangjianfeng.com/app/lighttpd-1.4.19/sbin/lighttpd -f /zhangjianfeng.com/app/lighttpd-1.4.19/conf/lighttpd.conf
服务控制脚本:  安装包自带了一个脚本, doc/rc.lighttpd, Continue Reading ...

[娱乐视频]Jeff Dunham - Achmed the Dead Terrorist

@ 阅读全文 | 2008/09/24 05:05pm | Category: 影音娱乐 | 338 views  

Continue Reading ...

应用服务器sysctl.conf部分参数及优化脚本

@ 阅读全文 | 2008/09/23 06:50pm | Category: 系统管理 | 261 views  

应用服务器sysctl.conf部分参数
## network configurations
net.ipv4.ip_forward = 0 # IP packet forwarding
net.ipv4.tcp_tw_reuse=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_fin_timeout=30  #60,每条至多占 1.5K 的内存
net.ipv4.tcp_keepalive_time=1800 #7200
net.core.netdev_max_backlog=3000 Continue Reading ...

[音乐欣赏] Timbaland feat. One Republic - Apologize

@ 阅读全文 | 2008/09/18 06:56pm | Category: 影音娱乐 | 199 views  

gosip girl 插曲

Apologize 对不起
–Timbaland

I’m holding on your rope,
Continue Reading ...

IOZONE学习笔记

@ 阅读全文 | 2008/09/18 03:38pm | Category: 系统管理 | 302 views  

IOZONE学习笔记
一. 安装
1.安装gnuplot
找到安装盘中gnuplot-4.0.0-20.2.i586.rpm ,并安装
或直接到主页http://www.gnuplot.info/
(如果不安装,执行Generate_Graphs时会出现./Generate_Graphs: line 30: gnuplot: command not found报错)

2.安装iozone
到http://www.iozone.org/下载最新版
cd /zhangjianfeng/tools/ && wget http://www.iozone.org/src/current/iozone3_308.tar
tar xf iozone3_308.tar && Continue Reading ...

wordpress2.61升级完成

@ 阅读全文 | 2008/09/8 01:56pm | Category: 站点日志 | 231 views  
Tags: ,

感觉不错,推荐升级.

另外顺便修改了一下主题, 现在的主题是wordpress自带的, 可以自适应客户端屏幕大小,感觉花哨的东西更少, 打开速度更快, 更适合阅读. Continue Reading ...

京ICP备06038449号