To install the Linux operating system there are different methods available. CDs or DVDs, Boot from USB or kickstart server using a PXE network boot card. USB drive and network installation generally users use. To prepare a USB drive for installation use the dd command, you should have any Linux-based… Continue Reading…
Ansible Navigator is a tool and a part of the Ansible Automation Platform, which helps in creating playbooks. The content navigator can install it via the Python pip method. we can say the automation platform is a combination of different components like Ansible core and automation execution environment. The playbook… Continue Reading…
Grep is a pattern-searching command of Linux. It is a much more intensive filter that has three members ‘grep’, ‘egrep’, and fgrep utility. Grep command searches in a file linewise and works on record level not by field type. it searches string or pattern in files and show output in… Continue Reading…
This article shows how we can know the operating system and kernel name, version, and other different information related to the system. An operating system ( OS ) is the backbone of every computer system. Operating is a part of the system software. It can be defined as a programming… Continue Reading…
Automating the installation of the database Servers is quite easy to set up and configure through an ansible playbook. I have installed & configured the MySQL server through roles and an ansible playbook. MySQL is an open-source relational database and is very popular in setting web hosting Linux, Apache /… Continue Reading…
Linux is an open source software program, as a result of open source you’ll be able to see all the programs and make modifications and share with others freely. It makes Linux Nice. Centos also be Linux-based distribution.CentOS stream operating system is stabilized by Red Hat to be future prepared… Continue Reading…
Due to the long End of Life that at least until 2029 and committed to supporting as a result AlmaLinux OS are being popular in the open-source software community. Now cPanel & WHM also supporting for AlmaLinux OS and Ubuntu LTS. This post also describes installation on both operating systems…. Continue Reading…
We have got many changes in CentOS Stream or RHEL Versions from old versions . One of the many changes GRUB 2 version . Every Linux system administrator should know the reset the lost root password . Different method available to reset new root password by Live CD or edit… Continue Reading…
This post will show you the installation of Java through the automation tool Ansible. We will write a playbook to use roles or simple methods to install java on multiple managed host machines. Use different Linux flavors RPM-based distribution or Debian-based system. Here I am going to try the RPM-based… Continue Reading…