Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
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
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
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
More Django Plugin Stuff
So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.
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 Fedora 11, Linux, Mobile Broadband, Network Manager
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
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
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
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
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