Make tickets by milestone useful in 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
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 [...]