Git

What is Git? Git is a distributed version control system designed to track changes in source code during software development. It allows multiple developers to work on the same project simultaneous...
0 Read More

How to Create a Directory in Ansible

How to Create a Directory in Ansible
Creating directories in Ansible is useful for setting up a structured server environment, such as hosting a web app.For example, an app might need folders for logs, configuration files, and data. Ansi...
0 Read More

Cron Jobs for absolute beginners

What the heck is Cron? Cron was originally existed as a preinstalled utility in old Unix systems. It was created to run scheduled jobs or in other words to execute something in a predefined t...
0 Read More

Scripting Series – Part 4 of 8

Scripting Series – Part 4 of 8
Welcome to part 4 in the series of shell scripting. Today we will look at a script that goes through an array with complex values. Complex values such as spaces, apostrophes, and quotes.Scripting is t...
0 Read More