Archive for: August 2011

2011-08-31

关于阵列卡的配置参数Cache Policy(缓存策略)

Filed under: 东写西读 - 31 Aug 2011

Read-ahead(预读)启用逻辑驱动器的SCSI预读功能。 可将此参数设为No-Read-Ahead(非预读)、Read-ahead(预读)或Adaptive(自适应)。 默认设置为Adaptive(自适应)。
* No-Read-Ahead(非预读)...

2011-08-29

python下登录https

Filed under: 东写西读 - 29 Aug 2011

1. instlal httplib2

wget http://httplib2.googlecode.com/files/httplib2-0.7.1.tar.gz
tar zxvf httplib2-0.7.1.tar.gz
cd httplib2-0.7.1
python setup.py install

2. use

h = httplib2.Http(disable_ssl_certificate_valida...

2011-08-21

推荐工作机会

Filed under: 东写西读 - 21 Aug 2011

快玩Python开发工程师

招Python开发多名

a) 基础要求
接触Python一年以上
熟悉Tornado、Django、Pylons、Flask等常用Python开发框架
了解或使用过Zope,Django,Quxiote等框架
熟悉My...

systemtap在centos5下的安装

Filed under: 东写西读 - 21 Aug 2011

systemtap在centos5下面安装有点小麻烦,否则安装正常的步骤安装的话,会出现很多的warning,虽然不影响使用,但是总觉得有点如鲠在喉的感觉,参照官方的文档( Comments (0)

systamtap安装方法

Filed under: 东写西读 - 21 Aug 2011

Prerequisites:

- linux kernel with kprobes (mainline 2.6.11+ or backport)
- kernel module build environment (kernel-devel rpm)
- kernel debugging information (kernel-debuginfo rpm)
- C compiler (same as what kernel was compile...

Next Page »