RHEL 9

linux

Redhat – Links between files

Every file or folder created in a Linux system is associated with an iNode. The name given to the file is mapped to the inode created. Hard Link The below command creates two hard links to…


redhat

Redhat – Generating SoS report

The SoS report command is a tool that collects various details from a Redhat Linux server. These details include configuration details, system information and diagnostic information such as the running kernel version, loaded modules, and…


redhat

Redhat – Configuring network interfaces – nmcli

NetworkManager Command Line Interface – The nmcli is a command-line utility which is used for controlling NetworkManager and reporting network status. View status of physical network device attached to a system [root@centos9vm ~]# nmcli device…



linux

SELINUX

SELinux is a set of security rules using which we can control the processes/application that can access specific files, folders and ports. These processes, files, folders and ports has a special security label called SELinux…


docker

Docker: Installation and basics

This tutorial is aimed to teach one how to install Docker in CentOS 9 base host, and to perform basic tasks.   Quick Notes: You cannot run a Windows based container on a Docker that is…