Setup & configure MySQL docker container with Persistent Storage
In this post, we are deploying a Docker container of MySQL that saves the data into a host folder. Here we will be able to manage a persistent database with…
Expert Linux, DevOps, Ansible, Cloud & Web Hosting Tutorials & Freelance IT Support Services
In this post, we are deploying a Docker container of MySQL that saves the data into a host folder. Here we will be able to manage a persistent database with…
Do you want to disable or enable ( enforcing ) SELinux mode on host machines through the ansible-playbook? Here I am writing a playbook to change the mode of the…
This post explains the concept and application of the sticky bit in Linux file systems. It details how setting the sticky bit on directories restricts file deletion, ensuring that only…
In this article, I am going to show some basic podman commands for provisioning containerized services. podman is an open-source utility to create, manage images and containers and communication with…
This post will show you how we can view disk space through an ansible-playbook. Here I am using Linux-based identical machines and the Operating system is CentOS. Ansible playbooks are…
The cockpit is a web console, an interactive management utility that can be able to manage local as well as remote server administration. It offers system statistics of the current…
This steps walks you through installing the Remi repository on various versions of CentOS, RHEL, and Fedora. It explains its importance for accessing updated PHP and software stacks, and provides…
This article provides a step-by-step guide to upgrade PHP from versions 5.4 or 5.6 to PHP 7.4 on CentOS/RHEL using VestaCP. It involves setting up EPEL and Remi repositories, enabling…
This article explores seven different methods to locate files and directories in Linux, utilizing commands like ‘find’, ‘locate’, and ‘grep’ for efficient file management. The Find command is the best…
These steps helps you install and configure Magento 2 eCommerce software on Linux servers. It covers prerequisites like Apache/Nginx, PHP, MySQL, downloading Magento, unpacking files, setting permissions, creating a database,…
This article guides you through installing and configuring the Laravel PHP framework on CentOS, RHEL, and Ubuntu servers. It covers installing prerequisites like Apache, PHP, and Composer, setting up the…