Skip to content
Madhu Tutorials
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General
  • Toggle website search
Menu Close
  • About
    • Contact Us
    • Privacy Policy
    • Terms Of Use
  • All Blogs
  • DevOps
    • Docker
    • Ansible
    • TeamCity
    • Terraform
    • GitHub
  • Sysadmin
    • Linux
    • SSL
    • DNS
    • Mail
    • MySQL
    • Network
    • VMware
  • Cloud
    • AWS
  • Languages
    • Python
  • Others
    • Motivational Quotes
    • General

Devops

  1. Home>
  2. All Blogs>
  3. Devops
Read more about the article Ansible Roles vs Collections and installing them from Galaxy

Ansible Roles vs Collections and installing them from Galaxy

  • Post author:mreddy239
  • Post published:February 28, 2024
  • Post category:Ansible/Devops
  • Post comments:0 Comments

Roles - Roles are community-provided resources in Ansible. - They serve as standardized solutions for common tasks, making it easier for users to work with Ansible. - Users can incorporate…

Continue ReadingAnsible Roles vs Collections and installing them from Galaxy
Read more about the article Harnessing The Potential Of SSH Keys Within Your Dockerized Environment

Harnessing The Potential Of SSH Keys Within Your Dockerized Environment

  • Post author:mreddy239
  • Post published:October 21, 2023
  • Post category:Docker/Sysadmin
  • Post comments:0 Comments

If you find yourself in a situation inside your Docker container where you need to clone a Git repository using SSH keys, but the SSH keys are located within your…

Continue ReadingHarnessing The Potential Of SSH Keys Within Your Dockerized Environment
Read more about the article Upgrading docker in Ubuntu and its impact on running containers?

Upgrading docker in Ubuntu and its impact on running containers?

  • Post author:mreddy239
  • Post published:December 24, 2022
  • Post category:Docker
  • Post comments:0 Comments

Suppose the current Docker version is 18.09, and the target version for the upgrade is 20.10. There are several methods for upgrading, such as manual upgrading, utilizing convenience scripts, or…

Continue ReadingUpgrading docker in Ubuntu and its impact on running containers?
Read more about the article Failed to import the required python library docker-py docker module?

Failed to import the required python library docker-py docker module?

  • Post author:mreddy239
  • Post published:December 24, 2022
  • Post category:Ansible/Docker
  • Post comments:0 Comments

Encountering an error "Failed to import Python library docker-py" while running an Ansible task.My Ansible task example, --- - name: Perform Docker Registry Login become: yes docker_login: username: "{{ dockerhub_user…

Continue ReadingFailed to import the required python library docker-py docker module?
Read more about the article How to use git-crypt with gpg keys?

How to use git-crypt with gpg keys?

  • Post author:mreddy239
  • Post published:April 21, 2022
  • Post category:Devops/GitHub/Uncategorized
  • Post comments:0 Comments

The purpose of this guide is to explore using git-crypt alongside GPG keys for encryption within Git repositories. Step-by-Step Procedure: Step 1: Preparation Navigate to your Git repository and create…

Continue ReadingHow to use git-crypt with gpg keys?
Read more about the article what is git-crypt and the need for it?

what is git-crypt and the need for it?

  • Post author:mreddy239
  • Post published:April 21, 2022
  • Post category:GitHub/Uncategorized
  • Post comments:0 Comments

git-crypt is a tool that secures sensitive data within GitHub repositories by encrypting files. Here's a step-by-step guide on how to utilize git-crypt for encrypting files: Step-by-Step Procedure: Step 1:…

Continue Readingwhat is git-crypt and the need for it?
Read more about the article Managing different Terraform versions with tfenv?

Managing different Terraform versions with tfenv?

  • Post author:mreddy239
  • Post published:November 23, 2021
  • Post category:Terraform
  • Post comments:0 Comments

tfenv simplifies the installation and management of various Terraform versions on a single host. With 'tfenv use terraform-version' command, you can effortlessly switch between different Terraform versions based on your…

Continue ReadingManaging different Terraform versions with tfenv?
Read more about the article How to change the default data directory in the TeamCity server?

How to change the default data directory in the TeamCity server?

  • Post author:mreddy239
  • Post published:November 20, 2021
  • Post category:TeamCity
  • Post comments:0 Comments

Changing the default data directory in a TeamCity server, would require the following steps 1) First Stop the TeamCity server with the following command,/opt/jetbrains/TeamCity/bin/runAll.sh stop 2) Copy all the files…

Continue ReadingHow to change the default data directory in the TeamCity server?
Read more about the article How to map docker container with a veth interface?

How to map docker container with a veth interface?

  • Post author:mreddy239
  • Post published:May 15, 2021
  • Post category:Docker
  • Post comments:0 Comments

In certain scenarios, especially when numerous Docker containers are operational within a server host, it becomes pivotal to identify the specific veth interface associated with each container. This enables us…

Continue ReadingHow to map docker container with a veth interface?
Read more about the article Update a command in AWS instances (using ansible & ssh-agent)?

Update a command in AWS instances (using ansible & ssh-agent)?

  • Post author:mreddy239
  • Post published:May 9, 2021
  • Post category:Ansible/AWS
  • Post comments:0 Comments

1) First, we need to start the ssh-agent (this program holds private keys for public key authentication) using the command.ssh-agent bash2) Now, we need to add the private key, along…

Continue ReadingUpdate a command in AWS instances (using ansible & ssh-agent)?
  • 1
  • 2
  • Go to the next page

ARCHIVES

TOP 5 TRENDING POSTS

  • VMware PowerCLI update root password in all ESXi Hosts?
  • Look at the file system resize progress with resize2fs
  • About PermitRootLogin and PasswordAuthentication in the sshd_config file?
  • How do you upgrade vCenter appliance 6.7 to 7.0?
  • How to use custom SSL certificates in vCenter?
Copyright - WordPress Theme by OceanWP