Archive | SOLUTIONS RSS feed for this section

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 }

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 }

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 }
Change user password within bash script  on Ubuntu/Debian

Change user password within bash script on Ubuntu/Debian

I tried many different methods to no avail;  The only solution that worked for me was piping username:password into chpasswd…

Read full story Comments { 4 }

.docx file giving HTTP Error 404 within IIS6 website

When you request a file with .docx extension from an application served from IIS 6.0, you receive the following error message “HTTP Error 404 – File or directory not found”, even though the file is there & permissions are correctly set…

Read full story Comments { 0 }

Cannot connect to FTP – CentOS Godaddy using Simple Control Panel

You are setup with CentOS through GoDaddy, and are trying to FTP into the server. You have ensured that “Enable Server” is checked beneath
System Configuration > FTP within your “Simple Control Panel”.  You have verified you can SSH to the servers IP Address (elminates DNS Issues) but still cannot connect via FTP, here is why…

Read full story Comments { 0 }