No Hero, Be Hero.
Thursday, April 23, 2009
my kvm-12 reading git
›
git clone git@github.com:yulin724/my_kvm_reading.git
Configure git to ignore some files globally
›
1. Create a file ~/.gitignore Add the following lines into it: kvm-12/kvm-12.vpj kvm-12/kvm-12.vpw kvm-12/kvm-12.vpwhistu kvm-12/kvm-12.vtg ...
Saturday, April 11, 2009
about library symbolic link
›
兼容性不仅是为了关联 这意味着您最终要链接的程序库最好与调用它的代码相兼容。使用静态链接的可执行文件,可以在某种程度上 保证不会发生任何改变。如果使用动态链接,就得不到这样的保证。 当出现新版本的程序库时会怎样?特别是新版本改变了...
Wednesday, February 18, 2009
python xml parser
›
ElementTree http://effbot.org/zone/element.htm http://infohost.nmt.edu/tcc/help/pubs/pylxml/class-ElementTree.html#ElementTree-find ElementT...
Sunday, February 15, 2009
python gtk glade
›
A good blog: http://www.learningpython.com/ python + glade tutorial http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-...
Sunday, February 08, 2009
simple sqlite3 python-binding tutorial links
›
SQLite Tutorial http://freshmeat.net/articles/view/1428/ python and sqllite : simplest example http://snippets.dzone.com/posts/show/653 A br...
my screenrc
›
Screenshot: My screen rc file. #caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b 4w}%?%L=%-Lw%45>%{-b w4}%n%f* ...
Sunday, August 03, 2008
Need to "one hundred pushups in six weeks"!
›
Sunday, April 27, 2008
Linux boot process parts.
›
from http://www.snow.nl/dist/htmlc/ch02.html. The Linux boot process can be logically divided into six parts. They are as follows: 1, Kernel...
›
Home
View web version