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…
Tutorial: How to install Atlassian JIRA 4 Standalone on Red Hat Enterprise Linux
by iainlbc on 28. Aug, 2010 in TUTORIALS
Mailman: Archives not working “No messages have been posted to this list yet, so the archives are currently empty.”
by iainlbc on 24. Aug, 2010 in SOLUTIONS
After installing mailman and posting a few messages to one of your lists, the messages do not show up in the list archives.
Java JDK Installation Error on Redhat: bad ELF interpreter
by iainlbc on 29. Jul, 2010 in SOLUTIONS
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…
Maxtor OneTouch 4 USB Device Not Recognized
by iainlbc on 16. Jul, 2010 in SOLUTIONS
Windows XP keeps throwing a “USB Device not recognized” error when you plug in your Maxtor Onetouch External USB Drive…
How to install mod_fastcgi on Ubuntu “Lucid” 10.04 LTS
by iainlbc on 12. Jul, 2010 in SOLUTIONS
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.”
Change user password within bash script on Ubuntu/Debian
by iainlbc on 08. Jul, 2010 in SOLUTIONS
I tried many different methods to no avail; The only solution that worked for me was piping username:password into chpasswd…
.docx file giving HTTP Error 404 within IIS6 website
by iainlbc on 07. Jun, 2010 in SOLUTIONS
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…
Cannot connect to FTP – CentOS Godaddy using Simple Control Panel
by iainlbc on 04. May, 2010 in SOLUTIONS
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…
Redirection Plugin – Regular Expression Examples from a Movable Type to WordPress Migration
by iainlbc on 27. Apr, 2010 in SOLUTIONS
Within a few days of migrating a Movable Type blog to Wordpress we had thousands of 404 errors with users still hitting our old MT Search Engine, the Redirection plugin logged all of them. We then created several rules to forward the old search traffic to the new wordpress search…
How to backup Rackspace Cloudsites Automatically, Incrementally, using Free Software
by iainlbc on 20. Apr, 2010 in SOLUTIONS
Cloudsites recommends creating scheduled Cron jobs for backups if they need to be automated, and does facilitate this need in the manage.rackspacecloud.com control panel. Rackspace unfortunately does not provide sufficient documentation to accomplish this; If you’re not a proficient Unix Admin this is a tough route to take. Consider using an FTP based backup, read more to find out how…