Saturday, October 30, 2010

Scite, Nginx, ...

The Scite FAQ has helpful, especially how to set monspaced font for all file types.

My way of building nginx 0.8.53 on ubuntu 10.04:
(assembled from various sources on the net)
  1. wget http://nginx.org/download/nginx-0.8.53.tar.gz
  2. sudo aptitude install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev libgcrypt11
  3. ./configure --prefix=/opt/nginx-0.8.53 --with-http_ssl_module  --with-sha1-asm --with-sha1=/usr/include


No comments:

Post a Comment