Archive for the 'Linux' Category



Fixing MySQL Error 1064 with PHPList when selecting new criteria

Today we had to fix a clients PHPlist. There was an error in their mysql select statement for whatever reason – whether it was their setup (they had some really weird group names and country names) or something with PHPList. Took us a while to figure it out, but as it turns out someone else [...]

Getting Sendmail to work with Rogers and Smarthost settings

I didn’t do this myself so I can’t vouch for it, but there was a recent discussion on one of the mailing lists I’m on about getting Sendmail to work with Rogers Smarthost settings.
Apparently this howto:

http://www.newthink.net/2007/05/18/smarthost-authentication-with-sendmail/

Will get you going, but there is one critical change you must make as determined by the Hugo on the [...]

Installing Custom Themes with Trac 10.x. Beautify your Development and set yourself Apart.

Ever wanted to install a new theme to your TRAC installation? Often we’ll want our development environments to look a little different from every other trac site on the Internet. We’d never tried to change the theme before, so decided to write a small tutorial on how it’s done for our archiving purposes, and for [...]

Tutorial on how to Install Apache, Subversion and Trac with Virtual Hosting suppor in Ubuntu Linux

We recently had to setup Apache, Subversion and Trac all within a virtual hosting environment for one of our Clients to be able to develop easily and effictively among team members. They wanted to use multiple domain names for separate projects. Made sense to us, so we started looking for instructions on setting this up.
We [...]

Howto Setup Emergency Queues with Separate Outbound PRI channel using FreePBX and Ring Groups.

One of our clients recently had a question about his system using FreePBX 2.5.1 and Asterisk 1.4 regarding using specific lines to reach staff.
He runs a support queue for his company. During the day he has a regular IVR with Call queues enabled to handle customer calls and direct them to the appropriate staff member [...]

Installing Habari Blog on Ubuntu Server to Replace Wordpress

You may have heard of Habari, you may not have. It’s yet another blogging software, written from the ground up to take advantage of all the latest technologies available. For this reason it’s not supported everywhere and probably is why you haven’t heard of it yet.
I think this software could replace Wordpress if done correctly, [...]