About iain wright

Archive by Author

OSX Lion: Postgres could not connect to database postgres (after homebrew installation)

Problem: createuser: could not connect to database postgres: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket “/var/pgsql_socket/.s.PGSQL.5432″? Solution: I tried many solutions found across the interwebs to no avail. The problem seems quite common, for me the fix was: Make sure [...]

Read full story Comments { 0 }

Tutorial: How to setup a Dedicated Left 4 Dead 2 (L4d2) server on Linux (CentOS 5.6)

Most of the tutorials out there are dated or missing fixes that required time and effort to search and resolve. I am throwing this together as I go through the installation in the hopes it saves someone else some time. As always feel free to comment for help. I’ve run valve based servers on/off for about [...]

Read full story Comments { 2 }

Tutorial: Install WordPress on an Ubuntu 10.04 Cloud Server (NGINX, MySQL, PHP 5.3 with php-fpm, APC)

This tutorial takes you step by step through the installation of NGINX, MySQL, PHP 5.3, php-fpm, APC (Opcode cache) and WordPress on Ubuntu 10.04 LTS

Read full story Comments { 9 }

Dell U2711: Text is blurry at full/native resolution

Problem: Text/image appears blurry & choppy when you run your U2711 at full/native resolution (2560 x 1440).

Read full story Comments { 8 }

configure: error: Could not find libevent >= 1.4.11 when running ./configure PHP 5.33

When running ./configure to install PHP 5.33 from source receive this error:
checking for libevent >= 1.4.11 install prefix…
configure: error: Could not find libevent >= 1.4.11
The solution for me was to install libevent from source, heres how…

Read full story Comments { 2 }

Tutorial: How to install Atlassian JIRA 4 Standalone on Red Hat Enterprise Linux

This tutorial is broken into 2 parts and will walk you through the installation of JIRA on a new Redhat based server . JIRA Is an application written entirely in JAVA, thus step one is to install java’s JDK…

Read full story Comments { 22 }

Mailman: Archives not working “No messages have been posted to this list yet, so the archives are currently empty.”

After installing mailman and posting a few messages to one of your lists, the messages do not show up in the list archives.

Read full story Comments { 6 }

Java JDK Installation Error on Redhat: bad ELF interpreter

The fix for me was  to use the 64bit version of the JDK installer. You can determine if you are on 32bit or 64bit by running…

Read full story Comments { 2 }

Maxtor OneTouch 4 USB Device Not Recognized

Windows XP keeps throwing a “USB Device not recognized” error when you plug in your Maxtor Onetouch External USB Drive…

Read full story Comments { 0 }
How to install mod_fastcgi on Ubuntu “Lucid” 10.04 LTS

How to install mod_fastcgi on Ubuntu “Lucid” 10.04 LTS

When you attempt to install mod_fastcgi for apache 2.2 on Ubuntu 10.04 using “apt-get install libapache2-mod-fastcgi” you recieve the Error “E: Package libapache2-mod-fastcgi has no installation candidate.”

Read full story Comments { 1 }