Posts Tagged ‘devops’
How to install Terraform on Ubuntu 18.04
Share this postShare on X (Twitter)Share 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…
Read MoreHow to install packer on Ubuntu 18.04
Share this postShare on X (Twitter)Share 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.…
Read MoreGetting started with GitLab
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email This post is a getting started guide for GitLab. GitLab is described as a Single application for the entire DevOps lifecycle. It allows you to centralize your code in git repositories and create ci cd pipelines as code. You can learn more…
Read MoreInstall visual studio code on ubuntu 16.4 desktop
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions…
Read MoreHow to run a python django app in docker
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email Django, described as the The web framework for perfectionists with deadlines is a high-level Python Web framework that encourages rapid development and clean design. In this post I will show you how to get Django up and running in a docker…
Read MoreHow to install Ubuntu terminal for Windows 10
Share this postShare on X (Twitter)Share 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…
Read MoreInstall visual studio code on ubuntu 16.4 desktop
Share this postShare on X (Twitter)Share 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…
Read MoreHow to install docker on windows 7
Share this postShare on X (Twitter)Share on FacebookShare on PinterestShare on LinkedInShare on Email Docker is a computer program that performs operating-system-level virtualization, also known as “containerization”. Containers created with docker allow you to create isolated development environments on your system. These containers are also portable so you can easily move them from machine to…
Read More