Post thumbnail of Compile python into single file executable packages
16 September 2009
Continue reading Compile python into single file executable packages

Compile python into single file executable packages

First I had to run dos2unix on all the files to get the right new line chars. Then I had to find a patch to fix the kernel-rt problem with the linux-vdso.so.1 missing messages. I found I could run MakeSpec.py and Build.py to compile python scripts into executables after patching. Here’s what the patch does.

Post thumbnail of Trimming down an Apache server, blindfolded
22 January 2009
Continue reading Trimming down an Apache server, blindfolded

Trimming down an Apache server, blindfolded

Here’s my notes from trimming a little off the top of an apache server. This was just a quick chop at the default install. I haven’t looked at how the webapps are used or how many connections or the length of time per connection or anything… I’ll go back later and tweak how many threads and processes are started and used.

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Post thumbnail of Apache on a diet: Tune for optimal memory usage and speed
1 January 2009
Continue reading Apache on a diet: Tune for optimal memory usage and speed

Apache on a diet: Tune for optimal memory usage and speed

Lets get a running start… Make sure KeepAlive is set to ‘On’, HostnameLookups is ‘Off’ and comment out most of the modules loaded in your default Fedora, Ubuntu, Suse, other bloated distribution’s choice for default modules. Most of them you won’t need or want to have available. You’ll probably need rewrite and php, …

Share this:
  • Digg
  • Facebook
  • Reddit
  • LinkedIn
  • Google Bookmarks
Powered by Wordpress   |   Lunated designed by ZenVerse