by Dexter | Apr 14, 2010 | Internet, Software
As promised here are some install instruction – or better would be to say how I did it. Download and unpack the latest source from http://wiki.nginx.org/NginxInstall. I selected the development version. server ~ / $ tar zxvf nginx-0.8.35.tar.gz server ~ / $ cd...
by Dexter | Apr 13, 2010 | Internet, Red Hat, Software
After installing nginx (I will maybe post all steps later). Some basic settings and it is runing. nginx cannot run PHP scripts directly, for this reason you need to use fastcgi. What do you need for this? 1st the php-cgi installed. To check where it is use server ~/ :...
by Dexter | Apr 1, 2010 | Internet, IT, Red Hat, Software
nginx [engine x] is a HTTP and reverse proxy server, as well as a mail proxy server written by Igor Sysoev. It has been running for more than five years on many heavily loaded Russian sites including Rambler (RamblerMedia.com). According to Netcraft nginx erved or...
by Dexter | Mar 15, 2010 | Internet, IT, Plug-in/Add-ons
Vimperator is a Firefox browser extension with strong inspiration from the Vim text editor, with a mind towards faster and more efficient browsing. It has similar key bindings and you could call it a modal web browser, as key bindings differ according to which mode...
by Dexter | Mar 13, 2010 | IT, Linux, Software, Ubuntu
Have you ever felt that it is just annoying to use your mouse with a notebook? or that resizing manually windows as you need to see more? If yes Xmonad is for you. It is based on haskell. It was quite easy to implement and replace metacity under gnome. It is not so...