Articles
- Anime from Beez!

Two great anime have been bought by Beez and heading to the UK.  These are Sora Kake Girl – (The Girl Who Leapt Through Space) and Lucky star.  Wooo finaly Lucky star in UK.  Sora Kake Girl is a wonderful and crazy sci-fi anime, with lots of funny and un expected events, here is a picture of Honoka-chan, Read..

No comments

- Do Pigeons like games?

1 comment so far

- The watch command

A cool little Linux command that I found out about called “watch”. It runs a command repeatedly displaying its output and errors (the first screenfull). it will run the command every 2 seconds you can change this using the -n parameter to specify another interval. Again with thanks to the man pages and good old Read..

No comments

- Network Attached Storage

As I love networks and love storage even more, I decided that I want to have a network attached storage device (NAS).  Now my first location on my NAS quest was obviously CISCO, as they are pure awesome. After looking at the super expensive products they had for sale I decided to give the not so cool Read..

No comments

- New Design

I was board with the old look of the site.  Now I have a new layout, and with 10min of tweaking to get it to my liking we now have this.  As you can see we still have the old Nation Pigeon banner which was created way back on February 9, 2008, it still has Read..

5 comments

- C Force stop on warnings

To make sure that you write good clean code, you might be wondering how to make your complier stop on warnings, well now you can with this additional command line option: -Werror

No comments

- How to find out where your working directory is

If you are writing some code using some sort of crazy IDE that creates lots of folders and files all over the place, trying to find where to put extra files for your application to find and read can be hard. But not now with Pete’s easy directory finding solution! Instead of trying and failing Read..

No comments