Now displaying all site content relating to Linux
ImportError: No module named pysqlite2
Currently my favorite web app environment includes: CentOS 5.5 Python 2.6 (built from source) Pylons 1.0 (w/ SQLAlchemy 0.5.8) nginx Whenever I setup a new environment, and execute “paster serve …
Continue reading “ImportError: No module named pysqlite2”
Linux PythonUsing Linux to Get Internet Access on your Verizon Phone for Free
I recently dumped Sprint for Verizon because Sprint provides such shoddy reception in my area. When researching phones online, I came across a few mentions on how to get free …
Continue reading “Using Linux to Get Internet Access on your Verizon Phone for Free”
Linux Random MusingsUsing Apache’s mod_speling to catch unneded 404 erorrs caused by mispelligns
(This article is Part 2 in a series about Apache’s loadable modules. The previous topic was mod_ext_filter). As former Microsoft-ite who made the leap to OSS, one of the things …
Continue reading “Using Apache’s mod_speling to catch unneded 404 erorrs caused by mispelligns”
LinuxUsing Apache’s mod_ext_filter to automatically add watermarks to website images
I recently discussed mod_ext_filter, a loadable module used with Apache. It allows you to easily process your content through an external program before it’s passed onto the user’s web browser. …
Continue reading “Using Apache’s mod_ext_filter to automatically add watermarks to website images”
Linuxmod_ext_filter: mod_rewrite’s red-headed step sister.
Almost every experienced web developer who works with Apache is at least vaguely familar with mod_rewrite. It’s most frequently used to reformat ugly URLs containing a lot of query values …
Continue reading “mod_ext_filter: mod_rewrite’s red-headed step sister.”
Linux