Tag Archives: Linux

Bazaar Plugin for OnTime Integration

I was playing around with bazaar, whilst reviewing distributed version control systems (DVCS), and created a simple plugin for use with axosoft’s ontime. The plugin parses the commit message and links the files to the related task, defect or feature. … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment

Upload Image to Imgur.com

I was looking for an easy way to upload images from my laptop to imgur.com without having to open my browser up. I found a post explaining how to upload an image from nautilus. The script worked well enough however … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

SVN Notify by Email

Svn hook to email you information in post commit hook. Install svnnotify which will be used to send the email yum install perl-CPAN perl -MCPAN -e ‘install SVN::Notify’ perl -MCPAN -e ‘install SVN::Notify::HTML::ColorDiff’ The post-commit script #!/bin/sh for i in … Continue reading

Posted in Development Log | Tagged , , | 1 Comment

More Django Plugin Stuff

So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.

Posted in Development Log | Tagged , , , , | 2 Comments

Three Mobile On Linux Update

UPDATE: After installing three mobile on Fedora 11 I noticed that the DNS servers had changed. The new one are as follows DNS Server: 4.2.2.1,4.2.2.2 One thing that I forgot to mention in my previous post about setting up mobile … Continue reading

Posted in Development Log | Tagged , , , | Leave a comment

Fedora 11 and Mobile Broadband

When I was previously running F10 I managed to get my three mobile broadband setup without any hassle, which I conveniently forgot how to do when I install Fedora 11. After a quick search I found a comment on the … Continue reading

Posted in Development Log | Tagged , , | 6 Comments

Fedora 11 is out, upgrade time

So Fedora 11 has been out for a little while now and I’m getting ready to upgrade. Previously I have tried using the upgrade facility however I normally end up having to perform a clean install. So now I’m currently … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

Ubuntu UK Podcast

So despite being a fedora user I’ve recently checked out the uk ubuntu podcast after my lecturer touted my cctray project to them. I’ve tried listening to tech podcasts before and most of them are dull and tedious to listen … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment

New GTK# Project

I’ve started a new project, RssNotify, to try and learn more about developing applications using GTK. I’ll still be developing cctray-gtk as this project is useful, but the RssNotify is more of a project to satisfy my curiosity. The RssNotify … Continue reading

Posted in Development Log | Tagged , , , | Leave a comment

CCTray updates and Mono musings

Impleneted some more to the CCTray-gtk project with the ability to add build servers that communicate over HTTP. This did involve commenting out some of the code in the CCTrayLib project, which was unavoidable. The issue occurred as the library … Continue reading

Posted in Development Log | Tagged , , , , | Leave a comment