Why I use Linux as my developer platform
Detailing how and why I use Linux as my primary operating system even though I am primarily a Dotnet Developer
Detailing how and why I use Linux as my primary operating system even though I am primarily a Dotnet Developer
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.
The terminal window for most average users and even some seasoned
developers may at first be an intimidating environment and for the most part a
place where wizards seem to be able cast weird and incomprehensible textual
spells that make computers respond or do things!
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
AWS CLI is handy command line tool enabling developers to easily configure and manage AWS services from the command line. In this guide we will walk-through the process of installing it on ubuntu.
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
How to use Entity Framework Core and separate your Database logic from your business logic by using separate class library projects