Month: April 2021

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 Set JAVA_HOME Path in Ubuntu 18.04 and 20.04 LTS

  Java-based projects require Java Runtime Environment (JRE) to run easily paying little heed to working frameworks. For advancement purposes, most IDEs like Eclipse and NetBeans require Java Development Kit (JDK) introduced on the machine. Regardless of whether you are a novice designer anticipating learning advancement or maybe an application you have introduced expects you […]

How to Disable SELinux on ubuntu 18.04/20.04 LTS

  SELinux is depicted as a required admittance control (MAC) security structure executed in the part. SELinux offers a methods for authorizing some security arrangements which would somehow not be successfully executed by a System Administrator.   In this post, We will disable SELinux Temporarily or Permanently on ubuntu 18.04/20.04 LTS.   Step 1: Get […]

How to Install SELinux on Ubuntu 18.04 LTS

  SELinux Ubuntu has a Mandatory Access Control (MAC) framework like SELinux, named AppArmor. Both SELinux and AppArmor give a bunch of apparatuses to seclude applications from one another to shield the host framework from being undermined. AppArmor offers Ubuntu clients required admittance control alternatives, without the apparent trouble or expectation to absorb information that […]

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 Add and Remove Users on Ubuntu 20.04

  One of the main assignments while provisioning another Ubuntu framework is adding and eliminating clients. Every client can have distinctive authorization levels and explicit settings for different order line and GUI applications. This article discloses how to add and eliminate client accounts on Ubuntu 18.04.   You must root privileges for this task.   […]

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.  $ […]

How to Find Local Address in Ubuntu

In this post, We will get local ip address using ifconfig command on linux.  An Internet Protocol address is a mathematical mark doled out to every gadget associated with a PC network that utilizes the Internet Protocol for correspondence. An IP address serves two principle capacities: host or organization interface ID and area tending to. […]

Scroll to top