Author Archives: Anthony Batchelor

About Anthony Batchelor

Job: Software engineer at Mercurytide Hobbies: Guitar/Band, Kendo, Beer Brewing, Simple Electronics, Python hacking.

git-svn new branches don’t show up…

Working with git-svn I noticed that new branched didn’t show up when I did the usual git svn rebase to get the remote changes. After a bit of searching and not coming up with much, I worked out that git … Continue reading

Posted in How-to, Programming | Tagged , | 2 Comments

Enabling bash/git auto-completion in Ubuntu

I now use git quite a lot for various projects.  I noticed that on one computer I had very handy tab completion, and the other one did not.  They are both running Ubuntu 8.10, so there shouldn’t be a difference. … Continue reading

Posted in How-to, Programming | Tagged | Leave a comment

WordPress upgrade

I’m loving the new “Upgrade” button in wordpress. Making upgrading of web apps as simple as possible is one way to make sure the users/admins keep the software up to date. Now I just wish that I set up a … Continue reading

Posted in sys-admin | Leave a comment

Firefox 3.1 <audio> linux bug

Thought I’d make small posts to help me keep track of bugs that I’m intereted in. This one is the <audio> in firefox 3.1 beta 2 not working under linux. Video works though :( Should mention that this is fixed … Continue reading

Posted in Ubuntu | Tagged , | Leave a comment

git vs bzr (vs svn)

I thought I should write up my experiences of trying out git.  It’s only been a week, but I’m settling in well.  This has probably been posted by many other people all over the internet but if everyone else is … Continue reading

Posted in Programming | Tagged , , | 3 Comments

Handy Hints: tail | grep

When trying to track an issue in log files on a live system, I find it handy to tail the logs. If the logs are being populated to quickly too find what I am looking for, I would pipe tail … Continue reading

Posted in How-to, sys-admin | 2 Comments

Ruby Gems on Ubuntu 8.10

Today I was setting up ruby, rails and capistrano on Ubuntu 8.10.  It turns out that the gems binary path was not in my path. To fix it, edit your ~/.bashrc file. gedit ~/.bashrc Add these lines to the bottom … Continue reading

Posted in Programming, Ruby, Ubuntu | Leave a comment

SSH tricks: Forward and Reverse Tunneling for Fun and Profit

SSH or Secure SHell is a protocol for connecting to a remote computer’s shell securely.  Many people use it for just this purpose, but there are several less used, yet extremely useful tricks you can use to get more out … Continue reading

Posted in How-to, SSH, sys-admin | Leave a comment

Recovering photos from a formatted camera…

I’ve just come back from my sister-in-laws wedding. It was great and we took some really good photos. (When I see we, I mean Jude took some really great photos, and I cut some peoples head off). Unfortunately, we accidentally … Continue reading

Posted in How-to, Photography, Recovery, Wedding | Leave a comment