In this tutorial, I wrote about the Ansible structure playbook. What does the Ansible structure playbook mean? Let’s begin! Table…
DevOps Blog – Latest DevOps Articles and Tutorials
create user and group in Linux
In this tutorial, I will quickly guide create user and group in Linux. How to add a user to a…
Shell script execute SQL file
In this tutorial, How do I use shell script execute SQL file on an Oracle DB? On the server running…
How to extract substring in Bash Shell
In this tutorial, How to extract substring in Bash Shell on Linux. You can use a select substring from the…
Change timezone in Linux
In this tutorial, I will change timezone in Linux by command line. How to change the localtime to your current…
Jenkins pipeline error timeout after 10 minutes
How to fix Error fetching remote repository ‘origin’ from Jenkins build jobs. In this tutorial, I will be fixing the…
How to configure a static IP address on Linux
In this tutorial, How to configure a static IP address on Linux. Step by step to make a static IP…
Bash script Create dir and copy specific files
In this tutorial, I will share the bash script Create dir and copy specific files while changing the name in…
Get permission of chmod as numerical value on Linux
chmod command is used to change the permissions of files or directories. In this tutorial, I will get permission of…
Configure SSH connection with key authentication
In this tutorial, I will configure the SSH connection with key authentication. Table of Contents1 How it works2 Set up…