by Dexter | Apr 29, 2010 | Internet, Linux
Following the my previous post on nginx and php for the search engine friendly URL edit the virtualhost nginx config file and a localtion server ~/ $ cat /etc/nginx/sites-available/default.conf server { listen 80 default; server_name _; access_log...
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 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...
by Dexter | Feb 7, 2010 | Gentoo, Internet, IT, Linux
After upgrading couple of new plug-ins are installed. Here is a basic start up script for gentoo $!/sbin/runscript depend() { need net } start() { ebegin “Starting redmine” start-stop-daemon –start –make-pidfile –chuid apache:apache...
by Dexter | Dec 28, 2009 | Gentoo, Linux
Install all required packages for redmine server ~ $ emerge dev-ruby/rubygems install ruby on rails version required by redmine H Install the preferred database server/client MySQL/PostgreSQL server ~ $ emerge postgresql Configure and create the database for redmine...
You must be logged in to post a comment.