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 Check your Ubuntu Version
At the point when you sign in to a Ubuntu machine, prior to accomplishing any work, it is consistently a smart thought to check what form of Ubuntu is running on the machine. New Ubuntu discharges come out at regular intervals, while LTS (Long Term Support) discharges happen like clockwork. LTS renditions are upheld […]
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 Add user to the sudo group on Linux
In this post, We will add a standard user with sudo group on ubuntu linux, Its will also work with CentOS/redhat. Step 1: Check User group details $ sudo id username Step 2: Add User in sudo Group $ sudo usermod -aG sudo username Step 3: Verify the group with user […]
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 […]