Category: article
Automating AWS EC2 Instance Lifecycle with Lambda and CloudFormation: A Step-by-Step Guide
One of the most powerful features of Amazon Web Services (AWS) is the ability to automate operational tasks. In this…
Python : Navigating Inter-Server File Transfers in Unix with Python: A Hands-On Guide
In this tutorial, we’ll focus on copying a file called freshers_bkp_tbl.db from a source server to a specific location, /frehsers_in/bkp/daily/21072023/,…
Python : Unveiling the Magic of Python Decorators: A Simplified Guide
Python is a language filled with multiple rich features and one of these features is the Python decorator, a tool…
Python : Python script to find all files with a specific extension in a given folder, and do a find and replace
In this article, we will guide you through writing a Python script to find all files with a .sh extension…
Stealthy Scripting: Mastering Password Protection Techniques in Shell Scripts
Secure handling of sensitive information, such as passwords, is a crucial aspect of shell scripting. Especially in scenarios where shell…
Harnessing the Power of Shell Scripting: Connecting to MySQL, Fetching, and Displaying Results
Shell scripting allows you to automate a wide range of tasks on Unix-like operating systems. Among the diverse functionalities, it…
Shell Script Magic: Streamlining Keyword Replacement Across Files in Directories and Subdirectories
Shell scripting is a versatile tool that automates tasks in Linux and Unix-like operating systems. One such task is to…
Airflow : From Console to Airflow: Triggering DAG Runs via Command Line
In Apache Airflow, directed acyclic graphs (DAGs) are typically scheduled and executed automatically according to their schedule_interval. However, there might…
Airflow : Channeling Results from Remote Script Execution to Airflow Logs : Bridging the Gap
Apache Airflow is a highly versatile platform for managing complex workflows, including the ability to trigger scripts on remote servers….
Airflow : Triggering Python or Shell Scripts on a Remote Server Using Airflow
In this article, we will provide a detailed, step-by-step guide on how to trigger a Python or shell script on…