August 2021 - BRS MEDIA TECHNOLOGIES
Linux bash history

How to Limit the bash History

Posted on August 21, 2021 at 7:24 pm

It’s been said that there are more passwords stored in history than in /etc/shadow – so, how do I limit […]

kubernetes-installation-ubuntu

How to install Kubernetes in Ubuntu 20.04 LTS Server

Posted on August 17, 2021 at 4:37 pm

Ubuntu 20.04 Download What You’ll Need At least four VM on Proxmox ———— Command for ALL VM’s ——————– ———————Step – […]

kubernetes-installation

How to Install Kubernetes in Cent OS

Posted on at 2:55 pm

Hey everyone. as you may already know, starting from V1.20, Kubernetes will be deprecating Docker runtime engines, meaning that this […]

Git Command

Git Repository Commands

Posted on at 12:24 pm

Basic GIT Commands git config –global user.email “[email address]” git init [repo name] git clone [URL] git add (filename), git […]