Ubuntu Server is an extremely popular and versatile operating system that can be utilized for various objectives such as web hosting, file sharing, and development. the installation process of Ubuntu Server on a physical  machine can be quite intimidating. This is where virtual machines become valuable. Step 1: Download the Ubuntu… Continue Reading…

If you are considering about hosting multiple or single websites using server hosting software and web hosting features like mail, FTP, etc., you can have all of it with Hestia Control Panel (HestiaCP). HestiaCP is a fork of VestaCP . HestiaCP is a free and open-source panel. It is a simple… Continue Reading…

As you create more playbooks, you may find that you can utilize code from playbooks you have earlier created. For example , a playbook designed to set up a Nginx webserver one application could be adapted to configure a Nginx server for a different application, simply by changing the domain… Continue Reading…

Ansible is an automation tool that can be used to configure, deploy, and manage IT systems. It is agent less, which means that it does not require any package to be installed on the managed systems. Ansible uses a simple, explanatory language to define the desired state of the system…. Continue Reading…

Ansible is a powerful automation tool that can  manage files on remote hosts. The blockinfile module is can be used to insert, update, and remove blocks of text in files. It is a valuable addition to any Ansible playbook.  About blockinfile Module The generally commonly used modules for managing Linux… Continue Reading…

aaPanel is free and open source PHP based hosting panel . It install in minutes and very easy to manage through one click.This panel improves the efficiency of managing server and it also support Nginx web server and LEMP and LAMP Server. In this article, I will show how to… Continue Reading…

A open source web hosting panel is a free source software application that allow you to manage web hosting from graphical web-based interface for tasks such as host domain and website , manage files , setting email accounts , and DNS configuration.There are many different free and paid web hosting… Continue Reading…

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…

In this article, you will see how we can create, install and remove and copy directories from one local to the remote host and set attributes like permission and ownership and different characteristics through copy module. 1.. About Copy Module 2. Quick Syntax for Playbook and ad-hoc command 3. Copy… 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 at least until 2029 and commitment to supporting as a result AlmaLinux OS is 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. It… 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…

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…

Container images are generally stored in image registries. Distribute through public or private users. Image registries share container images to download. You can configure registries for docker search. In this topic, I am going to check the docker search command, which finds images in different image registries and filters through… Continue Reading…

Installation of AlmaLinux Operating System with Screenshots. AlmaLinux is the latest Free Linux-based Operating system. It is a community-driven open-source project built from the source code of Red Hat Enterprise Linux (RHEL). After the CentOS Linux died, AlmaLinux comes into play. This OS is an enterprise server Operating system and… Continue Reading…