Recent posts

Branch From Another Git Branch

less than 1 minute read

This will be needed when you want to start a development branch where the code is based on code that was committed in another branch and not the ‘Develop’ br...

Checkout A Git Branch

less than 1 minute read

If you are using GitFlow you will typically need to create a branch from ‘Develop’ to do your development work. To create the branch follow these steps: C...

Download And Install Sigar

less than 1 minute read

Sigar is a Java library that allows you to monitor various aspects of your system. Including Network, Memory, and CPU.

Migrate Sugarcrm Data To Salesforce

4 minute read

The following post will describe how to migrate all Accounts, Contacts, Tasks and Notes from SugarCRM to SalesForce whilst maintaining their relationships wi...

Cryptography Explained

3 minute read

Cryptography (encryption) is the process of protecting information by transforming it into an unreadable format, called cipher text. This will usually be don...

Public Key Infrastructure

2 minute read

Why is PKI necessary? The trouble with communication on the internet is that it is very easy for a third party to intercept the data being sent between two p...

Vpn And Vlan For Secure Remote Networking

5 minute read

Introduction This report will discuss the use of VPN technologies for secure communication across the internet. It will critically evaluate various VPN solut...