Skip to content
View chaddupuis's full-sized avatar

Highlights

  • Pro

Organizations

@yinyanghouse
Block or Report

Block or report chaddupuis

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
chaddupuis/README.md

Hi there πŸ‘‹

I work as a Linux Sys Admin / Dev Ops Engineer

  • at the University of Minnesota within the Health Sciences Infrastructure and Applications Hosting Team. We offer a hipaa compliant environment for medical research and associated functions. Broad linux/windows environment with many ruby on rails web apps and AI/ML medical research processing among many other things.

πŸ’‘ Primary tools: jenkins, chef, bash, ansible, ruby, rails, php, vmware, docker.

  • at the Yin Yang House. The Yin Yang House is a freely provided informational / community website for Acupuncturists and those interested in Chinese Medicine. It has been operational for over 20 years (from wayback...) and has readers from around the globe. I was an acupuncturist and tai chi/qi gong instructor within the Yin Yang House Clinics (MA & TN) for many years before returning full-time to the world of tech.

πŸ’‘ Primary tools: python/django, bash, ansible, github actions.


🏫 Decades of IT Experience in Higher Ed :: U Minnesota, MIT, U Arizona, UC Santa Cruz, U San Francisco, Michigan State U. BS in Information Systems from U of Arizona, M.Ac. from the Massachusetts College of Pharmacy and Health Sciences

πŸ”† View my gists

:bowtie: Linkedin

πŸŽ“ Resume

Current Explorations

πŸ” Kubernetes and on-prem/cloud ci/cd pipelines.


When I'm not working, I'm (hopefully) riding my bike... 🚲 🚲 🚲

Pinned

  1. chaddupuis.github.io chaddupuis.github.io Public

    HTML 1

  2. apptainer-in-docker-rocky apptainer-in-docker-rocky Public

    Dockerfile

  3. k3s-ansible k3s-ansible Public

    Forked from k3s-io/k3s-ansible

    Jinja

  4. redcap-external-modules-builder redcap-external-modules-builder Public

    Shell

  5. apptainer build for deepdicomsort-dc... apptainer build for deepdicomsort-dcm2niix-fsl on rockylinux8
    1
    Bootstrap: docker
    2
    From: rockylinux:8.9
    3
    
                  
    4
    %post
    5
            dnf -y update
  6. Docker - Allow Communication Between... Docker - Allow Communication Between Two Bridged Networks On Same Host (via iptables)
    1
    #!/bin/bash
    2
    
                  
    3
    ## If docker containers are running on two separate bridge networks, 
    4
    ## by default they cannot communicate
    5
    ## To selectively allow this you can use iptables rules to allow communication.