Getting started with MicroK8s on Ubuntu
lightweight, fast, and highly-available Kubernetes? In this tutorial learn to install MicroK8s on Ubuntu
lightweight, fast, and highly-available Kubernetes? In this tutorial learn to install MicroK8s on Ubuntu
On Linux a popular and common method of installing software is to make use of a Package Manager, but Package Managers can help users accomplish a number of tasks. In this post, I’ll take a deeper look into Linux Package Managers.
A quick easy to follow guide to help you get up and running with Local Instance of DynamoDB on your laptop for development
A review of the System76 Darter Pro laptop from a software developers perspective
Step by step guide on how to Configure an AWS Lightsail Ubuntu server to deploy an ASP.net core website
Detailed instructions on how to install laravel 5.6 on ubuntu 18.04 , with additional instructions of how to get up and running with Homestead on ubuntu.
How to install Instructions for docker community edition on a ubuntu desktop computers. Step by step instructions to ensure you properly install docker ready for software development machines using Ubuntu
I am predominantly a Linux and MacOS in my home office and usually make use of Windows Virtual Machines for my Windows based development. I… Read More »How to install Virtual Box 5.2 ubuntu 16.04
how to implement a dark theme for the thunderbird email client on ubuntu
The latest release of .net core CLI re-introduced Solution Files and .csproj files to the .net core framework. This post explores making use of these files to better organize your development project files
walk through the process of creating a new project and then create a build process using cake.
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications
Easy to follow concise & detailed steps required to install .net core on a headless Ubuntu 16.x server
Java is a computer programming language and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere, meaning that compiled Java code can run on all platforms. In this post we provide instructions to installing java on ubuntu
Linux Command Line Cheat Sheet from threenine.co.uk. A cheat sheet of common linux commands . Quick and Easy terminal command reference sheets for Linux and Ubuntu. Download your free and un-gated copy today.
If you have copied your live site for your server to your local machine or even installed the latest version of WordPress on your local… Read More »WordPress PermaLinks not working on localhost
An example of how to create EF Core using separate class libraries
I have to admit that this post is heavily influenced by OMG! Ubuntu! How to disable automatic updates on ubuntu. Therefore instead of me effectively… Read More »How to disable automatic updates on ubuntu
Why SSH Keys for Git Hub SSH keys provide a secure connection to Git Hub without the need to enter your username and password every… Read More »Setting up SSH keys for GitHub Access
A quick tip to get pbcopy alias configured on your ubuntu in order to copy standard input from the terminal