New site
Sept. 24, 2011, 10:48 p.m.
Hello world!
Hi this is my new site, It completely rewritten, redesigned and reorganized.
Well why did this happend?
Mostly because I was tired of constantly watching security advisories about wordpress, and updating my blog every once in a while, I was tired of bloatware from massive plugins ...
[ Python ]
Wsgi on cPanel improved
March 27, 2011, 3:36 p.m.
There is a long time now from my original post on running Django with python 2.6 on cPanel based servers, and as time passed there was some issues while deploying Django in such a way. So I decided to post another post with some updates regarding deployment of any ...
[ cPanel ] [ Django ] [ Linux ] [ Python ]
Django on cpanel with python2.6, virtualenv and mod_wsgi
Aug. 14, 2010, 6:52 p.m.
So here is the simple to follow step by step tutorial on howto run latest Django on cpanel powered servers with python 2.6, virtual env and mod_wsgi. If you are running cpanel on your server it's most probably a rhel or centos distro, and those will have by ...
[ cPanel ] [ Django ] [ Linux ] [ Python ]
Tail -f in python, truncate aware
Aug. 11, 2009, 6:43 p.m.
So while doing a little coding I tried to find some tail -f class in python that will recognize when file that we tailing is been truncated. All I found was some tail -f classes that brakes on file truncate or rotate.
Eventually I came up with this:
import time ...
[ Linux ] [ programing ] [ Python ]