Ubuntu 20.04 on VirtualBox

How to install Ubuntu terminal for Windows 10

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email This post will show you how to get up and running with Ubuntu 20.04 on VirtualBox.   Prerequisites You will need to have VirtualBox installed on your workstation. VirtualBox can be downloaded from here.   Steps First you will need to download…

Read More

How to install Terraform on Ubuntu 18.04

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email This post will show you how to install Terraform on Ubuntu 18.04 Terraform is an open-source infrastructure as code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp…

Read More

How to run minikube on a virtualbox vm

How to run minikube in a virtualbox vm

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email Minikube is a tool that makes it easy to run Kubernetes locally. With minikube you can run a single node kubernetes cluster on your workstation. If you are looking to try out kubernetes or need a kubernetes sand box environment minikube can…

Read More

How to install packer on Ubuntu 18.04

packer_logo

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email This post will show you how to install packer on ubuntu 18.04. Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight and runs on every major operating system. Packer…

Read More

How to install Ubuntu terminal for Windows 10

How to install Ubuntu terminal for Windows 10

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email   Ubuntu on Windows allows you to use Ubuntu Terminal and run Ubuntu command line utilities like bash, ssh, git, apt and more on Windows. This post shows you how to install the Ubuntu terminal on Windows 10 Steps First you need…

Read More

How to change screen timeout on Ubuntu desktop

How to change screen timeout on Ubuntu desktop

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email I like using Ubuntu desktop when doing development work but I find that the default screen lock timeout settings can be a bit annoying. If you want to extend the amount of time your screen is inactive before it times out then…

Read More

How to Install docker on Ubuntu 16.4 desktop

how-to-install-docker-on-ubuntu-16-4-desktop

Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email Docker provides container software that is ideal for developers and teams looking to get started and experimenting with container-based applications. If you are looking to explore docker then a local install on Ubuntu desktop is a good place to start. The following…

Read More