Having good knowledge of the Linux file system and file structure is crucial for Linux administrators. Not only for knowing the program’s executable file’s location but for documentation. This post explains how the Linux file system organizes files and directories. A Brief of File system definition Linux system requires an organization method to store all […]
Every VMware production’s implementation has two steps firstly, installation, and secondly, configuration. In the previous post, we explained how to install an ESXi host. We will do basic configuration in this post, such as setting the ESXi management IP address. Primary Management Console After the ESXi installation completes, as shown in the image below, you […]
How to choose an Esxi version? In the previous post, we discussed virtualization and introduced ESXi as a bare-metal Hypervisor to implement the virtualization abstraction layer. In this post, we will choose and install an ESXi Host version. Before starting the installation process, we should choose a suitable and compatible ESXi version for our virtual […]
What is a Shell? We Discussed Linux and windows differences and kernels and distros; now, it is time to talk about what is a shell and how to use a terminal? Let us see this figure once again. Shell is responsible for the interaction between users or applications and the kernel. File management, service management, process management, and running […]
What is Virtualization ? Virtualization is to simulate a virtual version of a physical device -like servers, network devices, and storage- on a physical platform. For this purpose, we need an abstraction layer over the computer hardware ….ok wait! you are right! This kind of definition will not help anyone! Ok, Let us see how […]
After we decided to use Linux as our operating system, there is one more thing to decide. Choosing a suitable distro for our service .but what exactly a distribution or a distro – in short form – is and which one is a better choice for us? A hugely exciting list of distros with rankings […]
What are Clients and Servers? To better understand the differences between Linux and Windows, let us first see what a server is and what it does. A Server is a device or a computer program That provides various services to its clients. Clients also can be a computer program or a device that sends requests […]