Visualising your source code with gource…

This is the settings that worked for me when running gource xvfb-run -a -s “-screen 0 1280x720x24” gource -s 0.4 -p 0.01 -1280×720  –auto-skip-seconds .4 –multi-sampling –stop-at-end –highlight-users –hide mouse,progress,filenames,dirnames –file-idle-time 0 –background-colour 111111 –font-size 20 –title “Omlet Lib 4_1” –output-ppm-stream – –output-framerate 60 | avconv -y -r 60 -f image2pipe -vcodec ppm -i – … Read more

A Review of Pokki – Windows 8 Start Menu

I just wanted to review Pokki – Windows 8 start menu replacement which I installed to replace the deeply broken Windows 8 Metro interface. Pros It is free Cons It is really slow and takes ages to load up. It has privacy problems – i.e. it records everything you type into the search and send … Read more

How to install Postgres 9.3 with headers on Ubuntu 13.10

If you need to install Postgres 9.3 with development headers (i.e. so that you can compile extensions to Postgres) then hopefully this post can help you. Firstly – don’t use the official Postgres PPA because it only provides binaries and not sources. So, use Chris-Les Postgress PPA found here: https://launchpad.net/~chris-lea/+archive/postgresql-9.3 I hope this help someone.

How to send a test email from the command line Ubuntu

If you have just installed Postfix or Sendmail it can be helpful to test if everything is configured correctly. Often you want to do this from the commandline without having to install an entire email client. You can do this by installing a few simple command line mail utilities. Then pipe a message to the … Read more