Intro I finally got round to moving all my web services off a single server and onto a new server using ESXi virtualisation. I got an older HP G7 DL380 with 2x Intel Xeon CPU’s and 64GB of RAM for…
Read More
The Code: I decided to write a quick bit of code to reinforce my understanding of char pointers in C; especially Char** as I recently confused myself. Firstly lets get straight to the code as it is the best way…
Read More
I have started working heavily with VMWare at work and have setup my own HP DL380 G7 with VCentre 6.0 which needed 8GB of RAM. This was the smallest configuration available from VMWare however it was overkill for my home…
Read More
While trying to install an update for network-manager strongswan from AUR I got the following error: [crayon-61c26a1ebcd57061367268/] The public key needs to be downloaded using the following command: [crayon-61c26a1ebcd5e531427986/] Reference: Michal Zuber
Read More
Introduction This post will be extensive so will be separated into 3 parts to make it easier to write and read. I have spent the last couple of months developing a weather station; both for the fun of it and…
Read More
I have started re-learning C using the “C Head First Book” after doing it at university a number of years ago and decided to purchase an Ardunio (Well Genunio as I am not in the USA). The first lab in…
Read More
Problem In gnome 3 you can favourite applications so they appear in the side dock (or in the bottom dock if dash to dock is installed). Normally when you open an application it will open with that same icon however…
Read More
This post will show you how I managed to restore my laptop after the grub configuration got corrupted and could not find the LVM root partition. The grub menu booted into grub-rescue which I could not use to boot the…
Read More
Introduction Android supports IPSEC/L2TP & IPSEC with XAuth with either PSK or Certificates. I struggled to find any thorough information on setting up the server in its various forms so have written this blog mainly so I don’t forget how…
Read More
I have been using arch Linux with the Gnome desktop for around 1 year. There have been no issues until I upgraded to Gnome 3.16 from 3.14.x Bluetooth had stopped working for audio devices such as my wireless headphones. The…
Read More