You need to migrate windows based SFTP server to the RHEL platform to save cost and make it easy to manage. To build a similar kind of environment as I have on windows, I need to create three types of user accounts, and as you know, chroot jailed means that the account is jailed and …
Author: K.M. Ali Qamar
How to find the biggest files in filesystem – Linux, UNIX, HP-UX
Disk space issues are the most common problems raise in the day-to-day life of Linux system admin. So in this article, you can find out the commands to find out the largest files in your file system which are causing problems for the filesystem. Find for Large Files under Specific Mountpoint find /var -xdev -type …

Linux Interview Questions From Real Interviewer
Before we start a technical side, I think the first step to winning an interview is to go through with few things that will help you succeed. Analyzing The Position It would be best if you began with a systematic review of the job description. Your objective is to collect as much information as possible …

How To Monitor VMware environment with Grafana
This step-by-step guide uses the Official telegraph vSphere plugin to pull metrics from vCenter. We will pull metrics such as compute, network and storage resources. Before starting with this guide, I assume you have a freshly installed operating system, ubuntu 20. so let’s begin our work. Install Grafana on Ubuntu This tutorial tested on freshly …
How Anisble Manage Configuration Files
This article will discuss, where the Ansible configuration files are located and how Ansible selects them and how we can edit default settings. Configuring Ansible: The Ansible behavior can be customized by modifying settings in the Ansible configuration files. Ansible chooses its configuration file from one of many locations on the control node. /etc/ansible/ansible.cfg This …

All You Need To Know About iSCSI on VMware
Basics of iSCSI In the computing world, iSCSI is an acronym for Internet Small Computer Systems Interface, an (IP Internet Protocol)-based storage networking standard for linking data storage facilities. It provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. With the emergence of high-speed networks which includes 2.5 Gbps, 5 …