Workplace

Exchange to Office 365: Best Practices for a Smooth Migration
Photo by Ed Hardie on Unsplash The shift to cloud-based solutions is now unavoidable given how quickly the corporate landscape is changing today. To …

How To Download RHEL8 for Free
Red Hat Enterprise Linux 8 (RHEL) is the most well known enterprise Linux distribution and also famous for it’s world class support system. As we all …
Deploy Minikube Using Vagrant and Ansible on VirtualBox – Infrastructure as Code
Okay, you started learning kubernetes; maybe you are following some courses or documentations. Some of the courses are arranged with FREE labs where …

HTTP Status Codes- Quick Reference
Image : https://www.sharesight.com You are browsing some sites or testing your own web applications, and suddenly you receive a white screen with …

Mounting NFS share from Linux to Windows server
Image : https://businessfirstfamily.com Servers used: RHEL 7.6 as NFS server & Windows 2016 as NFS Client In this scenario, we have NFS server up and …

Installing Python Modules in Disconnected Environments
Installing a python module or package (any applications) is very easy if you have internet connection and access to public repo or private repo.

Setup Vim editor for YAML, Ansible, Kubernetes, OpenShift
Are you new to Vim and working with YAML files? This post is for you! If you’re already a Vim expert, feel free to skip this quick guide.

How to create a partition greater than 2TB in Linux
Due to limitation of fdisk utility, you will not be able to create partition greater than 2TB in linux with fdisk. This is a quick example to show …

How to setup SSH key based authentication
In an automated IT world, password-based authentications are not a good choice and will restrict so many abilities. For SSH access, you can easily …

Ansible Deployment
Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now.