Year: 2021

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

How to Setup FTP Server with VSFTPD on Ubuntu 18.04 LTS

  vsftp FTP (File Transfer Protocol) is a standard organization convention used to move documents to and from a distant organization. There are many open-source FTP workers accessible for Linux. The most famous and broadly utilized are PureFTPd , ProFTPD , and vsftpd . In this instructional exercise, we’ll be introducing vsftpd (Very Secure Ftp […]

How to Install VLC Media Player on Ubuntu 20.04 LTS

  VLC is quite possibly the most well known open-source media players. It is cross-stage and can play for all intents and purposes all mixed media documents just as DVDs, Audio CDs, and diverse streaming conventions. This article portrays how to introduce VLC media player on Ubuntu 20.04. VLC can be introduced as a snap […]

How to get My Public IP Address From Command Line On a Linux

  How would I discover my public IP address on the Linux and OS X Unix order line to use with my own slam shell content without utilizing outsider site? Is there order line choice which will show my dynamic IP address on a Ubuntu or Fedora Linux? There are numerous approaches to discover your […]

Scroll to top