Posts Tagged ‘Ubuntu’
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 MoreHow to install packer 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 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 MoreHow 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 MoreInstall visual studio code on ubuntu 16.4 desktop
Share this postShare on TwitterShare on FacebookShare on PinterestShare on LinkedInShare on Email Visual Studio Code is a code editor for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform – Linux, macOS, and Windows. This post shows how to install visual studio code on…
Read MoreHow 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 MoreHow 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