Automation

How to Install PowerShell on ubuntu 20.04 LTS

  PowerShell is used to automate the task configuration management system from Microsoft, comprising of an order line shell and the related prearranging language, it was made open-source and cross-stage on 18 August 2016 with the presentation of PowerShell Core.[5] The previous is based on the .NET Framework, the last on .NET Core. In this […]

How to install Azure Biceps on ubuntu 20.04 LTS

  Azure Bicep is a Domain Specific Language (DSL) for sending Azure assets definitively. It expects to definitely work on the creating experience with a cleaner grammar, improved sort wellbeing, and better help for measured quality and code re-use. Bicep is a straightforward reflection over ARM and ARM formats, which implies whatever should be possible […]

How to Install Terraform on Ubuntu 20.04

  Terraform is a infrastructure as a code platform created by HashiCorp. You can essentially compose code in the intelligible arrangement following HashiCorp Configuration Language (HCL) and send it to get the foundation in the cloud. Terraform is upheld in many cloud suppliers like Google, Amazon, Alibaba, and so on Here in this article, we […]

How to enable bash auto-completion with kubectl on Ubuntu

The kubectl fruition content for Bash can be produced with the order kubectl fulfillment slam. Sourcing the fulfillment content in your shell empowers kubectl auto-completion.   In this post, We will configure kubectl auto completion on ubuntu. Step 1: Install bash-completion Package You need to install the bash-completion packages by using the given command.  $ […]

Installing Redis using Ansible Playbook on Ubuntu

Redis is a popular open source database server used for data storage, networked applications, and web applications. In this blog post, we will discuss the basics of Redis, its key features, and some of its applications. Some time we need to automate the packages installation on multiple server, Here we are about to create Ansible […]

Installing Nginx using Ansible Playbook on ubuntu

Working as a I.T professional, We need to also required to install a single or multiple packages in our multiple server, Here we are about to create Ansible Playbook to install Nginx web server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu […]

How to Install JFrog Artifactory on Ubuntu 16.04/18.04 LTS

  Introduction  JFrog Artifactory is cross-stage programming that permits DevOps to deal with numerous bundle storehouses, facilitated locally or in the cloud from a solitary stage. JFrog Artifactory can coordinates with your present climate, furnishing high accessibility with dynamic/dynamic bunching and multi-site replication to computerize your pipeline and empower quicker deliveries. In this post, We […]

How to Install and Configure GitLab on Ubuntu 18.04 LTS

GitLab is an open source GIT vault chief dependent on Rails and created by GitLab Inc. It is an online GIT archive administrator that permits your group to deal with code, perform include demands, track bugs, and test and actualize applications. GitLab gives highlights, for example, a wiki, issue following, code audits, movement takes care […]

How to Install SonaType Nexus 3 on Ubuntu 16.04

Sonatype Nexus is extraordinary compared to other store administrators out there. It is some apparatus that you can’t maintain a strategic distance from in your CI/CD pipeline. It adequately oversees deployable ancient rarities. This post guides you to introduce and arrange Sonatype Nexus 3 of every a safe route on ubutnu machine.Step 1: Update the SystemYou […]

How to Install Terraform on Ubuntu 16.04/18.04 LTS

Terraform is an open-source foundation as code, programming instrument made by HashiCorp. It empowers clients to characterize and arrangement server farm foundation utilizing an explanatory setup language known as HashiCorp Configuration Language (HCL), or alternatively JSON. In this post, We will install and configure Terraform on ubutnu.   Click here to install and configure packer […]

Scroll to top