Introduction Often when using Spring Boot it is convenient to put a common piece of functionality within a shared library. That library can then be used in actual applications and any Spring Beans defined within
Continue ReadingApache Ignite Integration with Spring Boot
Overview Apache Ignite is an open source distributed database, in memory data store and compute platform. In this post we will be looking at how we can configure Apache Ignite within a Spring Boot component
Continue ReadingCreating a Spring Boot Project with Spring Initializr
Overview A common use case for Spring Boot is to create small independent (micro)services. Having the ability to do this easily makes getting an application up and running more quickly more accessible. Spring Initialzr is
Continue ReadingInstalling FlightAware, FlightRadar24 & ADSBExchange on Raspberry PI
Overview If you have an interest in aviation then you can get access to free premium accounts from both FlightAware & FlightRadar24 if you provide data into their networks. FlightAware will provide you with an
Continue ReadingInstalling Ansible AWX on Windows Using WSL 2 & Docker Desktop
NOTE: This document now applies to versions 17 or less of AWX. The process has changed for 18+ Overview Ansible is an IT Automation tool. I like it because of the power it offers, but
Continue ReadingInstalling Ansible on Windows Subsystem for Linux (WSL) using Ubuntu
First of all you will need to have Ubuntu installed under WSL. If you haven’t already done that, then I suggest you check out my post on Installing Ubuntu 20.04 on WSL You will then
Continue ReadingInstalling Ubuntu 20.04 on WSL (Windows Subsystem for Linux)
Introduction There are often commands I miss from Linux on the command line while using Windows (10). Under these circumstances I don’t really want to install a full virtual machine as that would mean I
Continue ReadingScalable Desktop for Ubuntu on Windows 10 Hyper-V
I have been a Mac guy for a long time now, however I was starting to find the relative hardware costs were getting higher and was able to find equivalent hardware much cheaper for a
Continue ReadingOracle VirtualBox on Ubuntu
Recently I purchased a Dell XPS 13. Rather than use the provided Windows 10 I decided to wipe it and install Linux on it. My preferred Linux favour for the desktop is currently Linux Mint.
Continue Reading