Archive for the 'Howto' Category
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 [...]
November 2nd, 2008 | Posted in Howto, Linux, Ubuntu | No Comments
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. [...]
November 2nd, 2008 | Posted in Howto, Linux, Tech, Ubuntu | No Comments
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 [...]
October 31st, 2008 | Posted in Howto, Linux, Tech | No Comments
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 [...]
October 29th, 2008 | Posted in Howto, Linux, Tech, Ubuntu | 3 Comments
Most of the howto’s or tutorials we came across about this problem all mention to install suphp and run php as a cgi through it. We weren’t happy with this solution, so we did something different. Basically the problem is: Plesk runs apache as “www-data:www-data” while the users are “username:psacln”. So, uploading via sftp or [...]
October 25th, 2008 | Posted in Howto, Tech, Ubuntu | 3 Comments
Here’s a simple way of changing your Ubuntu server so it won’t be using the splash screen. Great for seeing console, if you’re not using VESA or just plain being old school. first: # sudo nano /etc/grub/menu.lst look for # defoptions= quiet splash change it to – important leave the # in the line. # [...]
October 19th, 2008 | Posted in Howto, Linux, Tech, Ubuntu | No Comments