posted @ 2012-06-01 00:16 Morya 阅读(3) 评论(0) 编辑
摘要: http://www.gnu.org/software/coreutils/manual/coreutils.html#Introduction
this is the introduction of coreutils.
which was formed with three old packages (Fileutils, Shellutils, and Textutils)阅读全文
摘要: python 文档工具 sphinx 默认生成的表格在表现复杂内容的时候,
有点乏力。
表格的左右没有线条很不整齐啊。。(个人意见)
其实,文档里面说的很清楚,如下地址:
http://sphinx.pocoo.org/latest/theming.html#static-templates阅读全文
posted @ 2012-05-24 20:10 Morya 阅读(9) 评论(0) 编辑
portable linux python
Don't know if this works, will try later...
http://pypi.python.org/pypi/plipy/0.0.1
posted @ 2012-02-28 23:20 Morya 阅读(19) 评论(5) 编辑
摘要: Building Git Version Control System on AIX, HP-UX and Solaris
Git is a fast version control system originally designed for the Linux kernel and written by Linus Torvalds.
Need git on AIX or HP-UX? Here's how:阅读全文
posted @ 2012-01-09 21:39 Morya 阅读(53) 评论(0) 编辑
摘要: aix compile python with xlc failed on ctypes
and gcc 4.6.1 pass compile阅读全文
posted @ 2011-11-15 22:38 Morya 阅读(35) 评论(2) 编辑
摘要: 动态构建ConfigObj的configspec
validate模块用来验证ini文件是否合法,内部设定的值是否合乎逻辑。
但是我们的配置文件有些section是可选的,所以后来想到用下面这种办法来动态构建一个spec文件。阅读全文
posted @ 2011-11-12 23:50 Morya 阅读(37) 评论(1) 编辑
