Categories
Archives
- June 2010 (1)
- April 2010 (1)
- December 2009 (2)
- November 2009 (1)
- August 2009 (1)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- July 2008 (1)
- June 2008 (1)
- April 2008 (1)
- March 2008 (1)
- February 2008 (3)
- December 2007 (2)
- October 2007 (1)
- September 2007 (1)
- August 2007 (3)
- July 2007 (4)
- June 2007 (2)
- May 2007 (2)
- April 2007 (5)
- March 2007 (1)
- February 2007 (2)
- January 2007 (2)
- November 2006 (1)
- September 2006 (1)
- August 2006 (1)
- July 2006 (2)
- April 2006 (1)
- October 2005 (1)
- August 2005 (2)
Monthly Archives: December 2009
ld-preload-reverse
I though I would post this piece of code since it has been laying around for quite a while. ld-preload-reverse is a LD_PRELOAD library that overrides the most common functions for writing text to a terminal, and reverses their output: … Continue reading
Posted in Computers
Leave a comment
lighttpd rewrite rules for Symphony CMS
For Symphony 2.0.6. url.rewrite-once += ( “^/symphony/favicon.ico$” => “$0″, “^/symphony/symphony/(assets|content|lib|template)/.*$” => “$0″, “^/symphony/workspace/[^/]+/.*$” => “$0″, “^/symphony/image/(.+\.(jpg|gif|jpeg|png|bmp))$” => “/symphony/extensions/jit_image_manipulation/lib/image.php?param=$1″, “^/symphony/symphony/?(\?(.*))?$” => “/symphony/index.php?mode=administration&$2″, “^/symphony/symphony(/(.*/?))?(\?(.*))?$” => “/symphony/index.php?symphony-page=$1&mode=administration&$4″, “^/symphony/([^?]*/?)(\?(.*))?$” => “/symphony/index.php?symphony-page=$1&$3″ ) Replace the first occurrence of ‘symphony’ on every line with the location … Continue reading