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…
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…
Kernel-based virtual machines have the option to provide an additional hard disk. In this post, we will describe how to add a hard disk on the host physical machine to the guest operating system. 1 – Create the additional disk There is two way to create additional storage, either we… Continue Reading…