Skip to content
View Codehunter-py's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Codehunter-py

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Shell-scripting Shell-scripting Public

    Personally Developed Prod Scripts and Project-Based Shell Scripts

    Shell

  2. kubernetes-with-examples kubernetes-with-examples Public

    Kubernetes for DevOps using examples from our own projects and open-source resources.

  3. ansible-role-control-node-setup ansible-role-control-node-setup Public

    This Ansible role sets up a control node with Python virtual environments for both vSphere Automation SDK and Ansible-Core. It installs necessary system packages, sets up Python virtual environment…

  4. ansible-with-examples ansible-with-examples Public

    Ansible for DevOps with self-developed and open source-based examples

    Jinja

  5. A shell script that parses this YAML... A shell script that parses this YAML-formatted requirements file and clones the specified Git repositories.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Function to parse and clone repositories
    4
    clone_repositories() {
    5
        local requirements_file="$1"
  6. Tmux conf file for Mac with addition... Tmux conf file for Mac with additional plugins.
    1
    set-option -g history-limit 10000
    2
    
                  
    3
    # Options to make tmux more pleasant
    4
    set -g default-terminal "tmux-256color"
    5