python下登录https

Filed under: 东写西读 | Leave a Comment 

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...


推荐工作机会

Filed under: 东写西读 | 2 Comments 

快玩Python开发工程师

招Python开发多名

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


systemtap在centos5下的安装

Filed under: 东写西读 | Leave a Comment 

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


systamtap安装方法

Filed under: 东写西读 | 1 Comment 

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...


编译内核出现Not enough random bytes available解决办法

Filed under: 东写西读 | Leave a Comment 

在编译内核的时候,经常可以看到系统报警。

Not enough random bytes available,说明系统中的熵值不足,没有足够的随机数给GPG来产生密钥。

如果在图形界面,多滑动几下鼠标就可以产...


Page 2 of 36«12345»...Last »