© 2023 Hashnode
#redhat
YAML YAML is an information transfer language like JSON or XML. And it is used for its simplicity and consistency. File Extention These YAML files end with .yml or .yaml, either of them is correct. In…
What is Ansible? Ansible is a configuration management tool in the system administrators/Devops Engineer toolkit that is primarily used to automate the provisioning of servers. It is particularly usef…
Introduction In this article, I'll tell you how to install the NVIDIA GPU drivers on Red Hat Enterprise Linux (RHEL) 9.x Check system has an NVIDIA GPU installed You can check whether your system has …
The root password is an essential aspect of any Linux system. It provides administrative privileges to the user, allowing them to modify system files, install software, and perform other critical oper…
Introduction As the official Docker repository for RHEL 9.x has not been updated, So you will face issues while installing it. In this article I will tell you how to install Docker in RHEL 9.x with an…
Red hat hackers, also known as red team hackers, are individuals or organizations that simulate real-world attacks to test the security of a company's systems and defenses. They act as an adversary, a…
Today is more on Reading, Learning, and Implementing File permissions The concept of Linux File permission and ownership is important in Linux. Here, we will be working on Linux permissions and ownership and will do tasks on both of them…
Here is a list of commonly used commands for Red Hat-based Linux distributions: yum: Package manager for Red Hat-based distributions rpm: Package management tool for Red Hat-based distributions sys…
DevOps Engineers with User management If you noticed that there are a total of 90 sub-directories in the directory '2023' of this repository. What did you think, how did I create 90 directories? Manually one by one or using a script, or a …
Ansible is a powerful automation platform that can be used to manage and automate a wide variety of tasks, including software deployment, configuration management, and infrastructure provisioning. Whi…