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
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
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.
How to use Entity Framework Core and separate your Database logic from your business logic by using separate class library projects
SSH keys provide a secure connection to Git Hub without the need to enter your username and password every time you want to connect and download code from Git Hub repository.
A quick tip to get pbcopy alias configured on your ubuntu in order to copy standard input from the terminal
Secure Shell (SSH) is an extremely useful tool when administering a number Linux servers. If SSH is not enable on your ubuntu server this guide will assist you in configuring SSH.