October 2008
M T W T F S S
« Sep   Nov »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Make tickets by milestone useful in trac

11:29 on Thu 2008-10-30 by Leons Petrazickis Trac

Trac is a great bug tracking, work ticket, action item management environment. It integrates well with SVN and other source control repositories. Its Roadmap view conveniently order milestones by due date. However, the custom report queries it comes with order milestones by their name. Frankly, that’s much less useful. I understand that they are replacing [...]

Install DB2 via the command line

14:00 on Sat 2008-10-04 by Leons Petrazickis DB2

I installed DB2 on an Ubuntu Linux server via SSH and the command line installer this morning. This is not particularly exotic, but is different from using the GUI installer on either platform. Still, I should jot down my steps: SSH to your server. On Windows, use Putty or the OpenSSL package in Cygwin. Open [...]