Post thumbnail of subprocess.popen and static define in Python
13 January 2010
Continue reading subprocess.popen and static define in Python

subprocess.popen and static define in Python

I like os’s subprocess.Popen() to run shell commands from within my Python code. I also like to define TRUE and FALSE to use as return values. Now I know what you’re thinking: there’s no such thing as ‘C’s #define in python because there’s no compiler to swap out of all your substitutions at compile time. However, it’s just as easy to achieve the same results.

Post thumbnail of How to avoid stripping when building RPMs
21 April 2009
Continue reading How to avoid stripping when building RPMs

How to avoid stripping when building RPMs

I’ve found 3 ways to disable the strip binary option when building RPMs.

Powered by Wordpress   |   Lunated designed by ZenVerse